Sidhujag get 48 shares provisionally, on the condition that a code report shows that the changes are the same as that of the most recent source from Twobits:
https://gitorious.org/devcoin/devcoinThe changes must be identical or else there could be a network fork. Since we now need a quick code report, the bounty for that has been boosted to 12 shares for the first report and 6 shares for the second report.
http://www.devtome.com/doku.php?id=devcoin#technical is a good place to start with this.
The createblock had to change because the AddressTo160 doesnt exist in the new bitcoin src. But I suspect blocks wouldnt download if I didnt port it correctly.
I added some extra testnet stuff including checkpoints.
GetNextWorkRequired is pretty much same minor difference.
GetMinFee is updated I assume we dont want to allow free transactions so its similar to the link but different than the old source.
ConnectBlock was pretty much same too but the address validation changed again in new bitcoin source so I assume this port works.
Getworkaux (merge mining) wasnt changed but i couldnt test it my merge mine proxy wouldnt connect to a cpu miner so i mined locally on my daemon using setgenerate true instead and it wokred.. merge minimg will have to be tested.