mmm no I think I didn't set a root password, but you can try ssh into it with user/pass pi/raspberry or minera/minera
are you using the Dmaxl Cgminer fork? I'm working on it to fix the pool hashrate (I think I fixed it), can you paste me your json config? It should be useful.
Thanks
Yes, I am running the Dmaxl fork.
Thunder on a windows machine "COM1". For the X2 "chips-count" : "96", For the X3 "chips-count" : "128".
{
"url" : "stratum+tcp://stratum.suchmine.com:3333",
"user" : "username.worker",
"pass" : "password",
"api-listen" : true,
"api-port" : "4028",
"expiry" : "120",
"nocheck-golden" : true,
"chips-count" : "96",
"ltc-clk" : "328",
"log" : "5",
"no-pool-disable" : true,
"queue" : "9999",
"hotplug" : "5",
"scan-serial" : [
"COM1"
],
"scan-time" : "30",
"scrypt" : true,
"shares" : "0",
"kernel-path" : "/usr/local/bin",
"api-allow" : "W:127.0.0.1",
"api-description" : "cgminer v3.1.1-zm"
}
on the zeus RPi interface here:
https://zeusminer.com/user-manual-ver-1-0/ (some screen shots) they allow you to set "ltc-clk", and "chips-count" manually per device connected to the RPi. When I run mutliple zeus miners from a windows machine, I generally run several instances of cgminer each with it's individual JSON config. They never seem to behave properly when I run them all into a single worker. Seem's zeus RPi software has a similar setup.