You can query how many MAP are locked by doing the following.
./markergetAccountTotalLockedGold--rpcaddrhttp://127.0.0.1:7445--target0x73bc690093b9dd0400c91886184a60cc127b2c33INFO [08-02|16:50:22.331] === getAccountTotalLockedGold === admin=0x0000000000000000000000000000000000000000 target=0x73bC690093b9dD0400c91886184A60cC127b2c33
INFO [08-02|16:50:22.333]resultlockedGold=1,000,000,000,000,000,000,000,000
Unregister validator
This step is not required, but if your locked balance is less than 10000000 after unlocking, please unregister first. unregister operation can only be performed 60 days after registration as a validator, and unregister needs to wait for the last block of the current epoch to take effect.
./marker deregister --rpcaddr http://127.0.0.1:7445 --keystore /Users/alex/data/atlas-1/keystore/UTC--2022-06-14T05-46-17.312327000Z--73bc690093b9dd0400c91886184a60cc127b2c33
INFO [08-02|16:52:40.688]===deregisterValidator===INFO [08-02|16:52:40.701] TxInfo func=sendContractTransaction TX data nonce =10 gasLimit =4,500,000 gasPrice =101,000,000,000 chainID =22776
INFO [08-02|16:52:40.702] Please waiting func=getResult txHash =0xb904cae42c8e9d5481b0023b367a35a5be37802c1a9f7a9ff55835cd72044def
INFO [08-02|16:52:41.107]TransactionSuccessfunc=queryTxblockNumber=1211
Unlock MAP
This step is used to convert the state of your MAP from locked to unlocked
./marker unlockMap --rpcaddr http://127.0.0.1:7445 --keystore /Users/alex/data/atlas-1/keystore/UTC--2022-06-14T05-46-17.312327000Z--73bc690093b9dd0400c91886184a60cc127b2c33 --lockedNum 200000
INFO [08-02|17:24:16.166]===unLockvalidatorgold===INFO [08-02|17:24:16.166] unLock validator gold amount=200,000,000,000,000,000,000,000 admin=0x73bC690093b9dD0400c91886184A60cC127b2c33
INFO [08-02|17:24:16.180] TxInfo func=sendContractTransaction TX data nonce =15 gasLimit =4,500,000 gasPrice =101,000,000,000 chainID =22776
INFO [08-02|17:24:16.181] Please waiting func=getResult txHash =0x70b5c777daa507ca6b6e6f9132e757f8804c4147f0f8542f71a456ecf079bffa
INFO [08-02|17:24:21.229]TransactionSuccessfunc=queryTxblockNumber=1591
Query the number of unlocked MAP
./markergetPendingWithdrawals--rpcaddrhttp://127.0.0.1:7445--target0x73bc690093b9dd0400c91886184a60cc127b2c33INFO [08-02|17:24:28.336] === getPendingWithdrawals === admin=0x0000000000000000000000000000000000000000 target=0x73bC690093b9dD0400c91886184A60cC127b2c33
INFO [08-02|17:24:28.343] result: index=0 values=100,000,000,000,000,000,000,000 timestamps=1,660,727,111
INFO [08-02|17:24:28.343] result: index=1 values=200,000,000,000,000,000,000,000 timestamps=1,660,728,211
Looking at the output, we can see that we now have two unlocked funds numbered 0 and 1. Next we will withdraw the fund numbered 1.
Withdraw MAP
This step will redeem the status of the reward from the unlocked state to the balance, but this step needs to be unlocked for 15 days before it can be executed.
./marker withdrawMap --rpcaddr http://127.0.0.1:7445 --keystore /Users/alex/data/atlas-1/keystore/UTC--2022-06-14T05-46-17.312327000Z--73bc690093b9dd0400c91886184a60cc127b2c33 --withdrawIndex 1
INFO [08-02|17:24:44.848]===withdrawvalidatorgold===admin=0x73bC690093b9dD0400c91886184A60cC127b2c33INFO [08-02|17:24:44.858] TxInfo func=sendContractTransaction TX data nonce =16 gasLimit =4,500,000 gasPrice =101,000,000,000 chainID =22776
INFO [08-02|17:24:44.859] Please waiting func=getResult txHash =0x1d592838b4044a05072692ebc9e8ef68b3f14ff6faa690283f4f363bc6642639
INFO [08-02|17:24:46.072]TransactionSuccessfunc=queryTxblockNumber=1596
Check balance
Now the redeemed MAP is in the account balance, let's verify it.
Looking at the output, we can see that we now have a fund number 0 waiting to be redeemed, below we will redeem it
Withdraw MAP
This step will redeem the status of the reward from the unlocked state to the balance, but this step needs to be unlocked for 15 days before it can be executed.
./marker withdrawMap --rpcaddr http://127.0.0.1:7445 --keystore /Users/alex/data/atlas-1/keystore/UTC--2022-06-17T03-50-52.931374000Z--6d842e9c25c0c6246231296ca6ecf4bc8268949f --withdrawIndex 0
INFO [08-03|14:46:21.582]===withdrawvalidatorgold===admin=0x6D842E9c25C0c6246231296ca6ECf4bC8268949FINFO [08-03|14:46:21.591] TxInfo func=sendContractTransaction TX data nonce =7 gasLimit =4,500,000 gasPrice =101,000,000,000 chainID =22776
INFO [08-03|14:46:21.592] Please waiting func=getResult txHash =0xdc8d99434cdb69ea22cd631b2768999126cf2c7ccc41cfb9fc8f2fabcf301e8c
INFO [08-03|14:46:25.229]TransactionSuccessfunc=queryTxBlockNumber=477T
Check balance
Now the redeemed MAP is in the account balance, let's verify it.