Hope this is the correct thread for thisMany of us might be very familiar with signing of a message with our bitcoin addresses, if not follow this guide < https://bitcointalk.org/index.php?topic=990345.0 > . Getting back where we were this guide builds on that knowledge and we shall be signing a message with our ethereum addresses this time around. For our basic format we shall use the basic code
-----BEGIN ETHEREUM SIGNED MESSAGE-----
<insert message here>
-----BEGIN SIGNATURE-----
<insert address here>
<insert signature here>
-----END ETHEREUM SIGNED MESSAGE-----
To show how this works will use the code below
-----BEGIN ETHEREUM SIGNED MESSAGE-----
This is < woodie > from bitcointalk.org and today is < 2019.04.24 >
-----BEGIN SIGNATURE-----
0xCE6bACaaA99745ADA0082D0b36207AF0fCf471a1
IFtLgDZCpvfw0DT70RCLcYXj3Dbjf68sc6pj/C+u5K6IC8PIhHE4Y/ldllt1/yhrZpVW/shFRf7rxQYdsW/CcBM=
-----END ETHEREUM SIGNED MESSAGE-----
A Big shout out to Shorena for allowing me to make THIS remix
Index:Creating a Signature:return to indexMyEtherWallet (MEW)FIRST STEP : Visit
https://www.myetherwallet.com/ which opens up with a new user interface
SECOND STEP : Acces your wallet with whats applicable to you
THIRD STEP: Once logged in and seeing your dashboard, scroll to your left hand side menu where you should see MESSAGE, click on that, then
sign messageMyCrypto.comreturn to indexRequires either of the following;
- Desktop Wallet downloaded
- A Ledger Wallet
- Parity Signer mobile app
- Web3 extension...like metamask
Verifying a Signature:return to indexCOPIED SIGNED MESSAGE FROM "MEW"
{
"address": "0xce6bacaaa99745ada0082d0b36207af0fcf471a1",
"msg": "This is < woodie > from bitcointalk.org and today is < 2019.04.24 >",
"sig": "0x5af59bbbe57405330a33137b025e1b5eb42508f4ca6a4064c6ca93e8f8421c3b416e2052085344db77bace32b0824734799a9a28d8cc43ad6e8764a83cf2b9c11b",
"version": "3",
"signer": "MEW"
}
MyEtherWallet (MEW)Etherscan (web) return to indexlink:
https://etherscan.io/verifySigMycrypto.com return to index=====================================
License (CC BY-SA 3.0):return to indexYou are free to:
- Share - copy and redistribute the material in any medium or format
- Adapt - remix, transform, and build upon the material
for any purpose, even commercially. I cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
- Attribution - You must give appropriate credit (mentioning my name [shorena] is enough), provide a link to the license, and indicate if changes were made.
- ShareAlike - If you remix, transform, or build upon the material, you must distribute your contributions under the same license (see link).
link ->
https://creativecommons.org/licenses/by-sa/3.0/changelog:
return to index