Formatting

This commit is contained in:
Taylor Helsper 2021-02-23 23:04:25 -06:00
parent 2e6c904d1a
commit 26820d2a28

View File

@ -5,9 +5,9 @@ Various restrictions and behaviors of myNode and the various applications are do
## General ## General
- Not all applications can be enabled at once on most hardware. It will overload the system resources and cause unstable - Not all applications can be enabled at once on most hardware. It will overload the system resources and cause unstable
behavior. If this happens, try disabling some applications. Some examples of this are: behavior. If this happens, try disabling some applications. Some examples of this are:
-- Applications crashing, especially Bitcoin, and it will appear like blocks are lost and need to be re-synced - Applications crashing, especially Bitcoin, and it will appear like blocks are lost and need to be re-synced
-- The Bitcoin log may show numerous "RPC Work Queue" errors - The Bitcoin log may show numerous "RPC Work Queue" errors
-- Electrum may stop syncing at a specific block until the device is rebooted. - Electrum may stop syncing at a specific block until the device is rebooted.
## Thunderhub ## Thunderhub
@ -21,9 +21,9 @@ behavior. If this happens, try disabling some applications. Some examples of thi
## CKBunker ## CKBunker
- On some occasions, the CKBunker application will stop detecting a ColdCard that has been attached for a significant period of time. - On some occasions, the CKBunker application will stop detecting a ColdCard that has been attached for a significant period of time.
-- Workaround: Run these commands as root. - Workaround: Run these commands as root.
echo 0 > /sys/bus/usb/devices/<coldcard device>/authorized - echo 0 > /sys/bus/usb/devices/<coldcard device>/authorized
echo 1 > /sys/bus/usb/devices/<coldcard device>/authorized - echo 1 > /sys/bus/usb/devices/<coldcard device>/authorized
- CKBunker uses a separate password that starts as "bolt" and can be updated within the app - CKBunker uses a separate password that starts as "bolt" and can be updated within the app
- The password is stored in plaintext on the myNode drive - The password is stored in plaintext on the myNode drive