Skip to content

Commit 01f9f8b

Browse files
committed
Mazacoin: Update Contributed Scripts
- Update Bash Completion Scripts - Update Debian Build Files - Update RPM Build Files - Update Tidy Data Directory Script - Update ZMQ Script - Update Init Scripts - Update QoS Script - Update Linearize Script - Update SpendFrom Script - Update RPC User Script
1 parent 0822615 commit 01f9f8b

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

68 files changed

+818
-1296
lines changed

Diff for: contrib/README.md

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Construct a linear, no-fork, best version of the blockchain.
2121

2222
### [Qos](/contrib/qos) ###
2323

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 bitcoind instance running, and another local bitcoind/bitcoin-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 Mazacoin network. This means one can have an always-on mazacoind instance running, and another local mazacoind/mazacoin-qt instance which connects to this node and receives blocks from it.
2525

2626
### [Seeds](/contrib/seeds) ###
2727
Utility to generate the pnSeed[] array that is compiled into the client.
@@ -30,26 +30,26 @@ Build Tools and Keys
3030
---------------------
3131

3232
### [Debian](/contrib/debian) ###
33-
Contains files used to package bitcoind/bitcoin-qt
34-
for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
33+
Contains files used to package mazacoind/mazacoin-qt
34+
for Debian-based Linux systems. If you compile mazacoind/mazacoin-qt yourself, there are some useful files here.
3535

3636
### [Gitian-descriptors](/contrib/gitian-descriptors) ###
3737
Notes on getting Gitian builds up and running using KVM.
3838

3939
### [Gitian-keys](/contrib/gitian-keys)
40-
PGP keys used for signing Bitcoin Core [Gitian release](/doc/release-process.md) results.
40+
PGP keys used for signing Mazacoin Core [Gitian release](/doc/release-process.md) results.
4141

4242
### [MacDeploy](/contrib/macdeploy) ###
4343
Scripts and notes for Mac builds.
4444

4545
### [RPM](/contrib/rpm) ###
46-
RPM spec file for building bitcoin-core on RPM based distributions
46+
RPM spec file for building mazacoin-core on RPM based distributions
4747

4848
Test and Verify Tools
4949
---------------------
5050

5151
### [TestGen](/contrib/testgen) ###
52-
Utilities to generate test vectors for the data-driven Bitcoin tests.
52+
Utilities to generate test vectors for the data-driven Mazacoin tests.
5353

5454
### [Verify Binaries](/contrib/verifybinaries) ###
55-
This script attempts to download and verify the signature file SHA256SUMS.asc from bitcoin.org.
55+
This script attempts to download and verify the signature file SHA256SUMS.asc from mazacoin.net.

Diff for: contrib/debian/README.md

+8-8
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11

22
Debian
33
====================
4-
This directory contains files used to package bitcoind/bitcoin-qt
5-
for Debian-based Linux systems. If you compile bitcoind/bitcoin-qt yourself, there are some useful files here.
4+
This directory contains files used to package mazacoind/mazacoin-qt
5+
for Debian-based Linux systems. If you compile mazacoind/mazacoin-qt yourself, there are some useful files here.
66

7-
## bitcoin: URI support ##
7+
## mazacoin: URI support ##
88

99

10-
bitcoin-qt.desktop (Gnome / Open Desktop)
10+
mazacoin-qt.desktop (Gnome / Open Desktop)
1111
To install:
1212

13-
sudo desktop-file-install bitcoin-qt.desktop
13+
sudo desktop-file-install mazacoin-qt.desktop
1414
sudo update-desktop-database
1515

1616
If you build yourself, you will either need to modify the paths in
17-
the .desktop file or copy or symlink your bitcoin-qt binary to `/usr/bin`
18-
and the `../../share/pixmaps/bitcoin128.png` to `/usr/share/pixmaps`
17+
the .desktop file or copy or symlink your mazacoin-qt binary to `/usr/bin`
18+
and the `../../share/pixmaps/mazacoin128.png` to `/usr/share/pixmaps`
1919

20-
bitcoin-qt.protocol (KDE)
20+
mazacoin-qt.protocol (KDE)
2121

Diff for: contrib/debian/bitcoin-qt.desktop

-12
This file was deleted.

Diff for: contrib/debian/bitcoin-qt.install

-6
This file was deleted.

Diff for: contrib/debian/bitcoin-tx.bash-completion

-1
This file was deleted.

Diff for: contrib/debian/bitcoin-tx.install

-1
This file was deleted.

Diff for: contrib/debian/bitcoind.bash-completion

-2
This file was deleted.

Diff for: contrib/debian/bitcoind.examples

-1
This file was deleted.

Diff for: contrib/debian/bitcoind.install

-2
This file was deleted.

Diff for: contrib/debian/bitcoind.manpages

-3
This file was deleted.

0 commit comments

Comments
 (0)