Since I bought it used, is there anyway to figure out which batch my KNC Jupiter was built in? Doesn't say November or October anywhere on the boards.
silver vrms oct
black sqaure with yeller sticker nov
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.
7 OFF FAULT 4 11.7 V 0.826 V 23 A (19 W)
7 OFF FAULT 4 11.7 V 0.826 V 23 A (19 W)
7 OFF FAULT 4 11.7 V 0.826 V 23 A (19 W)
7 OFF FAULT 4 11.7 V 0.826 V 23 A (19 W)
api-cgminer
api-cgminer | grep MHS
api-cgminer | grep av
# get rid of the long line at the top
api-cgminer | grep -v Reply | grep av
# slightly different output adds cgminer elapsed time in seconds
api-cgminer devs
# some different info
api-cgminer estats
api-cgminer estats | grep -v Reply | grep coremap | sed s/..................../\&\\n/ | sed s/..................../\&\\n/g
# view LM75(PCB) temp and VRM info
waas -g all-asic-info
# just specific details
waas -g all-asic-info | grep I
waas -g all-asic-info | grep T
waas -g all-asic-info | grep V
waas -g all-asic-info | grep F
waas -g all-asic-info | grep tem
# Add ASIC# to specific details
waas -g all-asic-info | grep -e I -e asic
waas -g all-asic-info | grep -e T -e asic
waas -g all-asic-info | grep -e F -e asic
# if you noticed the 'estats' above did not finish last 4 die
# you can kinda hunt for sleepers on 5th ASIC (crude method)
# very subjective
asic info 5 0
asic info 5 1
asic info 5 2
asic info 5 3
# just the core displayed 18 rows of 20 core
asic info 5 0 | grep Want | sed s/"Want work: "// | sed s/..................../\&\\n/g
# It's that or 9 rows of 40 IMneverHO
# add 20 more dots to the line of dots above for 9x40
asic info 5 0 | grep Want | sed s/"Want work: "// | sed s/......................................../\&\\n/g
# with the above 'asic' commands run it, wait a few seconds, hit the up arrow and enter to run it again
# You can see the asterisks march along for working core
# if you have some that never move they might be sleepers
# I think if it is repeated too often it might slightly impact thruput to that die till cgminer catches up