i get this error after every 24hours solo mining... win10 (64bit) dcrd 0.0.8 ... thank you 04:45:57 2016-03-26 [ERR] CHNS: Timeout waiting for session RPC 04:45:57 2016-03-26 [ERR] WLLT: Failed to get next to use address for address pool external: the client has been shutdown 04:45:57 2016-03-26 [INF] DCRW: Attempting RPC client connection to localhost:9109 04:45:57 2016-03-26 [INF] CHNS: Established connection to RPC server localhost:9109 04:45:57 2016-03-26 [INF] WLLT: Beginning a rescan of active addresses using the daemon. This may take a while. 04:45:58 2016-03-26 [INF] WLLT: Wallet has 1 used address for default account external branch 04:46:00 2016-03-26 [INF] WLLT: Started rescan from block 000000000000255597b22b1b9c44fc6a2c4caae573ed1774dd86e7fcdf07a966 (height 13643) for 63 addresses 04:46:00 2016-03-26 [INF] WLLT: Finished rescan for 63 addresses (synced to block 000000000000119cf55aa9b07f3f0633ee8241951a2776810d6571b35d0cbc8e, height 13644) 04:46:00 2016-03-26 [INF] WLLT: Syncing the transaction store blockchain to the most recent blocks.
Hi, my start conf. is: 1.bat dcrd --rpcuser xxx --rpcpass xxx --miningaddr=DsmiB12hnEgSWmyWSvipWZprgnZBFSrvy3R 2.bat dcrwallet --username xxx --password xxx --dcrdusername=xxx -- dcrdpassword=xxx --walletpass xxx 3.bat cgminer --blake256 -o https://127.0.0.1:9109 -u xxx -p xxx --cert "%LOCALAPPDATA%\Dcrd\rpc.cert" -I 13 thank you
The configuration seems correct. Did u close any command prompt? I think u closed the dcrd terminal. Let all the three command prompt run. Don't close any.
You need one for the daemon (dcrd), one for the miner (or wallet if PoS mining) and one to send commands (dcrctl).
Yes, you need to leave the wallet open and unlocked. After the daemon and wallet are started, if you're PoS mining, you need to unlock the wallet which is what the third window is for. The command dcrctl --wallet walletpassphrase <walletpassword> 0 will unlock the wallet until it's shut down.
I am assuming that the OP is POW mining. If that is the case, you do not need to keep the wallet open. You only need to run dcrd and mining software.
Trying unlock the wallet use that command and get "[WRN] RPCS: Unauthorized client connection attempt" in dcrd. In dcrctl "401 Unauthorized"
what kind of user pass i have to set. "-u -P" "--dcrdusername --dcrdpassword" "rpcuser rpcpass" cause none of this work? It tells me of unknown flag `dcrdusername'
Here's a simple example: Code: dcrd -u user -P pass dcrwallet -u user -P pass --dcrdusername=user --dcrdpassword=pass dcrctl -u user -P pass --wallet <command>
I hope --testnet is just for example. So i get -14: invalid passphrase for master private key. My passphrase is the same as pass.