参数:
--eth
, 以太坊ropsten节点,建议连接自建节点,否则ropsten公有节点容易被封ip--to
, 转出到你的地址--trans
, 发币+转账或者仅转账
# MAC
wget --no-check-certificate https://github.com/qjpcpu/ropstenbank/raw/master/release/ropstenbank.mac -O ropstenbank
chmod +x ropstenbank
# Linux
wget --no-check-certificate https://github.com/qjpcpu/ropstenbank/raw/master/release/ropstenbank.linux -O ropstenbank
chmod +x ropstenbank
# 发eth同时转账
ropstenbank --eth http://localhost:18545 --to 0x86bb2d1c849bb37ea160ABDaa7C4e722e38364A0
# 仅转账(适用于将到账延迟的账户转出)
ropstenbank --eth http://localhost:18545 --to 0x86bb2d1c849bb37ea160ABDaa7C4e722e38364A0 --trans transfer
请仅在测试网络使用