Also, I believe someone did a source to source comparison between Asiacoin and another cryptocoin and it's really just a couple of minor edits the "dev" made to insert the hidden premine. So after these lines are removed and the source recompiled, what's left to test? There are thousands of instances of the current wallet running right now without issue.
Yeah.. that was me.. I did that as part of the forensic analysis.. and why I decided to help with the patch, because from forensics it seemed viable to do it without a heck of lot of work (though it still turned out to be more work than anticpated).
But.. there is a LOT to test... we're not implementing code for the "happy path" here guys. We're talking about negative testing.. security testing.. try to hack your own code testing.. Not like just booting up a client. Testing itself takes ingenuity here for this type. We're essentially putting in a security patch..
Anyways, i don't want to get anyone's hopes up. But here's the client with the security patch, and rest of fixes, working on my PC as of right now.
Will call your attention to a couple of things:
- Now we finally have 1 static link EXE, instead of shipping DLLs.. (always found that annoying..)
- I changed the about box to reflect the correct version once you upgrade you need to be on v1.8.2 instead of v1.0.0
- Also added some links to our new website and this thread in the about page.
- You can see the new logo.. ofc. Thanks for that it looks awesome.
- And as you can see it's currently synching across the existing blockchain without problems...
- Rest of icons remain the same (we can replace those later should we chose to.. trivial)
For anyone that wants to help me test "the happy path", you can send me a coin to this client using your existing client. Address: AT1hm5R4JSjkHsDcscsLb6co3oJ2JZft6Z
We do need to make sure happy path works.. but negative testing is more important.
Anyways do NOT get your hopes up yet.. and please do not encourage exchanges to open without doing full audit of my code and the blockchain..