thanks so much for your time fuzzy as well as everyone else that contributed to this thread. i learned a lot.
btw...
these are the extra options i am running...
It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
--avalon-freq=600,--avalon-voltage=8500,--avalon-fan=50-100,--avalon-temp-target=60,--avalon-auto-tune=1
uci set wireless.@wifi-iface[0].disabled='0' # Ensure the WiFi interface is enabled
uci set wireless.@wifi-iface[0].ssid='xxxxx' # Set the SSID to 'xxxxxx'
uci set wireless.@wifi-iface[0].key='xxxxxxxxxxxx' # Set the WiFi key to 'xxxxxxxxxxxxx'
uci set wireless.@wifi-iface[0].encryption='psk2' # Set encryption to WPA2 PSK
uci set wireless.@wifi-iface[0].mode='sta' # Set the mode to station (client)
uci set wireless.@wifi-iface[0].network='wwan' # Bind the WiFi interface to the 'wwan' network
uci set network.wwan=interface # Define 'wwan' as an interface
uci set network.wwa.proto=dhcp # Set the 'wwan' interface to use DHCP
uci commit wireless # Save the wireless configuration
uci commit network # Save the network configuration
/etc/init.d/network restart # Restart the network service to apply changes
wifi # Restart the WiFi to apply the new settings
uci set network.wwan.ipaddr='10.3.0.9' # Set the static IP address
uci set network.wwan.netmask='255.255.255.0' # Set the netmask
uci set network.wwan.gateway='10.3.0.1' # Adjust to your network's gateway
uci set network.wwan.dns='208.67.222.222 208.67.220.220' # Set DNS servers to OpenDNS
uci set network.wwan.broadcast='10.3.0.255' # Set the broadcast address
uci set network.wwa[Suspicious link removed]oto='static' # Set the interface to static protocol
uci commit network # Commit the network changes
/etc/init.d/network restart # Restart the network to apply changes
# Basic Pool Configuration
uci set cgminer.default.pool1url='stratum+tcp://stratum.braiins.com:3333' # Set the URL for the first mining pool
uci set cgminer.default.pool1user='deusopus.worker100' # Set the username for the first mining pool
uci set cgminer.default.pool1pw='1234' # Set the password for the first mining pool
# Avalon 821 Specific Settings
uci set cgminer.default.avalon_freq='600' # Set frequency to 600 MHz, as recommended
uci set cgminer.default.avalon_voltage='6500' # Set voltage to 6500 mV, proceed with caution
# Power Mode Settings
uci set cgminer.default.power_mode='high' # Set power mode to high for maximum output
# Fan and Temperature Settings
uci set cgminer.default.avalon_temp_target='70' # Target temperature set to 70°C
uci set cgminer.default.avalon_fan_speed='80' # Fan speed set to 80%
# API Settings for Local Monitoring
uci set cgminer.default.api_allow='W:127.0.0.1' # Allow local API access
uci set cgminer.default.api_listen='1' # Enable API listening
uci set cgminer.default.api_port='4028' # Set API port to 4028
# Other Settings
uci set cgminer.default.more_options='--avalon-freq=600,--avalon-voltage=8500,--avalon-fan=50-100,--avalon-temp-target=60,--avalon-auto-tune=1' # Additional command line options
uci set cgminer.default.ntp_enable='disable' # Disable NTP time synchronization
# Save and apply changes
uci commit cgminer