You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
URLs and Branding has been corrected, previous commits were simply 'find and replace' edits. Leading to "zenzocoin.io". Many other similar issues corrected.
Copy file name to clipboardexpand all lines: README.md
+14-11
Original file line number
Diff line number
Diff line change
@@ -1,27 +1,30 @@
1
-
### Zenzo is a fork of [PIVX](https://github.com/PIVX-Project/PIVX) that forked [Dash](https://github.com/dashpay/dash) that forked [Bitcoin](https://github.com/bitcoin/bitcoinp)
1
+
### ZENZO is a fork of [PIVX](https://github.com/PIVX-Project/PIVX) that forked [Dash](https://github.com/dashpay/dash) that forked [Bitcoin](https://github.com/bitcoin/bitcoinp)
2
2
3
3
4
-
# Zenzo Core Integration/Staging Repository
4
+
# ZENZO Core Integration/Staging Repository
5
5
6
6
7
-
ZENZO(ZNZ) is an open-source privacy focused digital
7
+
ZENZO(ZNZ) is an open-source digital
8
8
currency based on Bitcoin's blockchain technology, Dash’s Masternodes,
9
-
and Zerocoin’s Zerocash Protocol. Each of these elements was combined
10
-
to create a powerful and innovative technology. ZENZO is also powered
9
+
PIVX’s Zerocoin Protocol and general Codebase. Each of these elements was combined
10
+
to create a powerful and innovative technology. ZENZO is also powered
11
11
by Blackcoin Proof-of-Stake 3.0 and Bitcoin Core 0.10x code base, using Quark
12
12
hashing algorithm with a block time of just 60 seconds.
13
13
14
-
A peer-to-peer digital currency that provides fast, zero cost
15
-
payments to anywhere around the world, without any third-party
16
-
intervention. ZENZO is a fully decentralized global payment network
14
+
A peer-to-peer digital currency that provides fast, zero cost
15
+
payments to anywhere around the world, without any third-party
16
+
intervention. ZENZO is a fully decentralized global payment network
17
17
allowing individuals to have full control of their finances.
18
18
19
19
Masternodes require a collateral of 15,000 ZNZ and can be run on the
20
20
Tor network for greater privacy. All transactions on the network are fully
21
21
verifiable with a built-in blockchain explorer within the software itself. The
22
22
block reward ratio of staking to masternodes is 35:65.
23
23
24
-
**For more information, please visit [zenzo.io](http://www.zenzo.io).**
24
+
The ZENZO(ZNZ) digital currency powers the monetary system behind ZENZO’s many
25
+
use cases, such as the [ZENZO Arcade](https://arcade.zenzo.io)
26
+
27
+
**For more information, please visit [zenzo.io](https://www.zenzo.io).**
25
28
26
29
***
27
30
@@ -39,8 +42,8 @@ block reward ratio of staking to masternodes is 35:65.
Copy file name to clipboardexpand all lines: doc/README.md
+6-14
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
-
Zenzo Core
1
+
ZENZO Core
2
2
=====================
3
3
4
4
Setup
5
5
---------------------
6
-
[Zenzo Core](http://Zenzocoin.com) is the original Zenzo client and it builds the backbone of the network. However, it downloads and stores the entire history of Zenzo 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. Thankfully you only have to do this once.
6
+
[ZENZO Core](https://zenzo.io) is the original ZENZO client and it builds the backbone of the network. However, it downloads and stores the entire history of ZENZO 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. Thankfully you only have to do this once.
7
7
8
8
Running
9
9
---------------------
10
-
The following are some helpful notes on how to run Zenzo on your native platform.
10
+
The following are some helpful notes on how to run ZENZO on your native platform.
11
11
12
12
### Unix
13
13
@@ -26,22 +26,19 @@ Drag Zenzo-Qt to your applications folder, and then run Zenzo-Qt.
26
26
27
27
### Need Help?
28
28
29
-
* See the documentation at the [Zenzo Wiki](https://en.bitcoin.it/wiki/Main_Page)***TODO***
30
-
for help and more information.
31
-
* Ask for help on [BitcoinTalk](https://bitcointalk.org/index.php) or on the [Zenzo Forum](http://Zenzocoin.com/).
32
-
* Join one of our Discord groups [Zenzo Discord Groups](https://discord.gg/YcnvMqt).
29
+
* Join our Discord Server [ZENZO Discord](https://discord.gg/nzGapAh).
30
+
* Join our Telegram Group [ZENZO Telegram](https://t.me/Zenzo_Telegram).
33
31
34
32
Building
35
33
---------------------
36
-
The following are developer notes on how to build Zenzo on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.
34
+
The following are developer notes on how to build ZENZO Core on your native platform. They are NOT complete guides, but include notes on the necessary libraries, compile flags, etc.
37
35
38
36
-[OSX Build Notes](build-osx.md)
39
37
-[Unix Build Notes](build-unix.md)
40
38
-[Gitian Building Guide](gitian-building.md)
41
39
42
40
Development
43
41
---------------------
44
-
The Zenzo repo's [root README](https://github.com/eastcoastcrypto/Zenzo/blob/master/README.md) contains relevant information on the development process and automated testing.
45
42
46
43
-[Developer Notes](developer-notes.md)
47
44
-[Multiwallet Qt Development](multiwallet-qt.md)
@@ -53,11 +50,6 @@ The Zenzo repo's [root README](https://github.com/eastcoastcrypto/Zenzo/blob/mas
0 commit comments