参考 <<BitShares2.0 —— 第一章 创世篇(四):初访节点 运行命令行钱包>> 打开钱包, 连接节点并解锁钱包
使用transfer
命令从nathan
账户里转一些资金给alpha
:
运行命令:
transfer nathan alpha 100000 BTS "here is some cash" true
输出结果
unlocked >>> transfer nathan alpha 100000 BTS "here is some cash" true
transfer nathan alpha 100000 BTS "here is some cash" true
{
"ref_block_num": 12413,
"ref_block_prefix": 2376124812,
"expiration": "2018-10-23T03:07:20",
"operations": [[
0,{
"fee": {
"amount": 2105468,
"asset_id": "1.3.0"
},
"from": "1.2.17",
"to": "1.2.18",
"amount": {
"amount": "10000000000",
"asset_id": "1.3.0"
},
"memo": {
"from": "BTS6MRyAjQq8ud7hVNYcfnVPJqcVpscN5So8BhtHuGYqET5GDW5CV",
"to": "BTS74AWCY222BVvCTAStoYsjsqtmnQNct8bXSsztgh8NUKuFNgLs4",
"nonce": "16070383734469918828",
"message": "7096a91fde62968875b0ed066d92ff178217e4310bcdf149949ecb0767d492e3"
},
"extensions": []
}
]
],
"extensions": [],
"signatures": [
"204981356488858cc24489601e9de50466e237e4d9843fac8f25acbe02b22b6f2722c174440b1ba6067be094479ca7ad127a6ab9f0ff23109800d8b677a4d5c56c"
]
}
可以验证alpha是否收到了钱,运行一下命令查看账户余额:
list_account_balances alpha
输出结果
unlocked >>> list_account_balances alpha
list_account_balances alpha
100000 BTS
转帐结束 !!
不用打赏,吃不起土,我可以光合作用。