<<  >> (p.70)
    Author Topic: [ANN] MonetaryUnit [MUE] - POS. MasterNodes. Funding. Governance. Services. Devs  (Read 450991 times)
    mrclark25
    Newbie
    *
    Offline Offline

    Activity: 14
    Merit: 0


    View Profile
    January 20, 2016, 09:57:57 PM
     #1381

    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://bt.irlbtc.com/view/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

Page 69
Viewing Page: 70