A Guide on How to Prepare a Large Chunk of Coins for Staking
-
First of all, set up 2 wallets, a transit one and a production one.
The transit wallet will be used to receive coins from exchange and to split them into smaller parts for staking.
The production wallet will be used for actual staking.
In the production wallet:
- create 10 addresses with labels 01, 02, … 10;
- encrypt the wallet (optional);
- make a back-up copy.
In the transit wallet:
- create an address labelled t00 to receive the coins from an exchange;
- create addresses labelled t01, t02, …, t10 to use as intermediates for splitting;
- encrypt the wallet (optional);
- make a back-up copy.
Actions:
- send the coins from the exchange to the t00 address;
- wait for 2 confirmations;
- if encrypted, unlock the transit wallet (uncheck the box ‘for staking only’);
- go to Tools->Console;
- execute the following command:
sendmany “t00” ‘{“t01”:500, “t02”:500, …, “t10”:500}’
Replace t01, t02, …, t10 with your real addresses.
You can also change amounts to lower or higher than 500 by default.- wait for 2 confirmations;
You should have the t00 balance = total - 5000 and the balances of t01, t02, t03, etc. at 500 each.
- execute the following command:
sendmany “t01” ‘{“01”:50, “02”:50, …, “10”:50}’
Replace 01, 02, …, 10 with your real addresses of the production wallet.
Each of these addresses gets credited with 50 coins.- Repeat 7) nine times. If you receive error "Account has insufficient funds (code -6)"change it to “t02”, …, “t10”.
Don’t worry if you see the coins spent not from the t01 address, it’s a console bug.
- You have split 501010=5000 coins. If you have more, repeat starting from 5).
-
Staking in Feathercoin??
-
Da serios Fuq? I should stop caring but to the best of my knowledge there is no POS for ftc…
-
You are right Calem, no POS for FTC…