Skip to content

Commit c3de6f2

Browse files
StealthSendStealthCoin
authored andcommitted
Rebrand to Stealth, update seed nodes
1 parent f843c2f commit c3de6f2

64 files changed

Lines changed: 207 additions & 209 deletions

Some content is hidden

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

COPYING

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Copyright (c) 2014 StealthCoin Developers
1+
Copyright (c) 2014-2018 Stealth R&D LLC
22
Copyright (c) 2014 CloakCoin Developers
33
Copyright (c) 2013 NovaCoin Developers
44
Copyright (c) 2011-2012 PPCoin Developers

INSTALL

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
Building StealthCoin
1+
Building Stealth
22

3-
See doc/readme-qt.rst for instructions on building StealthCoin QT,
3+
See doc/readme-qt.rst for instructions on building Stealth QT,
44
the intended-for-end-users, nice-graphical-interface, reference
5-
implementation of StealthCoin.
5+
implementation of Stealth.
66

7-
See doc/build-*.txt for instructions on building StealthCoind,
7+
See doc/build-*.txt for instructions on building Stealth,
88
the intended-for-services, no-graphical-interface, reference
9-
implementation of StealthCoin.
9+
implementation of Stealth.

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
Stealth Coin (ticker symbol XST) Release
1+
Stealth (ticker symbol XST) Release
22

3-
Stealth coin provides a complete anonymity solution for cryptocurrencies. It combines the network analysis resistance of Tor with the blockchain analysis resistance of stealth send. Stealth has a fair distribution with nearly four hours of low reward blocks, a small premine of 1%, and the long-term energy efficiency of proof-of-stake minting.
3+
Stealth provides a complete anonymity solution for cryptocurrencies. It combines the network analysis resistance of Tor with the blockchain analysis resistance of stealth send. Stealth has a fair distribution with nearly four hours of low reward blocks, a small premine of 1%, and the long-term energy efficiency of proof-of-stake minting.
44

55
This wallet supports the stake=0 option in the StealthCoin.conf file to disable the stake miner thread for pool and exchange operators.
66

Stealth.pro

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ win32 {
1818

1919
TEMPLATE = app
2020
TARGET = "Stealth Qt"
21-
VERSION = 2.1.0.2
21+
VERSION = 2.1.0.3
2222
INCLUDEPATH += src src/json src/qt src/tor
2323
INCLUDEPATH += src/tor/adapter src/tor/common src/tor/ext
2424
INCLUDEPATH += src/tor/ext/curve25519_donna src/tor/ext/ed25519/donna

contrib/linearize/linearize-data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# linearize-data.py: Construct a linear, no-fork version of the chain.
44
#
55
# Copyright (c) 2013 The Bitcoin developers
6-
# Copyright (c) 2016 The StealthCoin developers
6+
# Copyright (c) 2016-2018 Stealth R&D LLC
77
# Distributed under the MIT/X11 software license, see the accompanying
88
# file COPYING or http://www.opensource.org/licenses/mit-license.php.
99
#

contrib/macdeploy/Info-daemon.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,15 +7,15 @@
77
<key>CFBundleDevelopmentRegion</key>
88
<string>English</string>
99
<key>CFBundleGetInfoString</key>
10-
<string>StealthCoin [XST] Complete Anonymity 2.1.0.0</string>
10+
<string>Stealth [XST] Complete Anonymity 2.1.0.3</string>
1111
<key>CFBundleIdentifier</key>
12-
<string>com.stealth-coin.stealthcoin-qt</string>
12+
<string>org.stealth.stealth-qt</string>
1313
<key>CFBundleShortVersionString</key>
14-
<string>2.1.0.0</string>
14+
<string>2.1.0.3</string>
1515
<key>CFBundleSignature</key>
1616
<string>oXST</string>
1717
<key>CFBundleVersion</key>
18-
<string>2.1.0.0</string>
18+
<string>2.1.0.3</string>
1919
<key>CFBundleName</key>
2020
<string>StealthCoind</string>
2121
</dict>

contrib/macdeploy/Info.plist

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,16 +9,16 @@
99
<key>CFBundlePackageType</key>
1010
<string>APPL</string>
1111
<key>CFBundleGetInfoString</key>
12-
<string>StealthCoin [XST] Complete Anonymity 2.1.0.2</string>
12+
<string>Stealth [XST] Complete Anonymity 2.1.0.3</string>
1313
<key>CFBundleExecutable</key>
1414
<string>Stealth Qt</string>
1515
<key>CFBundleIdentifier</key>
16-
<string>com.stealth-coin.stealthcoin-qt</string>
16+
<string>org.stealth.stealth-qt</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>2.1.0.2</string>
18+
<string>2.1.0.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>oXST</string>
2121
<key>CFBundleVersion</key>
22-
<string>2.1.0.2</string>
22+
<string>2.1.0.3</string>
2323
</dict>
2424
</plist>

contrib/macdeploy/fancy.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
<integer>370</integer>
2323
<integer>156</integer>
2424
</array>
25-
<key>StealthCoin Qt.app</key>
25+
<key>Stealth Qt.app</key>
2626
<array>
2727
<integer>128</integer>
2828
<integer>156</integer>

contrib/macdeploy/notes.txt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ You will need the appscript package for the fancy disk image creation to work.
66
Install it by invoking "sudo easy_install appscript".
77

88
Ths script should be invoked in the target directory like this:
9-
$source_dir/contrib/macdeploy/macdeployqtplus StealthCoin\ Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy $source_dir/contrib/macdeploy/fancy.plist -verbose 2
9+
$source_dir/contrib/macdeploy/macdeployqtplus Stealth\ Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy $source_dir/contrib/macdeploy/fancy.plist -verbose 2
1010

1111
During the process, the disk image window will pop up briefly where the fancy
1212
settings are applied. This is normal, please do not interfere.
@@ -19,8 +19,8 @@ Fill in the following.
1919
Enable custom process step: [x]
2020
Command: %{sourceDir}/contrib/macdeploy/macdeployqtplus
2121
Working directory: %{buildDir}
22-
Command arguments: StealthCoin\ Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy %{sourceDir}/contrib/macdeploy/fancy.plist -verbose 2
22+
Command arguments: Stealth\ Qt.app -add-qt-tr da,de,es,hu,ru,uk,zh_CN,zh_TW -dmg -fancy %{sourceDir}/contrib/macdeploy/fancy.plist -verbose 2
2323

2424
After that you can start the deployment process through the menu with
25-
Build -> Deploy Project "stealthcoin-qt"
25+
Build -> Deploy Project "stealth-qt"
2626

contrib/pyHash9/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# (c) Copyright The StealthCoin Developers, 2016
1+
# (c) Copyright 2016-2018 Stealth R&D LLC
22

33
# specify PYINCDIR if using non-system python
44
PYINCDIR = -I/usr/include/python2.7

0 commit comments

Comments
 (0)