Josh Rickmar

Results 198 comments of Josh Rickmar

This had to do with the internal ordering of accounts, not necessarily what is presented in the view. It was needed for consistency and efficiency. This is the Bitcoin repo,...

While the RPC is performed asynchronously as to not block the UI thread, it does wait for the completion of the RPC before the dialog is closed. However, the actual...

Yeah, that would be ideal here.

The walletpass option specifies the _public_ passphrase. There is no flag for the private passphrase. Even if the walletpass option was honored during wallet creation, it would still need to...

--noinitialload comes with its own quirks though, such as the client now being responsible for calling all the startup synchronization operations, and doing so in the correct order.

I really despise the details format used here (for gettransaction, listtransactions, etc.) and trying to copy Core wallet's behavior here has been a massive waste of time imo. It would...

FWIW, I don't believe that any changes have been made for the amounts for unspendable outputs in these results, but the errors in the fee calculation that I noted above...

We could save the credentials and autofill the dialogs, but i don't want to perform autoconnect since that prevents you from using another btcd if you wanted to for some...

Hi, This is not yet implemented in btcwallet, but it is in [dcrwallet](https://github.com/decred/dcrwallet) which is a btcwallet fork. So the work is basically done and just needs to be ported,...

> In my opinion you should warning wallet users that their Bitcoin is going to a dark hole. This is impossible to know. The sending wallet has no knowledge of...