@wrapper thankyou wrapper, for i am not that experienced in this field yet as u can tell. i really appreciate your guys fast responses and meaningful tips and advice. Thankyou again and i will continue to keep trying and update this thread if i come to any sort of resolve
Posts made by milkeyway
-
RE: Solo mining question/ new member =)
-
RE: First Official Feathercoin Halving - Feathercoin Block Reward Halved!!
@mishon think thats just a temporary sell the news situation, but personally i think price will go up naturally just due to a diminished amount of coins entering the market
-
RE: Solo mining question/ new member =)
@wrapper so in other words solo mining is broken and all these things im doing to try to fix it, is pointless? Am i correct in assuming this?
-
RE: Solo mining question/ new member =)
and this is the bat file for the miner on the rig,
ccminer.exe -a neoscrypt -i 16 -o http://192.168.1.7:9337 -u pocketduece.1 -p x
and this is the error im receiving https://gyazo.com/55e110a6fa414349932f0bc8f27bbabb
-
RE: Solo mining question/ new member =)
so i just tried to port forward, but didnt really do anything i dont think.
My config file looks like this currently
server=1
rcpuser= pocketduece.1
rpcpassword= x
rpcallowip=127.0.0.1
rpcallowip=192.168..
rpcport=9337this is my bat file on the server
ccminer.exe -a neoscrypt -i 16 -o 127.0.0.1:9337 -u pocketduece.1 -p x
i could not get it to work directly with a specific ip address. I tried to manually put all my ips and even did another persons suggestion of rcpipallow=0.0.0.0
This leads me to my biggest problem that i cant put my finger on how to solve which is how do i get my rig (client) which is also connected to the same router by another ethernet cable to connect to my servers ip. (it is either refusing to connect or timing out the connection)
-
RE: Solo mining question/ new member =)
yes i have, im now trying to manually connect to my ip address and have a rig connect to it as well. running into a lot of hardships right now figuring it out, trying to be persistent tho, read somewhere that i might need to enable port fowarding so i am trying to do that
-
Solo mining question/ new member =)
what am i doing wrong here in this miner config?
ccminer.exe -a neoscrypt -i 16 -o http://127.0.0.1:9337 -u pocketduece.1 -p x
everything else is pretty much set up to solo mine. i have synched the blockchain/wallet, i have added a server file to run the wallet in server mode. but when i start my miner up with that config
all it shows is this https://gyazo.com/a075987d287d4b4d977943eaabc0e01c.
it doesnt look like it is correctly solo mining, can anyone help me with this issue please?