Skip to content

indocoinproject/indocoin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

IndoCoin

##What is Indocoin? Indocoin is an open source peer-to-peer cryptocurrency, aimed towards Indonesian community. http://indocoin.net/

##License Indocoin is released under the terms of the MIT license. See COPYING for more information or see http://opensource.org/licenses/MIT.

##Development and contributions Developers work in their own trees, then submit pull requests when they think their feature or bug fix is ready.

##Rewards Rewards are soft capped at 19,450,000,000. After that every block generate 500 IDC.
1-500,000 = 20,000 IDC
500,001-1,000,000 = 10,000 IDC
1,000,001-1,500,000 = 5,000 IDC
1,500,001-2,000,000 = 2,500 IDC
2,000,001-2,500,000 = 1,400 IDC
2,500,000+ = 500 IDC

##Specifications Scrypt Proof of Work. 1 Minute Block Targets, 4 Hour Diff Readjustments. For more info https://bitcointalk.org/index.php?topic=612311.0

##How to build 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

##Ports RPC Port: 19451
P2P Port: 19457
-Testnet RPC: 19458
-Testnet P2P: 19459

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published