Skip to content

机器人安装指南

philsong edited this page May 5, 2014 · 6 revisions

0、

0.0安装golang开发运行环境,选择适合自己电脑操作系统的安装包

http://code.google.com/p/go/downloads/list

0.1安装git环境

http://msysgit.github.io/

注意:windows下安装时一定要选择,把git路径加入到系统PATH中,否则后续安装无法找到git命令。

1、下载 btcrobot 代码

git clone https://github.com/philsong/btcrobot

2、下载安装依赖库(如果依赖库下载不下来可以联系我)

cd btcrobot/thirdparty

// windows/DOS下执行

getpkg.bat

// linux/mac或者Git Bash 下执行

sh getpkg

3、编译 btcrobot

先编译

// 接着上一步

cd ../

// windows/DOS 下执行

install.bat

// linux/mac或者Git Bash 下执行

sh install

这样便编译好了 btcrobot

4、配置秘钥API文件

修改btcrobot/conf目录下的secret.sample文件名为secret.json

向火币或者OKcoin申请交易API,并填入secret.json中

5、运行 btcrobot。

// windows 下执行

start.bat

// linux/mac 下执行

sh start

一切顺利的话,btcrobot应该就启动了。

6、浏览器中查看

在浏览器中输入:http://127.0.0.1:9090

用默认用户名admin, 密码是123456 登录

应该就能开始自动化交易之旅了。

此时,你可以通过WEB界面配置各种参数,参数重启生效。

注:在第5步运行前可以根据需要修改 conf目录里的 配置,亦可在第6步配置。

BTC捐赠地址:1NDnnWCUu926z4wxA3sNBGYWNQD3mKyes8

LTC捐赠地址:LXwX5XeZeVfXM2b4GRs6HM1mNn4K9En3F4

hello friends I'm here to give you people a good news our company is giving give away free Bitcoin come and get your own free bitcoin contact us through our company email [email protected]

Clone this wiki locally