Withdraw WBTT from BTFS
You can cash the cheques you received for providing storage space to the renters. Cashing a cheque will transfer specified amount of WBTT from the renter's VAULT ADDRESS
to yours. After you get enough WBTT in your VAULT ADDRESS
, you can transfer them out.
Cashing Received Cheques
Renters will pay you in the form of cheque after they uploading files to your node. You can cash the cheques in the dashboard's cheques page, or via command btfs cheque cash <peer-id>
.
# cash cheque by peer-id(renter-id)
$ btfs cheque cash <peer-id>
the hash of transaction: 0x...
Withdraw WBTT to BTTC ADDRESS
BTTC ADDRESS
After cashing cheques, you can click the "Withdraw" button in dashboard to withdraw WBTT from your VAULT ADDRESS
to your BTTC ADDRESS
. You can also withdraw via command btfs vault withdraw <amount>
.
# check the WBTT balance of the vault
$ btfs vault balance
the vault available balance: 5000000000000000000 # == 5*1e18
# withdraw 5 WBTT from vault to BTTC address for example
$ btfs vault withdraw 5000000000000000000 # == 5*1e18
the hash of transaction: 0x...
Updated 11 months ago