[go: up one dir, main page]

Menu

Tree [ed6af1] 1.0.0 1.0.0 / doc /
 History

HTTPS access


File Date Author Commit
 Doxyfile 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 README.md 2014-05-21 Naitpes A. Naitpes A. [5509dd] Update README.md
 README_windows.txt 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 Tor.txt 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 assets-attribution.txt 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 bitcoin_logo_doxygen.png 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 build-msw.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 build-osx.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 build-unix.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 coding.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 files.txt 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 multiwallet-qt.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 readme-qt.rst 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 release-notes.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 release-process.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 translation_process.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax
 unit-tests.md 2014-05-21 naitpes naitpes [17e413] Upload pertamax

Read Me

Indocoin v1.0.0 (Arjuna)

Copyright (c) 2009-2013 Bitcoin Developers
Copyright (c) 2011-2013 Litecoin Developers
Copyright (c) 2014- Indocoin 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 the OpenSSL Toolkit. This product includes
cryptographic software written by Eric Young (eay@cryptsoft.com), and UPnP software written by Thomas Bernard.

Intro

Indocoin 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 Indocoin-Qt. On Debian or Ubuntu:
sudo apt-get install libqtgui4

Unpack the files into a directory and run:

  • bin/32/Indocoin-qt (GUI, 32-bit)
  • bin/32/Indocoind (headless, 32-bit)
  • bin/64/Indocoin-qt (GUI, 64-bit)
  • bin/64/Indocoind (headless, 64-bit)

See the documentation at (http://www.Indocoin.com)
for help and more information.

Other Pages