Solution for stacking with macOS
Terms
Depool address 0:8072e2135b69c8a2f4849147002cf13c46be47598421d2b26bef3aaa13166ff8
Minimum stake 100 ton crystals
Percentage of the validator from the reward 9%
Validator coverage 350 000 ton crystals
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/
Compile according to the tonos-cli manual (preferably)
https://docs.ton.dev/86757ecb2/v/0/p/8080e6-tonos-cli
or download ready-made
https://drive.google.com/file/d/15RlM_hvnx8MWDIV0Wl2T6VzuOEfws6sF/view?usp=sharing
Unpack
tar -xvf tonos-cli.tgz
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 ton crystals)
./tonos-cli depool --addr 0:8072e2135b69c8a2f4849147002cf13c46be47598421d2b26bef3aaa13166ff8 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:8072e2135b69c8a2f4849147002cf13c46be47598421d2b26bef3aaa13166ff8 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 ton crystals)
./tonos-cli depool --addr 0:8072e2135b69c8a2f4849147002cf13c46be47598421d2b26bef3aaa13166ff8 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 8072e2135b69c8a2f4849147002cf13c46be47598421d2b26bef3aaa13166ff8 getParticipantInfo '{"addr":"0:0000000000000000000000000000000000000000000000000000000000000000"}' --abi ./DePool.abi.json
The value will be nano ton crystals in “total”:
Converted to normal view in any converter hex to dec / 1000000000