-
Notifications
You must be signed in to change notification settings - Fork 76
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #17 from carsenk/dev
v1.0.4.0
- Loading branch information
Showing
194 changed files
with
402 additions
and
155,000 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ShadowCoin | ||
Denarius | ||
|
||
Copyright (c) 2014 ShadowCoin Developers | ||
Copyright (c) 2017 Denarius Developers | ||
Copyright (c) 2014 BlackCoin Developers | ||
Copyright (c) 2013 NovaCoin Developers | ||
Copyright (c) 2011-2012 PPCoin Developers | ||
|
@@ -13,8 +13,8 @@ cryptographic software written by Eric Young ([email protected]). | |
|
||
Intro | ||
----- | ||
ShadowCoin is a free open source project derived from Bitcoin, with | ||
the goal of providing a long-term energy-efficient scrypt-based crypto-currency. | ||
Denarius is a free open source project derived from Bitcoin, with | ||
the goal of providing a long-term energy-efficient Tribus-based crypto-currency. | ||
Built on the foundation of Bitcoin, PPCoin, NovaCoin and BlackCoin, innovations such as proof-of-stake | ||
help further advance the field of crypto-currency. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
ShadowCoin | ||
Denarius | ||
|
||
Copyright (c) 2014 ShadowCoin Developers | ||
Copyright (c) 2017 Denarius Developers | ||
Copyright (c) 2014 BlackCoin Developers | ||
Copyright (c) 2013 NovaCoin Developers | ||
Copyright (c) 2011-2013 PPCoin Developers | ||
|
@@ -13,8 +13,8 @@ cryptographic software written by Eric Young ([email protected]). | |
|
||
Intro | ||
----- | ||
ShadowCoin is a free open source project derived from Bitcoin, with | ||
the goal of providing a long-term energy-efficient scrypt-based crypto-currency. | ||
Denarius is a free open source project derived from Bitcoin, with | ||
the goal of providing a long-term energy-efficient Tribus-based crypto-currency. | ||
Built on the foundation of Bitcoin, PPCoin, NovaCoin and BlackCoin, innovations such as proof-of-stake | ||
help further advance the field of crypto-currency. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,7 +7,7 @@ cryptographic software written by Eric Young ([email protected]) and UPnP | |
software written by Thomas Bernard. | ||
|
||
|
||
See readme-qt.rst for instructions on building ShadowCoin QT, the | ||
See readme-qt.rst for instructions on building Denarius QT, the | ||
graphical user interface. | ||
|
||
WINDOWS BUILD NOTES | ||
|
@@ -76,9 +76,9 @@ make -f Makefile.mingw | |
mkdir miniupnpc | ||
cp *.h miniupnpc/ | ||
|
||
ShadowCoin | ||
Denarius | ||
------- | ||
DOS prompt: | ||
cd \shadowcoin\src | ||
cd \denarius\src | ||
mingw32-make -f makefile.mingw | ||
strip shadowcoind.exe | ||
strip denariusd.exe |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -7,12 +7,12 @@ software written by Eric Young ([email protected]) and UPnP software written by | |
Thomas Bernard. | ||
|
||
|
||
Mac OS X shadowcoind build instructions | ||
Mac OS X denariusd build instructions | ||
Laszlo Hanyecz <[email protected]> | ||
Douglas Huff <[email protected]> | ||
|
||
|
||
See readme-qt.rst for instructions on building ShadowCoin QT, the | ||
See readme-qt.rst for instructions on building Denarius QT, the | ||
graphical user interface. | ||
|
||
Tested on 10.5 and 10.6 intel. PPC is not supported because it's big-endian. | ||
|
@@ -39,14 +39,14 @@ sudo port install boost db48 openssl miniupnpc | |
Optionally install qrencode (and set USE_QRCODE=1): | ||
sudo port install qrencode | ||
|
||
4. Now you should be able to build shadowcoind: | ||
4. Now you should be able to build denariusd: | ||
|
||
cd shadowcoin/src | ||
cd denarius/src | ||
make -f makefile.osx | ||
|
||
Run: | ||
./shadowcoind --help # for a list of command-line options. | ||
./denariusd --help # for a list of command-line options. | ||
Run | ||
./shadowcoind -daemon # to start the shadowcoin daemon. | ||
./denariusd -daemon # to start the denarius daemon. | ||
Run | ||
./shadowcoind help # When the daemon is running, to get a list of RPC commands | ||
./denariusd help # When the daemon is running, to get a list of RPC commands |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.