From e447564d06a3d67c7fc20d9c71ff2a6a7fa5d25f Mon Sep 17 00:00:00 2001 From: jstefanop Date: Fri, 15 Jul 2022 13:08:19 -0400 Subject: [PATCH 1/2] Update install move bitcoind during install --- backend/install | 1 + 1 file changed, 1 insertion(+) diff --git a/backend/install b/backend/install index 66a7f22..2f05531 100755 --- a/backend/install +++ b/backend/install @@ -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 ### TOR ### usermod -a -G debian-tor futurebit From e99c9ccb28fbde12f2a70cc8f22492e8ca2c427f Mon Sep 17 00:00:00 2001 From: jstefanop Date: Fri, 15 Jul 2022 13:54:35 -0400 Subject: [PATCH 2/2] Update miner_start.sh fix issue where old corrupt log files cause webui to not display properly --- backend/apollo-miner/miner_start.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/backend/apollo-miner/miner_start.sh b/backend/apollo-miner/miner_start.sh index 5d8ce66..76f3341 100755 --- a/backend/apollo-miner/miner_start.sh +++ b/backend/apollo-miner/miner_start.sh @@ -13,6 +13,9 @@ start_hashboards() done } +#clear old log files +rm apollo-miner.* + #reset internal hashboard gpio write 0 0 sleep .5