Giter Club home page Giter Club logo

arbitrummulticlaimerandsender's Introduction

ArbitrumMultiClaimerAndSender

Python implementation multiprocessing of the $ARB token's claimer and sender

Package description

  • main.py - main module for execute
  • transfer.py - module for transfer $ARB-tokens to recipient address

Description of required files

  • accounts.txt - private keys of wallets
  • recipient_addresses.txt - exchange addresses of other addresses for send your claimed tokens
  • .env - the file with your RPC variables and contract address constants for claim and $ARB-token

example of .env-file

TOKEN_CONTRACT = '0xC4ed0A9Ea70d5bCC69f748547650d32cC219D882'
CLAIM_CONTRACT = '0x67a24CE4321aB3aF51c2D0a4801c3E111D88C9d9'

RPC_ARB = 'https://arb-mainnet.g.alchemy.com/v2/{YOU_API_KEY}'
RPC_MAIN = 'https://eth-mainnet.g.alchemy.com/v2/{YOU_API_KEY}'

How run

  • Install Python to your system
  • Install dependencies
pip install -r requierements.txt
  • Add your private keys to the accounts.txt file
  • Add your RPCs to the `.env' file
  • Add exchange addresses or other addresses for transferring received tokens recipient_addresses.txt
    Count of addresses must correspond to the count of private keys
  • Run main.py and wait for claim to open
python .\main.py

for Linux

python3 main.py

arbitrummulticlaimerandsender's People

Contributors

whonion avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.