How are transactions and blocks encrypted in the bitcoin implementation?
Answer Posted / Rakesh Ranjan
In Bitcoin, each transaction is digitally signed by the sender using their private key. The signature verifies that they have control over the input funds. Transactions are then hashed and combined with other transactions to form a block, which is also hashed. The hash of the previous block (the parent) is included in the new block (child), creating an unbreakable link between them. This process continues throughout the chain.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers