You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello. I have a question. Regarding the sd card with the file in "config.json" format, can several scenarios be entered there with different WIFI addresses with the corresponding passwords? Example:
{
"SSID": "myWifiSSID1",
"WifiPW": "myWifiPassword1",
"PoolUrl": "public-pool.io",
"PoolPort": 21496,
"PoolPassword": "x",
"BtcWallet": "walletID",
"Timezone": 2,
"SaveStats": false
}
or
{
"SSID": "myWifiSSID2",
"WifiPW": "myWifiPassword2",
"PoolUrl": "public-pool.io",
"PoolPort": 21496,
"PoolPassword": "x",
"BtcWallet": "walletID",
"Timezone": 2,
"SaveStats": false
}
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello. I have a question. Regarding the sd card with the file in "config.json" format, can several scenarios be entered there with different WIFI addresses with the corresponding passwords? Example:
{
"SSID": "myWifiSSID1",
"WifiPW": "myWifiPassword1",
"PoolUrl": "public-pool.io",
"PoolPort": 21496,
"PoolPassword": "x",
"BtcWallet": "walletID",
"Timezone": 2,
"SaveStats": false
}
or
{
"SSID": "myWifiSSID2",
"WifiPW": "myWifiPassword2",
"PoolUrl": "public-pool.io",
"PoolPort": 21496,
"PoolPassword": "x",
"BtcWallet": "walletID",
"Timezone": 2,
"SaveStats": false
}
?
Beta Was this translation helpful? Give feedback.
All reactions