Post
Topic
Board Announcements (Altcoins)
Re: [ANN] MonetaryUnit [MUE] Quark based, CPU mining, faucet, explorer, pool, wallet
by
mrclark25
on 05/02/2016, 01:49:52 UTC
Should I be able to solo mine this coin? The wallet gives no errors, but when I try to connect a miner I get the following error:

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

The relevant part of my monetaryunit.conf is:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=0
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1


I'm using the latest wallet and ccminer 1.7


You should be able to.
I'm no expert as I've never GPU mined myself, but hopefully this will help?

http://www.monetaryunit.org/muestuff/gpu-solo-mining-monetaryunit/

most of that seems to be about setting up and compiling sgminer. from that, I also found: https://bitcointalk.org/index.php?topic=778322.msg13282133#msg13282133
which does detail how to set the wallet up. I made a change to my configuration, changing listen=0 to listen=1:
Code:
rpcuser=me
rpcpassword=x
server=1
daemon=1
rpctimeout=30
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
listen=1
rpcport=29947
port=29948
maxconnections=50
keypool=100
logtimestamps=1

but it still doesn't work, and still gives me the same error.

the command i'm using to start the miner is:
Code:
ccminer-x64.exe -a quark -o localhost:29947 -u me -p x -t 4 -i 20 -d gtx980


Hopefully someone will be along to help you out.

In the mean time, is it all working OK using a pool?
You could try our devs pool www.exapool.com

Have you tried removing rpcconnect from your config. From there instead of using localhost:29947 enter the ip address. 127.0.0.1:29947

Neither helped. thanks though

Code:
JSON-RPC call failed: Method not found
 get_work failed, retry after 30 seconds

This still plagues me. Any other ideas? I would really like to solo mine this coin.