James O'Beirne

Results 43 issues of James O'Beirne

``` Traceback (most recent call last): File "/usr/local/bin/coldcore", line 3268, in main() File "/usr/local/bin/coldcore", line 3259, in main cli.run() File "/usr/local/bin/coldcore", line 318, in run return fnc(*func_args, **func_kwargs) File "/usr/local/bin/coldcore",...

bug

Lacking an error message

bug
enhancement

When starting up after not having booted the node for a while, wallet rescans may be behind. In this case, RPC HTTP requests may time out while the rescan is...

Unexpectedly hit 403 Unauth due to https://github.com/bitcoin/bitcoin/issues/21070. We should wrap with a more friendly warning. ![image](https://user-images.githubusercontent.com/73197/128534645-ddcf1969-b023-4b00-a8c2-76aafd8e36fe.png)

enhancement
good first issue

If coldcore is started with `coldcore -c pass:nonexistentpath`, coldcore will silently create a new config. There should be a warning message or prompt.

enhancement
good first issue

Via core's `setlabel`. Would be nice to have a way to do it from the dashboard.

enhancement

It'd be nice to be able to send while in the dashboard.

enhancement
UI

Should include terminal basics, how to get installed and running from a dead start, etc.

documentation

Threads that poll Bitcoin RPC currently stop and crash if connectivity is temporarily lost with Bitcoin Core. Wrap in try/except.

bug