Skip to content

Commit

Permalink
Readme, Copying, Install txt
Browse files Browse the repository at this point in the history
Author:    Jon Layton <jon@seequ.com>

Changes committed:
	modified:   COPYING
	modified:   INSTALL
	modified:   README.md
  • Loading branch information
Jon Layton authored and nimbosa committed Sep 5, 2018
1 parent cb1eb52 commit bf11e78
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions COPYING
@@ -1,3 +1,4 @@
Copyright (c) 2016-2018 The Zclassic Team
Copyright (c) 2016-2017 The Zcash developers
Copyright (c) 2009-2017 The Bitcoin Core developers

Expand Down Expand Up @@ -31,7 +32,7 @@ OpenSSL Toolkit (https://www.openssl.org/). This product includes cryptographic
software written by Eric Young (eay@cryptsoft.com).


Although almost all of the Zcash code is licensed under "permissive" open source
Although almost all of the Zclassic code is licensed under "permissive" open source
licenses, users and distributors should note that when built using the default
build options, Zcash depends on Oracle Berkeley DB 6.2.x, which is licensed
build options, Zclassic depends on Oracle Berkeley DB 6.2.x, which is licensed
under the GNU Affero General Public License.
6 changes: 3 additions & 3 deletions INSTALL
@@ -1,5 +1,5 @@
Building Zcash
Building Zclassic

See the Zcash github wiki (https://github.com/zcash/zcash/wiki) for instructions on building zcashd,
See the Zclassic (https://github.com/z-classic/zclassic/wiki) and Zcash wiki (https://github.com/zcash/zcash/wiki) for instructions on building the daemon and cli tools,
the intended-for-services, no-graphical-interface, reference
implementation of Zcash.
implementation of Zclassic.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -10,7 +10,7 @@ What is Zclassic?
-----------------
Zclassic is financial freedom.

A cryptocurrency with a focus on privacy, Zclassic uses the same initial ceremony parameters generated for [Zcash](https://github.com/zcash/zcash), as well as ZK-SNARKs for transaction shielding. The major change - there is no 20% [founders' fee]() taken for mining each block.
A cryptocurrency with a focus on privacy, Zclassic uses the same initial ceremony parameters generated for [Zcash](https://github.com/zcash/zcash), as well as ZK-SNARKs for transaction shielding. The major change - there is no 20% [founders' fee](https://blog.z.cash/funding/) taken for mining each block.

More technical details are available
in the [Zcash Protocol Specification](https://github.com/zcash/zips/raw/master/protocol/protocol.pdf).
Expand Down Expand Up @@ -96,7 +96,7 @@ and add:
linker = "/usr/bin/x86_64-w64-mingw32-gcc"
```

Note that in WSL, the Zclassic source code must be somewhere in the default mount file system. i.e `/usr/src/zclassic`, and not on `/mnt/d/`. What this means is that you cannot build directly on the Windows system.
Note that in WSL, the Zclassic source code must be somewhere in the default mount file system, i.e `/usr/src/zclassic`, and not on `/mnt/d/`. What this means is that you cannot build directly on the Windows system.

4. Build for Windows

Expand Down

0 comments on commit bf11e78

Please sign in to comment.