Giter Club home page Giter Club logo

nefertiti's Introduction

Nefertiti

Nefertiti is a FREE crypto trading bot that follows a simple but proven trading strategy; buy the dip and then sell those trades as soon as possible.

Exchanges

At the time of this writing, the trading bot supports the following crypto exchanges:

                       

Signals

At the time of this writing, the trading bot supports the following signal providers:

           

Setup

Download and install Go quickly with the steps described here.

Go download

Click the button below to download the Go installer.

Go install

Linux

  1. Extract the archive you downloaded into /usr/local, creating a Go tree in /usr/local/go.

    Important: This step will remove a previous installation at /usr/local/go, if any, prior to extracting. Please back up any data before proceeding.

    For example, run the following as root or through sudo:

    rm -rf /usr/local/go && tar -C /usr/local -xzf go1.16.3.linux-amd64.tar.gz
    
  2. Add /usr/local/go/bin to the PATH environment variable. You can do this by adding the following line to your $HOME/.profile or /etc/profile (for a system-wide installation):

    export PATH=$PATH:/usr/local/go/bin
    

    Note: Changes made to a profile file may not apply until the next time you log into your computer. To apply the changes immediately, just run the shell commands directly or execute them from the profile using a command such as source $HOME/.profile.

  3. Verify that you've installed Go by opening a command prompt and typing the following command:

    $ go version
    
  4. Confirm that the command prints the installed version of Go.

Mac

  1. Open the package file you downloaded and follow the prompts to install Go.

    The package installs the Go distribution to /usr/local/go. The package should put the /usr/local/go/bin directory in your PATH environment variable. You may need to restart any open Terminal sessions for the change to take effect.

  2. Verify that you've installed Go by opening a command prompt and typing the following command:

    $ go version
    
  3. Confirm that the command prints the installed version of Go.

Windows

  1. Open the MSI file you downloaded and follow the prompts to install Go.

    By default, the installer will install Go to Program Files or Program Files (x86). You can change the location as needed. After installing, you will need to close and reopen any open command prompts so that changes to the environment made by the installer are reflected at the command prompt.

  2. Verify that you've installed Go.

    1. In Windows, click the Start menu.
    2. In the menu's search box, type cmd, then press the Enter key.
    3. In the Command Prompt window that appears, type the following command:

    $ go version
    
    1. Confirm that the command prints the installed version of Go.

Cloning

You will need Go installed and $GOPATH configured.

mkdir -p $GOPATH/src/github.com/svanas
cd $GOPATH/src/github.com/svanas
git clone https://github.com/svanas/nefertiti.git

Updating

Update your local working branch with commits from the remote, and update all remote tracking branches.

cd $GOPATH/src/github.com/svanas
git pull

Notes

Your developer is using the latest Go version (https://golang.org/dl/) -- This code may or may not compile with other versions of the Go compiler.

Dependencies

Most dependencies are vendored in with this repo. You might need to clone the following repositories:


cd $GOPATH/src/github.com/svanas
git clone https://github.com/svanas/go-binance.git
git clone https://github.com/svanas/go-crypto-dot-com.git
git clone https://github.com/svanas/go-mining-hamster.git

Running

cd $GOPATH/src/github.com/svanas/nefertiti
go build
./nefertiti --help

nefertiti's People

Contributors

jlaw avatar svanas 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.