fanquake

Results 133 issues of fanquake

Currently the UI doesn't give you a choice when increasing the fee of an RBF transaction: The [bumpfee](https://github.com/bitcoin/bitcoin/blob/v0.15.1/src/wallet/rpcwallet.cpp#L2960) RPC command has an option `totalFee`, so the UI could add support...

Feature

As we generate new addresses, either bech32, p2sh-segwit, and legacy are all merged together into the receive address list. I'd be glad to divide the address types into options, as...

Feature

Bitcoin Core offers sovereignty by people controlling their keys and validating those keys. But many users today hold their keys on hardware wallets or mobile wallets and it's a bit...

Feature

Ported from https://github.com/bitcoin/bitcoin/issues/18537. When running bitcoin qt over x11 remote session (DISPLAY=1.2.3.4:0) in a clean machine, wallet stops with error. **Expected behavior** Initial intro dialog (were to put the data...

Bug
good first issue

The gui keeps track of some addresses in the "receiving addresses" and "sending addresses" tabs. In light of address reuse and accidental double-payments, it could make sense to hide or...

Feature

It would be nice to have bech32 typo detection in the GUI. sipa wrote a demo for this years ago: http://bitcoin.sipa.be/bech32/demo/demo.html Moved from https://github.com/bitcoin/bitcoin/issues/16779

Feature

Dragging the slider should not erase the current data. Moved from: https://github.com/bitcoin/bitcoin/issues/7481.

UX

For some reason, editing the label of an address does not update the corresponding payment request. There is also no way to edit the label of a payment request. Moved...

UX

Describe the issue: Bitcoin-Qt generates non-Tor network traffic on initial launch before allowing the user to change proxy settings. This is an anonymity leak for users who aren't aware of...

UX

It would be helpful to new users, if there was a tutorial (run at first-start or the Help menu) explaining when and how to use the GUI and backup their...

Feature