Giter VIP home page Giter VIP logo

cryptocowboy's Introduction

CryptoCowboy

A live working sample can be found here: http://computercowboy.tech/

Check out our Discord community: https://discord.gg/v6B7NsN

This is a beta release; Use at your own risk.



To start CryptoCowboy desktop version from Windows executable, simply open the executable. Note: This version automatically issues the 'Start' and 'Connect' commands so it is not nessesary to issue them manually via the web portal.

Start CryptoCowboy from Linux Terminal:

sudo node index.js - Starts bot
sudo node index.js & - Starts bot and keeps bot running after closing terminal
sudo node index.js Start & - Starts bot and autotomates the setup process (Automatically issues the 'Connect' and 'Start' commands)

Deamon.js is an optional supplimentary software that helps automatically reboot CC when an issue occurs. If a timeout error occurs, deamon.js will issue a hard reset on CC.

To start Deamon.js in a separate terminal:

sudo node deamon.js &

Website GUI Commands:

Connect - Connects to XRPL API
Disconnect - Disconnects from XRPL API (Issue stop command before disconnecting)
Start - Begins autotrading (CC must be connected to XRPL first)
Stop - Stops autotrading
DropRange - Drops the range percentage by 1% (Keep above 1.5%)
BumpRange - Increases the range percentage by 1%

Linux - i.e Ubuntu
sudo pkill node - Kills all node processes. Both index.js and deamon.js
sudo pkill -f "sudo node deamon.js" - Kills only deamon.js

cryptocowboy's People

Contributors

brietoe avatar

Watchers

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