|
|
|
|
|
by arst
5515 days ago
|
|
You can include a transaction bounty (traditionally 0.01 BTC) with your payment which the verifiers receive if they're the first to verify your payment. Effectively, this puts your transaction at the top of the priority queue. When you're connected to a healthy number of peers, this can bring down the verification time down to seconds. Isn't transaction verification tied to block generation, and isn't block generation limited to about 1 every 10 minutes? |
|
From how I understand it, verification involves:
1. Confirming the privately-signed transaction against the public key of the source wallet (transactions not forged).
2. Confirming against the historical transaction chain that the coins actually belong to the source wallet (coins not forged).
3. Passing the verified transaction along to other peers.