Hey Ninja,
Since by now you are an S1 super pro ninja expert I was hoping for some advice. I have 2 S1s en route and was wondering if you have any tips for me. I'm going to be putting them in the basement where it's about 65 degrees (for now anyway). I was planning on strapping an extra fan on each of them to make a real wind tunnul out of them and I was going to connect them with wifi. Any thoughts on OCing them or just any other tips/tricks you have picked up along the way?
Do you have cable tv in your basement or a line that runs through your basement that you can splice into? Use these.
http://www.amazon.com/Actiontec-Ethernet-Adapter-Service-ECB2500CK01/dp/B008EQ4BQG/ref=lh_ni_t?ie=UTF8&psc=1&smid=ATVPDKIKX0DERThe latency of moca vs ethernet is negligible unlike wifi. Else, you'll need a bridge. And depending on where your wireless router is located, you may need a repeater.
Overclocking is easy. Here's a quick guide.
1. Download this
http://portableapps.com/apps/internet/putty_portable2. Use it to SSH into your antminer and login root root.
3. Copy and paste these lines:
cp /etc/config/asic-freq /etc/config/asic-freqOC [hit enter] Make the overclock file
mv /etc/config/asic-freq /etc/config/asic-freqORIG [hit enter] Backup the original
ln -fs /etc/config/asic-freqOC /etc/config/asic-freq [hit enter] link in the oc file
ls -lrt [hit enter] verify that the link was created. You should see asic-freq -> asic-freqOC
vim /etc/config/asic-freq [hit enter] edit the oc file
4. While in vim, use the arrow keys and navigate to the 3 lines for 400M. Delete the # at the front of each line using the delete key.
5. Type the letter i. You are now in insert mode. Use the arrow keys to navigate to the 3 lines for 350M. Add # at the front of each line.
6. Hit the esc button. You are now out of insert mode.
7. Type
:
You'll see an : at the bottom. Type
:wq [hit enter] this is write and quit.
8. Now verify your changes.
cat /etc/config/asic-freq [hit enter] 400M should be uncommented and 350M commented out.
9. Type
reboot [hit enter]
After it reboots, login and verify the status.
If your ant doesn't overclock well or you just want to change back to stock, SSH in, copy and paste:
ln -fs /etc/config/asic-freqORIG /etc/config/asic-freq [hit enter] links in the Original config file
ls -lrt [hit enter] verify that the link changed. You should see asic-freq -> asic-freqORIG
reboot [hit enter]
Verify the status.