Ahoy, Pirates!
I can't understand what I'm doing wrong.
I create wallet in accordance with instructions.
Generate Wallet and Address
Build Komodo
Launch PIRATE chain:
./komodod -ac_name=PIRATE -ac_supply=0 -ac_reward=25600000000 -ac_halving=77777 -ac_private=1 -addnode=136.243.102.225
Generate Z address:
./komodo-cli -ac_name=PIRATE z_getnewaddress
Securely backup your private key:
./komodo-cli -ac_name=PIRATE z_exportkey "zaddr"
Mined PIRATE for a few days.
Today I decide to check my balance in local wallet.
I restore my z-address using private key :
komodo-cli -ac_name=PIRATE z_importkey "mykey"There were no any messages in cmd.
After:
komodo-cli -ac_name=PIRATE getwalletinfoAnd it shows that balance is 0.
komodo-cli -ac_name=PIRATE getbalanceAgain 0.
Then I go to :\Users\*****\AppData\Roaming\Komodo and delete PIRATE folder.
Download blockchain from the beginning, restore wallet with priv key, checking balance...still 0.
Aaaarrrrgggghhhh!!!! Where is my gold ?!