4

Importing from a paper wallet(myetherwallet) gives:

Could not create the account: encoding/hex: invalid byte: U+007B '{'

I am using the private unencrypted key.

go 1.5.3, Geth 1.3.5, Waller 0.5.1,

Luza
  • 181
  • 4
  • You don't say how the paper wallet was created was it MyEtherWallet.com? If you have the private key you can just import it as described here http://ethereum.stackexchange.com/questions/465/how-to-import-a-plain-private-key-into-geth/466#466 – JackWinters Mar 11 '16 at 10:52

1 Answers1

2

I had saved the file in rtf , I opened a file using vi and saved that. This worked , so it seems to be a formatting error.

Luza
  • 181
  • 4
  • rtf is rich text so there are erroneous character and font sizes and colors in there. Saving it as. txt would fix the problem as well, which is essentially what you did. – tayvano Mar 11 '16 at 17:18