/BiTrade

Buy & Sell BitCoin on Coinbase with BiTrade Bot.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

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