mirror of
https://github.com/dashpay/dash.git
synced 2024-12-25 12:02:48 +01:00
Updated some old Bitcoin constants
This commit is contained in:
parent
f89f68f55a
commit
0f19e8f305
@ -5,8 +5,7 @@ Please be consistent with the existing coding style.
|
||||
|
||||
Block style:
|
||||
|
||||
bool Function(char* psz, int n)
|
||||
{
|
||||
bool Function(char* psz, int n) {
|
||||
// Comment summarising what this section of code does
|
||||
for (int i = 0; i < n; i++)
|
||||
{
|
||||
@ -65,9 +64,11 @@ Threads
|
||||
|
||||
- StartNode : Starts other threads.
|
||||
|
||||
- ThreadCheckDarkSendPool : Builds and update Masternode list, starts auto-denomination
|
||||
|
||||
- ThreadGetMyExternalIP : Determines outside-the-firewall IP address, sends addr message to connected peers when it determines it.
|
||||
|
||||
- ThreadSocketHandler : Sends/Receives data from peers on port 8333.
|
||||
- ThreadSocketHandler : Sends/Receives data from peers on port 9999.
|
||||
|
||||
- ThreadMessageHandler : Higher-level message handling (sending and receiving).
|
||||
|
||||
@ -83,9 +84,9 @@ Threads
|
||||
|
||||
- ThreadFlushWalletDB : Close the wallet.dat file if it hasn't been used in 500ms.
|
||||
|
||||
- ThreadRPCServer : Remote procedure call handler, listens on port 8332 for connections and services them.
|
||||
- ThreadRPCServer : Remote procedure call handler, listens on port 9998 for connections and services them.
|
||||
|
||||
- ThreadBitcoinMiner : Generates bitcoins
|
||||
- DarkcoinMiner : Generates darkcoins
|
||||
|
||||
- ThreadMapPort : Universal plug-and-play startup/shutdown
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user