Learning-Bitcoin-from-the-Command-Line
Learning-Bitcoin-from-the-Command-Line copied to clipboard
A complete course for learning Bitcoin programming and usage from the command
Should be "either of" but is "either if".
Public key changed to private key. I'm not an expert at this, but if I'm not crazy public keys are public, so there's no reason to conceal it as they...
bitcoin-cli sometimes returns scientific numbers, which results in errors with bc ``` bash $ ./txfee-calc.sh $signedtx (standard_in) 1: syntax error $ echo "$btcin-$btcout_f" 8.859e-05-0.000088 # fixed by rewriting numbers with...
Fixed typo: changed "either if" to "either of".
$ bitcoin-cli gettransaction "bb4362dec15e67d366088f5493c789f22fb4a604e767dae1f6a631687e2784aa" { "amount": 0.00095000, "confirmations": 12, "blockhash": "0000000075a4c1519da5e671b15064734c42784eab723530a6ace83ca1e66d3f", "blockheight": 1780789, "blockindex": 132, "blocktime": 1594841768, "txid": "bb4362dec15e67d366088f5493c789f22fb4a604e767dae1f6a631687e2784aa", "walletconflicts": [ ], "time": 1594841108, "timereceived": 1594841108, "bip125-replaceable": "no", "details": [...
Current value is the address value instead of txid
I installed GordianServer-macOS and then went on to Chapter 3, but it would appear that Chapter 3 is only for linux installs. Am correct about this?
Uploading italian transtlation files into "it" directory
Hello CLI Bitcoiners! I'm translating Learning-Bitcoin-from-the-Command-Line to Italian, can you make me an IT branch ? I have already translated from introduction to chapter 4.3 and still working here is...
I thing $ is not needed for the linux/mac systems which is talked here. If this seems fine for you, I can edit the docs and raise a PR