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,094 public repositories matching this topic...
I'm not in favor of ZeroID so I propose to have documentation on how to create a similar service. For example if I register anonymousID.bit I want to use that for ZeroBlog etc... Will be nice to have documentation on this.
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 20, 2020 - JavaScript
-
Updated
Feb 20, 2020 - Python
-
Updated
Feb 19, 2020 - Go
see: dvf/blockchain#50
The underlying exploit to tamper with a blockchain is described there
props to: @TimelessP
The fix should be fairly simple:
affected file: blockchain/blockchain.py
https://github.com/dvf/blockchain/blob/4010cf3273e19146a9cd7b37cf355cb751ffef88/blockchain.py#L82
A noted, currently it reads:
if length > max_length and self.valid
cmake is missing in the apt-get install instructions (EC2 machine), it should be added since we're using it after cloning.
Currently the lncli listinvoices --reversed flag has no effect, as it
is of type cli.BoolTFlag https://github.com/lightningnetwork/lnd/blob/ad0a89b844ec9f55b3ca4ddbb4d368dd8e3c0ea9/cmd/lncli/commands.go#L2848
which is true by default.
Correct behavior can be triggered by lncli listinvoices --reversed=True
or lncli listinvoices --reversed=False.
Is this behavior intended? I get th
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 20, 2020
-
Updated
Feb 18, 2020 - JavaScript
hello,
for use tribeca on BitFINEX account, in which wallet we should needs to have deposit/balance
BitFINEX Balance wallet should be exchange wallet or margin wallet
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
Feb 20, 2020 - 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
Feb 20, 2020
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 18, 2020 - JavaScript
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
Feb 20, 2020 - Python
-
Updated
Feb 19, 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
Feb 20, 2020 - Go
Stats Plot Rounding
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 3 months ago
- Repository
- bitcoin/bitcoin
- Website
- bitcoin.org/en
- Wikipedia
- Wikipedia
Most of our test scripts are written in python. We don't have enough reviewers for bash scripts and they tend to be clumsy anyway. Especially when it comes to argument parsing.
Thus, contrib/devtools/previous_release.sh should be rewritten in python
Useful skills:
Experience with Bash and Python
Want to work on this issue?
The purpose of the
good first issuelabel is t