Giter Site home page Giter Site logo

bulkusdttransfer's Introduction

# Bulk USDT Transfer

This Go program allows you to send USDT (Tether) tokens to multiple Ethereum addresses in bulk.

## Prerequisites

Before running this program, ensure you have the following:

- Ethereum private key: You need the private key of an Ethereum account that holds USDT tokens.
- Recipient addresses: Prepare a list of Ethereum addresses to which you want to send USDT tokens. Store these addresses in a text file named `recipients.txt`.
- Ethereum client URL: Update the `clientURL` variable in the code with the URL of your Ethereum client (e.g., Infura, Alchemy, or a local node).

## Installation

1. Clone this repository to your local machine.

2. Install the necessary dependencies by running:

   ```bash
   go mod tidy
  1. Ensure you have a properly formatted ABI file for the USDT contract. Save the ABI JSON in a file named usdt_abi.json in the project directory.

Usage

  1. Open recipients.txt and add the Ethereum addresses of the recipients, with each address on a new line.

  2. Update the privateKey variable in main.go with your Ethereum private key.

  3. Adjust the amount variable in main.go to specify the amount of USDT tokens to send to each recipient.

  4. Run the program using:

    go run main.go
  5. The program will read the recipient addresses from recipients.txt, send the specified amount of USDT tokens to each address, and print a success message for each transaction.

Disclaimer

  • Use this program responsibly. Ensure that you have permission to send tokens from the specified Ethereum account.
  • Be cautious when handling private keys and sensitive information. Keep your private keys secure and never share them with anyone.

Author

Ashikur Rahman

For further interaction, my social media handles are as follows:

For prompt communication:

To explore my portfolio, please visit: www.ashikurrahaman.com


Feel free to adjust the formatting or content as needed!

bulkusdttransfer's People

Contributors

ashikurrahaman287 avatar

Stargazers

 avatar SpudBlocks avatar

Watchers

 avatar

Forkers

spudblocks

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.