Buy & Sell BitCoin on Coinbase with BiTrade Bot. BiTrade is a Bot with Web Interface for Buy/Sell BitCoin on https://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.
These instructions will get you a copy of the project up and running on your local machine for production and development purposes.
- CoinBase Account - BitCoin Market
- Composer - Dependency Manager for PHP
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 https://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 : https://localhost/BiTrade/web/
-
[Irc]
- Host : irc.slote.me
- Port : 6667
-
[Mail]
Please read CONTRIBUTING.md for details on our code of conduct, and the process for submitting pull requests to us.
My BitCoin Address : 1NFoAx12XazvYZH7G8vZfo8ibyFoJiQc3v
We use SemVer for versioning. For the versions available, see the tags on this repository.
- Thibault Marquand - Initial work - Mediashare
See also the list of contributors who participated in this project.
This project is licensed under the MIT License - see the LICENSE.md file for details