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
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.
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 !
Guys I think I know what mistake u guys r making. I made the same ones 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...