Skip to content

Commit

Permalink
Update a bunch of docs by adding a banner, delete a bunch of known bi…
Browse files Browse the repository at this point in the history
…trot docs; does not update release-process.md.
  • Loading branch information
nejucomo committed Apr 12, 2016
1 parent f2e157a commit fb53785
Show file tree
Hide file tree
Showing 50 changed files with 32 additions and 850 deletions.
69 changes: 6 additions & 63 deletions doc/README.md
Original file line number Diff line number Diff line change
@@ -1,74 +1,17 @@
Zcash Core 0.11.2
=====================

Setup
---------------------
[Zcash Core](https://z.cash/) is the original Zcash client and it builds the backbone of the network. However, it downloads and stores the entire history of Zcash transactions (which is currently several GBs); 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.

Running
---------------------
The following are some helpful notes on how to run Zcash on your native platform.

### Unix

You need the Qt4 run-time libraries to run Zcash-Qt. On Debian or Ubuntu:

sudo apt-get install libqtgui4

Unpack the files into a directory and run:

- bin/32/zcash-qt (GUI, 32-bit) or bin/32/zcashd (headless, 32-bit)
- bin/64/zcash-qt (GUI, 64-bit) or bin/64/zcashd (headless, 64-bit)

Zcash Core 0.11.2.z2
====================


### Windows

Unpack the files into a directory, and then run zcash-qt.exe.

### OS X

Drag Zcash-Qt to your applications folder, and then run Zcash-Qt.
[Zcash](https://z.cash/) is the Zcash client. It downloads and stores the entire history of Zcash transactions (which is currently several GBs); 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.

### Need Help?

* See the documentation at the [Zcash Wiki](https://github.com/Electric-Coin-Company/zcash/wiki)
for help and more information.
* Ask for help on [#zcash](https://webchat.oftc.net/?channels=zcash) on OFTC. If you don't have an IRC client use [webchat here](https://webchat.oftc.net/?channels=zcash).
* See the documentation at the [Zcash Wiki](https://github.com/zcash/zcash/wiki) for help and more information. NOTE: Other documentation in this directory may be out of date and inaccurate.
* Ask for help on the [Zcash](https://forum.z.cash/) forums.

Building
---------------------
The following are developer notes on how to build Zcash on your native platform. They are not complete guides, but include notes on the necessary libraries, compile flags, etc.

- [OS X Build Notes](build-osx.md)
- [Unix Build Notes](build-unix.md)
- [Gitian Building Guide](gitian-building.md)

Development
---------------------
The Zcash repo's [root README](https://github.com/Electric-Coin-Company/zcash/blob/zc.v0.11.2.latest/README.md) contains relevant information on the development process and automated testing.

- [Developer Notes](developer-notes.md)
- [Multiwallet Qt Development](multiwallet-qt.md)
- [Release Notes](release-notes.md)
- [Release Process](release-process.md)
- [Translation Process](translation_process.md)
- [Translation Strings Policy](translation_strings_policy.md)
- [Unit Tests](unit-tests.md)
- [Unauthenticated REST Interface](REST-interface.md)
- [BIPS](bips.md)
- [Dnsseed Policy](dnsseed-policy.md)

### Resources
* Discuss on the [Zcash](https://forum.z.cash/) forums.
* Discuss on [#zcash](https://webchat.oftc.net/?channels=zcash) on OFTC. If you don't have an IRC client use [webchat here](https://webchat.oftc.net/?channels=zcash).
--------

### Miscellaneous
- [Assets Attribution](assets-attribution.md)
- [Files](files.md)
- [Tor Support](tor.md)
- [Init Scripts (systemd/upstart/openrc)](init.md)
Build Zcash along with most dependencies from source by running ./zcutil/build.sh. Currently only linux is supported.

License
---------------------
Expand Down
83 changes: 0 additions & 83 deletions doc/README_osx.txt

This file was deleted.

23 changes: 0 additions & 23 deletions doc/README_windows.txt

This file was deleted.

2 changes: 2 additions & 0 deletions doc/REST-interface.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

Unauthenticated REST Interface
==============================

Expand Down
2 changes: 2 additions & 0 deletions doc/bips.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

BIPs that are implemented by Bitcoin Core (up-to-date up to **v0.10.0**):

* [`BIP 11`](https://github.com/bitcoin/bips/blob/master/bip-0011.mediawiki): Multisig outputs are standard since **v0.6.0** ([PR #669](https://github.com/bitcoin/bitcoin/pull/669)).
Expand Down
117 changes: 0 additions & 117 deletions doc/build-osx.md

This file was deleted.

2 changes: 2 additions & 0 deletions doc/build-unix.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

UNIX BUILD NOTES
====================
Some notes on how to build Bitcoin in Unix.
Expand Down
2 changes: 2 additions & 0 deletions doc/developer-notes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

Coding
====================

Expand Down
2 changes: 2 additions & 0 deletions doc/dnsseed-policy.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

Expectations for DNS Seed operators
====================================

Expand Down
1 change: 1 addition & 0 deletions doc/files.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*** Warning: This document has not been updated for Zcash and may be inaccurate. ***

* bitcoin.conf: contains configuration settings for bitcoind or bitcoin-qt
* bitcoind.pid: stores the process id of bitcoind while running
Expand Down
Loading

0 comments on commit fb53785

Please sign in to comment.