any one know why i cant solo mine? i got it working on my windows machine but my linux desk top it well not work no matter what setting i use i got the firewall set fot port 3232 got it port forwards and all i get is
[steve@Dell-Server cpuminer]$ ./minerd --url
http://127.0.0.1:8232 --user myusername --pass mypass
[2018-05-11 19:50:59] Binding thread 0 to cpu 0
[2018-05-11 19:50:59] Binding thread 2 to cpu 2
[2018-05-11 19:50:59] Binding thread 3 to cpu 3
[2018-05-11 19:50:59] Binding thread 4 to cpu 4
[2018-05-11 19:50:59] Binding thread 5 to cpu 5
[2018-05-11 19:50:59] Binding thread 8 to cpu 8
[2018-05-11 19:50:59] 16 miner threads started, using 'm7mhash' algorithm.
[2018-05-11 19:50:59] Binding thread 1 to cpu 1
[2018-05-11 19:50:59] Binding thread 10 to cpu 10
[2018-05-11 19:50:59] Binding thread 11 to cpu 11
[2018-05-11 19:50:59] Binding thread 12 to cpu 12
[2018-05-11 19:50:59] Binding thread 6 to cpu 6
[2018-05-11 19:50:59] Binding thread 7 to cpu 7
[2018-05-11 19:50:59] Binding thread 9 to cpu 9
[2018-05-11 19:50:59] Binding thread 14 to cpu 14
[2018-05-11 19:50:59] Binding thread 15 to cpu 15
[2018-05-11 19:50:59] Binding thread 13 to cpu 13
not sure what else i am doing wroung got my wallet sync and running and this is all i get
oh heres my conf and i an running linux manjaro 17.05
You must set rpcuser and rpcpassword to secure the JSON-RPC api
rpcuser=myusername
rpcpassword=mypass
# Listen for RPC connections on this TCP port:
rpcport=8232
# server=1 to accept JSON-RPC commands
server=1
# listen=1 to accept connections from outside
listen=1
# RPC connection from localhost allowed
rpcallowip=127.0.0.1
# Add nodes to connect to specific peers
addnode=104.128.225.215
addnode=45.35.251.73
# posii=1 to enable PoS staking; default = 0
posii=1
staking=1
# Transaction under stake with a value greater than the threshold is being splitted
stakesplitthreshold=259
# Transactions with values less than the threshold will combine into one
stakecombinethreshold=100