欢迎关注我的推特(https://x.com/xwxboring)
- 下载芒果钱包
- [创建钱包且备份密钥] Backup Phrase
- 打开注册地址绑定钱包
- 完成推特、DC、TG的绑定 绑定完成之后点击 [Join now]
- 任务页
- Login Daily
LFG
- Git (可选)
- Node JS (v22) (必须)
- Multi Account 多账户支持,多个钱包延迟启动避免被女巫
- Support PK 支持私钥导入
- Proxy Support 支持 IP 代理
- Daily Claim Faucet 每日领取水龙头 discord需要人工手动去发,脚本已移除dicord任务,发完之后人工去点击提交
- Daily Check In 每日签到 2分递增
- Daily Mango Swap 每日 Swap 任务 3分
- Daily BeingDex Beta DAPP 15分
- 每日 BeingDex 任务 10分 需要用app去点击,脚本提交不生效已移除
- Daily Bridge 每日跨链桥任务 不支持
- Clone project repository 可通过 git clone 或者直接去仓库 Download ZIP 解压
git clone https://github.com/OCISHY/Mango-Testnet-Auto-Bot.git && cd Mango-Testnet-Auto-Bot
- Install Dependencies and Setup Accounts 安装依赖
npm install && npm run setup
- Configure your accounts 配置钱包私钥和 proxy代理
nano app/config/index.js
- To run Auto TX 运行脚本
npm run start
- Open your
Command Prompt
orPower Shell
. - Clone project repository 可通过 git clone 或者直接去仓库 Download ZIP 解压
and cd to project dir
git clone https://github.com/OCISHY/Mango-Testnet-Auto-Bot.git
cd Mango-Testnet-Auto-Bot
- Install Dependencies and Setup Accounts 安装依赖
npm install && npm run setup
- 在
Mango-Testnet-Auto-Bot/accounts/accounts.js
文件中配置账号私钥 - 在
Mango-Testnet-Auto-Bot/config/proxy_list.js
文件中按需要配置 IP 代理 - 在
Mango-Testnet-Auto-Bot
目录下打开命令行Command Prompt
orPower Shell
. - 执行脚本
npm run start
如果使用的 git 拉取仓库执行以下命令 :
- 执行
或者
git pull
如果报错执行以下git pull --rebase
git stash && git pull [git stash命令会移除你本地对这个代码的修改谨慎使用, 如果需要还原可执行 git stash pop]
- 更新依赖包
npm update
- 更新完成之后重新执行 npm run start 启动脚本
- 错误日志地址:
log/app.log
提前配置好 app/config/index.js 如果要修改就必须重新执行1、2步骤 用docker部署方便管理,使用教程自行google/baidu
- 在项目目录下运行,生成镜像,mongo-bot名字可自定义
docker build -t mango-bot .
- 基于镜像启动容器
docker run -d mongo-bot .
DYOR & Always use a new wallet when running the bot, I am not responsible for any loss of assets. 请自行研究并始终使用新钱包运行机器人,我不对任何资产损失负责.
This project is licensed under the MIT License. See the LICENSE file for more details.