Skip to content

Instantly share code, notes, and snippets.

@imylomylo
Created May 20, 2022 04:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save imylomylo/c0c9e5d74ede346187ae19ca3804d756 to your computer and use it in GitHub Desktop.
Save imylomylo/c0c9e5d74ede346187ae19ca3804d756 to your computer and use it in GitHub Desktop.
```
sudo apt-get install libssl-dev libcurl4-openssl-dev python3.8-dev
git clone https://github.com/KMDLabs/pos64staker
cd pos64staker/
sudo apt-get install python3-venv
python -m venv venv
source venv/bin/activate
pip3 install setuptools
pip3 install wheel
pip3 install base58 slick-bitcoinrpc
komodod -regtest -ac_name=GEN &
./genaddresses.py # chain name is GEN
cat list.json | jq '.'
```
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment