Bitcoin
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...
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 ?
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
-
Updated
Feb 16, 2020 - JavaScript
-
Updated
Sep 22, 2019 - Python
-
Updated
Mar 18, 2020 - Go
-
Updated
Dec 20, 2019 - C#
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
---------------------------
After shutdown, lnd logs "Shutdown complete" without a trailing newline. Upon restart, the line continues:
2019-12-05 22:39:18.593 [INF] LTND: Shutdown complete2019-12-05 22:39:39.821 [INF] LTND: Version: 0.8.2-beta commit=v0.8.0-beta-386-gf3398c0c0ecc469c31e1f7e18e0fa2d63b5729ed, build=production, logging=default
To be done on lbrytech repo probably.
The wallet is currently configured as defined originally in ElectrumX, there are some docs for it already in there.
Keep in mind that we added new configuration keys and should clean up the unused ones at some point, so we need something easy
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
-
Updated
Feb 7, 2019
-
Updated
May 9, 2019 - JavaScript
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.
For a university school project I will be making some edits to your documentation which will aim to make writing more technical
Please add edits if you would like :)
Description
Error message when creating a proposal to change the BTC maker fee needs units.
Version
5880ad99c
-
Updated
Mar 24, 2020
-
Updated
Nov 4, 2019 - Go
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
-
Updated
Oct 12, 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
-
Updated
Feb 2, 2020 - JavaScript
-
Updated
Feb 19, 2020 - Python
This is to propose a new function reduce similar to fold but with different behavior for a non-associative combination function.
Reduce performs a left-associative reduction with the first argument to the reducer being the initial value then the accumulated result, with the se
-
Updated
Mar 8, 2020 - Python
https://github.com/bitcoin-wallet/bitcoin-wallet/blob/master/wallet/README.recover.md
The above guide is useful for people wanting claim forked coins. However it demands certain basic knowledge that isn't possessed by anyone. I tried to familiarize myself with some linux basics before following the above guide but still after a lot of tries i can't come past the decryption.
After entering my
-
Updated
Mar 17, 2020 - Go
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
#17851 added
std::to_stringto 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.