Openledger Bot 是一个简单的工具,旨在自动化节点交互。
- 自动化节点交互
- 代理支持
- Python3.11及以上
- 将仓库克隆到本地机器:
git clone https://github.com/Gzgod/openledger.git
- 进入项目目录:
cd openledger
- 安装必要的依赖:
pip install -r requirements.txt
-
在运行脚本之前,设置
account.txt
和proxy.txt
(可选是否使用代理)。account.txt
文件格式(最新版本不需要,只需要把钱包地址填入wallets.txt即可):token1:workerID1:id1:ownerAddress1 token2:workerID2:id2:ownerAddress2
(最新版本不需要此步骤 跳过即可)获取
Token
、WorkerID
、id
和ownerAddress
,教程如下: -
如果您想使用代理,请修改
proxy.txt
文件,格式如下:username:password@ip:port
-
运行脚本:
python main.py或者python3 main.py