2 Star 4 Fork 1

Bytom Blockchain / bytom-spanner

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
贡献代码
同步代码
取消
提示: 由于 Git 不支持空文件夾,创建文件夹后会生成空的 .keep 文件
Loading...
README

spanner

Python based bytom and vapor wallet tools

Requirements: Python 3.x, with requests package

Dependencies:

 pip install requests

Prepare:

 bytomd init --chain_id mainnet

OR

 vapord init --chain_id mainnet

If you don't know how to run bytomd or vapord please check bytom wiki or vapor wiki

btm-sender

Tool send BTM to large numbers of address

Usage:

 spanner.py btmsender [-h] -n N -i I -a A [-s S] [-c C] [-u] [-t T]

Options:

-h, --help      show this help message and exit
-n node         bytomd or vapord node address
-i input        transaction txt file
-a account      wallet account id
-s asset_id     transaction asset id
-c count        transaction output count
-u              use unconfirmed UTXO build transaction
-t time_range   the transaction will not be submitted into block after this height

See more details in btm-sender README.md file.

utxo-merger

Tool merge some utxos to one for loops.

Usage:

spanner.py utxomerger [-h] [-o URL] [-a ACCOUNT_ALIAS] [-p PASSWORD]
                     [-x MAX_AMOUNT] [-s MIN_AMOUNT] [-l] [-m MERGE_LIST]
                     [-f FOR_LOOP] [-y]

Options:

  -h, --help            show this help message and exit
  -o URL, --url URL     API url to connect
  -a ACCOUNT_ALIAS, --account ACCOUNT_ALIAS
                        account alias
  -p PASSWORD, --pass PASSWORD
                        account password
  -x MAX_AMOUNT, --max MAX_AMOUNT
                        range lower than max_amount
  -s MIN_AMOUNT, --min MIN_AMOUNT
                        range higher than min_amount
  -l, --list            Show UTXO list without merge
  -m MERGE_LIST, --merge MERGE_LIST
                        UTXO to merge
  -f FOR_LOOP, --forloop FOR_LOOP
                        size for loop of UTXO to merge
  -y, --yes             confirm transfer
  

See more details in utxo-merger README.md file.

空文件

简介

批量打款工具&UTXO合并工具 展开 收起
Python
取消

发行版

暂无发行版

贡献者

全部

近期动态

加载更多
不能加载更多了
Python
1
https://gitee.com/BytomBlockchain/bytom-spanner.git
git@gitee.com:BytomBlockchain/bytom-spanner.git
BytomBlockchain
bytom-spanner
bytom-spanner
master

搜索帮助