File | Date | Author | Commit |
---|---|---|---|
contrib | 2014-05-25 |
![]() |
[ed4fa9] lupa |
doc | 2014-05-21 |
![]() |
[5509dd] Update README.md |
release | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
share | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
src | 2018-01-13 |
![]() |
[7bde2a] Updated symbol from IDC to INDO |
.gitattributes | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
.gitignore | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
.travis.yml | 2018-01-17 |
![]() |
[efbe5d] Added .travis.yml |
COPYING | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
INSTALL | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
README.md | 2018-01-13 |
![]() |
[2bbff0] Updated README.md |
indocoin-qt.pro | 2014-05-21 |
![]() |
[17e413] Upload pertamax |
Indocoin is an open source peer-to-peer cryptocurrency, originally developed for the People of Indonesia. It's more practical use is as a micro-payments platform, for goods and services within Indonesia and around the world.
Indocoin is released under the terms of the MIT license. See COPYING
for more information or see http://opensource.org/licenses/MIT.
Developers work in their own trees, then submit pull requests when they think
their feature or bug fix is ready.
Rewards are soft capped at 19,450,000,000. After that every block generate 500 INDO.
1-500,000 = 20,000 INDO
500,001-1,000,000 = 10,000 INDO
1,000,001-1,500,000 = 5,000 INDO
1,500,001-2,000,000 = 2,500 INDO
2,000,001-2,500,000 = 1,400 INDO
2,500,000+ = 500 INDO
Scrypt Proof of Work. 1 Minute Block Targets, 4 Hour Diff Readjustments. For more info https://bitcointalk.org/index.php?topic=612311.0
indocoind
sudo apt-get install build-essential \
libssl-dev \
libdb5.1++-dev \
libboost-all-dev \
libqrencode-dev \
libminiupnpc-dev
cd src/
make -f makefile.unix USE_UPNP=1 USE_IPV6=1 USE_QRCODE=1
RPC Port: 19451
P2P Port: 19457
-Testnet RPC: 19458
-Testnet P2P: 19459