Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

It returned nil pointer when tried to create account #188

Closed
bizhonggeng opened this issue Dec 8, 2017 · 1 comment
Closed

It returned nil pointer when tried to create account #188

bizhonggeng opened this issue Dec 8, 2017 · 1 comment

Comments

@bizhonggeng
Copy link

Environment

  • OS: Ubuntu 16.64

Problem Description

I got a nil pointer when I tried to create account after the whole block synchronized , the problem showed as below:
image
The account id was blank.

@bizhonggeng
Copy link
Author

bizhonggeng commented Dec 12, 2017

I had solved this problem. The solution as below:
When you wanted to create account, you must keep the node running.
So you could suspend the node service to the background with "Ctrl+Z", then input "$ ./bytomcli create-account *****" to create account.
Use "Ctrl+C" to come back to command mode, you would find your account, then input "fg" to recover the node service, if it was stopped, input "$ ./bytomd node --wallet.enable" again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant