Commit Graph

241 Commits

Author SHA1 Message Date
jstefanop
c6976e3458 Fix first boot issues
Start node after UI has generated RPC password
2022-07-25 18:46:08 -04:00
jstefanop
6875ad0e30 Update first_run
more first run node fixes
2022-07-25 16:03:16 -04:00
jstefanop
cbaa918ff3 Update first_run
fix permission issue on existing drives
2022-07-25 14:40:10 -04:00
jstefanop
3af121749d Update first_run
Symlink system node dir to default location
2022-07-23 20:44:56 -04:00
jstefanop
c9a6c23cef
Merge pull request #8 from jstefanop/dev-BTC
0.3.4 Update
2022-07-22 10:04:54 -04:00
Michele Marcucci
14a63e726f Log password generation just to be sure 2022-07-22 09:57:09 +02:00
Michele Marcucci
afb49898b0 Fixed problem password generation after update 2022-07-22 09:33:15 +02:00
Michele Marcucci
751d0d7451 Trying to fix apollo-ui restart after update 2022-07-22 09:15:04 +02:00
Michele Marcucci
abca1d8416 Added git safe.directory to update 2022-07-21 17:22:14 +02:00
Michele Marcucci
f08bdc84dd Added chown after update pulls 2022-07-21 08:01:45 +02:00
Michele Marcucci
d32ef830d9 Added sqlite3 system package 2022-07-21 07:59:14 +02:00
Michele Marcucci
fa0bfb35ae Removed bitcoin pass from .env file using it only from sqlite 2022-07-21 07:48:32 +02:00
Michele Marcucci
8c3aede95a Merge branch 'dev-BTC' of github.com:jstefanop/apolloapi into dev-BTC 2022-07-21 06:52:03 +02:00
Michele Marcucci
1471db0bca Forgot to add default rpcpassword 2022-07-21 06:51:41 +02:00
jstefanop
83ed256c82 Fix Node RPC Pass 2022-07-20 14:11:21 -04:00
Michele Marcucci
abf4401889 Fix possible problem with bitcoin.conf overwritten 2022-07-20 17:37:32 +02:00
Michele Marcucci
dae42bbe88 Fixed Bitcoin RPC password generator when initialSetup is not done (updating) 2022-07-20 14:22:18 +02:00
Michele Marcucci
31c4b6ad9a Merge branch 'dev-BTC' of github.com:jstefanop/apolloapi into dev-BTC 2022-07-20 12:24:47 +02:00
Michele Marcucci
33fe29f789 Fix change system password, fix bitcoin.conf 2022-07-20 12:24:40 +02:00
jstefanop
e99c9ccb28 Update miner_start.sh
fix issue where old corrupt log files cause webui to not display properly
2022-07-15 13:54:35 -04:00
jstefanop
e447564d06 Update install
move bitcoind during install
2022-07-15 13:08:19 -04:00
Michele Marcucci
c3f7832ea1 Docker compose changes 2022-07-14 07:28:15 +02:00
Michele Marcucci
2821c11967 Tor install/update script 2022-07-04 08:27:27 +02:00
Michele Marcucci
1d7ad98ddb [WIP] Node user config 2022-07-03 10:40:07 +02:00
Michele Marcucci
105ed38d7c [WIP] Node settings, Node TOR, misc 2022-06-30 17:50:44 +02:00
Michele
43dadd7d87 Merge branch 'dev-BTC' of https://github.com/jstefanop/apolloapi into dev-BTC 2022-06-09 20:43:29 +07:00
Michele
c733bc3571 Node password on ENV variable, fix os_stat 2022-06-09 20:38:10 +07:00
Michele Marcucci
cdb396172f Change node password 2022-04-22 17:42:11 +02:00
Michele Marcucci
fd8928e869 Change system and node password 2022-04-22 16:36:06 +02:00
Michele Marcucci
1551e8e63d Fixed pool hacking bug 2022-04-22 15:39:18 +02:00
Michele Marcucci
bf4cd6b5dc Fix os_stat with multiple connections active 2022-02-01 15:48:03 +01:00
jstefanop
2f4c23d4d4
Merge pull request #6 from jstefanop/dev-BTC
Merge v0.3.2 to Production
2021-12-15 15:12:00 +00:00
jstefanop
cda7858259 Add swap service to api 2021-12-14 19:35:27 -05:00
Michele Marcucci
dacc6ee88b Fix 2021-12-14 17:38:56 +01:00
Michele Marcucci
cae1a92d50 Format script call 2021-12-14 09:15:30 +01:00
Michele Marcucci
5dbfe121a8 sudo for format script 2021-12-13 09:24:13 +01:00
Michele Marcucci
7daec18660 Merge branch 'dev-BTC' of github.com:jstefanop/apolloapi into dev-BTC
# Conflicts:
#	package.json
2021-12-10 09:19:08 +01:00
Michele Marcucci
d6741baafe Added node version to stats 2021-12-10 09:17:17 +01:00
jstefanop
9f41dc9d0e Update binaries, add node format 2021-12-09 12:43:28 -05:00
Michele Marcucci
a3c92b32b6 Added format node disk 2021-12-09 15:34:37 +01:00
Michele Marcucci
47c76b5583 Timezone hack 2021-08-12 15:11:23 +02:00
John
3b37b34926 Update first_run 2021-07-30 20:41:31 -04:00
John
366e3855b1 Update first_run
dont format nvme drive if it already exists
2021-07-30 19:57:01 -04:00
John
bee143b3fe Backend Image Updates
Add NVME Swap memory, update first run scripts.
2021-07-30 15:28:17 -04:00
John
c08b477dc5 Revert "Fix os_stats for multiple networks"
This reverts commit 0f717ccb64.
2021-07-27 15:34:52 -04:00
Michele
0f717ccb64 Fix os_stats for multiple networks 2021-07-27 06:29:59 +00:00
jstefanop
e406a0baf3
Merge pull request #5 from jstefanop/dev-BTC
Merge 0.3.1 updates to production
2021-07-25 20:15:50 -04:00
John
6fdccc818b Backend Fixes 2021-07-23 12:10:18 -04:00
Michele
bd058d8269 Fix 2021-07-09 05:46:23 +00:00
Michele
13984a3707 Update script 2021-07-09 05:38:06 +00:00