Is there a PoS coin uses code based on at least Bitcoin 0.10.x onwards ? The existing sources from over 20 coins i have investigated seem to be based on code as old as 0.7.x and 0.8.x
afaik Amsterdamcoin uses the new codebase. There is the chainparams.cpp which subtitutes many stuff from main.cpp and so on.
https://github.com/CoinProjects/AmsterdamCoinActually no that is still the 2012/2013 codebase, you can verify that here :-
https://github.com/bitcoin/bitcoin/tree/0.8 It's astonishing how people have just resorted to forking without at least trying to update the code. I'll take a crack at it maybe..
The advances in bitcoin if applied with PoS could result in some very interesting applications.
For those interested in this, i'll keep this thread updated with info on what i find and if i attempt, a link to the git.