You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 13, 2022. It is now read-only.
Printing out lists of addresses, especially addresses already been used encourages address reuse. Which is bad for privacy, as a privacy-focused project we should try to use the best possible practices.
Instead, display the contents of the wallet as list of UTXOs, with unused addresses available for depositing. Maybe not in detailed form but have UTXOs be the list item granularity instead of addresses. A single UTXO is the closest analogy bitcoin has to an actual "coin".
Perhaps the first few characters of the UTXO hex could be shown, along with their value.
There would also need to be a transaction log where people could see when they've received payments. although the majority of people wont be using joinmarket as an actual day to day wallet. Another way for people to track payments is to display the address along with the UTXO, but the UTXO is the main thing.
The distinction between UTXOs living on receive addresses and change addresses doesn't matter.
Also have an option that people can use to get back to the old way.
The text was updated successfully, but these errors were encountered:
Printing out lists of addresses, especially addresses already been used encourages address reuse. Which is bad for privacy, as a privacy-focused project we should try to use the best possible practices.
Instead, display the contents of the wallet as list of UTXOs, with unused addresses available for depositing. Maybe not in detailed form but have UTXOs be the list item granularity instead of addresses. A single UTXO is the closest analogy bitcoin has to an actual "coin".
Perhaps the first few characters of the UTXO hex could be shown, along with their value.
There would also need to be a transaction log where people could see when they've received payments. although the majority of people wont be using joinmarket as an actual day to day wallet. Another way for people to track payments is to display the address along with the UTXO, but the UTXO is the main thing.
The distinction between UTXOs living on receive addresses and change addresses doesn't matter.
Also have an option that people can use to get back to the old way.
The text was updated successfully, but these errors were encountered: