Important
I am not responsible for any loss or damage caused by this automation. Use it at your own risk, but I'm assured that it's safe since the smart contract has been verified and it's only limited to farming tx/id on testnet or mainnet. Let's start with a simple greeting, like Good Morning
- Fallback gwei-gas direct to API-RPC to implement
EIP-1559
orLegacy mode
for low cost/fees - Automated running with natural behavior patterns
(Canceled on purpose & retry, Variable human-like, Nighty mode detect, Deviation, Cycle and more)
- Automated single call
gM
|Vote
|Swapping
|Deploy
every minutes/hours/daily - Automated random
rotating
& batchcycle
and more - Automated running
24/7
- Clean & informative any logger info
- Support
Testnet & Mainnet
- Support multi account w/
private_keys.txt
- Support Windows/Linux/Termux
- Running on PM2
(procesess management)
- ALL FEATURES FUNCTIONs CHECK TO
CONFIG
or TEST RUNNING-LOGS
📂 root/gm-onchain
┣ 📂 monad
┃ ┣ 📜 .env
┃ ┣ 📜 gmonad.py
┃ ┣ 📜 uniswap.py
┃ ┣ 📜 curvance.py
┃ ┣ 📜 private_keys.txt
┃ ┣ 📜 requirements.txt
+┣ 📂 ink
+┃ ┣ 📜 voting.py
+┃ ┣ 📜 gmofficial.py
+┃ ┣ 📜 ........
-┣ 📂 ...0g and more
Project List | SuperChain / EVM | Mainnet | Testnet |
---|---|---|---|
MONAD | |||
NEXUS | |||
Ink | |||
SONEIUM | |||
TAIKO | |||
UniChain | |||
WorldChain | |||
Lisk | |||
SuperSeed |
Requirements
- EVM Wallet Address
- Python have 3.3 or latest and depedency modul
- npm have npm installed
- Pm2 have processing manager 2 installed
- VPS or RDP (OPTIONAL)
- Install Python For Windows Python
- Install Python For
(1)
Linux and(2)
Termux
apt install python3 python3-pip git -y
pkg install python python-pip git -y
git clone https://github.com/arcxteam/gm-onchain.git
cd gm-onchain
> this example go to each directory
- cd gm-onchain/monad
- cd gm-onchain/soneium
- cd gm-onchain/ink
> Install processing manager 2 (if not yet)
- npm install -g pm2
> Input your private keys wallet address chosee one (.env) or (private_keys.txt)
- nano private_keys.txt
- nano .env
> Install depedency modul (1) Windows/Termux and (2) Linux
- pip install -r requirements.txt
- pip3 install -r requirements.txt
> Run at first time or not
- python3 curvance.py
- python3 voting.py
+ This example for runnig name `py` and go to each folders
+ So, close the logs with command `CTRL+C`
> Run at second time with PM2 background
- pm2 start curvance.py --name monad-pump
- pm2 start voting.py --name monad-vote
- pm2 start voting.py --name ink-vote
- pm2 start voting.py --name og-vote
> Note; in folder like gm-onchain/monad you can run to all or not
- pm2 start ecosystem.config.js
- Status logs
pm2 logs monad-pump
- Status stop/delete
pm2 stop monad-pump
pm2 delete monad-pump
- Status monitor
pm2 status
pm2 monit
pm2 list