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-1559orLegacy modefor 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|Deployevery minutes/hours/daily - Automated random
rotating& batchcycleand 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
CONFIGor 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 -ypkg install python python-pip git -ygit 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-pumppm2 delete monad-pump - Status monitor
pm2 statuspm2 monitpm2 list