Merge branch 'dev-BTC' of github.com:jstefanop/apolloapi into dev-BTC

This commit is contained in:
Michele Marcucci 2022-07-20 12:24:47 +02:00
commit 31c4b6ad9a
2 changed files with 4 additions and 0 deletions

View File

@ -13,6 +13,9 @@ start_hashboards()
done
}
#clear old log files
rm apollo-miner.*
#reset internal hashboard
gpio write 0 0
sleep .5

View File

@ -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