Download & Install v0.9.0 MPC1
Please refer to Download wallet to download and install the latest wallet.
PoS Mining
How to start PoS mining
Please follow the steps to start PoS mining:
- Register a avatar.
- Lock at least 1000
ETPby calllockwith the avatar. The minimum lock height range is 100000. - The avatar should holds at least one
UTXOwhich has at least 1000ETPand over 1000 height maturity. startminingwith option-c pos.
Tips
It is easy to mine PoS block for avatar that has many UTXOs which has at least 1000 ETP.
Operations on fullnode wallet

MST Mining
How to start MST mining
MST issuer
MST issuer should specify the MST mining subsidy parameters(--subsidy) when he issue a MST if he want the MST to be mined.
The format of --subsidy parameter is initial:unit32,interval:unit32,base:float.
And MST mining reword is calculated by:initial * pow(base, (block_height/interval)).
Example
issue:./mvs-cli issue testacc testacc MST.MST.TEST -s "initial:300000000,interval:500000,base:0.95"
MST mining reword = 300000000 * pow(0.95, (Current block height - Height when MST issued) / 500000).
Operations on fullnode wallet

Miner
Miner startmining with option --symbol and the symbol of MST to be mined.