@@ -63,32 +63,32 @@ and its cs_KeyStore lock for example).
63
63
-------
64
64
Threads
65
65
66
+ - ThreadScriptCheck : Verifies block scripts.
67
+
68
+ - ThreadImport : Loads blocks from blk* .dat files or bootstrap.dat.
69
+
66
70
- StartNode : Starts other threads.
67
71
68
- - ThreadGetMyExternalIP : Determines outside-the-firewall IP address, sends addr message to connected peers when it determines it.
72
+ - ThreadGetMyExternalIP : Determines outside-the-firewall IP address, sends addr message to connected peers when it determines it.
73
+
74
+ - ThreadDNSAddressSeed : Loads addresses of peers from the DNS.
75
+
76
+ - ThreadMapPort : Universal plug-and-play startup/shutdown
69
77
70
78
- ThreadSocketHandler : Sends/Receives data from peers on port 8333.
71
-
72
- - ThreadMessageHandler : Higher-level message handling (sending and receiving) .
73
-
79
+
80
+ - ThreadOpenAddedConnections : Opens network connections to added nodes .
81
+
74
82
- ThreadOpenConnections : Initiates new connections to peers.
75
83
76
- - ThreadTopUpKeyPool : replenishes the keystore's keypool.
77
-
78
- - ThreadCleanWalletPassphrase : re-locks an encrypted wallet after user has unlocked it for a period of time.
79
-
80
- - SendingDialogStartTransfer : used by pay-via-ip-address code (obsolete)
81
-
82
- - ThreadDelayedRepaint : repaint the gui
84
+ - ThreadMessageHandler : Higher-level message handling (sending and receiving).
85
+
86
+ - DumpAddresses : Dumps IP addresses of nodes to peers.dat.
83
87
84
88
- ThreadFlushWalletDB : Close the wallet.dat file if it hasn't been used in 500ms.
85
-
89
+
86
90
- ThreadRPCServer : Remote procedure call handler, listens on port 8332 for connections and services them.
87
-
88
- - ThreadBitcoinMiner : Generates bitcoins
89
-
90
- - ThreadMapPort : Universal plug-and-play startup/shutdown
91
-
92
- - Shutdown : Does an orderly shutdown of everything
93
-
94
- - ExitTimeout : Windows-only, sleeps 5 seconds then exits application
91
+
92
+ - BitcoinMiner : Generates bitcoins (if wallet is enabled).
93
+
94
+ - Shutdown : Does an orderly shutdown of everything.
0 commit comments