0

I can´t execute geth account import command in gethjs console. What is the comand equivalent?? any help??

enter image description here

Thx

UnexpectedCharacter
  • 852
  • 1
  • 11
  • 30

1 Answers1

1

the command geth account import <key> is a bash command line, you should using on your windows terminal not on the geth js console.

M. Riggi
  • 301
  • 1
  • 9