Post
Topic
Board Announcements (Altcoins)
Re: [ANN] New Crypto Currency FRANKO
by
mc_lovin
on 11/05/2013, 22:27:15 UTC
i´m confused.

i cant get my miner working.

cgminer.bat:

cgminer.exe -o 127.0.0.1:8108 -u gubb3l -p -I 15

franko.conf

rpcuser=gubb3l
rpcpassword=
rpcallowip=127.0.0.1
rcpallowip=192.168.1.*
rpcport=8108
port=7912
daemon=1
server=1
gen=0


addnode=77.101.119.112
addnode=174.50.248.2
addnode=76.115.8.101




Where is my fucking problem ?

my miner says:
No servers were found to get work from. maybe you pu int he wrong url ....

your passwords don't match.


oh and you don't really have a conf there?

try this, in the directory of your cgminer.exe, create this conf:

Code:
{
"pools" : [
{
"url" : "http://127.0.0.1:8108",
"user" : "gubb3l",
"pass" : ""
}
]
,
"intensity" : "15",
"worksize" : "256",
"kernel" : "scrypt",
"lookup-gap" : "2",
"shaders" : "1440",
"gpu-engine" : "0",
"gpu-fan" : "0-0",
"gpu-memclock" : "0",
"gpu-memdiff" : "0",
"gpu-powertune" : "0",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "80",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"gpu-threads" : "1",
"log" : "5",
"queue" : "1",
"scan-time" : "60",
"temp-hysteresis" : "3",
"shares" : "0",
"scrypt" : true,
"failover-only" : true,
"kernel-path" : "/usr/local/bin"
}

then in your bat file, change the line to:

cgminer.exe -c cgminer.conf

take out the other flags.

the reason I recommend a conf is because you would have needed --enable-scrypt in your bat file's flags.. but if you have "scrypt" : true, it works.

if this was helpful: FCxd6JWRrV1DrbaV9rroKF3qm6bdeoQ27N