mirror of
https://github.com/Retropex/apolloapi-v2.git
synced 2025-05-28 13:02:35 +02:00
Merge branch 'dev-BTC' of github.com:jstefanop/apolloapi into dev-BTC
This commit is contained in:
commit
31c4b6ad9a
@ -13,6 +13,9 @@ start_hashboards()
|
||||
done
|
||||
}
|
||||
|
||||
#clear old log files
|
||||
rm apollo-miner.*
|
||||
|
||||
#reset internal hashboard
|
||||
gpio write 0 0
|
||||
sleep .5
|
||||
|
@ -93,6 +93,7 @@ echo -e "${YELLOW} ---> Installing miner binaries${NC}"
|
||||
arch=$(uname -m)
|
||||
|
||||
cp $APOLLO_DIR/backend/apollo-miner/bin/$arch/apollo-miner $APOLLO_DIR/backend/apollo-miner/futurebit-miner
|
||||
cp $APOLLO_DIR/backend/node/bin/$arch/bitcoind $APOLLO_DIR/backend/node/bitcoind
|
||||
|
||||
### Bitcoind ###
|
||||
cp $APOLLO_DIR/backend/node/bin/$arch/bitcoind $APOLLO_DIR/backend/node/bitcoind
|
||||
|
Loading…
Reference in New Issue
Block a user