Bitcoin Forum
May 08, 2024, 02:00:36 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2  All
  Print  
Author Topic: ASICMiner Tube Owners Thread  (Read 9199 times)
WBF1 (OP)
Sr. Member
****
Offline Offline

Activity: 419
Merit: 250


View Profile
September 03, 2014, 09:20:07 PM
Last edit: September 04, 2014, 02:30:46 PM by WBF1
 #1

I'm starting this as a resource for ASICMiner Tube owners. There are currently 2-4 threads spread around the forums with various info that will be useful to have all in one place. Please post additional info here and I will try to keep the OP updated.

Note, this is entirely unofficial. I would love for someone to "officially" weigh in on these topics (Friedcat? PhaseBird?).

Anywhere you see a "Huh" I'd love to have some input from other users.


Getting started

Note: see the useful links section for some setup pictures and videos.

Default IP of controller = 192.168.0.254

You can change the IP from the Settings page (see below), but you'll need to configure your computer/tablet/phone to be on the 192.168.0.xxx subnet initially (or configure your router's subnet mask to include the 192.168.0.xxx range).

On first boot, you should open the controller page in a broswer at http://192.168.0.254:8000 and check the "Test Status" page to make sure the right number of boards is showing up. If it is correct, go to http://192.168.0.254:8000/FlashMega to flash the boards to the latest firmware.


Pool Compatibility

Works out of the box with:

- ghash.io
- Slush's pool (mining.bitcoin.cz)
- Bitcoin Affiliate Network (mining.bitcoinaffiliatenetwork.com)
- mmpool.org
- BTC Guild (using stratum-lb-usa48.btcguild.com:3333 to connect)

Other pools may need to use a proxy.


Using BFGMiner as a proxy (Windows, Linux, Raspberry Pi, OpenWRT)

run BFGMiner with these options: -o <real pool url> -u <real pool username> -p <real pool password> --stratum-port 3333 --set-device PXY:diff=850

While BFGMiner is running, point the tube to the IP address of the machine BFGMiners is running on. Username and password don't matter.

Full instructions here: https://bitcointalk.org/index.php?topic=735728.msg8310763#msg8310763

Note: sometimes there is a problem with bfgminer where it reports an error with bufferevent and the controller will lock up and/or reset. When this happens, it seems the only solution is to power down and power back up your whole rig.

Note2: sometimes bfgminer starts kicking back tons of duplicaates causing a high reject rate. I cannot find a pattern to this.


Using ckpool as a proxy

Download, compile, and run ckpool from https://bitbucket.org/ckolivas/ckpool and run in proxy mode.

Using slush gekko proxy

Try out the code here: http://www.gekkoscience.com/misc/slush_gekko.tar

(documentation included in archive)


Interface

Test Status

For each healthy board you will see this:

Code:
Board xx: |OOO|OOO|OOO|OOO|OOO|OOO|OOO|OOO| - V:x.xx

Where "Board xx" is the unique board number and "V:x.xx" designates the firmware version of the board. If you have fewer status lines on this page than connected boards (4 boards per tube unit) then you have a bad board. If any of your boards doesnt show up as the above, but instead the "O" is replaced by a "-" or "." then you have bad chips on a board.

Statistics

For each running board you will see a line like this:

Code:
Board 01: Prf:180.41GHs, ExP:207.36GHs, Uti:2520.32, Efi:087.00%, HWe:000.00%, PwrDn:00

Prf = hashrate of board
ExP = expected hashrate of board
Uti = Shares per minute
Efi = Efficiency = Prf/ExP
HWe = Hardware error rate (Currently there seems to be a bug where HWe is periodically, incorrectly reported at 100%)
PwrDn = number of chips on this board that are dead (equal to number of "." characters for that board on the Test Status page)

Below the lines explained above, there is a row of buttons. In the middle of the buttons is the current clock speed of the miners. It looks like this:

Code:
[ReSession] [Force LP] [Clock Up] Clock:270MHz [Clock Down] [Wake Up] [ReClock]

ReSession = restart current mining session
ForceLP = Force Long Poll - Force the board to accept a new job
Clock Up = increase clock speed of mining boards by 10 MHz
Clock Down = decrease clock speed of mining boards by 10 MHz
Wake Up = (I think this just refreshes the page, but I'm not sure)
ReClock = Adjust time difference between local and pool

You will also see lines below that give a sumary of performance for the entire unit, which is however many boards you have chained together. It looks like this:

Code:
Accepted:5.2545e+08, Rejected:0.0000e+00, Hardware errors:0.03%, PwrDn:0
Real performance:1202.42GHs, Expected performance:1244.16GHs, Utility:16797.47
Miner:96.65%, Network diff:2.7429e+10, Worker diff:1313.44, Real_LP:3
Running time: 0d:00h:23m:54s, Session time: 0d:00h:23m:49s, RS:0, RC:0
Sha/m:4430, Subm/m:13 Jobs/m:147, Nonce/m:253, Cmd/s:7819, Ans/s:7819

Accepted = total number of accepted shares
Rejected = total number of rejected shares
Hardware errors = (you guessed it) total % hardware errors
PwrDn = total number of chips that are dead
Real performance = total hashrate
Expected performance = total expected hashrate
Utility = total utility (not sure how calculated)
Miner = total efficiency
Network diff = total network difficulty
Worker diff = worker difficulty
Real_LP = number of real Long Poll events Huh
Running time = uptime
Session time = total time in current session (I think time since starting hashing at current pool and connection... can anyone confirm?)
RS = number of resyncs on the data cable (errors on the data cable)
RC = number of reconnects to the pool
Sha/m = (I think shares per minute???)
Subm/m = (I think submissions per minute???)
Jobs/m = (I think jobs per minute???)
Nonce/m = (nonce per minute???)
Cmd/s = Huh (related to communication between controller and boards)
Ans/s = Huh (related to communication between controller and boards)


Settings

Settings is broken into 3 sections: LAN (network settings of the miner), Stratum (pool settings), and ASIC (settings for the device itself).

LAN Section

IP = IP address of miner
Mask = subnet mask of network miner is attached to
Gateway = gateway of network miner is attached to
WEB Port = port for accessing web interface
System port = Huh
Primary/Secondary DNS = DNS servers for miner to use

Stratum Section

Pool URL = URL of mining pool to connect to (format like pool.server.com -- do not include "stratum+tcp://" or the port)
Pool port = port to connect to on the mining pool
User name = mining pool user name / worker name
Password = password for the mining pool user / worker

ASIC Section

Clock[Mhz] = starting clock speed of the boards (this can be adjusted dynamically from the Statistics page
RollNtime[ s] = How many seconds the board should change on nTime ( bigger means less communications to controller, default value should be OK)
WakeUp period[ s] = Huh
Normal/Smart[0/1] = Huh (all I can tell is that the firmware version on Test Status page shows difference, but no apparent impact to hash rate


Useful Links

- Setup guide (not english): http://www.iasicminer.com/index.php/action-viewnews-itemid-51
- HW assembly and SW setup guide: http://youtu.be/zEL5EKWwBx0


To-Do/Welcome Contributions

These are some things I think it would be useful to have included here but I haven't had time to put together myself. If you want to write them, I will include them. Or if they are present somewhere I can easily link to, please post a link.

- Prf and ExP of boards at different clock speeds along with power consumption at those speeds (so we can identify the most efficient clock speed to run at)
- More info on pools that work "out of the box"
- Information on anything above marked with Huh, especially the ASIC settings (what do these things do?!)
- More complete guides for bfgminer and ckpool proxy
- Actual screenshots of all of the above
- Assembly instructions
1715133636
Hero Member
*
Offline Offline

Posts: 1715133636

View Profile Personal Message (Offline)

Ignore
1715133636
Reply with quote  #2

1715133636
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715133636
Hero Member
*
Offline Offline

Posts: 1715133636

View Profile Personal Message (Offline)

Ignore
1715133636
Reply with quote  #2

1715133636
Report to moderator
1715133636
Hero Member
*
Offline Offline

Posts: 1715133636

View Profile Personal Message (Offline)

Ignore
1715133636
Reply with quote  #2

1715133636
Report to moderator
davecoin
Hero Member
*****
Offline Offline

Activity: 816
Merit: 1000


View Profile
September 03, 2014, 09:30:40 PM
 #2

I found this site useful during assembly of my tube:
http://www.iasicminer.com/index.php/action-viewnews-itemid-51
daddyfatsax
Hero Member
*****
Offline Offline

Activity: 857
Merit: 1000


Anger is a gift.


View Profile
September 03, 2014, 09:33:19 PM
 #3

BTC Guild does work using stratum-lb-usa48.btcguild.com:3333 for the server.
dogie
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
September 03, 2014, 10:12:33 PM
 #4

I'll be running the official (yes official) ASICMiner Tube thread, it will be up tomorrow.

Franktank
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500



View Profile
September 03, 2014, 10:20:27 PM
 #5

I'll be running the official (yes official) ASICMiner Tube thread, it will be up tomorrow.

Miner Tested, Friedcat Approved?
Swimmer63
Legendary
*
Offline Offline

Activity: 1593
Merit: 1004



View Profile
September 03, 2014, 10:53:56 PM
 #6

I'll be running the official (yes official) ASICMiner Tube thread, it will be up tomorrow.

Miner Tested, Friedcat Approved?
Friedcat design and build.
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1848

Curmudgeonly hardware guy


View Profile
September 03, 2014, 11:06:57 PM
 #7

Miner tested doesn't mean jack if it's not also miner approved.

Unless I screwed something up, running the mining_proxy.py in www.gekkoscience.com/misc/slush_gekko.tar should fix stratum packets to work on other slush-based pools. I've been running it for ozcoin connection for three hosting customers since Saturday or so.

We're still working on what it'd take to make them properly compatible with brickpools.

We also are gonna look into the board-level protocol (as these are based on an open-source design, there might be good enough reference code) and see if we can't fork cgminer to talk to them in a way that doesn't suck, using a Pi or something else decent embedded linux. Just throwing that out there. Might be nothing happens, but we're looking into it.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
dogie
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
September 03, 2014, 11:22:34 PM
 #8

I'll be running the official (yes official) ASICMiner Tube thread, it will be up tomorrow.

Miner Tested, Friedcat Approved?

Friedcat commissioned, yes.

Blazed
Casascius Addict
Legendary
*
Offline Offline

Activity: 2128
Merit: 1119



View Profile WWW
September 03, 2014, 11:39:06 PM
 #9

I think we need a whole lot more than a thread for these...hopefully some quality control checks and a decent controller.  Dogie will you be in charge of taking requests and getting answers?
philipma1957
Legendary
*
Online Online

Activity: 4116
Merit: 7862


'The right to privacy matters'


View Profile WWW
September 03, 2014, 11:48:40 PM
 #10

I think we need a whole lot more than a thread for these...hopefully some quality control checks and a decent controller.  Dogie will you be in charge of taking requests and getting answers?


Well I got these fans today.
http://www.amazon.com/gp/product/B00A460TK6/ref=oh_aui_detailpage_o00_s00?ie=UTF8&psc=1
I will test them tonight. These fans may cut noise down a lot.
I would really like the controllers to allow  2 pool auto switching. Much Like the s-1's or s-3's have the 3 pool auto switching feature.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
WBF1 (OP)
Sr. Member
****
Offline Offline

Activity: 419
Merit: 250


View Profile
September 04, 2014, 12:13:52 AM
 #11

I'll be running the official (yes official) ASICMiner Tube thread, it will be up tomorrow.

Miner Tested, Friedcat Approved?

Friedcat commissioned, yes.

Maybe we can merge the threads? Or you can just contribute here? No need to spread the info around even more. I just wanted to put it all in one place so owners don't have to go searching multiple threads.
dogie
Legendary
*
Offline Offline

Activity: 1666
Merit: 1183


dogiecoin.com


View Profile WWW
September 04, 2014, 12:19:04 AM
 #12

I think we need a whole lot more than a thread for these...hopefully some quality control checks and a decent controller.  Dogie will you be in charge of taking requests and getting answers?

tldr, yes.

Maybe we can merge the threads? Or you can just contribute here? No need to spread the info around even more. I just wanted to put it all in one place so owners don't have to go searching multiple threads.

You might as well lock this one as it will become obsolete. Mine will have ALL information in it, there will be no searching around. Pictures are ready now, took ages to process them because there are so many and they're all silver on white so have to be processed manually, will get everything else done tomorrow.

WBF1 (OP)
Sr. Member
****
Offline Offline

Activity: 419
Merit: 250


View Profile
September 04, 2014, 12:25:12 AM
 #13

I think we need a whole lot more than a thread for these...hopefully some quality control checks and a decent controller.  Dogie will you be in charge of taking requests and getting answers?

tldr, yes.

Maybe we can merge the threads? Or you can just contribute here? No need to spread the info around even more. I just wanted to put it all in one place so owners don't have to go searching multiple threads.

You might as well lock this one as it will become obsolete. Mine will have ALL information in it, there will be no searching around. Pictures are ready now, took ages to process them because there are so many and they're all silver on white so have to be processed manually, will get everything else done tomorrow.

Well, I look forward to it.
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
September 04, 2014, 03:39:26 AM
 #14

I will hold off on my review then it was going to be published in a few hours.


I'll be running the official (yes official) ASICMiner Tube thread, it will be up tomorrow.

bolehvpn
Full Member
***
Offline Offline

Activity: 136
Merit: 100


View Profile WWW
September 04, 2014, 03:53:19 AM
 #15

Take a look here for youtube guide on how to assemble including some quirks with the setup:

http://youtu.be/zEL5EKWwBx0

BolehVPN [Offshore, no log VPN|Accepts BTC, DASH and XEM]
yslyung
Legendary
*
Offline Offline

Activity: 1500
Merit: 1002


Mine Mine Mine


View Profile
September 04, 2014, 04:21:27 AM
 #16

Suggested/recommended psu? 10 psu is needed for a moq set. It's going to be a wire jungle ! Can the dps2000w support 2 miners 24x7 ? Looks like a little to close to psu max output. For stock settings i think 1 only 1 pcie needs to be connected and 2 if oc? Not too sure myself so owners please confirm.
ManeBjorn
Legendary
*
Offline Offline

Activity: 1288
Merit: 1004



View Profile
September 04, 2014, 05:21:19 AM
 #17

I use EVGA 1300 Watt Supernova PSUs for them.
http://www.newegg.com/Product/Product.aspx?Item=N82E16817438011

Suggested/recommended psu? 10 psu is needed for a moq set. It's going to be a wire jungle ! Can the dps2000w support 2 miners 24x7 ? Looks like a little to close to psu max output. For stock settings i think 1 only 1 pcie needs to be connected and 2 if oc? Not too sure myself so owners please confirm.

bbxx
Hero Member
*****
Offline Offline

Activity: 728
Merit: 500


cryptoshark


View Profile WWW
September 04, 2014, 06:31:18 AM
 #18

Suggested/recommended psu? 10 psu is needed for a moq set. It's going to be a wire jungle ! Can the dps2000w support 2 miners 24x7 ? Looks like a little to close to psu max output. For stock settings i think 1 only 1 pcie needs to be connected and 2 if oc? Not too sure myself so owners please confirm.

I am using xfx550 80+ bronze as pair per miner.



https://bitcointalk.org/index.php?topic=750363.0 more pictures
No issues Smiley.

Bought them cheap, like 40$ each.

naituida
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
September 04, 2014, 07:36:43 AM
 #19

Utility = Shares per minute ( Utility*4.29/60 = Prf  Grin )
PwrDn = Power Down ( Chip with "." status )

ForceLP(Long Poll) = Force the board to accept a new job ( the board is doing nTime rolling by itself )
ReClock = Adjust time difference between local and pool
These two buttons are better removed... no one actually need them.


Real_LP = Guess should be the actual forced LP, but the number seems too small here...
RS = ReSync ( indicates errors on data cable)
RC = ReConnect ( reconnect to the pool )
Cmd/s and Ans/s are both looks like stats for the communications between boards and controller

RollNtime[ s] = How many seconds the board should change on nTime ( bigger means less communications to controller, default value should be OK)
WakeUp period[ s] = Huh
Normal/Smart[0/1] = Firmware version would change, but I can't see any difference in hash rate

Beastlymac
Hero Member
*****
Offline Offline

Activity: 630
Merit: 501


Miner Setup And Reviews. WASP Rep.


View Profile
September 04, 2014, 07:58:11 AM
 #20

Take a look here for youtube guide on how to assemble including some quirks with the setup:

http://youtu.be/zEL5EKWwBx0

Great insightful video thank you for taking the time to record it.

Message me if you have any problems
Pages: [1] 2  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!