Billy Garrison
Billy Garrison
The [recommended method](https://www.python.org/dev/peps/pep-0008/#should-a-line-break-before-or-after-a-binary-operator) changed and it is not recommend to break before the operator instead of after. Both are permissible as long as it is consistent throughout. ``` # No:...
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...
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.
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 
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...
Just a suggestion, but it would be helpful to have the following workflow: 1. `press 'n' for new address` 2. new address is generated/selected 3. `press 'c' to copy address...
This is on Windows, I'm not sure if it is reproducible on Mac/Linux. Steps to reproduce: - Start coldcore (before having loaded public.txt in) - Get to the point where...
OS: Windows 10 It was looking correct. Then I quit coldcore and relaunched it to see this: 
When building the image from source, an error message is displayed with the dependencies for Debian / Raspibian. I think those dependencies will also work for Ubuntu 18.04 but it...