{"id":26613585,"url":"https://github.com/donpushme/ether-volume-bot","last_synced_at":"2025-06-13T18:06:05.954Z","repository":{"id":280667372,"uuid":"939085936","full_name":"donpushme/ether-volume-bot","owner":"donpushme","description":"Volume boosting bot on EVM chains (Cardano, Polygon, Avalanche, Arbitrum, Base, Cronos, Zetachain, BSC...), Minswap, Pancakeswap, Uniswap, Sushiswap ... ","archived":false,"fork":false,"pushed_at":"2025-03-04T17:32:28.000Z","size":3255,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-04T17:37:31.379Z","etag":null,"topics":["arbitrum","avalanche","base","bsc","evm","minswap","pancakeswap","polygon","uniswap","volume","volume-bot","zeta"],"latest_commit_sha":null,"homepage":"","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/donpushme.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2025-02-26T01:00:56.000Z","updated_at":"2025-03-04T17:32:32.000Z","dependencies_parsed_at":"2025-03-04T17:37:34.386Z","dependency_job_id":"6275ce44-d946-4c0b-b45b-4ec70fb67654","html_url":"https://github.com/donpushme/ether-volume-bot","commit_stats":null,"previous_names":["donpushme/ether-volume-bot"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donpushme%2Fether-volume-bot","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donpushme%2Fether-volume-bot/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donpushme%2Fether-volume-bot/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/donpushme%2Fether-volume-bot/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/donpushme","download_url":"https://codeload.github.com/donpushme/ether-volume-bot/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245211925,"owners_count":20578437,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["arbitrum","avalanche","base","bsc","evm","minswap","pancakeswap","polygon","uniswap","volume","volume-bot","zeta"],"created_at":"2025-03-24T04:35:02.852Z","updated_at":"2025-03-24T04:35:03.384Z","avatar_url":"https://github.com/donpushme.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Volume bot on EVM chains\n\n## Supported chains\nBSC, Ethereum mainnet, (Any EVM chain)\n\n## Technology\n\nLanguange: Typescript, Solidity\nType: Bot Script\n\n## How to use the bot?\n\n- You should install node modules by\n```\nnpm i\n```\n\n- Edit the contents in the `.env` file. I've already sent you the project with `.env` file.\n\nYou should input your wallet address and privatekey there.\n```\nETH_BASE_WALLET_ADDRESS=\"Your wallet address\"\nETH_BASE_WALLET_ADDRESS=\"The private key of your base wallet\"\n```\nThere are rpc addresses in thge`.env` file and they are not paid version.\n\nIf you have good one you can replce them with yours.\n\n- Then you should see the `config.json` file. I has the main configurations for running the bot. I added comments for your good understanding.\n```\n//Random amount for wallet.\nexport const amountMax = 0.003; //Ether balance\nexport const amountMin = 0.001; //Should be more than 0.001\n\n//Fee balance that must be remaining in the wallet\nexport const fee = 0.001; //Must be greater than 0.001\n```\n\nI recommend that you should increase `fee` for the successful transaction. ex: 0.05, 0.06.\n\nBefore that you should have enough BNB in your base wallet.\n\nFor example if you set config values like this...\n```\n//Random time interval of buy and sell\nexport const maxInterval = 30000 //millisecond\nexport const minInterval = 5000//millisecond\n\n//Random amount for wallet.\nexport const amountMax = 0.03; //Ether balance\nexport const amountMin = 0.01; //Should be more than 0.001\n\n//Fee balance that must be remaining in the wallet\nexport const fee = 0.005; //Must be greater than 0.001\n\n//Number of sub wallets.\nexport const subWalletNum = 20;\n\n//ChainId : Sepolia, BSC, Ethereum\nexport const CHAINID:ChainId = ChainId.BSC;\n```\n\nYour wallet should have `(0.03 + 0.005) * 20 = 0.7 (BNB/ETH);\n\nI Recommend that you should use much fee value like 0.01 so that you can gather funds if you have some error while running the bot.\n\nWhile you are running the bot there will be a new json file to save the wallets you generated, so you can withdraw funds if there is a problem.\n\nI will add automatic fund-gathering function later if you want.\n\n\nThen you can run the bot\n```\nnpm run dev\n```\n\n\n## Features\n- Generating random wallets\n- Funding wallets that will trade as real traders\n- Random trade with funded wallets\n- Gathering funds after work\n\n## Example\n\n\nhttps://github.com/user-attachments/assets/ac6e55f6-7ece-4cad-8dc7-883423c32f4e\n\n## Tx links\nhttps://bscscan.com/tx/0x581cda788080b52fbd5db8c4d3500c22a6c136a07b73e2311d1fc29330d48fe5\nhttps://bscscan.com/tx/0x8c870cf1721c2c765b45d2b13731bf384ec2e8020552aafb0436c01ded98f2ab\nhttps://bscscan.com/tx/0xb46d289c48d04dc6cc74849ecd9ef4fff6bf86aa3b16fc231d019b82c7789bc2\n\n## Future\n- Randomizing trading amount\n- Randomizing trading frequency (Buy/Sell)\n- Randomizing the pool\n\n## How to contact\nTelegram: [@midaBricoll](https://t.me/midaBricoll)\n\nTwitter: [@dieharye](https://x.com/dieharye)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonpushme%2Fether-volume-bot","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdonpushme%2Fether-volume-bot","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdonpushme%2Fether-volume-bot/lists"}