i try solo mine pxc. but for me not worked in solo. With Pools work fine.
my config file :
server=1
daemon=1
defaultkey=1
logtimestamps=1
dns=1
addnode=prometheus.phoenixcoin.org:9555
addnode=menoetius.phoenixcoin.org:9555
addnode=atlas.phoenixcoin.org:9555
rpcuser=user
rpcpassword=password
rpcallowip=127.0.0.1
rpcallowip=192.168.1.*
rpcport=9554
Config my sgminer :
{
"pools": [
{
"name" : "PXC",
"url" : "127.0.0.1:9554",
"user": "user",
"pass": "password",
"pool-algorithm":"neoscrypt"
}
],
"kernel-path" : "/usr/local/bin",
"algorithm" : "neoscrypt",
"hamsi-expand-big" : "7",
"hamsi-short" : true,
"blake-compact" : true,
"keccak-unroll" : "8",
"luffa-parallel" : true,
"xintensity" : "3,3,3",
"worksize" : "64,64,64",
"gpu-threads" : "2,2,2",
"thread-concurrency": "8192,8192,8192",
"shares" : "0",
"gpu-engine" : "1050,1050,1050",
"gpu-memclock" : "600,600,600",
"gpu-powertune" : "10,10,10",
"gpu-vddc" : "0.000,0.000,0.000,0.000",
"gpu-dyninterval" : "10",
"auto-gpu" : true,
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "75",
"worktime" : true,
"api-listen": true,
"api-network" : true,
"api-port": "4028",
"api-mcast-port" : "4028",
"api-allow": "W:127.0.0.1",
"shaders" : "0",
"failover-only" : false,
"no-pool-disable": true,
"no-submit-stale": true,
"lookup-gap" : "2,2,2",
"vectors" : "1,1,1",
"queue": "1",
"expiry": "10",
"scan-time" : "10",
"gpu-platform" : "1"
}
sgminer error :
[14:02:39] Most likely you have input the wrong URL, forgotten to add a port, or
have not set up workers
[14:02:39] Pool: 0 URL:
http://127.0.0.1:9554 User: user Password: password
[14:02:39] Press any key to exit, or sgminer will try again in 15s.
[14:02:55] No servers were found that could be used to get work from.
[14:02:55] Please check the details from the list below of the servers you have
What wrong ? and what can i do ?