Pages:
Author

Topic: [ANN] Kryptohash | Brand new PoW algo | 320bit hash | ed25519 | PID algo for dif (Read 149396 times)

full member
Activity: 177
Merit: 100
There was no issue with wallet, why it was removed from release? I have tried to build it, but with no success.
Could @wr104 please build wallet and put to releases ?
I have seen a lot of old coins restore and trade quite good.
I liked this one really much.
Could we resync and maybe update wallet?
Thanks
newbie
Activity: 18
Merit: 0
Is the old wallet still working? Any connections?
I'm afraid it's dead and gone...
full member
Activity: 177
Merit: 100
There is not wallet for download: https://github.com/kryptohash/kryptohash/releases
Could you please give it back? Thank you.
full member
Activity: 177
Merit: 100
yes, It was my favorite coin, let's try to get it back to the life Smiley
sr. member
Activity: 261
Merit: 250
This coin was a novelty, i am curious if the main developer is still around. I am extremely interested if this project would continue from where it left off.
full member
Activity: 177
Merit: 100
Any news ?
What about old KHC or new one ?

I am still interested for old KHC, it was really interesting coin, new algorithm, really fast,...

Is it possible to start a server again ?
Then next step is to get KHC on some exchange, now there are som many exchanges and have got less interesting coins.

I can invest some Kryptohash.
jox
hero member
Activity: 681
Merit: 500
That is a surprise. I like this new specification when will the coin be launched?
full member
Activity: 177
Merit: 100
Will be possible to exchange old KHC for these new ?

Thank you.
sr. member
Activity: 250
Merit: 250
sr. member
Activity: 329
Merit: 250
That is sad. Maybe we can try to reach some exchanges in this time, but firstly we need to have a working desktop, android wallet and some new informations.
wr104: Please is it possible to launch servers again?
Thank you.

Hey guy,

It's been a while.  I'm debating the idea or re-launching the Kryptohash Coin.  What do you guys think?

However, keep in mind that re-launching KHC in practice means the Blockchain will restart from Genesis. Also, I would like take the opportunity to address some of the known issues that the coin had during it's original 18 months run and, make some improvements as well. These are:  

 a) No more PID algorithm to calculate the Network Difficulty: This Diff algo was the cause of all the Forks we had.  I would like to use the simplest Diff algo out there which is the one found in Bitcoin Core.  This algo does have some issues and a lot of detractors but, IMO it works fine for coins that have long re-target periods and most importantly, it meets the KISS principle (Keep It Simple Stupid).

 b) The Block time will be 6 minutes and the Difficulty re-target will be every 1200 blocks (~5 days).

 c) The total number of KHC to be mined will be 20,997,436.32 (or 20,997,436,320,000 kryptohash-toshis). Satoshi-wise, KHC will be 100 times less inflationary than Bitcoin Core.  Also, the Subsidy will end once the amount drops below 1 Cent.

Code:
/*
 * The total number of Kryptohash Coins to be mined is 20,997,436.32 (or 20,997,436,320,000 kryptohash-toshis)
*/
int64_t GetBlockSubsidy(int64_t nHeight, const int64_t nFees)
{
int halvings = nHeight / Params().Subsidy();
// Force block reward to zero when right shift is undefined.
if (halvings >= 64)
return nFees;

int64_t nSubsidy = 50 * COIN;
// Subsidy is cut in half every 210,000 blocks which will occur approximately every 2 years.
nSubsidy >>= halvings;
// Subsidy ends once the amount drops below one Cent.
if (nSubsidy < CENT)
nSubsidy = 0;

return nSubsidy + nFees;
}

 d) No Pre-mine, no ICO, no BS.  I want to coin to grow by acceptance, the same way the old BTC, LTC, etc did it.  

 e) No more restrictions to mine empty blocks (a.k.a. Selfish Mining): Miners always complained about the 'Waiting for Work' message when there were no Transactions in the Network and, it also caused cgminer to hang.

 f) No more mandatory fee per transaction. Let the market decide the fee amount.

 g) The PoW algorithm will continue to be KSHAKE320 and Signatures will continue to use Ed25519. They've proven to work great.

 h) The Block limit will be 10Mb (10 times the current limit found in Bitcoin core).
 
 i) I will continue working on developing the original idea that Kryptohash would handle multiple blockchains via Region codes.  I'll provide further details once I get the prototype running on the TestNet.


 

 
full member
Activity: 177
Merit: 100
That is sad. Maybe we can try to reach some exchanges in this time, but firstly we need to have a working desktop, android wallet and some new informations.
wr104: Please is it possible to launch servers again?
Thank you.
jox
hero member
Activity: 681
Merit: 500
I try synch many times but with no success. looks like dev gave it up. 

Bad news. We just lost the last Exchange that was trading KHC.  Cry

Seeing how well this coin works and its great potential, it is very hard for me to decide whether or not to continue with this project.  If we don't get another Exchange on board within the next few weeks, I'll have no choice but to shutdown the servers.

wr104


full member
Activity: 177
Merit: 100
full member
Activity: 177
Merit: 100
Could please anybody provide me a IP node ?
I can't sync.
Thanks.
full member
Activity: 177
Merit: 100
Is there any plan to get a KHC on some exchange ?
sr. member
Activity: 261
Merit: 250
Bad news. We just lost the last Exchange that was trading KHC.  Cry

Seeing how well this coin works and its great potential, it is very hard for me to decide whether or not to continue with this project.  If we don't get another Exchange on board within the next few weeks, I'll have no choice but to shutdown the servers.

wr104




Please make up your mind, it seems we've lost the opportunity to bring it to the public in the best time for it.

 Do you have any plans ? You did a great job at first, coded, etc. Keep going or let someone else do it.

sr. member
Activity: 261
Merit: 250
Let fools be fools. Looking to buy at fool price, or not.
jox
hero member
Activity: 681
Merit: 500
is any node alive? can't connect...
hero member
Activity: 690
Merit: 500
Surprisingly, the network is still alive but no transactions to mine.
sr. member
Activity: 261
Merit: 250
Bad news. We just lost the last Exchange that was trading KHC.  Cry

Seeing how well this coin works and its great potential, it is very hard for me to decide whether or not to continue with this project.  If we don't get another Exchange on board within the next few weeks, I'll have no choice but to shutdown the servers.

wr104



Are you serious ? Why don't you contact bittrex and poloniex ? EmpoEX isn't an exchange, it's an shitxchange.
Pages:
Jump to: