Changing the hashing algorithm
-
What are our values ? Services for everyone .At least not let them starve to death. I think it should be spread around the world. It should not stay in the museum . It requires vitality.So development and growth is the only way.
What is the spirit of the contract ? It is to ensure that the interests of the holders of each.Ensure that everyone can have a future.This is the meaning of existence contract terms.
Every day is a new beginning.Also the end of each day.We need to be responsible for the future, not the past. In the beginning,This is a mistake that we did not choose POS.Now we can not make a second mistake. If the POS in the interests of the holders of each FTC, why do not we do it? Maybe some details of our thinking again, but the main direction can not be wrong.
New algorithm and New difficulty rules is the same goal. Prevent ASICS, will be able to prevent the huge hashing attack. I agree with the new featherscrypt too in PoW.
-
Can you do any coding? There is a lot of work ahead, so any help is appreciated.
Yes. I can. I am willing to pay the greatest efforts.
-
MaxCoin have adopted SHA-3 algorithm . https://github.com/Max-Coin/MaxCoin
Addresses within MaxCoin are almost identical to those in Bitcoin. A MaxCoin address is a base58-encoded hash of a public key and a network identifier, or version. The address also contains a checksum in the final 4 bytes. The encoding can be outlined as follows:
version = 110
hash = RIPEMD160(SHA256(public key))
versioned_hash = concatenate(version, hash)
checksum = substr(SHA3(versioned_hash), -4)
address = BASE58(concatenate(versioned_hash, checksum))This is essentially the same as with Bitcoin except using a single round of Keccak instead of a double round of SHA256 when calculating the checksum.
SHA-3 algorithm code: sph_keccak.h
https://github.com/Max-Coin/maxcoin/blob/master/src/sph_keccak.h
-
Scrypt-Jane uses Keccak and it is the first solution we are going to look at, but we will was look at Blake2 instead of Keccak as it performs faster :P I am looking forward to getting past the coding for the hard fork and working on the new hashing algo. We absolutely need this move as many other Scrypt coins if the want to survive. There is a great darkness coming.
-
Cheers, BLAKE2b . Now it seems that this is a good choice ::)
-
FeatherScrypt (obviously links it to the currency that it evolved from)
You could hint at feathercoin origins, without actually branding it.
Ideas like
Rachis (In biology it’s the central vain or shaft from a feather or leaf)
Or perhaps one of the many feathered creatures of legends.
-
the benefit of using one of the more popular algorithms is that cudaminer already supports them such as Blake2, Scyrpt-Jane amongst others.
-a, --algo=ALGO specify the algorithm to use (default is scrypt)
scrypt scrypt Salsa20/8(1024, 1, 1), PBKDF2(SHA2)
scrypt:N scrypt Salsa20/8(N, 1, 1), PBKDF2(SHA2)
scrypt-jane scrypt Chacha20/8(N, 1, 1), PBKDF2(Keccak)
scrypt-jane:Coin Coin must be one of the supported coins.
scrypt-jane:Nfactor scrypt-chacha20/8(2*2^Nfactor, 1, 1)
scrypt-jane:StartTime,Nfmin,Nfmax like above nFactor derived from Unix time.
sha256d SHA-256d (don’t use this! No GPU acceleration)
keccak Keccak256 as used in MaxCoin
-
BLAKE2b is a better choice than Keccak.
-
BLAKE2b is a better choice than Keccak.
You are right ::)
-
Changing the FTC hashing algorithm, We only have two months time. They come . :-[
-
This is off topic but as the decision is made perhaps the powers that be can consider the following…
tidbit.co.in developed technology that allowed web pages to generate 20 khash per client (great way to “monetize without ads”). Perhaps feathercoin.com could set up a page that a user could put in their public key. Then after logging into the site, (perhaps making use of iframes) the user could continue on browsing the internet.
The object of this would be a no mind way to generate coins but also have a more consistent network. Perhaps this technology could be worked into wallets as well so that just having a wallet would generate FTC…
20KH/s is a performance of a 3GHz AMD quad core running CPUminer on all cores. Why a slower JavaScript miner if one can run a real one? It also smells like a malware.
-
Changing the FTC hashing algorithm, We only have two months time. They come . :-[
We’ll have a solution sooner.
-
I like the sound of that.
-
Progress is being made on the new hashing solution. We have a firm idea of what we are going to do and are waiting to hear back from developers of Blake as to whether they can provide us with a solution that is easily usable or if we have to code for for ourselves. Once we have the code it should not be a hard challenge to create our own miner. I have setup a development environment for cgminer and have changed the hashing solution to a bespoke one to trial the work involved.
On the name front I like NeoScrypt. It is going to be our baby but we will promote it and try to get others to adopt it with us. The more people that use it the better. I will come back with more updates when we progress. The next version of Feathercoin is going to have some grand changes to it and will see us through to our second birthday and more :)
-
Sorry, but I detest the name NeoScrypt. It’s not pleasing to the eye and not pleasurable to say. Might not seem like much but these things are important.
*edit* sorry, having read that again, detest is a strong word. If you want to encourage more uptake from other coins, I’d strongly advise for a name more marketable. ;D
*edit2* Plus may also cause a small confusion with n00bs with Scrypt-N
-
Thats what I was going to say… is this Scrypt-N?
Why not call it “F”-Scrypt (Feather… not the other word you thought of!!) … or even better… YOLO-Scrypt haha O0
A-Scrypt would be cool as for “Advanced” Scrypt
-
I know it’s my suggestion earlier and I assure you that its not the only reason I’m so keen on it, but I think SuperScrypt is such a marketable name that says everything and is a cheeky play on words from the print world.
-
if it is blake we are going for should we not just stick with blakeScrypt or just blake or something.
I agree though these kind of name discussions are not the most productive but thats my two feathers… ill get my coat.
-
I’m guessing the Crypt in scrypt is for Cryptography and not related to any particular algorithm? What’s the S for, just to turn crypt into a clever play on words or does it have a meaning?
-
Sorry if I’m repeating something but has X11 been looked into? (if I understand it correctly it’s a collection of different algos being used?)