Post
Topic
Board Announcements (Altcoins)
Re: [ANN][OC] ONECOIN | NO PREMINE | FAIR LAUNCH | SHA256 TRIPLE
by
krile
on 13/03/2017, 11:51:40 UTC
sha256t = sha256(sha256(sha256(data)))

what answer would be this?
if you want better you explained.

That is an answer to your question:
Yes confirm . Amd GPU. Long poll create much HW errors in sgminer and don't find a block... Sad
I don't understand if sha256t module hash in Python is open source...

This is the python module for sha256t Smiley Meaning it is open source...

sha256t = sha256(sha256(sha256(data)))
Please post here the link where you find this information. Thx.

Well its more like common sense here. in the code you have this: https://github.com/theone-and-not-only-coin/onecoin/blob/master/src/hash.h#L25-L36

the triple sha256 implementation

And this expression is obviously triple sha256 in python: sha256t = sha256(sha256(sha256(data)))

And sha256 is open source...so what kind of link are you expecting?