Open tehelsper opened 3 years ago
Thanks, that's helpful. I think I can start with a default password and only use "run" and not setup. User can then change the password / other settings.
Any thoughts on the python exception?
Does this look like a decent default?
ALLOW_REBOOTS: true
DATA_FILES: /mnt/hdd/mynode/ckbunker
EASY_CAPTCHA: false
#EXPLORA: http://explorerzydxu5ecjrkwceayqybizmpjjznk5izmitf2modhcusuqlid.onion
MASTER_PW: bolt
MAX_IDLE_TIME: 600
MAX_LOGIN_WAIT_TIME: 300
PING_RATE: 15
PLACEHOLDER_KEY: !!binary |
YWJhYmFiYWJhYmFiYWJhYmFiYWJhYmFiYWJhYmFiYWI=
PORT_NUMBER: 9823
RECONNECT_DELAY: 10
SIMULATOR_SOCK: /tmp/ckcc-simulator.sock
TORD_PORT: default
TOR_SOCKS: socks5h://127.0.0.1:9150
What are the PLACEHOLDER_KEY and ESPLORA values used for?
The python error went away after updating to the latest firmware.
Also, would it be possible to use a hash for MASTER_PW or use some sort of SSO? That way a plaintext copy does not live on disk.
You're right it should be a hash: made an issue #11 for that. PR's welcome.
I've also noticed that the CC can lose connection with CKBunker after a while and need to be reset. This seemed to fix it. The ColdCard was still running and appeared to be in the expected state.
echo 0 > /sys/bus/usb/devices/
What are the PLACEHOLDER_KEY and ESPLORA values used for?
PLACEHOLDER_KEY is used as a default encryption key, but is going away (gone as of 20200224, so next release maybe?) EXPLORA is the endpoint for explora api for broadcasting transaction. Useful.
I was tinkering with adding this on myNode and ran into an error. I've got a few questions as well.
Questions
Error