Skip to content
#

Bitcoin

bitcoin logo

Bitcoin is a cryptocurrency developed by Satoshi Nakamoto in 2009. Bitcoin is used as a digital payment system. Rather than use traditional currency (USD, YEN, EURO, etc.) individuals may trade in, or even mine Bitcoin. It is a peer-to-peer system, and transactions may take place between users directly.

Here are 4,980 public repositories matching this topic...

theStack
theStack commented Nov 6, 2019

The function IsStandardTx can return a number of reasons for non-standard transactions. A few of those are currently tested on one hand by the unit test test_IsStandard (transaction_tests.cpp), directly checking the result of the function call, on the other hand by the functional test mempool_accept.py, indirectly testing by using the testmempoolaccept RPC and checking the `reject-reason

Wkalmar
Wkalmar commented Oct 25, 2019

Is your feature request related to a problem? Please describe.
In overall I've enjoyed ZeroNet very much. However, when I've reached "How can I create a ZeroNet site" section I've found non-obvious that instead of using zeronet.py as a Windows user I could use zeronet.cmd from \lib folder. Since I've found pip package manager UX quite frustrating I think that this is a thing that should

ccxt
hivemall
hivemall commented Sep 24, 2019

your manual pagination by since is broken, tested with bittrex since it will fetch the latest trade over and over again not breaking, thus this is better example:

    def paginate_history(self, ex) -> List:
       tradess = []
        since = ex.milliseconds() - 1000*60*60*24*14 # 1d *x
        while True:
            trades = ex.fetch_my_trades(None, since, limit=5)
            if 
svalleru
svalleru commented Nov 30, 2017

An explanation of what each of the following entry means would be helpful.

[ 11/30/2017 00:33:12 ]
   Bitfinex: 	9897.20 / 9903.70
   OKCoin: 	10189.00 / 10293.81
   Bitstamp: 	9970.73 / 9979.81
   Gemini: 	10061.96 / 10063.31
   Kraken: 	9884.10 / 9885.10
   ItBit: 	10055.94 / 10082.40
   GDAX: 	10058.99 / 10059.00
   QuadrigaCX: 	9950.70 / 10249.99
   ---------------------------
lbry-sdk
dscotese
dscotese commented Dec 16, 2018

The change I propose to make is to the line saying to npm install bitcoinjs-lib which generated errors for me. I resolved these errors by npm install -g node-gyp and reading through GYP docs, which explained that I needed to npm install --global --production windows-build-tools as well.

I would simply add a line after the instruction to npm install bitcoinjs-lib that says "This may req

webivation
webivation commented Oct 24, 2017

I would love to add some new exchanges in there for you (and me) and would be happy to do so with just a little guidance as to which objects you're using for it without me doing a full code dig.

Assuming this is easily extensible. If not, I guess that would be my feature request... lol. Extensible exchange objects with documentation.

ghubstan
ghubstan commented Oct 22, 2019

[How to Reproduce]

  1. Start Alice or Bob desktop
  2. Set dark mode
  3. Create buy or sell order
  4. Click (or hover over) any 'i' or 'eye' icon in any of the following windows

[Expected Results]
Bubble text is easy to read in dark mode.

[Actual Results]
Bubble text not easy to read in dark mode -- text should be darker color.
![AdvancedOptionsText](https://user-images.githubusercontent.

netpoe
netpoe commented Nov 28, 2018

I would like to make Typescript import aliases work by adding:

{
  "compilerOptions": {
    ...
    "paths": {
      "@providers/*": [
        "src/providers/*"
      ],
      "@pages/*": [
        "src/pages/*"
      ],
      "@assets/*": [
        "src/assets/*"
      ]
    }

But somehow this doesn't work.

I also tried adding a "baseUrl": "." property.

Any

maxma-bit
maxma-bit commented Dec 11, 2019

Is there a way to cancel an order before the unfilledtimeout expires, in a way that the local sqlite database remains consistent with the exchage?
Please note that the RPC command /forcesell or /forcebuy do not help with this. In the case of a SELL, one would like to cancel the SELL order in Order Book before the sale is actually executed. It seems a bit different from forcing a SELL with the RPC

pinheadmz
pinheadmz commented Feb 5, 2019

A user asked me on slack if estimatefee returns BTC per Byte or BTC per Kilobyte... honestly I don't know and it's a bit hard to tell. I compared mainnet full nodes bcoin vs Bitcoin Core and observed a wild divergence (outputs below).

From Bitcoin Core help:

Estimates the approximate fee per kilobyte needed for a transaction to begin
confirmation within conf_target blocks if possible
bhallier
bhallier commented Feb 2, 2018

It look like some currencies have more precision in the mouseover display on the plot than others. For example, EOS shows many digits past the decimal while ETH only shows two. Adding a few more digits would make interpreting the charts much easier. The left plot shows the rounding I'm describing and the right shows the higher precision that EOS displays.

![rounding](https://user-images.githubu

Created by Satoshi Nakamoto

Released January 3, 2009

Latest release about 1 month ago

Repository
bitcoin/bitcoin
Website
bitcoin.org/en
Wikipedia
Wikipedia

Related Topics

review litecoin blockchain
You can’t perform that action at this time.