$ ./dcrctl --wallet getstakeinfo
{
"poolsize": 42206,
"difficulty": 6.96360923,
"allmempooltix": 1604,
"ownmempooltix": 1,
"immature": 2,
"live": 36,
"proportionlive": 0.0008529592948869829,
"voted": 45,
"totalsubsidy": 82.93624832,
"missed": 4,
"proportionmissed": 0.08163265306122448,
"revoked": 1
}
$ ./dcrctl --wallet getinfo
{
"version": 900,
"protocolversion": 1,
"walletversion": 5,
"balance": 10.46854288,
"blocks": 18900,
"timeoffset": 0,
"connections": 8,
"proxy": "",
"difficulty": 339428.10050576,
"testnet": false,
"keypoololdest": 1460536404,
"keypoolsize": 0,
"unlocked_until": 0,
"paytxfee": 0.05,
"relayfee": 0.001,
"errors": ""
}
$ ps ax|grep dcr
3908 pts/0 S+ 0:00 grep --colour=auto dcr
19553 pts/3 Sl+ 72:04 ./dcrd
19709 pts/4 Sl+ 1:09 ./dcrwallet --enablestakemining --ticketmaxprice=20
please, could some explain me why the wallet doesn't purchase another ticket now that the price is low enough?