GithubHelp home page GithubHelp logo

bitrade-v.2's Introduction

BiTrade

Buy & Sell BitCoin on Coinbase with BiTrade Bot. BiTrade is a Bot with Web Interface for Buy/Sell BitCoin on http://CoinBase.com. You Buy or Sell directly or Create an Order. An order waits for the price of a BitCoin to be reached to Sell or Buy.

Getting Started

These instructions will get you a copy of the project up and running on your local machine for production and development purposes.

Prerequisites

Installing

A step by step series of examples that tell you have to get a production env running

Download & Installation

git clone https://github.com/Mediashare/BiTrade-V.2
cd BiTrade/
composer install

Import Db sql Db_BiTrade

Rename example.config.inc to config.inc.php

Insert your data in config.inc.php & web/Db.php

// The currency you're going to pay with when buying new coins
// This can also be a crypto currency you have on Coinbase
// EUR or USD or even ETH or BTC
define('CURRENCY','EUR');

// The crypto currency the bot is going to trade.
// BTC or ETH only the moment
define('CRYPTO','BTC');

// The local timezone of this machine
// must be a string according to http://php.net/manual/en/timezones.php
define('TIMEZONE','Europe/Paris'); 

//how long between price checks in the watchdog?
define('SLEEPTIME',9);

// Coinbase 
// Visit 'https://www.coinbase.com/settings/api'
define('COINBASE_KEY','Key Api');
define('COINBASE_SECRET','Secret Key Api');


 // DB Connection        
 define('HOST', '127.0.0.1');    
 define('USERNAME', 'root');    
 define('PASSWORD', 'root');    
 define('DBNAME', 'coinbase');

Start Bot Process

php Process.php Start

Start your Server and go to : http://localhost/BiTrade/web/

Contact

Contributing

Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.

Donate

My BitCoin Address : 1NFoAx12XazvYZH7G8vZfo8ibyFoJiQc3v

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

Authors

See also the list of contributors who participated in this project.

License

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

bitrade-v.2's People

Contributors

marquand avatar mediashare avatar

Stargazers

 avatar

Forkers

atouhou

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.