Bitcoin Forum

Alternate cryptocurrencies => Mining (Altcoins) => Topic started by: wingless on September 12, 2016, 10:18:20 PM



Title: Help!!! Cannot Solo Mine!!
Post by: wingless on September 12, 2016, 10:18:20 PM
I'm trying to solo mine myriadcoin. I'm using ccminer. When I start up ccminer I get the following error: HTTP request failed: The requested URL returned error 404

This is my wallet's conf. file:

listen=1
rpcuser=user
rpcpassword=pass
server=1
P2P Port=10888
RPC port=10889
listen=1
maxconnections=32
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.0.0/24
addnode=85.195.118.163
algo=yescrypt

When I go into the browser and type in the local ip and port I get the following error:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

Can someone please help me out? It's been driving me crazy. I've spent hours trying to figure it out and searching the web.

Thanks!


Title: Re: Help!!! Cannot Solo Mine!!
Post by: CoinBreader on September 12, 2016, 10:52:13 PM
I'm trying to solo mine myriadcoin. I'm using ccminer. When I start up ccminer I get the following error: HTTP request failed: The requested URL returned error 404

This is my wallet's conf. file:

listen=1
rpcuser=user
rpcpassword=pass
server=1
P2P Port=10888
RPC port=10889
listen=1
maxconnections=32
server=1
rpcallowip=127.0.0.1
rpcallowip=192.168.0.0/24
addnode=85.195.118.163
algo=yescrypt

When I go into the browser and type in the local ip and port I get the following error:
{"result":null,"error":{"code":-32700,"message":"Parse error"},"id":null}

Can someone please help me out? It's been driving me crazy. I've spent hours trying to figure it out and searching the web.

Thanks!

hey there try also to change rpcallowip=192.168.0.*  plus i dont think you need to have the first rpcallowip with the local host
and post also your miner .bat file


Title: Re: Help!!! Cannot Solo Mine!!
Post by: wingless on September 13, 2016, 01:16:55 AM
Hello,

thanks for helping me out. Yeah I think your right, I just put that in there just to be safe.

Here is my bat file:

cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pass
pause

Any ideas on what to do?


Title: Re: Help!!! Cannot Solo Mine!!
Post by: CoinBreader on September 13, 2016, 06:53:15 AM
Hello,

thanks for helping me out. Yeah I think your right, I just put that in there just to be safe.

Here is my bat file:

cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pass
pause

Any ideas on what to do?

Thats your prob! you are pointing miner to wrong IP range..  192.168.1.23  it should be 192.168.0.23
let me know if that was your prob


Title: Re: Help!!! Cannot Solo Mine!!
Post by: altcoinhosting on September 13, 2016, 06:55:33 AM
Hello,

thanks for helping me out. Yeah I think your right, I just put that in there just to be safe.

Here is my bat file:

cpuminer-athlon64-64.exe -t 4 -o 192.168.1.23:10889 -O user:pass
pause

Any ideas on what to do?

Thats your prob! you are pointing miner to wrong IP range..  192.168.1.23  it should be 192.168.0.23
let me know if that was your prob

192.168.1.0/24 is also a valid range for home use, but in that case rpcallowip=192.168.0.*  has to be replaced by rpcallowip=192.168.1.* in the configfile
Altough your tip is more likely than mine ;)


Title: Re: Help!!! Cannot Solo Mine!!
Post by: wingless on September 14, 2016, 02:34:12 AM
unfortunately that didn't work :(


Title: Re: Help!!! Cannot Solo Mine!!
Post by: CoinBreader on September 14, 2016, 09:24:08 AM
unfortunately that didn't work :(

So you miner config & your wallet config  have the same IP range ? lets say 192.168.0.* ??? to be more specific * you put 1-256
c/p if you want the exact configs you have on wallet & miner inside a
Code:
inster code paragraph


Title: Re: Help!!! Cannot Solo Mine!!
Post by: wingless on September 16, 2016, 04:04:33 AM
I think I know what the problem is. Could it be that the newer wallets these days don't support get work? That is, they don't support standalone solo miners?



Title: Re: Help!!! Cannot Solo Mine!!
Post by: Protocol73 on September 27, 2016, 05:50:41 PM
I think I know what the problem is. Could it be that the newer wallets these days don't support get work? That is, they don't support standalone solo miners?


IDK  bfgminer sayes it has  "-Gwork" but it outputs "No 2D work upstream" & Antminers see it as a dead pool  >:(

PS: I have A Dell R710 & am trying to setup my own solo pool for my 2 Antminer S3's so any help would be Appreciated