Learning-Bitcoin-from-the-Command-Line icon indicating copy to clipboard operation
Learning-Bitcoin-from-the-Command-Line copied to clipboard

A complete course for learning Bitcoin programming and usage from the command

Results 27 Learning-Bitcoin-from-the-Command-Line issues
Sort by recently updated
recently updated
newest added

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?