数字货币-三角套利机器人
成程序已经很长时间不维护,且今后也将不在维护。新程序请点击此链接
This program has not been maintained for a long time, and will not be maintained in the future. Click this link for the new program
1、config/default.org.toml 改为 config/default.toml
2、config/default.toml文件中配置修改,例如:币安apikey
启动自动套利程序步骤
// 只在第一次安装程序时需要运行
npm install
// 启动自动套利主程序
npm start
非必须启动项,只对想看的排行页面的同学需要如下配置
-
下载并安装CouchDB数据库 https://couchdb.apache.org/#download
-
default.toml配置
找到storage项目中的url = ""
改为url = "http://127.0.0.1:5984"
- CMD切换到项目路径,执行如下命令
npm run ws
打开127.0.0.1:3000
后,显示如下:
Q:toml配置如何改为json配置?
A:可以把toml后缀改成json,然后通过这个地址,把toml格式配置转换成json格式。