Tawanation uPow Pool

How To Start

As a validator, we manage staking revenue for everyone who stakes and voted for that validator.

Staking without voting earns you nothing. So don't forget to vote.

As our validator supports our iNode on which our Pool is based, the more of you vote for our validator, the greater the mining revenue generated.


To stake, use the following command:

python wallet.py stake -a AMOUNT_TO_STAKE

(replace AMOUNT_TO_STAKE with an amount)


To vote, use the command:

python3 wallet.py vote -to DzLgX9YfYxJRcLyWVKa1QanRCVrzdQP4e14DeTzq8W9ZV -r 10


To mine on the pool, use the command:

python3 miner.py --MINER_POOL_IP "pool-upow.tawanation.org" --MINER_POOL_PORT 5501 --WALLET_ADDRESS "YOUR_WALLET_ADDRESS"

(replace YOUR_WALLET_ADDRESS with your uPow address)