Skip to content

frendri/arbitrum-claim

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 

Repository files navigation

Arbitrum Claim Bot

Features

  • Import wallets from privateKeys and seedPhrases.
  • Receive token on different wallets.
    • If you do not need a tokens transfer after claim, then leave the address blank.
  • Select different gasPrice/gasLimit on each wallet.
  • Support different proxy and nodes.
    • Proxy:
      • Format: ip:port:username:password
      • HTTP only. SOCKS not supported.
    • Nodes:
      • Supported all types - HTTP, WS, IPC.

The bot is provided with a 3% commission. Transfer commission is automatic and sends to random wallets. No overlap between wallets.

Account preparation

  1. Copy spreadsheet from this example (Select second sheet to see example)
  2. Fill table with your wallets and other data
  3. Download as CSV file (File->Download->CSV)

Start bot

  • Download latest .exe file for your OS from realease
  • Download config.yaml
  • Create a folder and put the three files there:
    • config.yaml
    • accs.csv
    • exe file
  • Run bot

FAQ

When you start bot, then it will show your config and start load wallets

alt example

If you see some errors, check descriptions and fix it.

Then, when ready -> press Enter and bot will start work.

alt example

Bot will check tokens on your accounts, skip the empty accounts, and the rest will start work

alt example

If you see this, then everything is okay, and the software works. The bot simulates a claim transaction and sends it when the claim starts.

alt example

When claim starts, bot will send the transactions.

Config setting

You can customize the config to your liking. The config contains comments with descriptions for each parameter.

Optimal config - in the release.

explorer_url: "https://arbiscan.io"
claimer_address: "0x67a24CE4321aB3aF51c2D0a4801c3E111D88C9d9"
# Claimer address. No need to change
token_address: "0x912ce59144191c1204e64559fe8253a0e49e6548"
# Token address. No need to change

spam_txs: false
# Spam transactions, if false send only one. Not work in build early mode
spam_interval: 1000
# Interval between spam transactions. Not lower than 0. Integer milliseconds
build_early: true
# Prepare transactions before claim start. Not work with spam_txs
estimate_gas: true
# Estimate gas for transaction
estimate_only_one: true
# Estimate gas only for one transaction. Not work in spam_txs mode
estimate_interval: 0
# Interval between estimate gas transactions.
# Not lower than 0. Integer milliseconds
accs_file: "accs.csv"
# File with accounts.

Contacts

If you have any problems at startup, text me: Telegram

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published