diff options
| author | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
|---|---|---|
| committer | Tomo Ueda <[email protected]> | 2021-09-02 12:55:18 -0700 |
| commit | e64843ced509c24f783276d4cc0f2f26c9d527f2 (patch) | |
| tree | 7956d4ea416c5b3a531dbc6f356e1c9a643d9690 /contrib | |
| parent | really s/doge/dis/g this time (diff) | |
| download | discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.tar.xz discoin-e64843ced509c24f783276d4cc0f2f26c9d527f2.zip | |
really s/Doge/Dis/g this time
Diffstat (limited to 'contrib')
| -rw-r--r-- | contrib/README.md | 6 | ||||
| -rw-r--r-- | contrib/debian/control | 8 | ||||
| -rw-r--r-- | contrib/debian/dogecoin-qt.desktop | 10 | ||||
| -rw-r--r-- | contrib/debian/examples/dogecoin.conf | 10 | ||||
| -rwxr-xr-x | contrib/gitian-build.sh | 2 | ||||
| -rw-r--r-- | contrib/init/dogecoind.conf | 4 | ||||
| -rw-r--r-- | contrib/init/dogecoind.service | 2 | ||||
| -rw-r--r-- | contrib/linearize/README.md | 2 | ||||
| -rwxr-xr-x | contrib/macdeploy/DS_Store | bin | 15357 -> 15351 bytes | |||
| -rw-r--r-- | contrib/macdeploy/README.md | 2 | ||||
| -rwxr-xr-x | contrib/macdeploy/custom_dsstore.py | 2 | ||||
| -rwxr-xr-x | contrib/macdeploy/detached-sig-create.sh | 2 | ||||
| -rw-r--r-- | contrib/macdeploy/fancy.plist | 2 | ||||
| -rwxr-xr-x | contrib/macdeploy/macdeployqtplus | 4 | ||||
| -rw-r--r-- | contrib/qos/README.md | 2 | ||||
| -rw-r--r-- | contrib/snap/snapcraft.yaml | 6 |
16 files changed, 32 insertions, 32 deletions
diff --git a/contrib/README.md b/contrib/README.md index 74ac7b89d..24c6dcdbc 100644 --- a/contrib/README.md +++ b/contrib/README.md @@ -13,7 +13,7 @@ Construct a linear, no-fork, best version of the blockchain. ### [Qos](/contrib/qos) ### -A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Dogecoin network. This means one can have an always-on discoind instance running, and another local discoind/discoin-qt instance which connects to this node and receives blocks from it. +A Linux bash script that will set up traffic control (tc) to limit the outgoing bandwidth for connections to the Discoin network. This means one can have an always-on discoind instance running, and another local discoind/discoin-qt instance which connects to this node and receives blocks from it. ### [Seeds](/contrib/seeds) ### Utility to generate the pnSeed[] array that is compiled into the client. @@ -29,7 +29,7 @@ for Debian-based Linux systems. If you compile discoind/discoin-qt yourself, the Notes on getting Gitian builds up and running using KVM. ### [Gitian-keys](/contrib/gitian-keys) -PGP keys used for signing Dogecoin Core [Gitian release](/doc/release-process.md) results. +PGP keys used for signing Discoin Core [Gitian release](/doc/release-process.md) results. ### [MacDeploy](/contrib/macdeploy) ### Scripts and notes for Mac builds. @@ -47,7 +47,7 @@ Test and Verify Tools --------------------- ### [TestGen](/contrib/testgen) ### -Utilities to generate test vectors for the data-driven Dogecoin tests. +Utilities to generate test vectors for the data-driven Discoin tests. ### [Verify Binaries](/contrib/verifybinaries) ### This script attempts to download and verify the signature file SHA256SUMS.asc from discoin.com. diff --git a/contrib/debian/control b/contrib/debian/control index 9687ba844..ed5e171ed 100644 --- a/contrib/debian/control +++ b/contrib/debian/control @@ -34,7 +34,7 @@ Package: discoind Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - daemon - Dogecoin is a free open source peer-to-peer electronic cash system that + Discoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to @@ -50,19 +50,19 @@ Package: discoin-qt Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer network based digital currency - Qt GUI - Dogecoin is a free open source peer-to-peer electronic cash system that + Discoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to check for double-spending. . - This package provides Dogecoin-Qt, a GUI for Dogecoin based on Qt. + This package provides Discoin-Qt, a GUI for Discoin based on Qt. Package: discoin-tx Architecture: any Depends: ${shlibs:Depends}, ${misc:Depends} Description: peer-to-peer digital currency - standalone transaction tool - Dogecoin is a free open source peer-to-peer electronic cash system that + Discoin is a free open source peer-to-peer electronic cash system that is completely decentralized, without the need for a central server or trusted parties. Users hold the crypto keys to their own money and transact directly with each other, with the help of a P2P network to diff --git a/contrib/debian/dogecoin-qt.desktop b/contrib/debian/dogecoin-qt.desktop index 6f7d8569d..ab6165aad 100644 --- a/contrib/debian/dogecoin-qt.desktop +++ b/contrib/debian/dogecoin-qt.desktop @@ -1,9 +1,9 @@ [Desktop Entry] -Name=Dogecoin Core -Comment=Connect to the Dogecoin P2P Network -Comment[de]=Verbinde mit dem Dogecoin peer-to-peer Netzwerk -Comment[fr]=Dogecoin, monnaie virtuelle cryptographique pair à pair -Comment[tr]=Dogecoin, eşten eşe kriptografik sanal para birimi +Name=Discoin Core +Comment=Connect to the Discoin P2P Network +Comment[de]=Verbinde mit dem Discoin peer-to-peer Netzwerk +Comment[fr]=Discoin, monnaie virtuelle cryptographique pair à pair +Comment[tr]=Discoin, eşten eşe kriptografik sanal para birimi Exec=discoin-qt %u Terminal=false Type=Application diff --git a/contrib/debian/examples/dogecoin.conf b/contrib/debian/examples/dogecoin.conf index e8276b297..57926fc7f 100644 --- a/contrib/debian/examples/dogecoin.conf +++ b/contrib/debian/examples/dogecoin.conf @@ -57,10 +57,10 @@ #maxconnections= # -# JSON-RPC options (for controlling a running Dogecoin/discoind process) +# JSON-RPC options (for controlling a running Discoin/discoind process) # -# server=1 tells Dogecoin-Qt and discoind to accept JSON-RPC commands +# server=1 tells Discoin-Qt and discoind to accept JSON-RPC commands #server=0 # Bind to given address to listen for JSON-RPC connections. Use [host]:port notation for IPv6. @@ -103,7 +103,7 @@ # NOTE: opening up the RPC port to hosts outside your local trusted network is NOT RECOMMENDED, # because the rpcpassword is transmitted over the network unencrypted. -# server=1 tells Dogecoin-Qt to accept JSON-RPC commands. +# server=1 tells Discoin-Qt to accept JSON-RPC commands. # it is also read by discoind to determine if RPC should be enabled #rpcallowip=10.1.1.34/255.255.255.0 #rpcallowip=1.2.3.4/24 @@ -112,7 +112,7 @@ # Listen for RPC connections on this TCP port: #rpcport=22555 -# You can use Dogecoin or discoind to send commands to Dogecoin/discoind +# You can use Discoin or discoind to send commands to Discoin/discoind # running on another host using this option: #rpcconnect=127.0.0.1 @@ -138,7 +138,7 @@ # User interface options -# Start Dogecoin minimized +# Start Discoin minimized #min=1 # Minimize to the system tray diff --git a/contrib/gitian-build.sh b/contrib/gitian-build.sh index 73c33a703..137ac6b8b 100755 --- a/contrib/gitian-build.sh +++ b/contrib/gitian-build.sh @@ -1,5 +1,5 @@ # Copyright (c) 2016 The Bitcoin Core developers -# Copyright (c) 2021 The Dogecoin Core developers +# Copyright (c) 2021 The Discoin Core developers # Distributed under the MIT software license, see the accompanying # file COPYING or http://www.opensource.org/licenses/mit-license.php. diff --git a/contrib/init/dogecoind.conf b/contrib/init/dogecoind.conf index 036079935..1007fe5fe 100644 --- a/contrib/init/dogecoind.conf +++ b/contrib/init/dogecoind.conf @@ -1,4 +1,4 @@ -description "Dogecoin Core Daemon" +description "Discoin Core Daemon" start on runlevel [2345] stop on starting rc RUNLEVEL=[016] @@ -38,7 +38,7 @@ pre-start script echo "It is also recommended that you also set alertnotify so you are " echo "notified of problems:" echo - echo "ie: alertnotify=echo %%s | mail -s \"Dogecoin Alert\"" \ + echo "ie: alertnotify=echo %%s | mail -s \"Discoin Alert\"" \ echo exit 1 diff --git a/contrib/init/dogecoind.service b/contrib/init/dogecoind.service index f76bb8532..14298786c 100644 --- a/contrib/init/dogecoind.service +++ b/contrib/init/dogecoind.service @@ -1,5 +1,5 @@ [Unit] -Description=Dogecoin's distributed currency daemon +Description=Discoin's distributed currency daemon After=network.target [Service] diff --git a/contrib/linearize/README.md b/contrib/linearize/README.md index 3ab72c93b..e0f1ca97e 100644 --- a/contrib/linearize/README.md +++ b/contrib/linearize/README.md @@ -1,5 +1,5 @@ # Linearize -Construct a linear, no-fork, best version of the Dogecoin blockchain. The scripts +Construct a linear, no-fork, best version of the Discoin blockchain. The scripts run using Python 3 but are compatible with Python 2. ## Step 1: Download hash list diff --git a/contrib/macdeploy/DS_Store b/contrib/macdeploy/DS_Store Binary files differindex 81842ea9d..aa06e795f 100755 --- a/contrib/macdeploy/DS_Store +++ b/contrib/macdeploy/DS_Store diff --git a/contrib/macdeploy/README.md b/contrib/macdeploy/README.md index 019c3d02b..e8b78d245 100644 --- a/contrib/macdeploy/README.md +++ b/contrib/macdeploy/README.md @@ -11,5 +11,5 @@ This script should not be run manually, instead, after building as usual: During the process, the disk image window will pop up briefly where the fancy settings are applied. This is normal, please do not interfere. -When finished, it will produce `Dogecoin-Core.dmg`. +When finished, it will produce `Discoin-Core.dmg`. diff --git a/contrib/macdeploy/custom_dsstore.py b/contrib/macdeploy/custom_dsstore.py index 0484e17ab..7f8007c1f 100755 --- a/contrib/macdeploy/custom_dsstore.py +++ b/contrib/macdeploy/custom_dsstore.py @@ -54,7 +54,7 @@ ds['.']['icvp'] = icvp ds['.']['vSrn'] = ('long', 1) ds['Applications']['Iloc'] = (370, 156) -ds['Dogecoin-Qt.app']['Iloc'] = (128, 156) +ds['Discoin-Qt.app']['Iloc'] = (128, 156) ds.flush() ds.close()
\ No newline at end of file diff --git a/contrib/macdeploy/detached-sig-create.sh b/contrib/macdeploy/detached-sig-create.sh index 3672684cb..559ef370a 100755 --- a/contrib/macdeploy/detached-sig-create.sh +++ b/contrib/macdeploy/detached-sig-create.sh @@ -6,7 +6,7 @@ set -e ROOTDIR=dist -BUNDLE="${ROOTDIR}/Dogecoin-Qt.app" +BUNDLE="${ROOTDIR}/Discoin-Qt.app" CODESIGN=codesign TEMPDIR=sign.temp TEMPLIST=${TEMPDIR}/signatures.txt diff --git a/contrib/macdeploy/fancy.plist b/contrib/macdeploy/fancy.plist index e14a531e8..24dbe166e 100644 --- a/contrib/macdeploy/fancy.plist +++ b/contrib/macdeploy/fancy.plist @@ -22,7 +22,7 @@ <integer>370</integer> <integer>156</integer> </array> - <key>Dogecoin-Qt.app</key> + <key>Discoin-Qt.app</key> <array> <integer>128</integer> <integer>156</integer> diff --git a/contrib/macdeploy/macdeployqtplus b/contrib/macdeploy/macdeployqtplus index 550f490d9..98f478b85 100755 --- a/contrib/macdeploy/macdeployqtplus +++ b/contrib/macdeploy/macdeployqtplus @@ -154,7 +154,7 @@ class FrameworkInfo(object): class ApplicationBundleInfo(object): def __init__(self, path): self.path = path - appName = "Dogecoin-Qt" + appName = "Discoin-Qt" self.binaryPath = os.path.join(path, "Contents", "MacOS", appName) if not os.path.exists(self.binaryPath): raise RuntimeError("Could not find bundle binary for " + path) @@ -602,7 +602,7 @@ else: # ------------------------------------------------ -target = os.path.join("dist", "Dogecoin-Qt.app") +target = os.path.join("dist", "Discoin-Qt.app") if verbose >= 2: print("+ Copying source bundle +") diff --git a/contrib/qos/README.md b/contrib/qos/README.md index ba4788f9d..3c108dc55 100644 --- a/contrib/qos/README.md +++ b/contrib/qos/README.md @@ -1,5 +1,5 @@ ### QoS (Quality of service) ### -This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Dogecoin network. It limits outbound TCP traffic with a source or destination port of 22556, but not if the destination IP is within a LAN. +This is a Linux bash script that will set up tc to limit the outgoing bandwidth for connections to the Discoin network. It limits outbound TCP traffic with a source or destination port of 22556, but not if the destination IP is within a LAN. This means one can have an always-on discoind instance running, and another local discoind/discoin-qt instance which connects to this node and receives blocks from it. diff --git a/contrib/snap/snapcraft.yaml b/contrib/snap/snapcraft.yaml index 79cf69ccb..5b18bd420 100644 --- a/contrib/snap/snapcraft.yaml +++ b/contrib/snap/snapcraft.yaml @@ -1,8 +1,8 @@ name: discoin-core # you probably want to 'snapcraft register <name>' version: '1.14.4' -summary: Reference client of Dogecoin, a peer-to-peer digital currency like Bitcoin. +summary: Reference client of Discoin, a peer-to-peer digital currency like Bitcoin. description: | - Dogecoin is a cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW). Taking development cues from Tenebrix and Litecoin, Dogecoin currently employs a simplified variant of scrypt. MIT licenced. + Discoin is a cryptocurrency like Bitcoin, although it does not use SHA256 as its proof of work (POW). Taking development cues from Tenebrix and Litecoin, Discoin currently employs a simplified variant of scrypt. MIT licenced. base: core18 grade: stable @@ -46,7 +46,7 @@ parts: tar -xvf discoin-${SNAPCRAFT_PROJECT_VERSION}-${SNAPCRAFT_ARCH_TRIPLET}.tar.gz echo "Running tests..." discoin-${SNAPCRAFT_PROJECT_VERSION}/bin/test_discoin - echo "Installing Dogecoin..." + echo "Installing Discoin..." install -m 0755 -D -t $SNAPCRAFT_PART_INSTALL/bin discoin-${SNAPCRAFT_PROJECT_VERSION}/bin/discoind install -m 0755 -D -t $SNAPCRAFT_PART_INSTALL/bin discoin-${SNAPCRAFT_PROJECT_VERSION}/bin/discoin-qt install -m 0755 -D -t $SNAPCRAFT_PART_INSTALL/bin discoin-${SNAPCRAFT_PROJECT_VERSION}/bin/discoin-cli |