-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Verify Message fails #517
Comments
Can you please send example of what geth outputs / you are trying to verify. Thank you! |
in geth console do this...
The result is a red "Invalid signed transaction" message. Verification works properly on |
@onedrop can you generate one for me? :) |
ok here...
If it helps, it appears that geth prepends the string |
For the record, different supported wallets by MyEtherWallet sign messages differently, so it matters which wallet you use, and as @onedrop reports above some are not compatible with the standard that Ethereum uses (geth, etherscan, etc). My current observations are that Metamask and Ledger are fully compatible, MEW's keystore/private key is mostly compatible (but it breaks on some types of inputs) and Trezor signs it using its own way (see this thread: ethereum/go-ethereum#14794). So if you are expecting something that works across the board, you will be disappointed :( |
im also here icant verify my contrract address |
Verify message fails when attempting to verify a message signed by geth. I believe this has something to do with the 'Ethereum Signed Message' prefix that geth adds.
The text was updated successfully, but these errors were encountered: