Scifi Cryptocoins Forum

Please login or register.

Login with username, password and session length
Advanced search  

News:

Cubits [QBT] hardfork April, 22, 2016

Author Topic: [KED] - Klingon Empire Darsek 9.3.0  (Read 2629 times)

Grand_Nagus

  • Admiral
  • *
  • Offline
  • Posts: 40
    • View Profile
[KED] - Klingon Empire Darsek 9.3.0
« on: March 31, 2016, 05:18:55 PM »

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_Trek
Official encyclopedia: http://memory-alpha.wikia.com/wiki/Portal:Main
Klingon language: https://en.wikipedia.org/wiki/Klingon_language
The Klingon Language Institute: http://www.kli.org/
Klingon Language Wiki: http://www.klingonwiki.net/En/MainPage

Old threads:
https://bitcointalk.org/index.php?topic=280114.0
https://bitcointalk.org/index.php?topic=377997.0
https://bitcointalk.org/index.php?topic=1121146.0

Information
Darsek - 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.0
Latest 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.

Links
Last Windows QT: https://github.com/scificrypto/Darsek/releases/download/v9.3.0/darsek-qt.9.3.win32.zip
New GitHub source: https://github.com/scificrypto/Darsek
Fresh clean zipped KED blockchain: darsek.2016.03.09.zip
Website: http://ked.scificrypto.info/
Block Explorer: http://ked.minedowns.ga/
Advanced Block Explorer: http://cryptoguru.tk/CurrencyInfo/index.php?Currency=KED
Faucet: http://www.multifaucet.tk/index.php?faucet=KED
Exchange: https://www.cryptopia.co.nz/Exchange/?market=KED_BTC

Sample Darsek.conf that includes our network seeds:
Code: [Select]
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=15
addnode=24.146.182.241
addnode=68.148.28.13

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.
« Last Edit: April 21, 2016, 10:43:21 PM by Grand_Nagus »
Logged