Skip to content

qjpcpu/ropstenbank

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

以太坊ropsten网络自动充币

参数:

  • --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

examples

# 发eth同时转账
ropstenbank --eth http://localhost:18545 --to 0x86bb2d1c849bb37ea160ABDaa7C4e722e38364A0
# 仅转账(适用于将到账延迟的账户转出)
ropstenbank --eth http://localhost:18545 --to 0x86bb2d1c849bb37ea160ABDaa7C4e722e38364A0 --trans transfer

attention

请仅在测试网络使用

Releases

No releases published

Packages

No packages published

Languages