onedrop

Results 4 comments of onedrop

in geth console do this... - `web3.eth.sign(web3.eth.accounts[0], web3.sha3('fubar'))` - take the output of that command and build a json like so... - `{"address":"", "msg":"fubar", "sig":""}` - paste that into the...

ok here... `{"address":"0xaaff40fa1bb528905d626b78a67b7a019f63f5bf", "msg":"fubar", "sig":"0x36b7a6de3a0ff8ba7520c31ee022dbdfd369bd7887d610b70353a5e9e9e56d9016b9c3512f443f0d683eca4bc9a173c86d0851cd9ce8aff5543591dc1859bdfa1c"}` If it helps, it appears that geth prepends the string `\x19Ethereum Signed Message:\n` to the data before signing it.

Added a PR for this... https://github.com/diverted247/txtjs/pull/29

please review and merge this @bodymovin