coldcore icon indicating copy to clipboard operation
coldcore copied to clipboard

Trust-minimized Bitcoin wallet

Results 25 coldcore issues
Sort by recently updated
recently updated
newest added

Core v0.21.0 Coldcore v0.3.0 Windows 10 During the wallet setup test transaction steps, I sent 0.00001 tBTC from my Bitcoin Core testnet wallet to my coldcore testnet wallet (which exists...

bug

https://github.com/jamesob/coldcore/blob/3a8395cb185ae36c4195a506a4df5cdfdbf045ac/coldcore#L2141 The use of the word `us` here could be misunderstood to mean the chain rescan is happening on some "official" coldcore servers.

enhancement
good first issue

``` 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

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

The coldcard display truncates all of the following transactions: ``` unsigned-20210307-1910.psbt unsigned-20210307-1935.psbt unsigned-20210307-1938.psbt ``` Which makes them all look the same: ``` unsigned-20210307 unsigned-20210307 unsigned-20210307 ``` Not sure if the...

This occurs when using command prompt or powershell ![image](https://user-images.githubusercontent.com/30005204/110349942-9eab0080-8009-11eb-9ea5-6fbf900bbffa.png)

The Coldcard displays output 0 address (change) output 1 address And I think total output amount (input - fee) It would be easier to visually verify transaction details on Coldcard...

enhancement