TDevD
TDevD
- 'hrp' is now passed and returned as a String. - The commons.lang lib, while not part of the base language, is fairly standard. I've replaced the ArrayUtils calls by...
We are managing all French translations internally. Please resubmit w/only the R.string usage changes. Thank you.
It is not stored anywhere in plaintext. It is decrypted and displayed upon demand. The passphrase, however, is not available on demand and must be remembered by the user.
The app does have a timeout feature which will disallow access after a period of inactivity via enforcement of PIN entry.
In the case of Samourai, which imposes the use of a BIP39 passphrase for the wallets it creates, the mnemonic alone cannot restore the wallet.
We include the P2PKH address in the output because that is what most existing validation tools look for. That output text is a default suggestion and you may change it...
We are currently working on a new functionality that could be used as a basis for developing recurring payments later on. It is an extension of our PayNym implementation (BIP47)...
Consider it a building block ;) We will integrate user feedback from this feature into our ongoing study of recurring payments.
Thank you for your comments. Just a few things to note: - static fee addresses are being phased out. - fees are paid via PayNym if the user has a...
There's Utils.reverseBytes() in bitcoinj. Can get rid of the member function altogether.