Giter Club home page Giter Club logo

ethereum-transfer's Introduction

Ethereum Sender

The Ethereum Sender project allows you to automatically send ETH from one wallet to another. By providing a private key for your ETH wallet and a recipient's public key, the script will monitor the wallet for incoming ETH and automatically initiate transfers to the specified recipient. For more detailed information, you can read my blog post dedicated to this project.

Features

  • Automatic ETH transfer from one wallet to another.
  • Real-time monitoring of the wallet balance.
  • Configurable transaction threshold for initiating transfers.
  • private key management.

Requirements

  • Ethereum wallet with a private key.
  • Python 3.x installed on your system.
  • Web3.py library for Ethereum interaction.

Installation

  1. Clone this repository to your local machine.
  2. Install the required dependencies using the following command: pip install -r requirements.txt
  3. Open the config.py file and update the following information:
  • private_key: Your Ethereum wallet private key.
  • recipient_address: The public key of the recipient's Ethereum wallet.
  • ganache_mode: Set this to True if you want to use Ganache for testing purposes, or False to use Infura for the mainnet. Add your Infura API key to the infura_apikey variable in the config.py file.

Save the changes in the config.py file.

Run the main script main.py using the command:

Usage

  1. Make sure you have configured the config.py file with the correct information.
  2. Run the script using the following command: python main.py
  3. The script will start monitoring the specified wallet for incoming ETH.
  4. When the wallet balance reaches the configured threshold amount, the script will initiate a transfer to the recipient's wallet automatically.
  5. The script will continue to monitor the wallet balance and initiate transfers as necessary.

Contribution

Contributions to this project are highly appreciated. You can contribute by submitting pull requests or by reporting issues and suggestions for improvement. You can also ask your questions in the Issues section.

Contact

ethereum-transfer's People

Contributors

xdevman avatar

Stargazers

 avatar  avatar

Forkers

nanyumay

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.