Skip to content

Latest commit

 

History

History
59 lines (42 loc) · 1.42 KB

README.md

File metadata and controls

59 lines (42 loc) · 1.42 KB

OPEN LEDGER BOT

banner

Features

  • Auto Send Heartbeat
  • Auto Connect/Reconnect Nodes
  • Auto Claim Daily Rewards
  • Support Multiple Accounts
  • Support Proxy Usage (http/socks)

Requirements

  • Node.js: Ensure you have Node.js installed.

  • npm: Ensure you have npm installed.

  • Wallets from open-ledger account: how to get ???

  • Go To dashboard https://openledger.xyz and copy your wallet, look at image below:

    wallet

Setup

  1. Clone this repository:

    git clone https://github.com/Zlkcyber/opledBot.git
    cd opledBot
  2. Install dependencies:

    npm install
  3. Setup: paste you wallet to wallets.txt file 1 address per line.

    nano wallets.txt
  4. Optionally use proxy: paste proxy in the proxy.txt file. 1 proxy per line.

  • "It is recommended to use a proxy if you are running multiple accounts."
    nano proxy.txt
    format : protocol://user:password@ip:port | or | protocol://ip:port
  1. Run The Script:
    npm run start

License: MIT

This project is licensed under the MIT License.