【亲测】PICKCOIN交易所币币合约完美版本-bori99源码集市分享
这套有点问题,修复版本点这里:https://btzy.cc/20434.html
去后门,免授权,完美版本
实测环境:nginx+php7.3+mysql
redis拓展,禁用函数删除putenv
Elasticsearch6.5.5
查找数据库里链接先替换为自己的域名(不然会报错)
找到链接后全局替换成自己的域名
导入数据库修改env文件信息即可
laravel5伪静态
后台:域名/admin
admin
123456
定时任务 cd /www/wwwroot/你的目录
php artisan schedule:run
获取交易对 cd /www/wwwroot/你的目录
php artisan get_market
获取k线数据 cd /www/wwwroot/你的目录
php artisan get_kline_data
历史数据 cd /www/wwwroot/你的目录
php artisan historical_data
获取月k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_monthly
获取周k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_weekly
获取日k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_daily
获取小时k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_hourly
获取30分k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_thirtymin
获取15分k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_fifteenmin
获取5分k线 cd /www/wwwroot/你的目录
php artisan get_kline_data_fivemin
更新合约交易 cd /www/wwwroot/你的目录
php artisan queue:work
更新用户余额 cd /www/wwwroot/你的目录
php artisan update_balance
实时k线推送 cd /www/wwwroot/你的目录
php artisan websocket:client start –mode=d
定时任务 cd /www/wwwroot/你的目录
/www/server/php/72/bin/php artisan schedule:run
/www/server/php/72/bin/php artisan schedule:run 1>> NUL 2>&1
cd /www/wwwroot/你的目录/public/web-msg-sender
php start.php start -d
机器人自动下单
cd /www/wwwroot/你的目录
php artisan auto_order {id}
重启机器人
cd /www/wwwroot/你的目录
php artisan robot {id}
奖金算法
cd /www/wwwroot/你的目录
php artisan bonus_algorithm
上币执行脚本
cd /www/wwwroot/你的目录
php artisan execute_currency {id}
搜索引擎
cd /www/wwwroot/你的目录
php artisan market:import
自动取消24小时C2C发布
cd /www/wwwroot/你的目录
php artisan auto_cancel_c2c
执行 laravel对应的php artisan 、 php composer 命令时,均需要进行指定执行的php版本,也就是要指定php的绝对路径。 计划任务
脚本如下:
cd /www/wwwroot/你的目录
/www/server/php/72/bin/php artisan get_kline_data