Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- How to setup the antmine S1 v1
- Configure laptop or PC for same subnet as whats specified on the sticker of a miner
- Go to ur browser, type in that ip(IE must use HTTP://ip)
- access is: u: root p: root (change as desired)
- For network setup:
- Go to network, select "EDIT" for the WAN interface
- Set your own static ip or select DHCP client from dropdown box and then select "switch protocol"
- Hit save & apply
- Document the new ip addres and then restart the miner(via webgui or power off/on - either is fine)
- (if static, would probably reprint a new sticker for it)
- Then, log back into the miner...
- In System tab under general settings, make sure to set the proper timezone & sync w/ browser
- Enable NTP client
- Specify a unique hostname for each miner(mine are set antminer1 & 2 etc...)
- network setup is done
- Mining setup:
- Go to the Miner Configuration page
- Enter pool 1 & 2 ( at least 2 pools, the 2nd one is for backup)
- Hit save & apply
- After 30secs or so, it will start mining. U can tell its mining by the rapid flashing of green LED's on each blade.
- Verify its mining by looking at Miner Status page
- *if you run into odd stability issues at first... just power cycle it, usually works fine after a power cycle.
- *after 5minutes of mining, look at the temps under Miner Status... hopefully they will be less than 50c =)
- *also, the processor of the little router will be @ 100% when mining..so the webgui will get noticeably less responsive for ya when it starts mining... this is normal.
- Flashing latest firmware:
- Download the entire archive(Download ZIP on right side of page) of - https://github.com/AntMiner/AntGen1
- Extract all files
- In the webgui of the antminer go to System -> Backup/Flash firmware
- Make sure "keep settings" is checked
- click "choose file" and browse to the folder in the extracted zip, under firmware labeled "antMiner_openwrt20131226.bin"
- It will take about a minute or so to flash
- May need to manually refresh browser page if not already refreshed after 2mins
- After browser page is properly refreshed, and you can log in... power cycle the miner.
- Verify its properly booted & hashing(if already configured pools etc...) via the fast blinking lights.
- ***END BASIC CONFIG***
- **START ADVANCED CONFIG***
- Log into the webgui, go to system - software
- select "update lists"
- then click the "available packages" tab
- then filter field ... type nano
- select "find package"
- Nano should be listed, then click "install"
- (if nano not listed, select the N category...should be there, if not then try update lists again)
- Next .. SSH into the miner...
- Open up putty(if on windows)
- type in the ip addy of the antminer, hit connect / ok .. whatever
- It will take a bit if its mining, it will then present the standard SHA security token, hit ok
- login to SSH is same as it is for the webgui
- Most used commands will be: /etc/rc.d/S99cgminer start ; /etc/rc.d/S99cgminer stop ; nano /etc/config/asic-freq ; nano /etc/config/cgminer
- To allow api access to the antminer type nano /etc/config/cgminer and edit the appropriate api line(it will have 127.0.0.1 in it already)
- Save the file by doing CTRL+O then ENTER
- To overclock type nano /etc/config/asic-freq
- I would recommend adding the 375mhz setting(will not be listed in the file)
- So, manually type a new set of 3 options line...
- Set to the following:
- option 'freq_value' '4e81' #375M
- option 'chip_freq' '375'
- option 'timeout' '37'
- Make sure to comment out the original 350M lines
- CTRL+O then ENTER
- to apply the above settings:
- /etc/rc.d/S99cgminer stop (wait 10-15seconds for proc to exit)
- then
- /etc/rc.d/S99cgminer start (you should see the correct starting arguments(updated clocks, api listen)
- If the above is the case, ur good to go =)
- If not then double check everything, make sure syntax is correct in those 2 edited files.
- And retry the ... stop, start
- (dont use restart for the service...it doesnt correctly reexecute)
- If you wish to set more arguments for cgminer they must be done by editing the
- /etc/rc.d/S99cgminer service file, you will see in there the PARAMS line.... add whatever parameters you want to that, like --failover-only...etc...
- **END ADVANCED CONFIG**
Advertisement
Add Comment
Please, Sign In to add comment