Wallet Issue

Discussion in 'Connectivity' started by Klaian, Feb 14, 2016.

  1. 2017/12/15 - Decred v1.1.2 released! → Release Notes  → Downloads
  1. Klaian

    Klaian New Member

    Feb 9, 2016
    24
    1
    Male
    Hello, can someone point me in right direction with below issue. I am trying to get visual in wallet of the 2 blocks showing up on the Block Explorer for my address. I believe this is the issue but not sure where to go next to resolve.

    Code:
    13:17:50 2016-02-14 [INF] WLLT: No recorded transaction history -- needs full re
    scan
    13:17:50 2016-02-14 [INF] WLLT: No stake manager present, generating
    13:17:50 2016-02-14 [INF] WLLT: Opened wallet
    13:17:50 2016-02-14 [INF] DCRW: Generating TLS certificates...
    13:17:51 2016-02-14 [INF] DCRW: Done generating TLS certificates
    13:17:51 2016-02-14 [INF] DCRW: RPCS: RPC server listening on [::1]:9110
    13:17:51 2016-02-14 [INF] DCRW: RPCS: RPC server listening on 127.0.0.1:9110
    13:19:06 2016-02-14 [WRN] DCRW: Connection to Decred RPC chain server unsuccessf
    ul -- available RPC methods will be limited
    13:19:06 2016-02-14 [ERR] WLLT: Unable to request transaction updates for winnin
    g tickets. Error: the client was never connected
    13:19:06 2016-02-14 [ERR] WLLT: Unable to request transaction updates for spent
    and missed tickets. Error: the client was never connected
    13:19:06 2016-02-14 [ERR] WLLT: Unable to request transaction updates for stake
    difficulty. Error: the client was never connected
     
  2. rohit pawar

    rohit pawar Member
    Advocate (Reddit)

    Dec 26, 2015
    166
    87
    Male
    India
    U must connect to RPC Server first using
    dcrd -u user -P password

    Then try to connect to wallet
     
  3. aiden

    aiden New Member

    Jan 16, 2016
    1
    0
    Male
    Executive Director
    Canada
    #3 aiden, Feb 29, 2016
    Last edited: Feb 29, 2016
    I am experiencing the same issue and am connected fine to dcrd. I know my passwords, have re-created several wallets from seed because I thought maybe I had missed something. Have used:
    dcrwallet -u myusername -P mypassword --noclienttls --noservertls --walletpass mypublicpassphrase --dcrdusername=myusername --dcrdpassword=mypassword

    I tried w and w/out both tls commands, have dug through so many forum posts, and I cannot determine what the issue is. I can get stake mining enabled but receive messages that the RPC chain server connection was unsuccessful, etc.

    Any suggestions are much appreciated, I've spent way too many hours on this to not get PoS mining to work.
     
  4. root

    root Member

    Feb 3, 2016
    381
    76
    I am not sure now, but I probably experienced similar problem while on testnet some time ago.
    A wallet without extra password and daemon and wallet passwords and names being the same helped.
    This works fine on mainnet :
    ./dcrd -d trace -u USR -P PWD --notls | tee -a daemon.log
    ./dcrwallet --debuglevel=trace --username=USR --password=PWD --dcrdusername=USR --dcrdpassword=PWD --noclienttls --noservertls --enablestakemining --balancetomaintain=0 --ticketmaxprice=90 $1 $2 | tee -a wallet.log

    Also after a successful start do not forget :
    ./dcrctl --wallet -u USR -P PWD --notls walletpassphrase YOURWALLETPASSWORD 0

    Beware of LONG log files while using debuglevel trace !
     
  5. Ayush

    Ayush Full Member
    Advocate (Facebook)

    Jan 9, 2016
    512
    100
    Male
    .
    .
    Guys I think I know what mistake u guys r making.
    I made the same ones :p

    Once to connect to dcrd with -dcrd -u user -P password
    u need to let it remain open and in a fresh command promt run the command.
    that should fix it. comment what happens...
     

Share This Page