kevacoin/doc
Jianping Wu 21d1e1782f Updated README, added build section.
Updated other MD files.
2018-12-28 12:14:36 -08:00
..
litecoin-release-notes Litecoin: Add 0.15.1 to historic release notes 2018-03-15 16:47:10 -07:00
man Litecoin: Update man pages 2018-09-18 18:59:37 -07:00
release-notes Remove the ending slashes from RPC URI format. 2018-01-08 10:11:02 +08:00
.gitignore Ignore Doxyfile generated from Doxyfile.in template. 2017-04-07 16:28:12 +02:00
assets-attribution.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
benchmarking.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
bips.md List support for BIP173 in bips.md 2018-05-03 10:02:34 +08:00
bitcoin_logo_doxygen.png Lossless image optimization 2013-12-02 10:10:22 +01:00
build-netbsd.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
build-openbsd.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
build-osx.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
build-unix.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
build-windows.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
dependencies.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
developer-notes.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
dnsseed-policy.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
Doxyfile.in doc: Make build system insert version in Doxyfile 2017-04-05 09:40:56 +02:00
files.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
fuzzing.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
gitian-building.md doc: move gitian building to external repo 2017-09-25 15:45:38 +02:00
init.md Update init.md: Fix section numbering. 2017-07-29 00:20:43 +08:00
README_osx.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
README_windows.txt Litecoin: Branding 2018-03-15 15:25:31 -07:00
README.md Updated README, added build section. 2018-12-28 12:14:36 -08:00
reduce-traffic.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
release-notes-litecoin.md Litecoin: Update release notes for v0.16.3 2018-09-18 19:14:49 -07:00
release-notes.md doc: 0.16.3 release notes 2018-09-18 01:42:22 +02:00
release-process.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
REST-interface.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
shared-libraries.md Add NULLDUMMY verify flag in bitcoinconsensus.h 2016-09-30 23:09:19 +08:00
tor.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
translation_process.md Fix typo and spelling inconsistency in CONTRIBUTING.md 2017-02-09 11:56:44 +09:00
translation_strings_policy.md Init: Cleanup error and warning strings 2015-10-28 22:11:43 +01:00
travis-ci.md Litecoin: Branding 2018-03-15 15:25:31 -07:00
zmq.md Updated README, added build section. 2018-12-28 12:14:36 -08:00

Kevacoin Core

Setup

Kevacoin Core is the original Kevacoin client and it builds the backbone of the network. It downloads and, by default, stores the entire history of Kevacoin transactions (which is currently more than 7 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.

To download Kevacoin Core, visit kevacoin.org.

Running

The following are some helpful notes on how to run Kevacoin on your native platform.

Unix

Unpack the files into a directory and run:

  • bin/kevacoin-qt (GUI) or
  • bin/kevacoind (headless)

Windows

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

OS X

Drag Kevacoin-Core to your applications folder, and then run Kevacoin-Core.

Need Help?

Building

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

Development

The Kevacoin repo's root README contains relevant information on the development process and automated testing.

Resources

  • Discuss on the KevacoinTalk forums.
  • Discuss general Kevacoin development on #kevacoin-dev on Freenode. If you don't have an IRC client use webchat here.

Miscellaneous

License

Distributed under the MIT software license. This product includes software developed by the OpenSSL Project for use in the OpenSSL Toolkit. This product includes cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.