Pages:
Author

Topic: [Setup & Troubleshoot] Bitmain AntMiner S1 180GH/S miner - page 39. (Read 452359 times)

full member
Activity: 210
Merit: 100

I don't understand the question.  When I typed cgminer -V like you asked, it returns cgminer version 3.12.0

Type in "which cgminer" without the quotes it should return  /usr/bin/cgminer

It does.
sr. member
Activity: 290
Merit: 250

I don't understand the question.  When I typed cgminer -V like you asked, it returns cgminer version 3.12.0



Type in "which cgminer"

without the quotes

it should return

/usr/bin/cgminer


full member
Activity: 210
Merit: 100

You said you restarted the miner which I assumed it would be restarting cgminer.

what does
which cgminer
show?

Should obv be the one in /usr/bin

Would be weird to have multiples.

I don't understand the question.  When I typed cgminer -V like you asked, it returns cgminer version 3.12.0
legendary
Activity: 2128
Merit: 1005
ASIC Wannabe
legendary
Activity: 3892
Merit: 4331
So what kind of btc are you guys cranking out with 1 ant at ~200Gh/s?
Pool says my average is 187Gh/s which I am OK with
I'm at 375MHz (400 gave two-three xxx on ASICS status so I turned it down a little bit)

My BTC seems low compared to what I calculated before going into this crazy experiment called mining Cheesy
Eyeballing 0.012 - 0.015 BTC / day, haven't done an hourly calculation yet.

Thanks for any feedback!

Don't eyeball-eligius gives precise statistics. At 187 it should be ~0.0184-0.0187.
sr. member
Activity: 290
Merit: 250
No errors (except for the rm command, which isn't needed for first-time-use).
rm not needed for anytime use since you are doing a move command and not copy.
I'm aware of that.  It's just a catch-all script.

Have you rebooted?
Yes, I mentioned this in my OP.

What does cgminer -V show?
3.12.0

You said you restarted the miner which I assumed it would be restarting cgminer.

what does
which cgminer
show?

Should obv be the one in /usr/bin

Would be weird to have multiples.
full member
Activity: 210
Merit: 100
No errors (except for the rm command, which isn't needed for first-time-use).
rm not needed for anytime use since you are doing a move command and not copy.
I'm aware of that.  It's just a catch-all script.

Have you rebooted?
Yes, I mentioned this in my OP.

What does cgminer -V show?
3.12.0
sr. member
Activity: 290
Merit: 250

No errors (except for the rm command, which isn't needed for first-time-use).


rm not needed for anytime use since you are doing a move command and not copy.

Have you rebooted?

What does cgminer -V show?
full member
Activity: 210
Merit: 100
I'm having issues updating cgminer with Kano's firmware at https://github.com/kanoi/cgminer-binaries/tree/master/AntS1
I run the following command in putty:
Code:
cd /usr/bin/
wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.2a-7b8fb34
chmod +x cgminer-ants1-4.2.2a-7b8fb34
mv cgminer cgminer.original
rm cgminer
ln -s cgminer-ants1-4.2.2a-7b8fb34 cgminer

I've saved and applied and even restarted the miner.  It uses disk space, but doesn't update the cgminer version past 3.12.0-1 (should be updating to 4.2.2a).

Are you seeing any error messages after executing each of those commands when you're logged into your S1's terminal?
What exactly are you seeing?

Code:
alias: -l not found
root@antMiner:~# cd /usr/bin/
root@antMiner:/usr/bin# wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.2a-7b8fb34
Connecting to kano-kun.net (198.100.107.213:80)
cgminer-ants1-4.2.2a 100% |*******************************|   348k  0:00:00 ETA
root@antMiner:/usr/bin# chmod +x cgminer-ants1-4.2.2a-7b8fb34
root@antMiner:/usr/bin# mv cgminer cgminer.original
root@antMiner:/usr/bin# rm cgminer
rm: can't remove 'cgminer': No such file or directory
root@antMiner:/usr/bin# ln -s cgminer-ants1-4.2.2a-7b8fb34 cgminer
root@antMiner:/usr/bin#
root@antMiner:/usr/bin#
No errors (except for the rm command, which isn't needed for first-time-use).
newbie
Activity: 9
Merit: 0
So what kind of btc are you guys cranking out with 1 ant at ~200Gh/s?
Pool says my average is 187Gh/s which I am OK with
I'm at 375MHz (400 gave two-three xxx on ASICS status so I turned it down a little bit)

My BTC seems low compared to what I calculated before going into this crazy experiment called mining Cheesy
Eyeballing 0.012 - 0.015 BTC / day, haven't done an hourly calculation yet.

Thanks for any feedback!
sr. member
Activity: 290
Merit: 250
if I was to go to best buy what psu is sufficient power for 1 s1 im staring to think maybe the power supply is faulty, enough to turn it on but not enough to get a hashrate?

I'd turn it off and remove power from the dependent side of the machine and see if the other side hashes.
would I have to disconnect the 8 pin cable also connecting the two boards

Sure
legendary
Activity: 1414
Merit: 1001
To weird to live To rare to die
if I was to go to best buy what psu is sufficient power for 1 s1 im staring to think maybe the power supply is faulty, enough to turn it on but not enough to get a hashrate?

I'd turn it off and remove power from the dependent side of the machine and see if the other side hashes.
would I have to disconnect the 8 pin cable also connecting the two boards
hero member
Activity: 798
Merit: 1000
I'm having issues updating cgminer with Kano's firmware at https://github.com/kanoi/cgminer-binaries/tree/master/AntS1
I run the following command in putty:
Code:
cd /usr/bin/
wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.2a-7b8fb34
chmod +x cgminer-ants1-4.2.2a-7b8fb34
mv cgminer cgminer.original
rm cgminer
ln -s cgminer-ants1-4.2.2a-7b8fb34 cgminer

I've saved and applied and even restarted the miner.  It uses disk space, but doesn't update the cgminer version past 3.12.0-1 (should be updating to 4.2.2a).

Are you seeing any error messages after executing each of those commands when you're logged into your S1's terminal?
What exactly are you seeing?
full member
Activity: 210
Merit: 100
I'm having issues updating cgminer with Kano's firmware at https://github.com/kanoi/cgminer-binaries/tree/master/AntS1
I run the following command in putty:
Code:
cd /usr/bin/
wget http://kano-kun.net/AntS1/cgminer-ants1-4.2.2a-7b8fb34
chmod +x cgminer-ants1-4.2.2a-7b8fb34
mv cgminer cgminer.original
rm cgminer
ln -s cgminer-ants1-4.2.2a-7b8fb34 cgminer

I've saved and applied and even restarted the miner.  It uses disk space, but doesn't update the cgminer version past 3.12.0-1 (should be updating to 4.2.2a).
sr. member
Activity: 290
Merit: 250
One of my ants shows a significant difference in hashing between what miner software is showing (191) and what eligius pool is showing (187) over the same timeframe (12hr). Is this a fee or something wackier?

Not sure how a fee lessens your hashrate and eligius has no fee anyway.

You are comparing a true running 12hr avg to a "lifetime" avg (i.e. since the antminer was started).

you are so close I'm pretty sure you are ok.
legendary
Activity: 3892
Merit: 4331
One of my ants shows a significant difference in hashing between what miner software is showing (191) and what eligius pool is showing (187) over the same timeframe (12hr). Is this a fee or something wackier?
sr. member
Activity: 290
Merit: 250
if I was to go to best buy what psu is sufficient power for 1 s1 im staring to think maybe the power supply is faulty, enough to turn it on but not enough to get a hashrate?

I'd turn it off and remove power from the dependent side of the machine and see if the other side hashes.
legendary
Activity: 1414
Merit: 1001
To weird to live To rare to die
if I was to go to best buy what psu is sufficient power for 1 s1 im staring to think maybe the power supply is faulty, enough to turn it on but not enough to get a hashrate?
newbie
Activity: 10
Merit: 0
Power wise, as long as your computer's ATX or Server's power supply (PSU) supports it and the lines are +12V, you can use any of them.

Best way would be not chop up the PSU's cables but use the extenders and then cut the extended portion, so you don't scarify your PSU.


 

Im having problems with one of my AntMiner S1s  its only running at 120ghash and sometimes dipps down to 90
Both boards seem to be running . Gettig good heat readings from all chips. Both green lights are blinking away.

If anyone can help thatd be great
legendary
Activity: 1414
Merit: 1001
To weird to live To rare to die
these are the kernel logs
Code:
[/c[    0.000000] Linux version 3.10.12 (xxl@ubuntu) (gcc version 4.6.4 (OpenWrt/Linaro GCC 4.6-2013.05 r38031) ) #2 Fri Feb 7 18:50:12 CST 2014
[    0.000000] MyLoader: sysp=89697e3d, boardp=693d3833, parts=e47af0c4
[    0.000000] bootconsole [early0] enabled
[    0.000000] CPU revision is: 00019374 (MIPS 24Kc)
[    0.000000] SoC: Atheros AR9330 rev 1
[    0.000000] Clocks: CPU:400.000MHz, DDR:400.000MHz, AHB:200.000MHz, Ref:25.000MHz
[    0.000000] Determined physical RAM map:
[    0.000000]  memory: 04000000 @ 00000000 (usable)
[    0.000000] Initrd not found or empty - disabling initrd
[    0.000000] Zone ranges:
[    0.000000]   Normal   [mem 0x00000000-0x03ffffff]
[    0.000000] Movable zone start for each node
[    0.000000] Early memory node ranges
[    0.000000]   node   0: [mem 0x00000000-0x03ffffff]
[    0.000000] On node 0 totalpages: 16384
[    0.000000] free_area_init_node: node 0, pgdat 803005b0, node_mem_map 81000000
[    0.000000]   Normal zone: 128 pages used for memmap
[    0.000000]   Normal zone: 0 pages reserved
[    0.000000]   Normal zone: 16384 pages, LIFO batch:3
[    0.000000] Primary instruction cache 64kB, VIPT, 4-way, linesize 32 bytes.
[    0.000000] Primary data cache 32kB, 4-way, VIPT, cache aliases, linesize 32 bytes
[    0.000000] pcpu-alloc: s0 r0 d32768 u32768 alloc=1*32768
[    0.000000] pcpu-alloc: [0] 0
[    0.000000] Built 1 zonelists in Zone order, mobility grouping on.  Total pages: 16256
[    0.000000] Kernel command line:  board=TL-WR741ND-v4 console=ttyATH0,115200 rootfstype=squashfs,jffs2 noinitrd
[    0.000000] PID hash table entries: 256 (order: -2, 1024 bytes)
[    0.000000] Dentry cache hash table entries: 8192 (order: 3, 32768 bytes)
[    0.000000] Inode-cache hash table entries: 4096 (order: 2, 16384 bytes)
[    0.000000] Writing ErrCtl register=00000000
[    0.000000] Readback ErrCtl register=00000000
[    0.000000] Memory: 61336k/65536k available (2187k kernel code, 4200k reserved, 588k data, 232k init, 0k highmem)
[    0.000000] SLUB: HWalign=32, Order=0-3, MinObjects=0, CPUs=1, Nodes=1
[    0.000000] NR_IRQS:51
[    0.080000] Calibrating delay loop... 265.42 BogoMIPS (lpj=1327104)
[    0.080000] pid_max: default: 32768 minimum: 301
[    0.080000] Mount-cache hash table entries: 512
[    0.090000] NET: Registered protocol family 16
[    0.100000] MIPS: machine is TP-LINK TL-WR741ND v4
[    0.550000] bio: create slab at 0
[    0.560000] Switching to clocksource MIPS
[    0.560000] NET: Registered protocol family 2
[    0.570000] TCP established hash table entries: 512 (order: 0, 4096 bytes)
[    0.570000] TCP bind hash table entries: 512 (order: -1, 2048 bytes)
[    0.570000] TCP: Hash tables configured (established 512 bind 512)
[    0.580000] TCP: reno registered
[    0.580000] UDP hash table entries: 256 (order: 0, 4096 bytes)
[    0.590000] UDP-Lite hash table entries: 256 (order: 0, 4096 bytes)
[    0.600000] NET: Registered protocol family 1
[    0.600000] PCI: CLS 0 bytes, default 32
[    0.620000] squashfs: version 4.0 (2009/01/31) Phillip Lougher
[    0.620000] jffs2: version 2.2 (NAND) (SUMMARY) (LZMA) (RTIME) (CMODE_PRIORITY) (c) 2001-2006 Red Hat, Inc.
[    0.630000] msgmni has been set to 119
[    0.640000] io scheduler noop registered
[    0.640000] io scheduler deadline registered (default)
[    0.640000] Serial: 8250/16550 driver, 1 ports, IRQ sharing disabled
[    0.650000] ar933x-uart: ttyATH0 at MMIO 0x18020000 (irq = 11) is a AR933X UART
[    0.660000] console [ttyATH0] enabled, bootconsole disabled
[    0.670000] ath79-spi ath79-spi: master is unqueued, this is deprecated
[    0.680000] m25p80 spi0.0: found mx25l6405d, expected m25p80
[    0.680000] m25p80 spi0.0: mx25l6405d (8192 Kbytes)
[    0.690000] 5 tp-link partitions found on MTD device spi0.0
[    0.690000] Creating 5 MTD partitions on "spi0.0":
[    0.700000] 0x000000000000-0x000000020000 : "u-boot"
[    0.700000] 0x000000020000-0x000000117d84 : "kernel"
[    0.710000] mtd: partition "kernel" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.720000] 0x000000117d84-0x0000007f0000 : "rootfs"
[    0.730000] mtd: partition "rootfs" must either start or end on erase block boundary or be smaller than an erase block -- forcing read-only
[    0.740000] mtd: partition "rootfs" set to be root filesystem
[    0.740000] mtd: partition "rootfs_data" created automatically, ofs=0x370000, len=0x480000
[    0.750000] 0x000000370000-0x0000007f0000 : "rootfs_data"
[    0.760000] 0x000000020000-0x0000007f0000 : "firmware"
[    0.770000] 0x0000007f0000-0x000000800000 : "art"
[    0.790000] libphy: ag71xx_mdio: probed
[    0.790000] eth0: Atheros AG71xx at 0xba000000, irq 5, mode:GMII
[    1.340000] eth0: Found an AR7240/AR9330 built-in switch
[    2.380000] eth1: Atheros AG71xx at 0xb9000000, irq 4, mode:MII
[    2.930000] ag71xx ag71xx.0 eth1: connected to PHY at ag71xx-mdio.1:04 [uid=004dd041, driver=Generic PHY]
[    2.940000] TCP: cubic registered
[    2.940000] NET: Registered protocol family 17
[    2.950000] 8021q: 802.1Q VLAN Support v1.8
[    2.960000] VFS: Mounted root (squashfs filesystem) readonly on device 31:2.
[    2.970000] Freeing unused kernel memory: 232K (80316000 - 80350000)
[    5.800000] usbcore: registered new interface driver usbfs
[    5.800000] usbcore: registered new interface driver hub
[    5.810000] usbcore: registered new device driver usb
[    5.810000] usbcore: registered new interface driver bitmain
[    5.820000] hash ok
[    5.820000] hashtest OK
[    5.820000] bitmain-asic: success to register device
[    5.830000] usbcore: registered new interface driver bitmainbl
[    5.840000] ehci_hcd: USB 2.0 'Enhanced' Host Controller (EHCI) Driver
[    5.850000] ehci-platform: EHCI generic platform driver
[    5.850000] ehci-platform ehci-platform: EHCI Host Controller
[    5.860000] ehci-platform ehci-platform: new USB bus registered, assigned bus number 1
[    5.870000] ehci-platform ehci-platform: irq 3, io mem 0x1b000000
[    5.890000] ehci-platform ehci-platform: USB 2.0 started, EHCI 1.00
[    5.890000] hub 1-0:1.0: USB hub found
[    5.890000] hub 1-0:1.0: 1 port detected
[    6.230000] usb 1-1: new high-speed USB device number 2 using ehci-platform
[    6.380000] hub 1-1:1.0: USB hub found
[    6.380000] hub 1-1:1.0: 2 ports detected
[   10.580000] jffs2: notice: (324) jffs2_build_xattr_subsystem: complete building xattr subsystem, 41 of xdatum (0 unchecked, 40 orphan) and 142 of xref (0 dead, 127 orphan) found.
[   12.920000] hidraw: raw HID events driver (C) Jiri Kosina
[   12.920000] Loading modules backported from Linux version master-2013-06-27-0-gdcfa6d5
[   12.930000] Backport generated by backports.git backports-20130617-4-ge3220f5
[   12.940000] nf_conntrack version 0.5.0 (962 buckets, 3848 max)
[   12.970000] usbcore: registered new interface driver usbhid
[   12.970000] usbhid: USB HID core driver
[   12.980000] usbcore: registered new interface driver usbserial
[   12.990000] usbcore: registered new interface driver usbserial_generic
[   12.990000] usbserial: USB Serial support registered for generic
[   13.020000] xt_time: kernel timezone is -0000
[   13.060000] cfg80211: Calling CRDA to update world regulatory domain
[   13.060000] cfg80211: World regulatory domain updated:
[   13.070000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   13.080000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.080000] cfg80211:   (2457000 KHz - 2482000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   13.090000] cfg80211:   (2474000 KHz - 2494000 KHz @ 20000 KHz), (300 mBi, 2000 mBm)
[   13.100000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.110000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.120000] ip_tables: (C) 2000-2006 Netfilter Core Team
[   13.250000] ath: EEPROM regdomain: 0x0
[   13.250000] ath: EEPROM indicates default country code should be used
[   13.250000] ath: doing EEPROM country->regdmn map search
[   13.250000] ath: country maps to regdmn code: 0x3a
[   13.250000] ath: Country alpha2 being used: US
[   13.250000] ath: Regpair used: 0x3a
[   13.260000] ieee80211 phy0: Selected rate control algorithm 'minstrel_ht'
[   13.270000] cfg80211: Calling CRDA for country: US
[   13.270000] cfg80211: Regulatory domain changed to country: US
[   13.280000] cfg80211:   (start_freq - end_freq @ bandwidth), (max_antenna_gain, max_eirp)
[   13.290000] cfg80211:   (2402000 KHz - 2472000 KHz @ 40000 KHz), (300 mBi, 2700 mBm)
[   13.300000] cfg80211:   (5170000 KHz - 5250000 KHz @ 40000 KHz), (300 mBi, 1700 mBm)
[   13.300000] cfg80211:   (5250000 KHz - 5330000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.310000] cfg80211:   (5490000 KHz - 5600000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.320000] cfg80211:   (5650000 KHz - 5710000 KHz @ 40000 KHz), (300 mBi, 2000 mBm)
[   13.330000] cfg80211:   (5735000 KHz - 5835000 KHz @ 40000 KHz), (300 mBi, 3000 mBm)
[   13.340000] ieee80211 phy0: Atheros AR9330 Rev:1 mem=0xb8100000, irq=2
[   17.950000] device eth0 entered promiscuous mode
[   20.100000] eth1: link up (100Mbps/Full duplex)
ode]
Pages:
Jump to: