-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Description
Hi...
I just run litecoin-qt 0.17.1 in retest network on ubuntu. I setup a cpuminer on the same system. cpuminer is mine perfectly.
My cpuminer stating command is
./cpuminer -a scrypt -o http://localhost:5005/ --userpass=someuser:somepass --debug --coinbase-addr=Lc7xuQRxWaCzJRbeZdrf9BAiU6yNgYZTRX -t 4 --no-getwork --no-longpoll --no-redirect -s 2
But it is not confirming or mining the transaction on the regtest network. The transaction status is shown as Status: 0/unconfirmed, in memory pool
. I thing this problem is related to segwit activation. I don't know more about the segwit.
The litecoin.conf file is
`rpcuser=someuser
rpcpassword=somepass
rpcallowip=127.0.0.1
listen=1
server=1
daemon=1
rpcport=5005
addnode=192.168.11.22
txindex=1
keypool=10000`
Have any configuration is need to mine the all the transaction on my regtest network. ...????
Thankyou...