Hi all.
I need help.
For some reason my private BTG key doesn't work
I have generated the address here:
https://btgwallet.online/It is saved okay because i look 10 times to be sure ...
Address GgASZ2Qvpi2SjmGzt6a1GLEFpLyqycqEDU
Public 038de5bb6f8278c4b1579baeab59aaa68376bc5218d8be150ec1ef9ccee0fff3d0
Also I have reseived answer from BTG Support Team:
Hello,
Unfortunately I have sad news for you. I got answer from the Core Developer. There is nothing we can do about your
problem. All available wallets need the compressed key you got in the first form.
"Any keys used you will need to manually store safely as they will be needed later to redeem the bitcoin gold."
I wish to have better news for you.
best regards
Support Team
You can convert from uncompressed to compressed. Problem is: you have to do it yourself, if you ask someone to do it for you he can steal your money. Here is enough info to get you through it, at least for BTC:
https://bitcointalksearch.org/topic/compressed-vs-uncompresed-private-keys-129652Format:
uncompressed: 0x80 + [32-byte secret] + [4 bytes of Hash() of previous 33 bytes], base58 encoded
compressed: 0x80 + [32-byte secret] + 0x01 + [4 bytes of Hash() previous 34 bytes], base58 encoded
case 1:
secret (hex): 1111111111111111111111111111111111111111111111111111111111111111
uncompressed:
secret (base58): 5HwoXVkHoRM8sL2KmNRS217n1g8mPPBomrY7yehCuXC1115WWsh
pubkey (hex): 044f355bdcb7cc0af728ef3cceb9615d90684bb5b2ca5f859ab0f0b704075871aa385b6b1b8ead8
09ca67454d9683fcf2ba03456d6fe2c4abe2b07f0fbdbb2f1c1
address (base58): 1MsHWS1BnwMc3tLE8G35UXsS58fKipzB7a
compressed:
secret (base58): KwntMbt59tTsj8xqpqYqRRWufyjGunvhSyeMo3NTYpFYzZbXJ5Hp
pubkey (hex): 034f355bdcb7cc0af728ef3cceb9615d90684bb5b2ca5f859ab0f0b704075871aa
address (base58): 1Q1pE5vPGEEMqRcVRMbtBK842Y6Pzo6nK9
Obtained from the Bitcoin developer mailing list:
http://sourceforge.net/mailarchive/forum.php?thread_name=CAPg%2BsBhDFCjAn1tRRQhaudtqwsh4vcVbxzm%2BAA2OuFxN71fwUA%40mail.gmail.com&forum_name=bitcoin-developmentGo through it and remember not to give
anyone uncompressed version you have if you want to see that money again.