OSDN Git Service

Merger utxo (#383)
[bytom/vapor.git] / cmd / utxomerge / README.md
1 tool use
2
3 params
4
5 ```shell
6 merge utxo.
7
8 Usage:
9   utxomerge [flags]
10
11 Flags:
12       --account_id string   The accountID of utxo needs to be merged
13       --address string      The received address after merging utxo
14       --amount uint         Total amount of merged utxo
15   -h, --help                help for utxomerge
16       --host_port string    The url for the node. Default:http://127.0.0.1:9889 (default "http://127.0.0.1:9889")
17       --password string     Password of the account
18 ```
19
20 example:
21
22 ```shell
23 ./utxomerge --host_port http://127.0.0.1:9889 --account_id 9e54300d-f81d-4c5f-bef3-4e771042d394 --password 123456 --address sp1q8u7xu3e389awrnct0x4flx0h3v7mrfnmpu858p --amount 200000000000
24 ```