Solution for stacking with macOS
Terms
Depool address 0:35b81572e205dce309ec090184e9b28d47710506bb5c2284f390f773744c51a9
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:35b81572e205dce309ec090184e9b28d47710506bb5c2284f390f773744c51a9 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:35b81572e205dce309ec090184e9b28d47710506bb5c2284f390f773744c51a9 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:35b81572e205dce309ec090184e9b28d47710506bb5c2284f390f773744c51a9 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:35b81572e205dce309ec090184e9b28d47710506bb5c2284f390f773744c51a9 getParticipantInfo '{"addr":"0:0000000000000000000000000000000000000000000000000000000000000000"}' --abi ./DePool.abi.json
The value will be nano ton crystals in “total”: