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

In 10_4_Scripting_a_Multisig.md, the multisig scriptPubkey is described as containing $address1, $address2 I think that's a mistake: The scriptPubKey contains $pubkey1, $pubkey2 OP_CHECKMULTISIG cannot check $signature1 against $address1, but needs $pubkey1...

You wrote: Any line that intersects an elliptic curve will do so at either 1 or 3 points ... and that's the basis of elliptic-curve cryptography. You need to write...

Hello. This is very useful info. The project has extended Readme. I also would like to have a paragrapgs "Build md", "Convert to pdf". Is it possible to get pdf...

"2023-05-10T20:09:00Z Warning: Skipping -wallet path that doesn't exist. Failed to load database path '/mnt/hdd/bitcoin/wallet.dat'. Path does not exist." What can I do now? Thank you for your help. Greetings Basti

I checked `.bashrc` and it loads `.bash_aliases` instead of `.bash_profile`. So, for me logging out and in didn't work. ``` # Alias definitions. # You may want to put all...

Finish translation of introduction

This is to reflect recent name change of the lightning implementation. More on that [here](https://blog.blockstream.com/en-c-lightning-is-now-core-lightning/):

Question: perhaps it is time to update this section to use descriptor wallets? The documentation does clearly indicate setup of a legacy wallet however now that descriptor wallets are default,...