-
Notifications
You must be signed in to change notification settings - Fork 10
Description
Not sure if I am missing something or the code is not working properly. From my understanding, ./pubkey.py should generate a private key and then it can be used to make a public key. Following How to Fork Bitcoin part 2 at the genesis block section, I assumed I could run that command and it would give a key but it is throwing an error error: the following arguments are required: privkey .
In the medium article it mentions $ sha256 "Welcome to blockchain fundamentals" but upon running sha256.py, gives me error sha256.py: error: the following arguments are required: value. I am using your instructions to fork Litecoin and have successfully up to this point when using blockchain-dev-tools
This seems like an easy fix that I am just misunderstanding so any help would be appreciated