Created
May 20, 2022 04:41
-
-
Save imylomylo/c0c9e5d74ede346187ae19ca3804d756 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
``` | |
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