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 5,174 public repositories matching this topic...

fanquake
fanquake commented Jan 4, 2020

#17851 added std::to_string to the list of locale dependent functions, along with a large number of usage exceptions. It was pointed out that some of these usages are actually likely bugs, and should be fixed rather than hidden as exceptions.

canewsin
canewsin commented Mar 4, 2020

I was not able to open port, may be that's because of my ISP, I see on HelloZeroNet page that,

Your port xxxxx is closed, but your Tor gateway is running well.

I see the above message, so if I had a site on ZeroNet, am I considered as a seeder to my site, if I was the only seeder to my site, assuming it is a new site. is it enough that tor gateway is running but without open port ?

ccxt
xmatthias
xmatthias commented Feb 14, 2020

While ccxt does a great job unifying most functions / settings, not everything is or can be unified.
I think it would be good to provide a separate wiki/documentation page which documents exchange-specific properties.

The behavior is there now and all is working well - but to find it users need to search through issues (which are not easy to navigate) to find certain exchange-specifics - and o

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.

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
Camille92
Camille92 commented Jan 11, 2018

Hello everyone,

This is just a very small improvement that I think can help:

Adding average "buy" price and average "sell" price under the % of profit (and using profit period as a reference).

So let's say you have profit set to 1 (so 1h):
We calculate the average of buy price for the trades made in the last hour =
(buy price1quantity1 + buy price2quantity2 ...) / total quantity of bu

Created by Satoshi Nakamoto

Released January 3, 2009

Latest release 20 days ago

Repository
bitcoin/bitcoin
Website
bitcoin.org/en
Wikipedia
Wikipedia
You can’t perform that action at this time.