From ebfe692b6aff3808ccdd3835f378aeaf68459b19 Mon Sep 17 00:00:00 2001
From: wakgill <76528604+wakgill@users.noreply.github.com>
Date: Mon, 4 Jan 2021 12:54:11 -0600
Subject: [PATCH] Update 24.md
---
docs/forum/bitcoin-forum/24.md | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)
diff --git a/docs/forum/bitcoin-forum/24.md b/docs/forum/bitcoin-forum/24.md
index cbf27c5..34a94e3 100644
--- a/docs/forum/bitcoin-forum/24.md
+++ b/docs/forum/bitcoin-forum/24.md
@@ -20,8 +20,11 @@ The transfer is immediate if you send by IP address. If you send by bitcoin add
Also, the recipient needs to be synced up with the block chain before it'll see the received transaction. That means the status bar at the bottom needs to say at least 33000 blocks, like "x connections 33200 blocks x transactions".
Quote from: sirius-m on January 05, 2010, 01:20:06 AM
-Quote
-However, once that transaction was complete, a new transaction hasn't started. Or maybe it has. There's only one transaction in the list but I'm up to 131 Blocks under "Status". Is this the way it's supposed to happen? Does it keep processing on the same transaction and generating coins every 120 blocks or so? Or is it supposed to start a new transaction?
+Quote
+ However, once that transaction was complete, a new transaction hasn't started. Or maybe it has. There's only one
+ transaction in the list but I'm up to 131 Blocks under "Status". Is this the way it's supposed to happen? Does
+ it keep processing on the same transaction and generating coins every 120 blocks or so? Or is it supposed to
+ start a new transaction?
The number of blocks of a transaction is the amount of new blocks that have been generated by the whole network after the transaction. Each new block in the chain means new coins to its creator. One "generated" -transaction in your transaction list means that you have generated one block. You're not the first one to find the concept of a "block" a bit confusing on the first sight.