depool.live FAQ
For macOS
Terms
depool address
0:beae827dd516deee2e4888c4787e361fb6792df314338e46aec3e55d7e9763e1
minimum stake 100 EVER
percentage of the validator from the reward 10%
validator coverage 140 000 EVER
deposit, withdraw and check balance can take up to 36 hours,
depending on the current cycle
all actions with depool you perform on your own equipment and at your own discretion
we do not ask for keys, seed phrases
it is recommended to send the minimum stake first, to check the transaction
all regular stakes will be summed up later on
Instruction
create a tonos-cli folder at user home
launch terminal
go to the created folder
cd ~/tonos-cli/
download latest version from github
https://github.com/tonlabs/tonos-cli/releases
unpack
tar -xvf tonos-cli-0_xx_0-darwin.gz
create a key file or just use seed in quotes
nano deploy.keys.json
fill it from surf -> safety protection -> address and keys
need public and private keys
Ctrl+O Enter Ctrl+X
sending a regular stake to depool (--wallet address of your wallet, --value amount in EVER)
./tonos-cli depool --addr 0:beae827dd516deee2e4888c4787e361fb6792df314338e46aec3e55d7e9763e1 stake ordinary --wallet 0:000000000000000000000000000000000000 --value 1000 --sign ./deploy.keys.json
return of a regular stake from depool (--wallet address of your wallet)
./tonos-cli depool --addr 0:beae827dd516deee2e4888c4787e361fb6792df314338e46aec3e55d7e9763e1 withdraw on --wallet 0:000000000000000000000000000000000000 --sign ./deploy.keys.json
return part of a regular stake from depool (--wallet address of your wallet, --value amount in EVER)
./tonos-cli depool --addr 0:beae827dd516deee2e4888c4787e361fb6792df314338e46aec3e55d7e9763e1 stake withdrawPart --wallet 0:000000000000000000000000000000000000 --value 100 --sign ./deploy.keys.json
check balance on depool ("addr" address of your wallet)
download DePool.abi.json
curl -O https://raw.githubusercontent.com/tonlabs/ton-labs-contracts/master/solidity/depool/DePool.abi.json
./tonos-cli run 0:beae827dd516deee2e4888c4787e361fb6792df314338e46aec3e55d7e9763e1 getParticipantInfo {"addr":"0:0000000000000000000000000000000000000000000000000000000000000000"}' --abi ./DePool.abi.json
the value will be nano EVER in "total:"