A coin splitter for PoS assetchains.
PoS or PoW/PoS assetchains require coins to be staked across 64 segids.
If there is not at least 1 UTXO in each segid, the chain is more viable to a 51% attack.
Simply run ./split
, choose your balance, and this will split your coins for you!
Warning: The ./split
script automatically generates a list.py
file that contains the 64 addresses private keys. Keep that safe after using.
python3 and requests installed
sudo apt-get install python3
sudo apt-get install python3-pip
pip3 install requests
komodod installed with your assetchain running.
Coins imported into your wallet.
Clone the repo:
git clone https://github.com/komodoservices/pos64splitter
Enter the repo:
cd pos64splitter
Modify the config.py
file to match the RPC settings in your assetchain .conf file.
nano config.py
Conf files are located at: $home/user/.komodo/ASSETCHAIN.
Run the ./split
command.
That will generate 64 addresses, and then ask how many coins you'd like to split.
Enter your balance or # you want split. And then your coins will be sent proportionately to each address.