Buona sera a tutti!
Ho un problema da sottoporvi: ho da poco acquistato una scheda video shappire Tri-X R9 280x vapor-x e vorrei sfruttarla per minare un pò di altcoin.
Ho provato ad usare SgMiner 4.1.0 per minare le Paycon, uscite da poco, usando la pool
https://pay.suprnova.cc .
Tuttavia all'esecuzione ottengo il seguente output:
C:\Users\Yozeph\Desktop\Virtual Coins\sgminer-4.1.0-windows>setx GPU_MAX_ALLOC_P
ERCENT 100
OPERAZIONE RIUSCITA: valore specificato salvato.
C:\Users\Yozeph\Desktop\Virtual Coins\sgminer-4.1.0-windows>setx GPU_USE_SYNC_OB
JECTS 1
OPERAZIONE RIUSCITA: valore specificato salvato.
C:\Users\Yozeph\Desktop\Virtual Coins\sgminer-4.1.0-windows>sgminer.exe -o strat
um+tcp://pay.suprnova.cc:4457 -u Beppe1988.Peppe1988 -p giggio -T -I 13 -g 2 -w
256 --gpu-memclock 1500 --temp-target 76 --auto-fan
[22:43:10] Started sgminer 4.1.0
[22:43:10] Loaded configuration file sgminer.conf
[22:43:10] Fatal JSON error in configuration file.
[22:43:10] Configuration file could not be used.
[22:43:10] Probing for an alive pool
[22:43:11] Pool 0 difficulty changed to 0.008
[22:43:11] Network diff set to 922K
[22:43:13] Rejected eceae16b Diff 1.081/0.008 GPU 0 (low difficulty share of 7.
00
[22:43:13] Stratum from Pool 0 requested work restart
[22:43:13] Rejected 623a5eb0 Diff 2.606/0.008 GPU 0 (low difficulty share of 1.
33
[22:43:14] Rejected 450e2ce1 Diff 3.707/0.008 GPU 0 (low difficulty share of 4.
18
[22:43:15] Shutdown signal received.
[22:43:15]
Summary of runtime statistics:
[22:43:15] Started at [2015-02-02 22:43:11]
[22:43:15] Pool: stratum+tcp://pay.suprnova.cc:4457
[22:43:15] Runtime: 0 hrs : 0 mins : 3 secs
[22:43:15] Average hashrate: 196.6 Kilohash/s
[22:43:15] Solved blocks: 0
[22:43:15] Best share difficulty: 3.707
[22:43:15] Share submissions: 3
[22:43:15] Accepted shares: 0
[22:43:15] Rejected shares: 3
[22:43:15] Accepted difficulty shares: 0
[22:43:15] Rejected difficulty shares: 0
[22:43:15] Reject ratio: 100.0%
[22:43:15] Hardware errors: 298
[22:43:15] Utility (accepted shares / min): 0.00/min
[22:43:15] Work Utility (diff1 shares solved / min): 1.41/min
[22:43:15] Stale submissions discarded due to new blocks: 0
[22:43:16] Unable to get work from server occasions: 0
[22:43:16] Work items generated locally: 11
[22:43:16] Submitting work remotely delay occasions: 0
[22:43:16] New blocks detected on network: 1
[22:43:16] Summary of per device statistics:
[22:43:16] GPU0 | (5s):10.94K (avg):196.6Kh/s | A:0 R:0 HW:298 WU
:1.406/m
[22:43:16]
[2Terminare il processo batch (S/N)?
Come mai ottengo i seguenti errori:
[22:43:10] Fatal JSON error in configuration file.
[22:43:10] Configuration file could not be used.
e
[22:43:13] Rejected eceae16b Diff 1.081/0.008 GPU 0 (low difficulty share of 7.00
?
Eccovi la mia configurazione pc:
Intel Core i5 4690
8GB RAM
shappire Tri-X R9 280x vapor-x OC
Windows 7 x64
il mio file configurazione di sgminer:
{
"pools" : [
{
"url" : "stratum+tcp://eu2.multipool.us:7777",
"user" : "yourworker.1",
"pass" : "password"
},
{
"url" : "stratum+tcp://us-west2.multipool.us:7777",
"user" : "yourworker.2",
"pass" : "password"
},
{
"url" : "stratum+tcp://us-east.multipool.us:7777",
"user" : "yourworker.3",
"pass" : "password"
},
{
"url" : "stratum+tcp://us-west.multipool.us:7777",
"user" : "yourworker.4",
"pass" : "password"
}
]
,
"intensity" : "13",
"vectors" : "1",
"worksize" : "256",
"kernel" : "x13mod",
"lookup-gap" : "2",
"thread-concurrency" : "8192",
"shaders" : "2048",
"gpu-engine" : "0-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" : "75",
"api-port" : "4028",
"expiry" : "120",
"gpu-dyninterval" : "7",
"gpu-threads" : "2",
"hotplug" : "5",
"log" : "5",
"no-pool-disable" : true,
"queue" : "1",
"scan-time" : "60",
"scrypt" : true,
"temp-hysteresis" : "3",
"shares" : "0",
"kernel-path" : "C:\Users\MyUsr\Desktop\Virtual Coins\sgminer-4.1.0-windows\kernel"
}
e il mio file batch:
setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
sgminer.exe -o stratum+tcp://pay.suprnova.cc:4457 -u User.worker -p miapass -T -I 13 -g 2 -w 256 --gpu-memclock 1500 --temp-target 76 --auto-fan
pause
N.B: Nome del worker e password sono differenti da quelli quì scritti.
I driver sono gli ultimi risalenti a Dicembre 2014, Catalyst 14.12.
Grazie mille per l'aiuto