Hi,
Actinium developer here.
We have changed the
prefixes for private keys between versions. Simply install the
latest version (0.16.1.0) and then start the Wallet-Application (or Daemon) with option
-upgradewallet to upgrade to the latest wallet version.
Regarding
vanity key generators, please take into account that some of them assume certain numerical distances between public & private keys (128 numbers).
This was not the case with Actinium in the beginning (
and several other cryptocurrencies as well). Or more specifically: the variant of the wallet that preceded Actinium, which had a different name, wasn't following this pattern. But the new versions do follow it.
I have provided a Pull Request to one of such projects named
vanitygen plus. The change was accepted by their team, so please check out their releases. They might have released a new version which supports Actinium by default. If not, then you'll have to clone & compile their code from GitHub. Check their compilation docs for more info on this.
Here their repo:
https://github.com/exploitagency/vanitygen-plusHere the pull request for Actinium:
https://github.com/exploitagency/vanitygen-plus/pull/113To generate an valid Actinium address you can now use these flags:
vanitygen -C ACM NYou won't need to provide numbers anymore as the app will automatically set them for you.
There are also additional flags, for
compressed &
uncompresses privkeys, scriptkey-hashes etc.
I hope this could help you solve the problems with Actinium's address generation. In general:
the keys aren't lost, but only the parsing of underlying numbers that constitute them has changed.
For further support you can join our Discord (channel #support).
Welcome!
https://discord.gg/5xRppjzRegards,