That is strange. It's my first time solo mining so if someone could help
I'm running bamt on my rig and have the qt installed on my main pc, the .conf looks like that :
rpcuser=user
rpcpassword=x
rpcallowip=192.168.1.*
rpcport=8000
I launch the qt --server
then in cgminer.conf I have :
{
"pools" : [
{
"url" : "192.168.1.12:8000",
"user" : "user",
"pass" : "x"
},
{
"url" : "stratum+tcp://pool1.eu.multipool.us:7777",
"user" : "slavo.1",
"pass" : "1"
}
]
It does not run if I delete the second pool url;
Like this it starts, but I only get orphans and rejected blocks; at the beginning i've got this message :
"Block change for
http://192.168.1.12:8000 detection via s
tratum+tcp://pool1.eu.multipool.us:7777 stratum"
any ideas of what I am doing wrong ? I'm just a casual miner, not familiar with all that stuff