Search content
Sort by

Showing 10 of 10 results by dustsam15
Post
Topic
Board Mining (Altcoins)
Re:
by
dustsam15
on 09/09/2021, 08:34:16 UTC
Please add an option
sending to the com port of the current hash rate in megahashes
(current hash rate in megahashes divided by 10)
preferably one byte .. (0-255)
COM port number to be set in the configuration
I want to make my supervisor on a microcontroller
stm or avr
this option would simplify the task
Post
Topic
Board Mining support
Re: S9 hashing keeps going to zero
by
dustsam15
on 07/05/2018, 16:50:41 UTC
Thanks tim-bc

I'm not sure how much to include of the log, but here is what was in there.  I noticed it was referencing some failure messages at the bottom.  I'm noticing if the chip temps stay in the 70's it is running fine, but if they get in the low 80's muchl the machine stops hashing.  I've read of people hashing well into the 90's and some say they have run over 100 in the summertime.  It seems like it's a temp issue, or at least the temp is causing it, but I don't think it should be shutting down yet.

Thanks for the help.

Code:
[    0.000000] Booting Linux on physical CPU 0x0
[    0.000000] Linux version 3.14.0-xilinx-ge8a2f71-dirty (lzq@armdev2) (gcc version 4.8.3 20140320 (prerelease) (Sourcery CodeBench Lite 2014.05-23) ) #82 SMP PREEMPT Tue May 16 19:49:53 CST 2017
[    0.000000] CPU: ARMv7 Processor [413fc090] revision 0 (ARMv7), cr=18c5387d
[    0.000000] CPU: PIPT / VIPT nonaliasing data cache, VIPT aliasing instruction cache
[    0.000000] Machine model: Xilinx Zynq
[    0.000000] cma: CMA: reserved 128 MiB at 16800000
[    0.000000] Memory policy: Data cache writealloc
[    0.000000] On node 0 totalpages: 126976
[    0.000000] free_area_init_node: node 0, pgdat c0740a40, node_mem_map debd8000
[    0.000000]   Normal zone: 992 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 126976 pages, LIFO batch:31
[    0.000000] PERCPU: Embedded 8 pages/cpu @debc1000 s9088 r8192 d15488 u32768
[    0.000000] pcpu-alloc: s9088 r8192 d15488 u32768 alloc=8*4096
[    0.000000] pcpu-alloc: [0] 0 [0] 1
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 125984
[    0.000000] Kernel command line: noinitrd mem=496M console=ttyPS0,115200 root=ubi0:rootfs ubi.mtd=1 rootfstype=ubifs rw rootwait
[    0.000000] PID hash table entries: 2048 (order: 1, 8192 bytes)
[    0.000000] Dentry cache hash table entries: 65536 (order: 6, 262144 bytes)
[    0.000000] Inode-cache hash table entries: 32768 (order: 5, 131072 bytes)
[    0.000000] Memory: 364356K/507904K available (5032K kernel code, 283K rwdata, 1916K rodata, 204K init, 258K bss, 143548K reserved, 0K highmem)
[    0.000000] Virtual kernel memory layout:
[    0.000000]     vector  : 0xffff0000 - 0xffff1000   (   4 kB)
[    0.000000]     fixmap  : 0xfff00000 - 0xfffe0000   ( 896 kB)
[    0.000000]     vmalloc : 0xdf800000 - 0xff000000   ( 504 MB)
[    0.000000]     lowmem  : 0xc0000000 - 0xdf000000   ( 496 MB)
[    0.000000]     pkmap   : 0xbfe00000 - 0xc0000000   (   2 MB)
[    0.000000]     modules : 0xbf000000 - 0xbfe00000   (  14 MB)
[    0.000000]       .text : 0xc0008000 - 0xc06d1374   (6949 kB)
[    0.000000]       .init : 0xc06d2000 - 0xc0705380   ( 205 kB)
[    0.000000]       .data : 0xc0706000 - 0xc074cf78   ( 284 kB)
[    0.000000]        .bss : 0xc074cf84 - 0xc078d9fc   ( 259 kB)
[    0.000000] Preemptible hierarchical RCU implementation.
[    0.000000] Dump stacks of tasks blocking RCU-preempt GP.
[    0.000000] RCU restricting CPUs from NR_CPUS=4 to nr_cpu_ids=2.
[    0.000000] RCU: Adjusting geometry for rcu_fanout_leaf=16, nr_cpu_ids=2
[    0.000000] NR_IRQS:16 nr_irqs:16 16
[    0.000000] ps7-slcr mapped to df802000
[    0.000000] zynq_clock_init: clkc starts at df802100
[    0.000000] Zynq clock init
[    0.000015] sched_clock: 64 bits at 333MHz, resolution 3ns, wraps every 3298534883328ns
[    0.000311] ps7-ttc #0 at df804000, irq=43
[    0.000622] Console: colour dummy device 80x30
[    0.000654] Calibrating delay loop... 1325.46 BogoMIPS (lpj=6627328)
[    0.040212] pid_max: default: 32768 minimum: 301
[    0.040430] Mount-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.040451] Mountpoint-cache hash table entries: 1024 (order: 0, 4096 bytes)
[    0.042619] CPU: Testing write buffer coherency: ok
[    0.042966] CPU0: thread -1, cpu 0, socket 0, mpidr 80000000
[    0.043026] Setting up static identity map for 0x4c4b00 - 0x4c4b58
[    0.043253] L310 cache controller enabled
[    0.043273] l2x0: 8 ways, CACHE_ID 0x410000c8, AUX_CTRL 0x72760000, Cache size: 512 kB
[    0.121042] CPU1: Booted secondary processor
[    0.210228] CPU1: thread -1, cpu 1, socket 0, mpidr 80000001
[    0.210360] Brought up 2 CPUs
[    0.210379] SMP: Total of 2 processors activated.
[    0.210387] CPU: All CPU(s) started in SVC mode.
[    0.211057] devtmpfs: initialized
[    0.213477] VFP support v0.3: implementor 41 architecture 3 part 30 variant 9 rev 4
[    0.214735] regulator-dummy: no parameters
[    0.223724] NET: Registered protocol family 16
[    0.226043] DMA: preallocated 256 KiB pool for atomic coherent allocations
[    0.228370] cpuidle: using governor ladder
[    0.228384] cpuidle: using governor menu
[    0.235897] syscon f8000000.ps7-slcr: regmap [mem 0xf8000000-0xf8000fff] registered
[    0.237435] hw-breakpoint: found 5 (+1 reserved) breakpoint and 1 watchpoint registers.
[    0.237449] hw-breakpoint: maximum watchpoint size is 4 bytes.
[    0.237571] zynq-ocm f800c000.ps7-ocmc: ZYNQ OCM pool: 256 KiB @ 0xdf880000
[    0.259651] bio: create slab at 0
[    0.261473] vgaarb: loaded
[    0.262212] SCSI subsystem initialized
[    0.263125] usbcore: registered new interface driver usbfs
[    0.263307] usbcore: registered new interface driver hub
[    0.263540] usbcore: registered new device driver usb
[    0.264067] media: Linux media interface: v0.10
[    0.264238] Linux video capture interface: v2.00
[    0.264485] pps_core: LinuxPPS API ver. 1 registered
[    0.264496] pps_core: Software ver. 5.3.6 - Copyright 2005-2007 Rodolfo Giometti
[    0.264619] PTP clock support registered
[    0.264984] EDAC MC: Ver: 3.0.0
[    0.266055] Advanced Linux Sound Architecture Driver Initialized.
[    0.269043] DMA-API: preallocated 4096 debug entries
[    0.269058] DMA-API: debugging enabled by kernel config
[    0.269145] Switched to clocksource arm_global_timer
[    0.290765] NET: Registered protocol family 2
[    0.291447] TCP established hash table entries: 4096 (order: 2, 16384 bytes)
[    0.291504] TCP bind hash table entries: 4096 (order: 3, 32768 bytes)
[    0.291590] TCP: Hash tables configured (established 4096 bind 4096)
[    0.291640] TCP: reno registered
[    0.291658] UDP hash table entries: 256 (order: 1, 8192 bytes)
[    0.291693] UDP-Lite hash table entries: 256 (order: 1, 8192 bytes)
[    0.291938] NET: Registered protocol family 1
[    0.292312] RPC: Registered named UNIX socket transport module.
[    0.292324] RPC: Registered udp transport module.
[    0.292333] RPC: Registered tcp transport module.
[    0.292341] RPC: Registered tcp NFSv4.1 backchannel transport module.
[    0.292355] PCI: CLS 0 bytes, default 64
[    0.292825] hw perfevents: enabled with ARMv7 Cortex-A9 PMU driver, 7 counters available
[    0.294917] futex hash table entries: 512 (order: 3, 32768 bytes)
[    0.297111] jffs2: version 2.2. (NAND) © 2001-2006 Red Hat, Inc.
[    0.297314] msgmni has been set to 967
[    0.298127] io scheduler noop registered
[    0.298139] io scheduler deadline registered
[    0.298182] io scheduler cfq registered (default)
[    0.312680] dma-pl330 f8003000.ps7-dma: Loaded driver for PL330 DMAC-2364208
[    0.312701] dma-pl330 f8003000.ps7-dma: DBUFF-128x8bytes Num_Chans-8 Num_Peri-4 Num_Events-16
[    0.437481] e0001000.serial: ttyPS0 at MMIO 0xe0001000 (irq = 82, base_baud = 3124999) is a xuartps
[    1.004923] console [ttyPS0] enabled
[    1.009285] xdevcfg f8007000.ps7-dev-cfg: ioremap 0xf8007000 to df866000
[    1.016920] [drm] Initialized drm 1.1.0 20060810
[    1.033954] brd: module loaded
[    1.043469] loop: module loaded
[    1.053092] e1000e: Intel(R) PRO/1000 Network Driver - 2.3.2-k
[    1.058842] e1000e: Copyright(c) 1999 - 2013 Intel Corporation.
[    1.066826] libphy: XEMACPS mii bus: probed
[    1.071449] ------------- phy_id = 0x3625e62
[    1.076210] xemacps e000b000.ps7-ethernet: pdev->id -1, baseaddr 0xe000b000, irq 54
[    1.084944] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    1.091614] ehci-pci: EHCI PCI platform driver
[    1.098839] zynq-dr e0002000.ps7-usb: Unable to init USB phy, missing?
[    1.105666] usbcore: registered new interface driver usb-storage
[    1.112568] mousedev: PS/2 mouse device common for all mice
[    1.118691] i2c /dev entries driver
[    1.125667] zynq-edac f8006000.ps7-ddrc: ecc not enabled
[    1.131208] cpufreq_cpu0: failed to get cpu0 regulator: -19
[    1.137088] Xilinx Zynq CpuIdle Driver started
[    1.142003] sdhci: Secure Digital Host Controller Interface driver
[    1.148098] sdhci: Copyright(c) Pierre Ossman
[    1.152462] sdhci-pltfm: SDHCI platform and OF driver helper
[    1.159321] mmc0: no vqmmc regulator found
[    1.163336] mmc0: no vmmc regulator found
[    1.199194] mmc0: SDHCI controller on e0100000.ps7-sdio [e0100000.ps7-sdio] using ADMA
[    1.207921] usbcore: registered new interface driver usbhid
[    1.213425] usbhid: USB HID core driver
[    1.218160] nand: device found, Manufacturer ID: 0x2c, Chip ID: 0xda
[    1.224463] nand: Micron MT29F2G08ABAEAWP
[    1.228426] nand: 256MiB, SLC, page size: 2048, OOB size: 64
[    1.234364] Bad block table found at page 131008, version 0x01
[    1.240585] Bad block table found at page 130944, version 0x01
[    1.246639] 3 ofpart partitions found on MTD device pl353-nand
[    1.252417] Creating 3 MTD partitions on "pl353-nand":
[    1.257513] 0x000000000000-0x000002000000 : "BOOT.bin-env-dts-kernel"
[    1.265596] 0x000002000000-0x00000b000000 : "angstram-rootfs"
[    1.272933] 0x00000b000000-0x000010000000 : "upgrade-rootfs"
[    1.281922] TCP: cubic registered
[    1.285160] NET: Registered protocol family 17
[    1.289889] Registering SWP/SWPB emulation handler
[    1.295827] regulator-dummy: disabling
[    1.300220] UBI: attaching mtd1 to ubi0
[    1.829298] UBI: scanning is finished
[    1.841044] UBI: attached mtd1 (name "angstram-rootfs", size 144 MiB) to ubi0
[    1.848100] UBI: PEB size: 131072 bytes (128 KiB), LEB size: 126976 bytes
[    1.854896] UBI: min./max. I/O unit sizes: 2048/2048, sub-page size 2048
[    1.861573] UBI: VID header offset: 2048 (aligned 2048), data offset: 4096
[    1.868410] UBI: good PEBs: 1152, bad PEBs: 0, corrupted PEBs: 0
[    1.874420] UBI: user volume: 1, internal volumes: 1, max. volumes count: 128
[    1.881531] UBI: max/mean erase counter: 21/13, WL threshold: 4096, image sequence number: 1283732989
[    1.890735] UBI: available PEBs: 0, total reserved PEBs: 1152, PEBs reserved for bad PEB handling: 40
[    1.899952] UBI: background thread "ubi_bgt0d" started, PID 1080
[    1.899957] drivers/rtc/hctosys.c: unable to open rtc device (rtc0)
[    1.903972] ALSA device list:
[    1.903976]   No soundcards found.
[    1.920402] UBIFS: background thread "ubifs_bgt0_0" started, PID 1082
[    1.980162] UBIFS: mounted UBI device 0, volume 0, name "rootfs"
[    1.986086] UBIFS: LEB size: 126976 bytes (124 KiB), min./max. I/O unit sizes: 2048 bytes/2048 bytes
[    1.995240] UBIFS: FS size: 128626688 bytes (122 MiB, 1013 LEBs), journal size 9023488 bytes (8 MiB, 72 LEBs)
[    2.005107] UBIFS: reserved for root: 0 bytes (0 KiB)
[    2.010152] UBIFS: media format: w4/r0 (latest is w4/r0), UUID C72F8006-6DFF-46BA-BBE9-380960A89F92, small LPT model
[    2.021719] VFS: Mounted root (ubifs filesystem) on device 0:11.
[    2.029159] devtmpfs: mounted
[    2.032268] Freeing unused kernel memory: 204K (c06d2000 - c0705000)
[    2.880756] random: dd urandom read with 0 bits of entropy available
[    3.279186]
[    3.279186] bcm54xx_config_init
[    3.889171]
[    3.889171] bcm54xx_config_init
[    6.890025] xemacps e000b000.ps7-ethernet: Set clk to 24999999 Hz
[    6.896119] xemacps e000b000.ps7-ethernet: link up (100/FULL)
[   25.586623] In axi fpga driver!
[   25.589727] request_mem_region OK!
[   25.593088] AXI fpga dev virtual address is 0xdf9fc000
[   25.598193] *base_vir_addr = 0x8c510
[   25.614236] In fpga mem driver!
[   25.617308] request_mem_region OK!
[   25.620933] fpga mem virtual address is 0xe2000000
[   26.418559]
[   26.418559] bcm54xx_config_init
[   27.048485]
[   27.048485] bcm54xx_config_init
[   30.049047] xemacps e000b000.ps7-ethernet: Set clk to 24999999 Hz
[   30.055071] xemacps e000b000.ps7-ethernet: link up (100/FULL)
[  318.133775] random: nonblocking pool is initialized
This is XILINX board. Totalram:       507527168
Detect 512MB control board of XILINX
DETECT HW version=0008c510
miner ID : 8020ecc676808814
Miner Type = S9
AsicType = 1387
real AsicNum = 63
use critical mode to search freq...
get PLUG ON=0x000000e0
Find hashboard on Chain[5]
Find hashboard on Chain[6]
Find hashboard on Chain[7]
set_reset_allhashboard = 0x0000ffff
Check chain[5] PIC fw version=0x03
Check chain[6] PIC fw version=0x03
Check chain[7] PIC fw version=0x03
chain[5]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
has freq in PIC, will disable freq setting.
chain[5] has freq in PIC and will jump over...
Chain[5] has core num in PIC
Chain[5] ASIC[15] has core num=4
Chain[5] ASIC[52] has core num=1
Check chain[5] PIC fw version=0x03
chain[6]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
has freq in PIC, will disable freq setting.
chain[6] has freq in PIC and will jump over...
Chain[6] has core num in PIC
Check chain[6] PIC fw version=0x03
chain[7]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
has freq in PIC, will disable freq setting.
chain[7] has freq in PIC and will jump over...
Chain[7] has core num in PIC
Chain[7] ASIC[42] has core num=15
Chain[7] ASIC[43] has core num=1
Check chain[7] PIC fw version=0x03
get PIC voltage=125 on chain[5], value=870
get PIC voltage=57 on chain[6], value=910
get PIC voltage=91 on chain[7], value=890
set_reset_allhashboard = 0x00000000
chain[5] temp offset record: 62,-5,0,0,0,0,33,0
chain[5] temp chip I2C addr=0x98
chain[6] temp offset record: 62,-4,0,0,0,0,33,0
chain[6] temp chip I2C addr=0x98
chain[7] temp offset record: 62,-4,0,0,0,0,33,0
chain[7] temp chip I2C addr=0x98
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
CRC error counter=0
set command mode to VIL

--- check asic number
After Get ASIC NUM CRC error counter=0
set_baud=0
The min freq=700
set real timeout 52, need sleep=379392
After TEST CRC error counter=0
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
search freq for 1 times, completed chain = 3, total chain num = 3
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
restart Miner chance num=2
waiting for receive_func to exit!
waiting for pic heart to exit!
bmminer not found= 1377 root       0:00 grep bmminer

bmminer not found, restart bmminer ...
This is user mode for mining
Detect 512MB control board of XILINX
Miner Type = S9
Miner compile time: Fri Nov 17 17:37:49 CST 2017 type: Antminer S9set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
set_reset_allhashboard = 0x0000ffff
miner ID : 8020ecc676808814
set_reset_allhashboard = 0x0000ffff
Checking fans!get fan[2] speed=6120
get fan[2] speed=6120
get fan[2] speed=6120
get fan[2] speed=6120
get fan[2] speed=6120
get fan[2] speed=6120
get fan[5] speed=4560
get fan[2] speed=6120
get fan[5] speed=4560
get fan[2] speed=6120
get fan[5] speed=4560
chain[5]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
Detect: use voltage limit rules on single board!
Detect: S9_63 use voltage level=1 : 1
Chain[J6] has backup chain_voltage=870
Check chain[5] PIC fw version=0x03
chain[6]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
Detect: use voltage limit rules on single board!
Detect: S9_63 use voltage level=1 : 1
Chain[J7] has backup chain_voltage=910
Check chain[6] PIC fw version=0x03
chain[7]: [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255] [63:255]
Detect: use voltage limit rules on single board!
Detect: S9_63 use voltage level=1 : 1
Chain[J8] has backup chain_voltage=890
Check chain[7] PIC fw version=0x03
Chain[J6] orignal chain_voltage_pic=125 value=870
Chain[J7] orignal chain_voltage_pic=57 value=910
Chain[J8] orignal chain_voltage_pic=91 value=890
set_reset_allhashboard = 0x0000ffff
set_reset_allhashboard = 0x00000000
Chain[J6] has 63 asic
Chain[J7] has 63 asic
Chain[J8] has 63 asic
Chain[J6] has core num in PIC
Chain[J6] ASIC[15] has core num=4
Chain[J6] ASIC[52] has core num=1
Chain[J7] has core num in PIC
Chain[J8] has core num in PIC
Chain[J8] ASIC[42] has core num=15
Chain[J8] ASIC[43] has core num=1
miner total rate=13562GH/s fixed rate=13500GH/s
read PIC voltage=940 on chain[5]
Chain:5 chipnum=63
Chain[J6] voltage added=0.0V
Chain:5 temp offset=-5
Chain:5 base freq=656
Asic[ 0]:656
Asic[ 1]:656 Asic[ 2]:656 Asic[ 3]:656 Asic[ 4]:656 Asic[ 5]:656 Asic[ 6]:656 Asic[ 7]:656 Asic[ 8]:656
Asic[ 9]:656 Asic[10]:656 Asic[11]:656 Asic[12]:656 Asic[13]:656 Asic[14]:656 Asic[15]:656 Asic[16]:656
Asic[17]:656 Asic[18]:656 Asic[19]:656 Asic[20]:656 Asic[21]:656 Asic[22]:656 Asic[23]:656 Asic[24]:656
Asic[25]:656 Asic[26]:656 Asic[27]:656 Asic[28]:656 Asic[29]:656 Asic[30]:656 Asic[31]:656 Asic[32]:656
Asic[33]:656 Asic[34]:656 Asic[35]:656 Asic[36]:656 Asic[37]:656 Asic[38]:656 Asic[39]:656 Asic[40]:656
Asic[41]:656 Asic[42]:656 Asic[43]:656 Asic[44]:656 Asic[45]:656 Asic[46]:656 Asic[47]:656 Asic[48]:656
Asic[49]:656 Asic[50]:656 Asic[51]:656 Asic[52]:656 Asic[53]:656 Asic[54]:656 Asic[55]:656 Asic[56]:656
Asic[57]:656 Asic[58]:656 Asic[59]:656 Asic[60]:656 Asic[61]:656 Asic[62]:656
Chain:5 max freq=656
Chain:5 min freq=656

read PIC voltage=940 on chain[6]
Chain:6 chipnum=63
Chain[J7] voltage added=0.0V
Chain:6 temp offset=-4
Chain:6 base freq=606
Asic[ 0]:606
Asic[ 1]:606 Asic[ 2]:606 Asic[ 3]:606 Asic[ 4]:606 Asic[ 5]:606 Asic[ 6]:606 Asic[ 7]:606 Asic[ 8]:606
Asic[ 9]:606 Asic[10]:606 Asic[11]:606 Asic[12]:606 Asic[13]:606 Asic[14]:606 Asic[15]:606 Asic[16]:606
Asic[17]:606 Asic[18]:606 Asic[19]:606 Asic[20]:606 Asic[21]:606 Asic[22]:606 Asic[23]:606 Asic[24]:606
Asic[25]:606 Asic[26]:606 Asic[27]:606 Asic[28]:606 Asic[29]:606 Asic[30]:606 Asic[31]:606 Asic[32]:606
Asic[33]:606 Asic[34]:606 Asic[35]:606 Asic[36]:606 Asic[37]:606 Asic[38]:606 Asic[39]:606 Asic[40]:606
Asic[41]:606 Asic[42]:606 Asic[43]:606 Asic[44]:606 Asic[45]:606 Asic[46]:606 Asic[47]:606 Asic[48]:606
Asic[49]:606 Asic[50]:606 Asic[51]:606 Asic[52]:606 Asic[53]:606 Asic[54]:606 Asic[55]:606 Asic[56]:606
Asic[57]:606 Asic[58]:606 Asic[59]:606 Asic[60]:606 Asic[61]:606 Asic[62]:606
Chain:6 max freq=606
Chain:6 min freq=606

read PIC voltage=940 on chain[7]
Chain:7 chipnum=63
Chain[J8] voltage added=0.0V
Chain:7 temp offset=-4
Chain:7 base freq=637
Asic[ 0]:637
Asic[ 1]:637 Asic[ 2]:637 Asic[ 3]:637 Asic[ 4]:637 Asic[ 5]:637 Asic[ 6]:637 Asic[ 7]:637 Asic[ 8]:637
Asic[ 9]:637 Asic[10]:637 Asic[11]:637 Asic[12]:637 Asic[13]:637 Asic[14]:637 Asic[15]:637 Asic[16]:637
Asic[17]:637 Asic[18]:637 Asic[19]:637 Asic[20]:637 Asic[21]:637 Asic[22]:637 Asic[23]:637 Asic[24]:637
Asic[25]:637 Asic[26]:637 Asic[27]:637 Asic[28]:637 Asic[29]:637 Asic[30]:637 Asic[31]:637 Asic[32]:637
Asic[33]:637 Asic[34]:637 Asic[35]:637 Asic[36]:637 Asic[37]:637 Asic[38]:637 Asic[39]:637 Asic[40]:637
Asic[41]:637 Asic[42]:637 Asic[43]:637 Asic[44]:637 Asic[45]:637 Asic[46]:637 Asic[47]:637 Asic[48]:637
Asic[49]:637 Asic[50]:637 Asic[51]:637 Asic[52]:637 Asic[53]:637 Asic[54]:637 Asic[55]:637 Asic[56]:637
Asic[57]:637 Asic[58]:637 Asic[59]:637 Asic[60]:637 Asic[61]:637 Asic[62]:637
Chain:7 max freq=637
Chain:7 min freq=637


Miner fix freq ...
read PIC voltage=940 on chain[5]
Chain:5 chipnum=63
Chain[J6] voltage added=0.0V
Chain:5 temp offset=-5
Chain:5 base freq=656
Asic[ 0]:656
Asic[ 1]:656 Asic[ 2]:656 Asic[ 3]:656 Asic[ 4]:656 Asic[ 5]:656 Asic[ 6]:656 Asic[ 7]:656 Asic[ 8]:656
Asic[ 9]:656 Asic[10]:656 Asic[11]:656 Asic[12]:656 Asic[13]:656 Asic[14]:656 Asic[15]:656 Asic[16]:656
Asic[17]:656 Asic[18]:656 Asic[19]:656 Asic[20]:656 Asic[21]:656 Asic[22]:656 Asic[23]:656 Asic[24]:656
Asic[25]:656 Asic[26]:656 Asic[27]:656 Asic[28]:656 Asic[29]:656 Asic[30]:656 Asic[31]:656 Asic[32]:656
Asic[33]:656 Asic[34]:656 Asic[35]:656 Asic[36]:656 Asic[37]:656 Asic[38]:656 Asic[39]:656 Asic[40]:656
Asic[41]:656 Asic[42]:656 Asic[43]:656 Asic[44]:656 Asic[45]:656 Asic[46]:656 Asic[47]:656 Asic[48]:656
Asic[49]:656 Asic[50]:656 Asic[51]:656 Asic[52]:656 Asic[53]:656 Asic[54]:656 Asic[55]:656 Asic[56]:656
Asic[57]:656 Asic[58]:656 Asic[59]:656 Asic[60]:656 Asic[61]:656 Asic[62]:656
Chain:5 max freq=656
Chain:5 min freq=656

read PIC voltage=940 on chain[6]
Chain:6 chipnum=63
Chain[J7] voltage added=0.0V
Chain:6 temp offset=-4
Chain:6 base freq=606
Asic[ 0]:606
Asic[ 1]:606 Asic[ 2]:606 Asic[ 3]:606 Asic[ 4]:606 Asic[ 5]:606 Asic[ 6]:606 Asic[ 7]:606 Asic[ 8]:606
Asic[ 9]:606 Asic[10]:606 Asic[11]:606 Asic[12]:606 Asic[13]:606 Asic[14]:606 Asic[15]:606 Asic[16]:606
Asic[17]:606 Asic[18]:606 Asic[19]:606 Asic[20]:606 Asic[21]:606 Asic[22]:606 Asic[23]:606 Asic[24]:606
Asic[25]:606 Asic[26]:606 Asic[27]:606 Asic[28]:606 Asic[29]:606 Asic[30]:606 Asic[31]:606 Asic[32]:606
Asic[33]:606 Asic[34]:606 Asic[35]:606 Asic[36]:606 Asic[37]:606 Asic[38]:606 Asic[39]:606 Asic[40]:606
Asic[41]:606 Asic[42]:606 Asic[43]:606 Asic[44]:606 Asic[45]:606 Asic[46]:606 Asic[47]:606 Asic[48]:606
Asic[49]:606 Asic[50]:606 Asic[51]:606 Asic[52]:606 Asic[53]:606 Asic[54]:606 Asic[55]:606 Asic[56]:606
Asic[57]:606 Asic[58]:606 Asic[59]:606 Asic[60]:606 Asic[61]:606 Asic[62]:606
Chain:6 max freq=606
Chain:6 min freq=606

read PIC voltage=940 on chain[7]
Chain:7 chipnum=63
Chain[J8] voltage added=0.0V
Chain:7 temp offset=-4
Chain:7 base freq=637
Asic[ 0]:637
Asic[ 1]:637 Asic[ 2]:637 Asic[ 3]:637 Asic[ 4]:637 Asic[ 5]:637 Asic[ 6]:637 Asic[ 7]:637 Asic[ 8]:637
Asic[ 9]:637 Asic[10]:637 Asic[11]:637 Asic[12]:637 Asic[13]:637 Asic[14]:637 Asic[15]:637 Asic[16]:637
Asic[17]:637 Asic[18]:637 Asic[19]:637 Asic[20]:637 Asic[21]:637 Asic[22]:637 Asic[23]:637 Asic[24]:637
Asic[25]:637 Asic[26]:637 Asic[27]:637 Asic[28]:637 Asic[29]:637 Asic[30]:637 Asic[31]:637 Asic[32]:637
Asic[33]:637 Asic[34]:637 Asic[35]:637 Asic[36]:637 Asic[37]:637 Asic[38]:637 Asic[39]:637 Asic[40]:637
Asic[41]:637 Detect a bad chip=42 on chain[7], fixed to 400M
Asic[42]:637 Asic[43]:637 Asic[44]:637 Asic[45]:637 Asic[46]:637 Asic[47]:637 Asic[48]:637
Asic[49]:637 Asic[50]:637 Asic[51]:637 Asic[52]:637 Asic[53]:637 Asic[54]:637 Asic[55]:637 Asic[56]:637
Asic[57]:637 Asic[58]:637 Asic[59]:637 Asic[60]:637 Asic[61]:637 Asic[62]:637
Chain:7 max freq=637
Chain:7 min freq=637

max freq = 656
set baud=1
Chain[J6] PIC temp offset=62,-5,0,0,0,0,33,0
chain[5] temp chip I2C addr=0x98
Chain[J6] chip[244] use PIC middle temp offset=-5 typeID=55
New offset Chain[5] chip[244] local:33 remote:36 offset:27
Chain[J6] chip[244] get middle temp offset=27 typeID=55
Chain[J7] PIC temp offset=62,-4,0,0,0,0,33,0
chain[6] temp chip I2C addr=0x98
Chain[J7] chip[244] use PIC middle temp offset=-4 typeID=55
New offset Chain[6] chip[244] local:31 remote:35 offset:26
Chain[J7] chip[244] get middle temp offset=26 typeID=55
Chain[J8] PIC temp offset=62,-4,0,0,0,0,33,0
chain[7] temp chip I2C addr=0x98
Chain[J8] chip[244] use PIC middle temp offset=-4 typeID=55
New offset Chain[7] chip[244] local:32 remote:35 offset:27
Chain[J8] chip[244] get middle temp offset=27 typeID=55
single board rate=4708 voltage limit=870 on chain[5]
get PIC voltage=870 on chain[5], check: must be < 870
single board rate=4352 voltage limit=910 on chain[6]
get PIC voltage=910 on chain[6], check: must be < 910
single board rate=4501 voltage limit=890 on chain[7]
get PIC voltage=890 on chain[7], check: must be < 890
Chain[J6] set working voltage=870 [125]
Chain[J7] set working voltage=910 [57]
Chain[J8] set working voltage=890 [91]
do heat board 8xPatten for 1 times
start send works on chain[5]
start send works on chain[6]
start send works on chain[7]
get send work num :57456 on Chain[5]
get send work num :57456 on Chain[6]
get send work num :57456 on Chain[7]
wait recv nonce on chain[5]
wait recv nonce on chain[6]
wait recv nonce on chain[7]
get nonces on chain[5]
require nonce number:912
require validnonce number:57456
asic[00]=912 asic[01]=912 asic[02]=912 asic[03]=912 asic[04]=912 asic[05]=912 asic[06]=912 asic[07]=912
asic[08]=912 asic[09]=912 asic[10]=912 asic[11]=912 asic[12]=912 asic[13]=912 asic[14]=912 asic[15]=912
asic[16]=912 asic[17]=912 asic[18]=912 asic[19]=912 asic[20]=912 asic[21]=912 asic[22]=912 asic[23]=912
asic[24]=912 asic[25]=912 asic[26]=912 asic[27]=912 asic[28]=912 asic[29]=912 asic[30]=912 asic[31]=912
asic[32]=912 asic[33]=912 asic[34]=912 asic[35]=912 asic[36]=912 asic[37]=912 asic[38]=912 asic[39]=912
asic[40]=912 asic[41]=912 asic[42]=912 asic[43]=912 asic[44]=912 asic[45]=912 asic[46]=912 asic[47]=912
asic[48]=912 asic[49]=912 asic[50]=912 asic[51]=912 asic[52]=912 asic[53]=912 asic[54]=912 asic[55]=912
asic[56]=912 asic[57]=912 asic[58]=912 asic[59]=912 asic[60]=912 asic[61]=912 asic[62]=912


Below ASIC's core didn't receive all the nonce, they should receive 8 nonce each!



freq[00]=656 freq[01]=656 freq[02]=656 freq[03]=656 freq[04]=656 freq[05]=656 freq[06]=656 freq[07]=656
freq[08]=656 freq[09]=656 freq[10]=656 freq[11]=656 freq[12]=656 freq[13]=656 freq[14]=656 freq[15]=656
freq[16]=656 freq[17]=656 freq[18]=656 freq[19]=656 freq[20]=656 freq[21]=656 freq[22]=656 freq[23]=656
freq[24]=656 freq[25]=656 freq[26]=656 freq[27]=656 freq[28]=656 freq[29]=656 freq[30]=656 freq[31]=656
freq[32]=656 freq[33]=656 freq[34]=656 freq[35]=656 freq[36]=656 freq[37]=656 freq[38]=656 freq[39]=656
freq[40]=656 freq[41]=656 freq[42]=656 freq[43]=656 freq[44]=656 freq[45]=656 freq[46]=656 freq[47]=656
freq[48]=656 freq[49]=656 freq[50]=656 freq[51]=656 freq[52]=656 freq[53]=656 freq[54]=656 freq[55]=656
freq[56]=656 freq[57]=656 freq[58]=656 freq[59]=656 freq[60]=656 freq[61]=656 freq[62]=656

total valid nonce number:57456
total send work number:57456
require valid nonce number:57456
repeated_nonce_num:0
err_nonce_num:26875
last_nonce_num:35750
get nonces on chain[6]
require nonce number:912
require validnonce number:57456
asic[00]=912 asic[01]=912 asic[02]=912 asic[03]=912 asic[04]=912 asic[05]=912 asic[06]=912 asic[07]=912
asic[08]=912 asic[09]=912 asic[10]=912 asic[11]=912 asic[12]=912 asic[13]=912 asic[14]=912 asic[15]=912
asic[16]=912 asic[17]=912 asic[18]=912 asic[19]=912 asic[20]=912 asic[21]=912 asic[22]=912 asic[23]=912
asic[24]=912 asic[25]=912 asic[26]=912 asic[27]=912 asic[28]=912 asic[29]=912 asic[30]=912 asic[31]=912
asic[32]=912 asic[33]=912 asic[34]=912 asic[35]=912 asic[36]=912 asic[37]=912 asic[38]=912 asic[39]=912
asic[40]=912 asic[41]=912 asic[42]=912 asic[43]=912 asic[44]=912 asic[45]=912 asic[46]=912 asic[47]=912
asic[48]=912 asic[49]=912 asic[50]=912 asic[51]=912 asic[52]=912 asic[53]=912 asic[54]=912 asic[55]=912
asic[56]=912 asic[57]=912 asic[58]=912 asic[59]=912 asic[60]=912 asic[61]=912 asic[62]=912


Below ASIC's core didn't receive all the nonce, they should receive 8 nonce each!



freq[00]=606 freq[01]=606 freq[02]=606 freq[03]=606 freq[04]=606 freq[05]=606 freq[06]=606 freq[07]=606
freq[08]=606 freq[09]=606 freq[10]=606 freq[11]=606 freq[12]=606 freq[13]=606 freq[14]=606 freq[15]=606
freq[16]=606 freq[17]=606 freq[18]=606 freq[19]=606 freq[20]=606 freq[21]=606 freq[22]=606 freq[23]=606
freq[24]=606 freq[25]=606 freq[26]=606 freq[27]=606 freq[28]=606 freq[29]=606 freq[30]=606 freq[31]=606
freq[32]=606 freq[33]=606 freq[34]=606 freq[35]=606 freq[36]=606 freq[37]=606 freq[38]=606 freq[39]=606
freq[40]=606 freq[41]=606 freq[42]=606 freq[43]=606 freq[44]=606 freq[45]=606 freq[46]=606 freq[47]=606
freq[48]=606 freq[49]=606 freq[50]=606 freq[51]=606 freq[52]=606 freq[53]=606 freq[54]=606 freq[55]=606
freq[56]=606 freq[57]=606 freq[58]=606 freq[59]=606 freq[60]=606 freq[61]=606 freq[62]=606

total valid nonce number:57456
total send work number:57456
require valid nonce number:57456
repeated_nonce_num:0
err_nonce_num:24872
last_nonce_num:35747
get nonces on chain[7]
require nonce number:912
require validnonce number:57456
asic[00]=912 asic[01]=912 asic[02]=912 asic[03]=912 asic[04]=912 asic[05]=912 asic[06]=912 asic[07]=912
asic[08]=912 asic[09]=912 asic[10]=912 asic[11]=912 asic[12]=912 asic[13]=912 asic[14]=912 asic[15]=912
asic[16]=912 asic[17]=912 asic[18]=912 asic[19]=912 asic[20]=912 asic[21]=912 asic[22]=912 asic[23]=912
asic[24]=912 asic[25]=912 asic[26]=912 asic[27]=912 asic[28]=912 asic[29]=912 asic[30]=912 asic[31]=912
asic[32]=912 asic[33]=912 asic[34]=912 asic[35]=912 asic[36]=912 asic[37]=912 asic[38]=912 asic[39]=912
asic[40]=912 asic[41]=912 asic[42]=912 asic[43]=912 asic[44]=912 asic[45]=912 asic[46]=912 asic[47]=912
asic[48]=912 asic[49]=912 asic[50]=912 asic[51]=912 asic[52]=912 asic[53]=912 asic[54]=912 asic[55]=912
asic[56]=912 asic[57]=912 asic[58]=912 asic[59]=912 asic[60]=912 asic[61]=912 asic[62]=912


Below ASIC's core didn't receive all the nonce, they should receive 8 nonce each!



freq[00]=637 freq[01]=637 freq[02]=637 freq[03]=637 freq[04]=637 freq[05]=637 freq[06]=637 freq[07]=637
freq[08]=637 freq[09]=637 freq[10]=637 freq[11]=637 freq[12]=637 freq[13]=637 freq[14]=637 freq[15]=637
freq[16]=637 freq[17]=637 freq[18]=637 freq[19]=637 freq[20]=637 freq[21]=637 freq[22]=637 freq[23]=637
freq[24]=637 freq[25]=637 freq[26]=637 freq[27]=637 freq[28]=637 freq[29]=637 freq[30]=637 freq[31]=637
freq[32]=637 freq[33]=637 freq[34]=637 freq[35]=637 freq[36]=637 freq[37]=637 freq[38]=637 freq[39]=637
freq[40]=637 freq[41]=637 freq[42]=637 freq[43]=637 freq[44]=637 freq[45]=637 freq[46]=637 freq[47]=637
freq[48]=637 freq[49]=637 freq[50]=637 freq[51]=637 freq[52]=637 freq[53]=637 freq[54]=637 freq[55]=637
freq[56]=637 freq[57]=637 freq[58]=637 freq[59]=637 freq[60]=637 freq[61]=637 freq[62]=637

total valid nonce number:57456
total send work number:57456
require valid nonce number:57456
repeated_nonce_num:0
err_nonce_num:25948
last_nonce_num:35750
chain[5]: All chip cores are opened OK!
Test Patten on chain[5]: OK!
chain[6]: All chip cores are opened OK!
Test Patten on chain[6]: OK!
chain[7]: All chip cores are opened OK!
Test Patten on chain[7]: OK!
setStartTimePoint total_tv_start_sys=165 total_tv_end_sys=166
restartNum = 2 , auto-reinit enabled...
do read_temp_func once...
do check_asic_reg 0x08

get RT hashrate from Chain[5]: (asic index start from 1-63)

get RT hashrate from Chain[6]: (asic index start from 1-63)

get RT hashrate from Chain[7]: (asic index start from 1-63)
Check Chain[J6] ASIC RT error: (asic index start from 1-63)
Check Chain[J7] ASIC RT error: (asic index start from 1-63)
Check Chain[J8] ASIC RT error: (asic index start from 1-63)
Done check_asic_reg
do read temp on Chain[5]
Chain[5] Chip[62] TempTypeID=55 middle offset=27
read failed, old value: Chain[5] Chip[62] local Temp=73
read failed on Chain[5] Chip[62] middle Temp old value:84
Done read temp on Chain[5]
do read temp on Chain[6]
Chain[6] Chip[62] TempTypeID=55 middle offset=26
read failed, old value: Chain[6] Chip[62] local Temp=67
read failed on Chain[6] Chip[62] middle Temp old value:80
Done read temp on Chain[6]
do read temp on Chain[7]
Chain[7] Chip[62] TempTypeID=55 middle offset=27
read failed, old value: Chain[7] Chip[62] local Temp=68
read failed on Chain[7] Chip[62] middle Temp old value:81
Done read temp on Chain[7]
Set fixed full fan speed
FAN PWM: 100
read_temp_func Done!
CRC error counter=5



Moderator's note: This post was edited by frodocooper to add code tags.
Post
Topic
Board Mining support
S9 hashing keeps going to zero
by
dustsam15
on 06/05/2018, 22:20:08 UTC
I have a S9 that is a few months old.  It has been working great, but recently the hashrate keeps dropping to zero.  It's acting like it's overheating and the safety shutoff is kicking in, but I know the shutoff won't kick in until the board temp reaches 80.  The chip temps have been getting into the 80's some since it's been warmer, but as I've researched I see lots of people running with chip temps in the 80's and sometimes higher.  The last time the hashing dropped all of the chip temps were at 76, so I would imagine the board temp could not be 80. 

I also have 2 L3+ running right next to it and they are working completely fine (their chip temps are in the high 50's low 60's), I have the exaust from all the miners vented into an attic space and I have a box fan bringing new air into the area for the miners. 

Any thoughts on where to troubleshoot this?  Power source, internet connection (I'm having no problems viewing the miner on my network or remotely), firmware issue?  Thanks in advance!
Post
Topic
Board Mining (Altcoins)
What to Look for in GPU
by
dustsam15
on 24/03/2018, 14:33:26 UTC
I'm new to GPU mining and custom building computers in general.  I have several ASIC machines and have been looking into creating a rig or two for GPU mining.  I know profits are slim right now, but I'm bullish on the long term and plan to HODL what I mine, and I also enjoy the learning process of doing this stuff.  My question is what is the difference between different variation of the same model of GPU.  Everyone refers to stuff as their main model number (1070, 1080 etc.) but if I look for those cards there are tons of variants and large price differences between them.  For example, if you go to the promo store at newegg right now, there are different variants of the 1080 ranging from $669-$809.  I know there are differences in these cards, but will those differences affect mining or are they more of a boost for gaming/graphics?  If there is a difference for mining, what stats should I look to max?  Nobody ever seems to specify info on their cards past the general model number when they post about stuff.  Just trying to learn Smiley
Post
Topic
Board Mining (Altcoins)
Re: Suggestions for entry GPU?
by
dustsam15
on 23/03/2018, 16:16:45 UTC
Nvidia 1050ti is probably the best dollars/hash rate right now.  That doesn't take into account efficiency...it will be a little $ per MH to operate.  GPU are overpriced right now and I think as manufactures catch up to demand I expect prices to drop quite a bit by mid summer.  That's what I'm hoping at least Smiley Anyway, here's an article with some info about the card.  They are pretty available.

http://1stminingrig.com/nvidia-geforce-gtx-1050-1050ti-mining-performance-review/

Also blockoperations.com is a resource I found very helpful.  There are some good guides on there and lots of general mining info.

Hope that helps.
Post
Topic
Board Mining (Altcoins)
Best Dash Pool
by
dustsam15
on 17/02/2018, 22:00:35 UTC
Anyone have any suggestions for a good Dash mining pool?  I have been using antpool but would love to know of some other options that people have used and feel good about.  I have a few D3’s, thanks!
Post
Topic
Board Pools (Altcoins)
Re: No earnings in pool??
by
dustsam15
on 26/01/2018, 20:37:13 UTC
Where does this post belong so I can get it in the right place?
Post
Topic
Board Pools (Altcoins)
No earnings in pool??
by
dustsam15
on 26/01/2018, 19:59:57 UTC
I'm a fairly new miner, only been at it for about 6 weeks.  I only mine x11 right now, and I have used pro hashing but am currently using Antpool.  Everything has been going fairly easily, but as of today, I am not getting any earnings at all.  My miners are all acting normally...at least from my understanding they are.  The hashing numbers are good, HW errors are acceptable, chip temps are good, but my 24 hour expected payout has dropped from .015 Dash to .0029 and I haven't received any earning from a block in 14 hours (this normally happens every 10 min or so).  I know the dashboard isn't super reliable at ant pool, but what should I be looking at to see if there's an error on my end or if things are working ok and something is messed up with ant pool?

Also it shows the total hash power of the pool dropped by 200 Th right about the time I started having this problem.  Which makes me think there's an issue with Antpool.  I also pointed one of my minders back to pro hashing for about 30 min. and it said no valid shares and didn't get any earnings there either, so now I'm not sure if it's something on my end or what.  Any help would be awesome, thanks!
Post
Topic
Board Mining (Altcoins)
Antminer Hashboard not Showing in Miner Status, but Still Functioning
by
dustsam15
on 13/01/2018, 20:08:47 UTC
I have an antminer D3 that’s only a few weeks old. It had the firmware issue where one of the boards would randomly quit working. I updated the firmaware and haven’t had an issue until today. It had a board with all x’s. So I restarted the miner and now it is hashing at full capacity but one of the boards isn’t showing up in the miner status page. The hashing numbers from my mining pool confirm it’s working at full capacity, but it seems the miner isn’t recognizing the board.

I have seen non functioning boards act like this, but never heard of a board not being recognized but still functioning.  Anyone run into or hear of this before?  I’m not too concerned about it short term but I’m not confident in its reliability long term with it acting so weird.

I have rebooted the miner a few times and it does the same thing. I haven’t done a reset or reinstalled the firmware since the miner is remote and I won’t be on location for a few days.

Any help or experience would be super helpful, thanks!

https://imgur.com/gallery/iJ772

If you look at the total hashing is says 17gh but that is significantly more that the total of the 2 "seen" hash boards.
Post
Topic
Board Mining (Altcoins)
Re: Antminer D3 max temp
by
dustsam15
on 09/01/2018, 21:05:37 UTC
Hi all, I'm a first time poster and a new miner so you may take this with a grain of salt.  The D3 was the first mining rig I purchased so I have been extra cautious as I begin my mining.  I have done a lot of looking and here is what I have noticed and found.

I submitted a ticket to vitamin technical support which I will copy and paste below.

What is the optimal chip temperature for the D3? I have a Nov. batch D3 (19.5Gh) and the chips are operating around 80. I know there is a shutoff at 85 that will give a fatal error due to high temperatures. I was getting a decent amount of failures, so I lowered the frequency. I'm getting about 17Gh now, but no errors. I don't want to shorten the life of the miner by running the chips too hot. What temperature are the chips designed to run optimally?

Also, the miners are indoors, in a climate controlled environment with ambient temp kept at 18-20. Cooling fans are on automatic running from 4500-5000 RPM. Thanks

This was their response:

Dear Dustsam15,

Thanks for your consultation!

the chips are operating around 35-80. so a little high is ok.
Please lower the D3 frequency to 487.
fans are  running from 4300-6000 RPM.

Please let us know if you have additional questions or concerns.


Best regards,
Maria
Bitmain


So it sounds to me like 80 is the max acceptable temp. for the chips.  I am trying to keep mine closer to 70 since that's still the high end and I want my miners to last.

I have also looked at a ton of D3 review and tutorial video to try to get a peak at what temp other peoples machines are running to get some sense of "normal" and it seems the 19.3GH versions are running pretty hot.  it's very common to see them in the high 70's with one board in the low 80's.  I think that bitmain just overclocked the 15Gh version as the profitability declined.  I have under clocked my miners from 15-17GH depending on how they run individually.