forked from machinecoin-project/machinecoin-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Replace „Litecoin“ with „Machinecoin“ inside files.
- Loading branch information
1 parent
293c818
commit 60cb6c3
Showing
108 changed files
with
4,449 additions
and
4,445 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
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,9 +1,9 @@ | ||
Building Litecoin | ||
Building Machinecoin | ||
|
||
See doc/readme-qt.rst for instructions on building Litecoin-Qt, | ||
See doc/readme-qt.rst for instructions on building Machinecoin-Qt, | ||
the intended-for-end-users, nice-graphical-interface, reference | ||
implementation of Litecoin. | ||
implementation of Machinecoin. | ||
|
||
See doc/build-*.txt for instructions on building litecoind, | ||
See doc/build-*.txt for instructions on building machinecoind, | ||
the intended-for-services, no-graphical-interface, reference | ||
implementation of Litecoin. | ||
implementation of Machinecoin. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,9 @@ | ||
Litecoin 0.8.x BETA | ||
Machinecoin 0.8.x BETA | ||
==================== | ||
|
||
Copyright (c) 2009-2013 Bitcoin Developers | ||
Copyright (c) 2011-2013 Litecoin Developers | ||
Copyright (c) 2014 Machinecoin Developers | ||
|
||
Distributed under the MIT/X11 software license, see the accompanying | ||
file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||
|
@@ -12,25 +13,25 @@ cryptographic software written by Eric Young ([[email protected]](mailto:eay@cry | |
|
||
Intro | ||
--------------------- | ||
Litecoin is a free open source peer-to-peer electronic cash system that is | ||
Machinecoin 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. | ||
|
||
|
||
Setup | ||
--------------------- | ||
You need the Qt4 run-time libraries to run Litecoin-Qt. On Debian or Ubuntu: | ||
You need the Qt4 run-time libraries to run Machinecoin-Qt. On Debian or Ubuntu: | ||
`sudo apt-get install libqtgui4` | ||
|
||
Unpack the files into a directory and run: | ||
|
||
- bin/32/litecoin-qt (GUI, 32-bit) | ||
- bin/32/litecoind (headless, 32-bit) | ||
- bin/64/litecoin-qt (GUI, 64-bit) | ||
- bin/64/litecoind (headless, 64-bit) | ||
- bin/32/machinecoin-qt (GUI, 32-bit) | ||
- bin/32/machinecoind (headless, 32-bit) | ||
- bin/64/machinecoin-qt (GUI, 64-bit) | ||
- bin/64/machinecoind (headless, 64-bit) | ||
|
||
See the documentation at the [Litecoin Wiki](http://litecoin.info) | ||
See the documentation at the [Machinecoin Wiki](http://machinecoin.info) | ||
for help and more information. | ||
|
||
|
||
|
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,7 +1,8 @@ | ||
Litecoin 0.8.x BETA | ||
Machinecoin 0.8.x BETA | ||
|
||
Copyright (c) 2009-2013 Bitcoin Developers | ||
Copyright (c) 2011-2013 Litecoin Developers | ||
Copyright (c) 2014 Machinecoin Developers | ||
Distributed under the MIT/X11 software license, see the accompanying | ||
file COPYING or http://www.opensource.org/licenses/mit-license.php. | ||
This product includes software developed by the OpenSSL Project for use in | ||
|
@@ -11,18 +12,18 @@ cryptographic software written by Eric Young ([email protected]). | |
|
||
Intro | ||
----- | ||
Litecoin is a free open source peer-to-peer electronic cash system that is | ||
Machinecoin 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. | ||
|
||
|
||
Setup | ||
----- | ||
Unpack the files into a directory and run litecoin-qt.exe. | ||
Unpack the files into a directory and run machinecoin-qt.exe. | ||
|
||
Litecoin-Qt is the original Litecoin client and it builds the backbone of the network. | ||
However, it downloads and stores the entire history of Litecoin transactions; | ||
Machinecoin-Qt is the original Machinecoin client and it builds the backbone of the network. | ||
However, it downloads and stores the entire history of Machinecoin transactions; | ||
depending on the speed of your computer and network connection, the synchronization | ||
process can take anywhere from a few hours to a day or more. | ||
|
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.