Giter VIP home page Giter VIP logo

crypto-actions's Introduction

Crypto-actions


Library of scripts for automating crypto actions like withdraws from CEX and smart-contract interactions.
Best scripts for drophunters. Soon script will have more features.

Installation


  1. Install nodejs
  2. Open terminal in your folder when you want to install this library and run command:
    git clone https://github.com/cli/cli.git
    If you don't have git on your machine you can download archive from here
  3. Open terminal in folder with library and run command:
    npm install

Usage


Script features:

  1. Withdraws to multiple addresses.
    Script supports Binance, OKX, MEXC exchanges. If you need to withdraw from any of this exchanges you need to create .env file in root folder of library and add this lines(YOU NEED TO ADD ONLY EXCHANGES THAT YOU WANT TO USE):
    BINANCE_API_KEY={your binance api key}
    BINANCE_SECRET_KEY={your binance secret key}
    MEXC_API_KEY={your mexc api key}
    MEXC_SECRET_KEY={your mexc secret key}
    OKX_API_KEY={your okx api key}
    OKX_SECRET_KEY={your okx secret key}
    OKX_API_PASS={your okx api password}
    BYBIT_API_KEY={your bybit api key}
    BYBIT_SECRET_KEY={your bybit secret key}
    
    All API configuration you can find here Binance, OKX, MEXC, Bybit I highly recommend to add IP address of your computer while creating API keys.
    How to get IP address? Run this command in terminal
    • MacOS: curl ifconfig.me
    • Windows: ipconfig

Run script npm start

Withdraws


  1. Select a client from the list. Before you must add appropriate API keys to .env file. User arrows to navigate and press Enter to select.

  2. Write a path to file with addresses separated by comma.
    You can create file in the root directory of script.

    Example addresses.txt:

    0x1234, 
    0x1234, 
    0x1234,
    

    As answer write a path to the file ./addresses.txt

  3. Write an interval between withdraws in seconds.
    Example 100

  4. Write a coin name.
    Example ETH

  5. Write a network name. Name of some networks in different CEX can be different.
    Example ERC20 or ETH

  6. Write amount of coins to withdraw.
    Example 0.1 orr it can be range 0.1-0.5

  7. Confirm your withdraws.
    Example Y or n

crypto-actions's People

Contributors

moongue avatar

Stargazers

 avatar

Watchers

 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.