For now here you go Run your wallet with flag --enablestakemining Code: dcrwallet -u user -P pass --walletpass <walletpublicpassphare> --enablestakemining --balancetomaintain=1.0 --ticketmaxprice=20 You can change ticketmaxprice and balancetomaintain parameter as your requirement Then unlock your wallet with Code: dcrctl -u user -P pass --wallet walletpassphrase <walletprivatepassphrase> 0 this will unlock your wallet with no time limit
Okay. I started the PoS process and am confused how do I keep track of what's going on? My wallet balance shows 0 even though I set balance to maintain 1.0. Listtransactions command shows bunch of transactions with amount of -0 and fee of 0.05. So.... Some thread suggested this command --wallet getbalance "default" 0 all Wallet balance including mature and immature ticket values. The above command is about 500 DCR off my initial balance before stakemining
https://forum.decred.org/threads/is-pos-working.531/page-5 In this thread on page 5 they are talking about some bug that tickets do not get removed properly or smthing, and they uploaded a fix yesterday. However, I am not sure if if the update applies to server side code or client side since the binaries that i am using were uploaded 3 days ago. Either way I should be able to see where my DCR is? Either in wallet balance, list of open tickets etc?
There is v0.0.5 Now released with all bug fix . You can just replace it with this one and try it . But there is nothing to worry balance will appear soon .