Git Product home page Git Product logo

units-farm's Introduction

Features

  • Sends transactions from multiple wallets.
  • Allows customization of the number of transactions and the time interval between them.
  • Displays the transaction details and counts for each wallet.
  • Uses a random amount and gas price for each transaction within specified ranges.

Prerequisites

  • Go (version 1.21 or later)

Install go:

sudo rm -rf /usr/local/go
curl -L https://go.dev/dl/go1.22.4.linux-amd64.tar.gz | sudo tar -xzf - -C /usr/local
echo 'export PATH=$PATH:/usr/local/go/bin:$HOME/go/bin' >> $HOME/.bash_profile
echo 'export PATH=$PATH:$(go env GOPATH)/bin' >> $HOME/.bash_profile
source .bash_profile
go version

Getting Started

  1. Clone the repository:

    git clone https://github.com/0xlimon/units-farm.git
    cd units-farm
  2. Set up Go modules:

    go mod tidy
  3. Edit privateKeys.json file: Add your private keys in the following format:

    [
        "YOUR_PRIVATE_KEY_1",
        "YOUR_PRIVATE_KEY_2",
        "YOUR_PRIVATE_KEY_3",
        "YOUR_PRIVATE_KEY_4"
    ]
  4. Run the bot:

    screen -S units
    go run main.go
  5. Follow the on-screen prompts:

    • Enter the number of transactions per wallet.
    • Enter the time between transactions (in seconds).

Close screen with ctrl+A+D

Common Issues

If you encounter errors similar to the ones below, don't worry, these are just network-related issues :))

Failed to get balance, retrying...
Failed to get nonce, retrying...
Failed to create transactor:

License

This project is licensed under the MIT License - see the LICENSE file for details.

Author

Created by 0xLimon. Follow me on Twitter: @zxLimon_

units-farm's People

Contributors

0xlimon avatar

Stargazers

Mandaa avatar

Watchers

 avatar

Forkers

flipz3ro

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.