Darsek v9.4.0- Mandatory update. Hardfork 01 Jan 2019
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://bitcointalk.org/index.php?topic=280114.0https://bitcointalk.org/index.php?topic=377997.0https://bitcointalk.org/index.php?topic=1121146.0InformationDarsek - a hybrid scrypt PoW + PoS based cryptocurrency.
* 2 minute stake spacing
* 2 minute PoW spacing
* Balanced PoW blocks and stakes weighting
* PPC type re-targeting
* 3.5 KED PoW subsidy
* 75% PoS interest yearly
* 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
* Checkpoint server
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
New version 9.4.0 Hardfork date Tue, 01 Jan 2019
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.
Darsek 9.4.0- increase block time from 1 min to 2 min
- fixed checkpoint server with new master key
- instamine protection (max diff retarget -50%)
- PoS rate reduce from 100% floating to 75% fixed
- Fix importprivkey
- Max clock drift reduce to 10 min
LinksLast Windows QT:
https://github.com/scificrypto/Darsek/releases/download/v.9.4.1/darsek-qt.9.4.1-win32.zipNew GitHub source:
https://github.com/scificrypto/DarsekFresh clean zipped KED blockchain:
darsek.09.2018.zipWebsite:
http://ked.scificrypto.info/Block explorer:
https://chainz.cryptoid.info/ked/Exchange:
Pool:
https://coincave.nl/Info:
https://www.cointelligence.com/coins/darsek/Sample 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=0
splitthreshold=2000
combinethreshold=100
addnode=scifi.bounceme.net:8443
addnode=51.15.130.151
addnode=46.105.62.121
addnode=79.122.21.36
addnode=69.118.192.65
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.