Has anybody had any luck with VanityGen and SRC?
The base58.h file reports the [urlhttps://github.com/securecoin/Securecoin/blob/master/src/base58.h#L275]PUBKEY_ADDRESS[/url] as 125, which
should give you a resulting address that starts with
s (which it does).
However, whenever I generate a privkey with vanitygen, the privkey always starts with "9", so SecureCoin reports it as invalid.
Whenever I dump a privkey from SecureCoin, it always starts with "L".
Any ideas?
edit:It gets stranger. According to
http://gobittest.appspot.com/PrivateKey the keys generated by SecureCoin give the error "Private key is not on curve".
The keys generated from vanitygen report no such error.
What?