Understanding Bitcoin Transactions
jonathanotto.com
Understanding Bitcoin Transactions
1–10 of 16 posts
Re: Understanding Bitcoin Transactions
#2Re: Understanding Bitcoin Transactions
#3Re: Understanding Bitcoin Transactions
#4I would love to see a tutorial on how to create a bitcoin address (a private + public key pair) with nothing but command line tools that are available in a standard Linux distribution.
https://github.com/bitcoin/bips/blob/master/bip-0032.mediawi...
Re: Understanding Bitcoin Transactions
#5I would love to see a tutorial on how to create a bitcoin address (a private + public key pair) with nothing but command line tools that are available in a standard Linux distribution.
Re: Understanding Bitcoin Transactions
#6I would love to see a tutorial on how to create a bitcoin address (a private + public key pair) with nothing but command line tools that are available in a standard Linux distribution.
This shows you how to do everything yourself from scratch. There’s no such tutorial for ethereum, unfortunately, and it might be too complex a protocol to allow that.
Re: Understanding Bitcoin Transactions
#7I would love to see a tutorial on how to create a bitcoin address (a private + public key pair) with nothing but command line tools that are available in a standard Linux distribution.
The book "Mastering Bitcoin" by Andreas Antonopoulos steps through this. You can find the code here https://github.com/bitcoinbook/bitcoinbook/blob/develop/code...
Re: Understanding Bitcoin Transactions
#8I would love to see a tutorial on how to create a bitcoin address (a private + public key pair) with nothing but command line tools that are available in a standard Linux distribution.
Re: Understanding Bitcoin Transactions
#9Earlier quoted context omitted.
The book "Mastering Bitcoin" by Andreas Antonopoulos steps through this. You can find the code here https://github.com/bitcoinbook/bitcoinbook/blob/develop/code...
I'm not too hot on Python, where do I find the imported libraries so as to interpret eg `bitcoin.encode_privkey(decoded_private_key, 'wif')`.
Re: Understanding Bitcoin Transactions
#10I would love to see a tutorial on how to create a bitcoin address (a private + public key pair) with nothing but command line tools that are available in a standard Linux distribution.