I can not enable wallet, how can I enable it? already deleted disablewallet=1 from conf

0

how can I enable wallet in my node. I put disablewallet=1

but now I want to enable wallet, I deleted that line... but I get no wallet... how can I get a wallet_

Danystatic

Posted 2019-05-20T19:57:47.627

Reputation: 11

Did you restart the node after changing the config file?chytrik 2019-05-21T03:31:04.927

yes, I had to start all over again... just restarting the node was not taking changes after deleting disablewallet=1Danystatic 2019-05-21T17:28:10.807

Double check that the command that you used to restart bitcoind with also doesn't have -disablewallet=1 or -nowallet or -wallet=0Andrew Chow 2019-05-22T04:02:59.863

No answers