mirror of
https://github.com/mynodebtc/mynode.git
synced 2024-11-11 16:09:16 +00:00
Add flag to track if bitcoin has ever fully synced
This commit is contained in:
parent
a1647236c9
commit
43bcefdfe7
|
@ -6,6 +6,7 @@ CHECKIN_URL = "https://www.mynodebtc.com/device_api/check_in.php"
|
||||||
# Bitcoin Variables
|
# Bitcoin Variables
|
||||||
BITCOIN_ENV_FILE = "/mnt/hdd/mynode/bitcoin/env"
|
BITCOIN_ENV_FILE = "/mnt/hdd/mynode/bitcoin/env"
|
||||||
BITCOIN_SYNCED_FILE = "/mnt/hdd/mynode/.mynode_bitcoin_synced"
|
BITCOIN_SYNCED_FILE = "/mnt/hdd/mynode/.mynode_bitcoin_synced"
|
||||||
|
BITCOIN_SYNCED_AT_LEAST_ONCE="/mnt/hdd/mynode/.mynode_bitcoin_synced_at_least_once"
|
||||||
|
|
||||||
# LND Variables
|
# LND Variables
|
||||||
LND_DATA_FOLDER = "/mnt/hdd/mynode/lnd/data/"
|
LND_DATA_FOLDER = "/mnt/hdd/mynode/lnd/data/"
|
||||||
|
|
Loading…
Reference in New Issue
Block a user