Darsek - KED
Klingon Empire Darsek - one of the Star Trek inspired coins. Based on Novacoin and scrypt algo.
About Star Trek:
https://en.wikipedia.org/wiki/Star_TrekOfficial encyclopedia:
http://memory-alpha.wikia.com/wiki/Portal:MainKlingon language:
https://en.wikipedia.org/wiki/Klingon_languageThe Klingon Language Institute:
http://www.kli.org/Klingon Language Wiki:
http://www.klingonwiki.net/En/MainPageOld threads:
https://bitcointalksearch.org/topic/ann-startrek-insipred-coins-and-mining-links-low-diff-nice-bounties-280114https://bitcointalksearch.org/topic/star-trek-crypto-coin-thread-big-changes-are-coming-377997https://bitcointalksearch.org/topic/sci-fi-coin-online-status-1121146InformationDarsek - a hybrid scrypt PoW + PoS based cryptocurrency.
* 1 minute stake spacing
* 1 minute PoW spacing
* Balanced PoW blocks and stakes weighting
* PPC type re-targeting
* 3.5 KED PoW subsidy
* 100% PoS interest annually
* The PoS interest halves every x8 multiply of PoS difficulty
* Maximum PoS reward is 1000 coins
* ~ 500 Million total coins
* Trade confirm: 6 Blocks
* Coin maturity: 120 Blocks
* RPC Port: 8444
* P2P Port: 8443
* Advanced Coin control
* Built-in Block explorer
Timeline KED start: August 23, 2013
Problem with PoW mining: October 17, 2013
KED v2 start: December 21, 2013
Fixed timewrap bug: Jun 4, 2014
New developer, new version: October 23, 2015
Darsek 9.3.0Latest SSL.
Add split/combine threshold for PoS minting.
Add block browser.
Fix Addressbook bugs.
Add orphan remove to repairwallet.
Add fast stake, no more wallet freezing.
Latest version 9.3.0 and current blockchain compatible only with 9.2.0 wallet.
LinksLast Windows QT:
https://github.com/scificrypto/Darsek/releases/download/v9.3.0/darsek-qt.9.3.win32.zipNew GitHub source:
https://github.com/scificrypto/DarsekFresh clean zipped KED blockchain:
darsek.2017.09.10.zipWebsite:
http://ked.scificrypto.info/Block explorer:
http://ccexp.tk/CurrencyInfo/index.php?Currency=KEDExchange:
https://www.cryptopia.co.nz/Exchange/?market=KED_BTCPool:
http://coincave.nl/kedstats.phpSample Darsek.conf that includes our network seeds:
listen=1
daemon=1
server=1
gen=0
rpcuser=username
rpcpassword=passphrase
rpcallowip=127.0.0.1
rpcallowip=192.168.0.*
rpcport=8444
port=8443
reservebalance=1000000
splitthreshold=200
combinethreshold=50
addnode=scifi.bounceme.net
addnode=47.20.249.164
addnode=79.122.16.0
addnode=64.71.72.56
addnode=65.255.184.131
addnode=62.59.168.89
addnode=73.203.94.6
addnode=158.181.191.92
addnode=51.15.130.151
addnode=81.182.141.154
Resolve problem with PoS minting.Sometimes, if you have big amount of transactions in wallet and try PoS minting,
CPU load about 100% and connections to network constantly lost - it is not only problem for you,
but problem for all network (orphan blocks and micro fork).
I recommend do next:
1 - add to config: reservebalance=100000 (if you have for instance 90000 coins)
2 - start wallet and wait several connections.
3 - type in console (debug window): reservebalance true 80000
4 - minting was started, wait when new blocks will be rare.
5 - type: reservebalance true 70000
6 - repeat 4 and 5, and so on.