Cannot Create New Address: Address Pools Undeclared

Discussion in 'Questions' started by in-cred-u-lous, May 18, 2016.

  1. 2017/12/15 - Decred v1.1.2 released! → Release Notes  → Downloads
  1. in-cred-u-lous

    in-cred-u-lous New Member

    Apr 25, 2016
    17
    4
    Oslo
    #1 in-cred-u-lous, May 18, 2016
    Last edited: May 18, 2016
    This is a fresh v0.1.3 wallet, and I'm running:

    $ ./dcrctl -u [user] -P [passwd] --wallet getnewaddress

    or

    $ ./dcrctl -u [user] -P [passwd] --wallet getnewaddress default

    I get:

    -4: Address pools for account 0 are undeclared

    I also tried:

    $ ./dcrctl -u [user] -P [passwd] --wallet createnewaccount reserve
    $ ./dcrctl -u [user] -P [passwd] --wallet getnewaddress reserve

    and then get:

    -4: blockchain RPC is inactive

    I am monitoring dcrd in real-time, and confirmed it is running, and stays synched.

    I can view the balance (0) and unlock my wallet, but that's it.

    Any ideas what this error means and how to deal with it?
     
  2. root

    root Member

    Feb 3, 2016
    381
    76
    I was able to create a fresh wallet with 01.03 version without a problem and getnewaddress worked fine.
    Is there anything strange in logs ? ERR or something ? Ususally .dcrd/logs/mainnet/dcrd.log and .dcrwallet/logs/...

    I'd say your wallet is not properly connected to your daemon. Try e.g. dcrctl getinfo and dcrctl --wallet getinfo
     

Share This Page