Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FC] Fuguecoin - Fugue256 hash, Launched! NO PRE-M! CPU/GPU minable!
by
jacknb1ack
on 18/03/2014, 15:36:18 UTC
Trying to solo mine, edited my config right (or so I think), using 127.0.0.1 as an ip, changed the user password and added it to the bat file. Even synced it with my wallet, but nada.

Any ideas guys?

I had to add the rpcallowip=IP line to the conf file. Test with localhost, 127.0.0.1 or (in my case since I'm behind a router) 192.168.0.100.

Tried all three, and nothing. I'm thinking I might have the wrong port in my conf file? This is my conf.

listen=1
server=1
daemon=1
rpcuser=u
rpcpassword=p
rpcallowip=127.0.0.1
port=9089
rpcport=9089
addnode=192.200.115.101

my bat file is

timeout /t 10
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -o stratum+tcp://127.0.0.1:9089 -u u -p p

I've tried localhost and 192.168.0.100 in lieu of 127.0.0.1....

Isn't port and rpcport should be different ? and try -o 127.0.0.1:9089 without http and/or stratum+tcp always work for me ...

btw, i can't get > 50MH on my r9 280x ... any help ?