mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
Fix
This commit is contained in:
parent
747adcb652
commit
631c8b7708
34
scripts/bfgminer.conf
Normal file
34
scripts/bfgminer.conf
Normal file
@ -0,0 +1,34 @@
|
||||
{
|
||||
"pools": [
|
||||
{
|
||||
"quota": "1;stratum+tcp://us.litecoinpool.org:3333",
|
||||
"user": "jstefanop.x2",
|
||||
"pass": "x"
|
||||
}
|
||||
],
|
||||
"api-listen": true,
|
||||
"api-allow": "W:127.0.0.1",
|
||||
"api-mcast-port": "4028",
|
||||
"api-port": "4028",
|
||||
"expiry": "120",
|
||||
"expiry-lp": "3600",
|
||||
"failover-switch-delay": "300",
|
||||
"log": "20",
|
||||
"load-balance": true,
|
||||
"no-pool-disable": true,
|
||||
"no-client-reconnect": true,
|
||||
"no-show-processors": true,
|
||||
"no-show-procs": true,
|
||||
"queue": "1",
|
||||
"quiet-work-updates": true,
|
||||
"quiet-work-update": true,
|
||||
"scan-time": "60",
|
||||
"skip-security-checks": "0",
|
||||
"submit-stale": true,
|
||||
"scan": [
|
||||
"ALL"
|
||||
],
|
||||
"set-device": [
|
||||
"APL:clock=0"
|
||||
]
|
||||
}
|
@ -41,9 +41,9 @@ sudo mkdir -p /var/local/apollo/hwmon
|
||||
sudo chown futurebit /var/local/apollo/hwmon
|
||||
if [ -e $APOLLO_DIR/bfgminer.conf ]
|
||||
then
|
||||
sudo touch $APOLLO_DIR/bfgminer.conf
|
||||
sudo cp $DIR/bfgminer.conf /opt/
|
||||
fi
|
||||
sudo chown futurebit $APOLLO_DIR/bfgminer.conf
|
||||
sudo chown futurebit /opt/bfgminer.conf
|
||||
|
||||
### UI ###
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user