We are very very close, and if you want to test out the code you can. Here is the repository:
https://github.com/ahmedbodi/terracoin.gitThe new wallet will cause a hard fork, I believe, but I was able to send and receive TRC to it. We haven't had anyone try to test mine with it yet.
I tried to set up a MPOS pool but the stratum complained about the new wallet not understanding getblocktemplate.
Looking at the code, the getblocktemplate call was disabled:
getblocktemplate is disabled for merge-mining, since getauxblock should
be used instead. All blocks are required to be merge-mined, thus GBT
makes no sense.
I may try uNOMP - or just mine on somebody else's pool
[/quote]
Yeah, the new wallet has merge mining built in, so you would have to use the getauxblock call. I know very little about mining, but maybe someone else can chime in and help with that. Thanks for trying it out!!