Bitcoin News / Bitcoin Stack Exchange - 4 years ago
I want to avoid physically importing addresses into a wallet. I want to write a UTXO indexing system on a per-address basis.
I often wonder how a wallet can keep track of all of its addresses' UTXOs, seeing as transaction outputs ca...
Bitcoin News / Bitcoin Stack Exchange - 5 years ago
You generally don't publish your public keys, you give clients an address (which is usually computed from a public key, but not exactly the same).
You can definitely put an address in a QRCode. Putting a logo in the QRCode doesn't change anything ab...
Bitcoin News / Bitcoin Stack Exchange - 6 years ago
The discrete logarithm problem is a cryptography concept that underlies the basis of much of modern cryptography.
In general the discrete logarithm problem states that for the equation bk (mod p) = a where b, a, and p are known values and p is prime...
Bitcoin News / Bitcoin Stack Exchange - 7 years ago
Q1) What are the possible attacks (even though completely theoretical) which are possible in case 2 but not in case 1. Please elaborate security-model change required to shift from Case 1 to Case 2.
None. If there happens to be a fork that makes...