.03 Bitcoin bounty (plus 100 blocks worth of coins of my new altcoin which this will help create) to whoever can make (any) genesis block creator work with a yescrypt algorithm coin based on Yenten. (Or just make a new Yenten genesis block! See end for more info)
I'm thinking you would use this genesis block creator as a base to modify:
https://bitcointalksearch.org/topic/ann-genesis-block-generator-181981(to compile that code in linux use terminal:
gcc genesis_generator.c -o genesis_generator -lcrypto)
but any genesis block creator is fine.
Here is a coin that uses yescrypt, the applicable files are in src folder in hash/yescrypt
https://github.com/conan-equal-newone/yentenIt must allow for modifying these settings found in yescrypt.c and still work:
#define YESCRYPT_N 4096
#define YESCRYPT_R 16
#define YESCRYPT_P 1
#define YESCRYPT_T 0
The yenten genesis block creator that you make must:
It must be able to work with the Yenten code implementation of yescrypt which may be different than current yescrypt release. (ie: If anyone wanted to clone Yenten by creating a genesis block with your program, it must work). Ideally it would work with any yescrypt release, but it is only required to work with the way yescrypt is used in yenten.
It will be released open source.
It must be well documented/commented so anyone can easily know how to use it and how the code was designed so it can be easily modified and maintained in the future.
Ideally it should also work to clone Koto, a zcash clone with yescrypt, but this is not a strict requirement:
https://github.com/koto-dev/kotoBasically what I am looking for is the ability to create a new altcoin by cloning yenten; since there is no genesis block generator for yescrypt this is where you come in.
Not only will you be getting a bitcoin reward right now, you will also own a piece of the new altcoin I am making that your work will have helped to create. 100 blocks worth of coins.
Questions, concerns? Post below.
Thanks!
PS: If you can make a new genesis block for yenten a different way than I requested and you show how it was done that would also qualify for the bounty!