Skip to content

RagnarDanneskjold/koin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

72 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Koindashian [KOIN, ¤]

Koindashian

http://koindashian.com/

MacOS installer

Download doc/installer.sh on your Desktop

If you're not on Maverick, launch Xcode then Menu Xcode > Preferences, go on Downloads and install Command Like Tools.

Launch Terminal

If you're on Maverick xcode-select --install

cd Desktop chmod +x installer.sh ./installer.sh deps

Then to build the wallet :

./installer.sh

What is Koindashian?

Koindashian is like Bitcoin, but based on Litecoin, and much prettier. http://koindashian.com/

License - pretty license

Koindashian 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

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

Frequently Asked Questions

How much Koindashian can exist?

Total of 100,000,000,000 coins

How to get Koindashian?

Scrypt Proof of Work

1 Minute Block Targets, 4 Hour Diff Readjustments

Special reward system: Random block rewards

1-100,000: 0-1,000,000 Koindashian Reward

100,001 — 200,000: 0-500,000 Koindashian Reward

200,001 — 300,000: 0-250,000 Koindashian Reward

300,001 — 400,000: 0-125,000 Koindashian Reward

400,001 — 500,000: 0-62,500 Koindashian Reward

500,001 - 600,000: 0-31,250 Koindashian Reward

600,000+ — 10,000 Reward (flat)

make koindashiand

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 22555 P2P 22556