diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:56:56 -0700 |
| commit | 42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622 (patch) | |
| tree | 5ee83fd64a21f643e730182ed5dbe3eafab9f15a /doc | |
| parent | really s/Doge/Dis/g this time (diff) | |
| download | discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.tar.xz discoin-42f6cc56c2909e9b04f4c549f9ebb1e5e0d78622.zip | |
s/DOGE/DIS/g
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/init.md | 2 | ||||
| -rw-r--r-- | doc/man/dogecoin-cli.1 | 2 | ||||
| -rw-r--r-- | doc/man/dogecoin-qt.1 | 16 | ||||
| -rw-r--r-- | doc/man/dogecoin-tx.1 | 2 | ||||
| -rw-r--r-- | doc/man/dogecoind.1 | 16 | ||||
| -rw-r--r-- | doc/release-notes.md | 8 | ||||
| -rw-r--r-- | doc/release-notes/release-notes-1.14.3.md | 6 | ||||
| -rw-r--r-- | doc/tor.md | 2 |
8 files changed, 27 insertions, 27 deletions
diff --git a/doc/init.md b/doc/init.md index 87451bc2d..3705bfc35 100644 --- a/doc/init.md +++ b/doc/init.md @@ -104,7 +104,7 @@ use old versions of Upstart and do not supply the start-stop-daemon utility. Copy discoind.init to /etc/init.d/discoind. Test by running `service discoind start`. Using this script, you can adjust the path and flags to the discoind program by -setting the DOGECOIND and FLAGS environment variables in the file +setting the DISCOIND and FLAGS environment variables in the file /etc/sysconfig/discoind. You can also use the DAEMONOPTS environment variable here. 4e) Mac OS X diff --git a/doc/man/dogecoin-cli.1 b/doc/man/dogecoin-cli.1 index ab2f10183..431ca2f1a 100644 --- a/doc/man/dogecoin-cli.1 +++ b/doc/man/dogecoin-cli.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH DOGECOIN-CLI "1" "August 2021" "discoin-cli v1.14.4.0" "User Commands" +.TH DISCOIN-CLI "1" "August 2021" "discoin-cli v1.14.4.0" "User Commands" .SH NAME discoin-cli \- manual page for discoin-cli v1.14.4.0 .SH DESCRIPTION diff --git a/doc/man/dogecoin-qt.1 b/doc/man/dogecoin-qt.1 index c06f716d6..76423f19b 100644 --- a/doc/man/dogecoin-qt.1 +++ b/doc/man/dogecoin-qt.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH DOGECOIN-QT "1" "August 2021" "discoin-qt v1.14.4.0" "User Commands" +.TH DISCOIN-QT "1" "August 2021" "discoin-qt v1.14.4.0" "User Commands" .SH NAME discoin-qt \- manual page for discoin-qt v1.14.4.0 .SH DESCRIPTION @@ -284,17 +284,17 @@ Set key pool size to <n> (default: 100) .HP \fB\-fallbackfee=\fR<amt> .IP -A fee rate (in DOGE/kB) that will be used when fee estimation has +A fee rate (in DIS/kB) that will be used when fee estimation has insufficient data (default: 1.00) .HP \fB\-mintxfee=\fR<amt> .IP -Fees (in DOGE/kB) smaller than this are considered zero fee for +Fees (in DIS/kB) smaller than this are considered zero fee for transaction creation (default: 1.00) .HP \fB\-paytxfee=\fR<amt> .IP -Fee (in DOGE/kB) to add to transactions you send (default: 1.00) +Fee (in DIS/kB) to add to transactions you send (default: 1.00) .HP \fB\-rescan\fR .IP @@ -393,12 +393,12 @@ Prepend debug output with timestamp (default: 1) .HP \fB\-minrelaytxfee=\fR<amt> .IP -Fees (in DOGE/kB) smaller than this are considered zero fee for +Fees (in DIS/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: 0.001) .HP \fB\-maxtxfee=\fR<amt> .IP -Maximum total fees (in DOGE) to use in a single wallet transaction or +Maximum total fees (in DIS) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: 400.00) .HP @@ -420,7 +420,7 @@ Node relay options: .HP \fB\-dustlimit=\fR<amt> .IP -Amount under which a transaction output is considered dust, in DOGE +Amount under which a transaction output is considered dust, in DIS (default: 1.00) .HP \fB\-bytespersigop\fR @@ -458,7 +458,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes .HP \fB\-blockmintxfee=\fR<amt> .IP -Set lowest fee rate (in DOGE/kB) for transactions to be included in +Set lowest fee rate (in DIS/kB) for transactions to be included in block creation. (default: 0.01) .PP RPC server options: diff --git a/doc/man/dogecoin-tx.1 b/doc/man/dogecoin-tx.1 index 771addfd0..4edf0cf33 100644 --- a/doc/man/dogecoin-tx.1 +++ b/doc/man/dogecoin-tx.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH DOGECOIN-TX "1" "August 2021" "discoin-tx v1.14.4.0" "User Commands" +.TH DISCOIN-TX "1" "August 2021" "discoin-tx v1.14.4.0" "User Commands" .SH NAME discoin-tx \- manual page for discoin-tx v1.14.4.0 .SH DESCRIPTION diff --git a/doc/man/dogecoind.1 b/doc/man/dogecoind.1 index 1404042c5..1cccf4bcb 100644 --- a/doc/man/dogecoind.1 +++ b/doc/man/dogecoind.1 @@ -1,5 +1,5 @@ .\" DO NOT MODIFY THIS FILE! It was generated by help2man 1.48.4. -.TH DOGECOIND "1" "August 2021" "discoind v1.14.4.0" "User Commands" +.TH DISCOIND "1" "August 2021" "discoind v1.14.4.0" "User Commands" .SH NAME discoind \- manual page for discoind v1.14.4.0 .SH DESCRIPTION @@ -289,17 +289,17 @@ Set key pool size to <n> (default: 100) .HP \fB\-fallbackfee=\fR<amt> .IP -A fee rate (in DOGE/kB) that will be used when fee estimation has +A fee rate (in DIS/kB) that will be used when fee estimation has insufficient data (default: 1.00) .HP \fB\-mintxfee=\fR<amt> .IP -Fees (in DOGE/kB) smaller than this are considered zero fee for +Fees (in DIS/kB) smaller than this are considered zero fee for transaction creation (default: 1.00) .HP \fB\-paytxfee=\fR<amt> .IP -Fee (in DOGE/kB) to add to transactions you send (default: 1.00) +Fee (in DIS/kB) to add to transactions you send (default: 1.00) .HP \fB\-rescan\fR .IP @@ -398,12 +398,12 @@ Prepend debug output with timestamp (default: 1) .HP \fB\-minrelaytxfee=\fR<amt> .IP -Fees (in DOGE/kB) smaller than this are considered zero fee for +Fees (in DIS/kB) smaller than this are considered zero fee for relaying, mining and transaction creation (default: 0.001) .HP \fB\-maxtxfee=\fR<amt> .IP -Maximum total fees (in DOGE) to use in a single wallet transaction or +Maximum total fees (in DIS) to use in a single wallet transaction or raw transaction; setting this too low may abort large transactions (default: 400.00) .HP @@ -425,7 +425,7 @@ Node relay options: .HP \fB\-dustlimit=\fR<amt> .IP -Amount under which a transaction output is considered dust, in DOGE +Amount under which a transaction output is considered dust, in DIS (default: 1.00) .HP \fB\-bytespersigop\fR @@ -463,7 +463,7 @@ Set maximum size of high\-priority/low\-fee transactions in bytes .HP \fB\-blockmintxfee=\fR<amt> .IP -Set lowest fee rate (in DOGE/kB) for transactions to be included in +Set lowest fee rate (in DIS/kB) for transactions to be included in block creation. (default: 0.01) .PP RPC server options: diff --git a/doc/release-notes.md b/doc/release-notes.md index 4b04b2350..4a4be35a9 100644 --- a/doc/release-notes.md +++ b/doc/release-notes.md @@ -45,17 +45,17 @@ The main highlights for these enhancements are: deciding if a transaction can be accepted from another node and in applying fee-filter requests from peers, when relaying transactions. * The default setting shipped with discoin core for relay fee has been reduced - to 0.001 DOGE (was: 1 DOGE). This can be changed by operators using the + to 0.001 DIS (was: 1 DIS). This can be changed by operators using the `-mintxrelayfee=<amount>` option. * Spam management has been delegated to miners, where currently a default fee - of 0.01 DOGE has been set as a recommended default, to prevent spam on the + of 0.01 DIS has been set as a recommended default, to prevent spam on the blockchain. Miners can change this setting to their liking using the `-blockmintxfee` option. -* The relay dust limit has been reduced 100x to 0.01 DOGE and is now +* The relay dust limit has been reduced 100x to 0.01 DIS and is now configurable via the `-dustlimit` option. For this release, the recommended fees and dust limits, as implemented in the -wallet, remain at 1 DOGE per kilobyte, inclusive of the rounding up to the +wallet, remain at 1 DIS per kilobyte, inclusive of the rounding up to the nearest kilobyte, as miners and the relay network will upgrade gradually, requiring time for transactions with lower fees to be able to be relayed and mined. Not doing this would result in all transactions being rejected by old diff --git a/doc/release-notes/release-notes-1.14.3.md b/doc/release-notes/release-notes-1.14.3.md index e6e0d2bc4..d5e9c3d8e 100644 --- a/doc/release-notes/release-notes-1.14.3.md +++ b/doc/release-notes/release-notes-1.14.3.md @@ -67,10 +67,10 @@ Add size_on_disk, prune_target_size, automatic_pruning to getblockchaininfo Add query options to listunspent RPC call ----------------------------------------- -* Return unspents greater or equal than a specific amount in DOGE: minimumAmount (default = 0). -* Return unspents lower or equal than a specific amount in DOGE: maximumAmount (default=unlimited). +* Return unspents greater or equal than a specific amount in DIS: minimumAmount (default = 0). +* Return unspents lower or equal than a specific amount in DIS: maximumAmount (default=unlimited). * Return unspents with a total number lower or equal than a specific number: maximumCount (default=0=unlimited). -* Return unspents which total is greater or equal than a specific amount in DOGE: minimumSumAmount (default=unlimited). +* Return unspents which total is greater or equal than a specific amount in DIS: minimumSumAmount (default=unlimited). Minor changes ============= diff --git a/doc/tor.md b/doc/tor.md index 0ec28ccd7..1fb74d8af 100644 --- a/doc/tor.md +++ b/doc/tor.md @@ -1,4 +1,4 @@ -TOR SUPPORT IN DOGECOIN +TOR SUPPORT IN DISCOIN ======================= It is possible to run Discoin as a Tor hidden service, and connect to such services. |