Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chenzhitong/autosplit
自动化NeoGas分割程序,将NeoGas无限对半分割
https://github.com/chenzhitong/autosplit
Last synced: 6 days ago
JSON representation
自动化NeoGas分割程序,将NeoGas无限对半分割
- Host: GitHub
- URL: https://github.com/chenzhitong/autosplit
- Owner: chenzhitong
- License: mit
- Created: 2018-01-12T02:41:31.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-08T05:36:05.000Z (almost 2 years ago)
- Last Synced: 2023-03-06T04:28:55.458Z (over 1 year ago)
- Language: C#
- Size: 13.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# AutoSplit
自动化NeoGas分割程序,将NeoGas无限对半分割使用说明:
1、下载 neo-cli,启动 rpc 服务
2、创建钱包,复制钱包地址,替换 AutoSplit/AutoSplit/Program.cs 中的默认地址
3、设置 AutoSplit/AutoSplit/Program.cs 中的循环次数,默认为 10
4、启动程序,程序便开始自动转账。
注意,不要在主网进行测试!
假设 GAS 数量为 100,则程序转账数量如下
第一批,转 50,找零 50
等待确认
第二批,转 25,找零 25,转 25,找零 25
等待确认
第三批,转 12.5,找零 12.5,转 12.5,找零 12.5,转 12.5,找零 12.5,转 12.5,找零 12.5
等待确认
第四批,转 6.25,找零 6.25,转 6.25,找零 6.25,转 6.25,找零 6.25,转 6.25,找零 6.25,转 6.25,找零 6.25,转 6.25,找零 6.25,转 6.25,找零 6.25,转 6.25,找零 6.25
等待确认
……