author=aarons6 link=topic=1260863.msg15722784#msg15722784 date=1469595763]
im installing it now.. im guessing when i run it i connect the s7 to RPI-IP:3333 instead of mine.zpool.ca:3333?
Yup, you got it.
{
"logDirectory" : "",
"logLevel" : "INFO",
"stratumListenPort" : 3333,
"stratumListenAddress" : "0.0.0.0",
"getworkListenPort" : 8332,
"getworkListenAddress" : "0.0.0.0",
"apiListenPort" : 8888,
"apiListenAddress" : "0.0.0.0",
"poolConnectionRetryDelay" : 15,
"poolReconnectStabilityPeriod" : 30,
"poolNoNotifyTimeout" : 120,
"poolSwitchingStrategy": "priorityFailover",
"rejectReconnectOnDifferentHost" : false,
"poolHashrateSamplingPeriod" : 300,
"userHashrateSamplingPeriod" : 300,
"connectionHashrateSamplingPeriod" : 300,
"isScrypt" : false,
"databaseDirectory": "",
"hashrateDatabaseSamplingPeriod": 300,
"hashrateDatabaseHistoryDepth": 7,
"noMidstate": true,
"pools" :
[
{
"name" : "Zpool",
"host" : "mine.zpool.ca:3333",
"user" : "----------.--------",
"password" : "x",
"enableExtranonceSubscribe" : false,
"appendWorkerNames" : false,
"workerNameSeparator" : "."
}
]
Just a sample setup for you, if it's lagging on the RPI when you port in, try increasing the sampling periods and reducing history depth.