Taylor Helsper
b93644fb3d
Fix lnbits service file
2020-06-30 21:36:55 -05:00
Taylor Helsper
0cd5cd34bf
LNbits beta feedback
2020-06-28 22:35:21 -05:00
Taylor Helsper
f80fc78d27
Add LNbits
2020-06-27 21:12:54 -05:00
Taylor Helsper
0390a7b559
Upgrade to Python 3.7.7; More lnbits foundation
2020-06-25 23:30:17 -05:00
Taylor Helsper
59d17748f8
Add HTTPS for Caravan
2020-06-16 22:48:25 -05:00
Taylor Helsper
87096e6080
Tweak BTC mem values
2020-06-09 21:50:03 -05:00
Taylor Helsper
cbad16e56e
Add Caravan and a Proxy for handling CORS issues
2020-06-05 20:46:39 -05:00
Taylor Helsper
2a585af356
Move lnd command lines args to config file
2020-06-02 16:11:31 -05:00
Taylor Helsper
1644ee8f7f
Disable netdata button until ready
2020-05-18 22:43:04 -05:00
Taylor Helsper
799aedd257
Start netdata without waiting on bitcoin sync
2020-05-18 22:31:09 -05:00
Taylor Helsper
f78add0af1
LND login waits on log message
2020-05-12 23:02:11 -05:00
Taylor Helsper
120d2dea6a
Add IO weights to services
2020-05-08 22:36:14 -05:00
Taylor Helsper
028ebba09c
Improved shutdown / reboot consistency
2020-04-22 21:59:37 -05:00
Taylor Helsper
a23bfd558c
Hide Netdata info until it's ready
2020-04-14 21:32:27 -05:00
Taylor Helsper
74935e46ec
Add accept-keysend
2020-04-14 21:32:01 -05:00
Taylor Helsper
92d8162110
Delay TLS Proxy
2020-04-11 14:33:49 -05:00
Taylor Helsper
5b9461ec9f
Try another docker delay strategy
2020-04-02 21:00:11 -05:00
Taylor Helsper
4dd788f617
Firewall setup will retry if it fails
2020-03-30 18:19:59 -05:00
Taylor Helsper
661ac4a95a
Tweak mempool timing
2020-03-29 20:24:53 -05:00
Taylor Helsper
0a72fda484
Rename mempoolspace to mempool
2020-03-20 21:56:53 -05:00
Taylor Helsper
4a7b5e1f53
Add option to reinstall netdata
2020-03-20 21:53:38 -05:00
Taylor Helsper
708ebda548
Dojo waits for docker image installation; Dojo reinstall resets config
2020-03-01 14:53:50 -06:00
LightningSats
93281a7c23
Add Samourai Dojo to MyNode ( #143 )
...
+added files
*dojo.service
*mynode_gen_dojo_config.sh
*mynode_post_dojo.sh
*dojo.py
*dojo.html
%modified files
*mynode_firewall.sh
*mynode_post_upgrade.sh
*mynode_stop_critical_services.sh
*bitcoin.conf
*enable_disable_functions.py
*mynode.py
*apps.html
Special thanks to Taylor Helsper for creating MyNode and Merging Dojo
Special thanks to BTCxZelko for getting me started with Dojo and
assisting with the code.
Special thanks to Amiga500 for helping with testing.
Co-authored-by: Taylor Helsper <tehelsper@gmail.com>
2020-02-27 19:25:33 -06:00
Taylor Helsper
82ccae555a
Make docker_images a service again to get better status
2020-02-23 15:55:37 -06:00
Taylor Helsper
139a1705dd
Improve docker image install/launch consistency
2020-02-22 22:20:31 -06:00
Taylor Helsper
e1f2c86bd6
Containers wait on docker image install
2020-02-22 22:19:22 -06:00
Taylor Helsper
2ad766403a
Improve webssh2 consistency
2020-02-22 22:17:58 -06:00
Taylor Helsper
b96be9148b
Improve ramlog and logrotate
2020-02-09 21:25:47 -06:00
Taylor Helsper
0905c9e746
Tag v0.1.88; Update loopd and mempoolspae service files
2020-02-08 23:19:12 -06:00
Taylor Helsper
5ab15413b7
Add loopd
2020-02-08 20:20:35 -06:00
Taylor Helsper
5d00c8d86c
Improve mempoolspace service
2020-02-08 20:20:22 -06:00
Taylor Helsper
bb39c93dfd
Restart docker image build faster
2020-01-20 19:33:07 -06:00
Taylor Helsper
2b58fca425
Start BTCPayServer after Bitcoin
2020-01-20 18:37:47 -06:00
Taylor Helsper
d04fa72346
Docker images won't run until bitcoin is synced; reduces load
2020-01-18 20:37:48 -06:00
Taylor Helsper
ce550de6ca
BTCPay Server first attempt
2020-01-14 22:47:44 -06:00
Taylor Helsper
0130d9e188
Delay docker image restart
2020-01-07 20:52:54 -06:00
Taylor Helsper
dfaaeafc14
Start docker services after container install
2020-01-06 17:46:29 -06:00
BTCxZelko
0ce9cea96c
Add Samourai Wallet's Whirlpool ( #76 )
...
* basic files and pages
* Create whirlpool.service
* Added Whirlpool port
* add openjdk-8-jre
* Whirlpool dependencies
* updates for PR
added line 26 and 27
removed second argument from wget
* Whirlpool edit
added sudo -u bitcoin
* instructions for setting up whirlpool
* corrected line 25
sudo -u bitcoin mkdir -p
* minor changes in instructions
* Create setup_whirlpool.sh
* updated instructions and deleted repeated code
* Delete setup_whirlpool.sh
* Set for future upgrades
* renamed whirlpool.jar
based on post_install.sh
* systemctl enable whirlpool
* use black/white whirlpool logo
* Update mynode_post_upgrade.sh
* Update mynode_post_upgrade.sh
* Update bitcoin.conf
updated for dojo
* Update mynode_post_upgrade.sh
* Update mynode_post_upgrade.sh
* Update mynode_post_upgrade.sh
* Update mynode_post_upgrade.sh
* Update mynode_post_upgrade.sh
* dojo compatible conf
updated for dojo
* update Whirlpool-cli to 0.9.2
* Update to whirlpool 0.9.3
Co-authored-by: Abhishek Shandilya <abhiShandy@users.noreply.github.com>
Co-authored-by: Taylor Helsper <tehelsper@gmail.com>
2019-12-25 22:38:30 -06:00
Taylor Helsper
e9a679fa9f
Tweak mempool.space timing
2019-12-23 00:46:46 -06:00
Taylor Helsper
8c9b7fa09f
Add mempool.space
2019-12-22 23:46:42 -06:00
Taylor Helsper
e8af64d3b7
Tweak bitcoind nice
2019-12-18 23:34:27 -06:00
Taylor Helsper
97a770ab26
Start BTC RPC Explorer after Electrs
2019-12-10 20:31:32 -06:00
Taylor Helsper
172828bd3b
Delay docker containers until drive is mounted
2019-11-29 21:29:55 -06:00
Taylor Helsper
7bb7f47c97
Cleanup docker service shutdown
2019-11-25 20:17:32 -06:00
Taylor Helsper
84cdcd3a79
Add WebSSH Client
2019-11-22 22:27:35 -06:00
Taylor Helsper
aa2d5d3cd8
Add netdata - first docker container
2019-11-13 20:32:37 -06:00
Taylor Helsper
779129c9de
Add glances
2019-11-11 20:35:05 -06:00
Taylor Helsper
a7dd764885
Fix lndconnect
2019-11-10 20:15:43 -06:00
Taylor Helsper
c0424f6887
Move Rock64 electrs and add additional debug
2019-11-08 19:25:22 -06:00
Taylor Helsper
97fb61bdfc
Tweak lnd parameters
2019-10-27 17:25:54 -05:00