You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: contrib/README.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,7 @@ Wallet Tools
2
2
---------------------
3
3
4
4
### [BitRPC](/contrib/bitrpc) ###
5
-
Allows for sending of all standard Bitcoin commands via RPC rather than as command line args.
5
+
Allows for sending of all standard Dobbscoin commands via RPC rather than as command line args.
6
6
7
7
### [SpendFrom](/contrib/spendfrom) ###
8
8
@@ -21,7 +21,7 @@ Construct a linear, no-fork, best version of the blockchain.
21
21
22
22
### [Qos](/contrib/qos) ###
23
23
24
-
A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Bitcoin network. This means one can have an always-on dobbscoind instance running, and another local dobbscoind/dobbscoin-qt instance which connects to this node and receives blocks from it.
24
+
A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Dobbscoin network. This means one can have an always-on dobbscoind instance running, and another local dobbscoind/dobbscoin-qt instance which connects to this node and receives blocks from it.
25
25
26
26
### [Seeds](/contrib/seeds) ###
27
27
Utility to generate the pnSeed[] array that is compiled into the client.
@@ -46,7 +46,7 @@ Test and Verify Tools
46
46
---------------------
47
47
48
48
### [TestGen](/contrib/testgen) ###
49
-
Utilities to generate test vectors for the data-driven Bitcoin tests.
49
+
Utilities to generate test vectors for the data-driven Dobbscoin tests.
50
50
51
51
### [Test Patches](/contrib/test-patches) ###
52
52
These patches are applied when the automated pull-tester
dobbscoin [options] help <command> \- Get help for a command
8
8
.SH DESCRIPTION
9
-
This manual page documents the dobbscoind program. Bitcoin is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
9
+
This manual page documents the dobbscoind program. Dobbscoin is a peer-to-peer digital currency. Peer-to-peer (P2P) means that there is no central authority to issue new money or keep track of transactions. Instead, these tasks are managed collectively by the nodes of the network. Advantages:
10
10
11
-
Bitcoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Bitcoin system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.
11
+
Dobbscoins can be sent easily through the Internet, without having to trust middlemen. Transactions are designed to be irreversible. Be safe from instability caused by fractional reserve banking and central banks. The limited inflation of the Dobbscoin system’s money supply is distributed evenly (by CPU power) throughout the network, not monopolized by banks.
12
12
13
13
.SH OPTIONS
14
14
.TP
@@ -63,7 +63,7 @@ Allow JSON\-RPC connections from specified IP address
63
63
\fB\-rpcconnect=\fR<ip>
64
64
Send commands to node running on <ip>
65
65
.PP
66
-
SSL options: (see the Bitcoin Wiki for SSL setup instructions)
66
+
SSL options: (see the Dobbscoin Wiki for SSL setup instructions)
0 commit comments