Bitcoin Forum
June 17, 2024, 12:22:35 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 [132] 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 »
  Print  
Author Topic: OLD: BFGMiner 3.10.0: modular ASIC+FPGA, GBT+Strtm, RPC, Mac/Lnx/W64, AntU1, DRB  (Read 1192974 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
mfread
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 14, 2014, 08:23:46 PM
Last edit: February 14, 2014, 11:46:46 PM by mfread
 #2621

@deagel

Love the photo of your ANTminer rig.

Looks like you've removed the aluminum heat sink that comes with each ANTminer and have attached (screwed?) each ANTminer to your massive heat sink block (6 ANTminers per block). Did you have to drill pilot holes in the big heat sink block? Did you use metal or plastic/nylon screws to attach the ANTminer to the block? Or did you just use thermal paste to 'glue' the ANTminer to the block?



zipman
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 14, 2014, 08:51:45 PM
 #2622

I tried the git clone first line and got error message:
remote branch feature/antminer-u1-support not found in upstream origin Unexpected end of command stream

No need to do any of that anymore, support is in the latest official release. That branch no longer exists on my repo.

where do I get the latest release? I know I have to ssh into the minepeon but where do I point it?  I had installed one and then I was reading somewhere to do some stuff to mod it to make it work for the antminer. my antminer has never mined over about 1.1gh and I have added 2 be and with all 3 going I am getting less than 1gh, does the new release resolve this issue? Thanks for the help in advanced
I am new to this as you can tell Smiley
BRADLEYPLOOF
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
February 14, 2014, 09:05:02 PM
 #2623

I tried the git clone first line and got error message:
remote branch feature/antminer-u1-support not found in upstream origin Unexpected end of command stream

No need to do any of that anymore, support is in the latest official release. That branch no longer exists on my repo.

where do I get the latest release? I know I have to ssh into the minepeon but where do I point it?  I had installed one and then I was reading somewhere to do some stuff to mod it to make it work for the antminer. my antminer has never mined over about 1.1gh and I have added 2 be and with all 3 going I am getting less than 1gh, does the new release resolve this issue? Thanks for the help in advanced
I am new to this as you can tell Smiley

One of the biggest problems people face is that their USB devices don't have enough power.  That may be why you're getting a low hashrate using one rig or 3.  I'm not sure what this minepeon is about, but I just put rasbian on my pi, cloned the bfgminer 3.10, and away I went...no modding, not downloading other things, just load and run!  Here's how I did it: If a command fails, it may require root/sudo

1: Open Terminal or SSH into your Linux machine.

2: Run "apt-get update"

3: Run "apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev"

4: Run "git clone git://github.com/luke-jr/bfgminer.git"

5: Enter the bfgminer directory

6: Run "./autogen.sh"

7: Run "./configure" (if you do not want to use GPUs on the machine, add --disable-opencl)

8: Run "make"

9: After make completes, you can run bfgminer directly (may require sudo), or create a shell script that includes your arguments.
zipman
Newbie
*
Offline Offline

Activity: 6
Merit: 0


View Profile
February 14, 2014, 09:32:40 PM
 #2624

I tried the git clone first line and got error message:
remote branch feature/antminer-u1-support not found in upstream origin Unexpected end of command stream

No need to do any of that anymore, support is in the latest official release. That branch no longer exists on my repo.

where do I get the latest release? I know I have to ssh into the minepeon but where do I point it?  I had installed one and then I was reading somewhere to do some stuff to mod it to make it work for the antminer. my antminer has never mined over about 1.1gh and I have added 2 be and with all 3 going I am getting less than 1gh, does the new release resolve this issue? Thanks for the help in advanced
I am new to this as you can tell Smiley

One of the biggest problems people face is that their USB devices don't have enough power.  That may be why you're getting a low hashrate using one rig or 3.  I'm not sure what this minepeon is about, but I just put rasbian on my pi, cloned the bfgminer 3.10, and away I went...no modding, not downloading other things, just load and run!  Here's how I did it: If a command fails, it may require root/sudo

1: Open Terminal or SSH into your Linux machine.

2: Run "apt-get update"

3: Run "apt-get install git autoconf automake libtool pkg-config libcurl4-gnutls-dev libjansson-dev uthash-dev libncurses5-dev"

4: Run "git clone git://github.com/luke-jr/bfgminer.git"

5: Enter the bfgminer directory

6: Run "./autogen.sh"

7: Run "./configure" (if you do not want to use GPUs on the machine, add --disable-opencl)

8: Run "make"

9: After make completes, you can run bfgminer directly (may require sudo), or create a shell script that includes your arguments.


I have a powered usb hub. Minepeon is An ArchLinux ARM based mining OS built for the Raspberry PI.. so I guess that is my lynx os for my pi?
would what you are suggesting at step 2 would that override what is on my pi(which is fine if it wil make my miners work)
BRADLEYPLOOF
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
February 15, 2014, 12:27:39 AM
 #2625

I have a powered usb hub. Minepeon is An ArchLinux ARM based mining OS built for the Raspberry PI.. so I guess that is my lynx os for my pi?
would what you are suggesting at step 2 would that override what is on my pi(which is fine if it wil make my miners work)

I don't know about that.  If your "OS" can run and install programs, then try installing the latest BFGMiner and using a command line to run it.  I doubt it will over-ride your minepeon OS but if it does, it's pretty simple to just put together a new OS (I use Rasbian) and download BFGminer. 
mfread
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 15, 2014, 12:28:52 AM
 #2626

Does anyone have the know-how to build a LiveCD (or USB) Linux distro to support GPU and ASIC/ANT mining? The GPU in question (for now) is a AMD Radeon 6970 (but might change in the future).

I'm looking for a series of steps to follow. Of course one of the steps would be to install drivers to support whatever GPU card I have in the PC.

Why? The PC is question is a Windows 7 desktop used throughout the day and cannot be modified to run bfgminer etc (ie. I cannot install software onto this machine). But I can boot a LiveCD or USB to do mining at night.

I'm not familiar with Linux (outside of following a few simple guides to install and compile bfgminer and cgminer from git on a VPS). I am very familiar with Windows. If I need to install Linux on a VirtualBox in order to create a LiveCD/USB then I'm comfortable doing this.

Any help greatly appreciated.

jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
February 15, 2014, 01:03:59 AM
 #2627

I have a powered usb hub. Minepeon is An ArchLinux ARM based mining OS built for the Raspberry PI.. so I guess that is my lynx os for my pi?
would what you are suggesting at step 2 would that override what is on my pi(which is fine if it wil make my miners work)

I don't know about that.  If your "OS" can run and install programs, then try installing the latest BFGMiner and using a command line to run it.  I doubt it will over-ride your minepeon OS but if it does, it's pretty simple to just put together a new OS (I use Rasbian) and download BFGminer. 

Minepeon already has BFGMiner installed and set to run as default (also has CGMiner) and can be updated with a git pull in the appropriate directories.  In fact I think the latest Preview release of Minepeon has the latest. It allows you to configure BFGMiner from a web Interface.

Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 15, 2014, 01:27:26 AM
 #2628

Does anyone have the know-how to build a LiveCD (or USB) Linux distro to support GPU and ASIC/ANT mining? The GPU in question (for now) is a AMD Radeon 6970 (but might change in the future).

I'm looking for a series of steps to follow. Of course one of the steps would be to install drivers to support whatever GPU card I have in the PC.

Why? The PC is question is a Windows 7 desktop used throughout the day and cannot be modified to run bfgminer etc (ie. I cannot install software onto this machine). But I can boot a LiveCD or USB to do mining at night.

I'm not familiar with Linux (outside of following a few simple guides to install and compile bfgminer and cgminer from git on a VPS). I am very familiar with Windows. If I need to install Linux on a VirtualBox in order to create a LiveCD/USB then I'm comfortable doing this.

Any help greatly appreciated.



For what its worth, all my main mining machines run a Gentoo Linux booted off a 16GB USB.  Works just fine.  3.10.0 is even in the portage tree, although you will need to ACCEPT_KEYWORD override to get the latest version.  I took a few early notes when I was building software mirrored USBs, those are attached below (sorry they are a bit long):

Bitminer install notes
Base Gentoo install (I’m using two 16GB USB sticks - $10 each from Microcenter)
 /* NOTE:  These are NOT complete instruction, view the details below.  MANY steps are skipped, like chrooting – they presume you have done this before and are just looking for the key hints */
http://www.gentoo.org/doc/en/gentoo-x86+raid+lvm2-quickinstall.xml – if you have done it before, and just want a checklist.  I’m mirroring the two USB sticks in case one dies…
  http://www.gentoo.org – and read the docs if you have never done a gentoo install before
USB Stick layout: gentoo1 / # fdisk -l /dev/sdb

Disk /dev/sdb: 15.5 GB, 15504900096 bytes, 30283008 sectors
Units = sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disk identifier: 0x0570d639

   Device Boot      Start         End      Blocks   Id  System
/dev/sdb1            2048      264191      131072   fd  Linux raid autodetect
/dev/sdb2          264192     4458495     2097152   82  Linux swap / Solaris
/dev/sdb3         4458496     4982783      262144   fd  Linux raid autodetect
/dev/sdb4         4982784    30283007    12650112   fd  Linux raid autodetect

gentoo1 / # vgs
  VG   #PV #LV #SN Attr   VSize   VFree
  vg1    1   4   0 wz--n-  12.05g   3.05g
gentoo1 / # lvs
  LV      VG   Attr       LSize  Pool Origin Data%  Move Log Cpy%Sync Convert
  home    vg1  -wi-ao----  1.00g
  opt     vg1  -wi-ao----  2.00g
  portage vg1  -wi-ao----  2.00g
  usr     vg1  -wi-ao----  4.00g
  var     vg1  -wi-ao----  2.00g
gentoo1 / # cat /etc/fstab
# /etc/fstab: static file system information.
#
# <fs>                  <mountpoint>    <type>          <opts>          <dump/pass>
/dev/md1                /boot           ext3            noauto,noatime  1 2
/dev/md3                /               ext4            noatime         0 1
/dev/sda2               none            swap            sw              0 0
/dev/sdb2               none            swap            sw              0 0
/dev/vg1/usr            /usr            ext4            noatime,ro         1 2
/dev/vg1/portage                /usr/portage    ext4            noatime         1 2
/dev/vg1/home           /home           ext4            noatime         1 2
/dev/vg1/var            /var            ext4            noatime         1 2
/dev/vg1/opt            /opt            ext4            noatime         1 2
/dev/cdrom              /mnt/cdrom      auto            noauto,ro       0 0
#/dev/fd0               /mnt/floppy     auto            noauto          0 0
10.XX.YY.ZZ:/usr/portage/distfiles /usr/portage/distfiles nfs defaults 0 0
tmp                     /tmp            tmpfs           nodev,nosuid,noexec 0 0
vartmp                  /var/tmp        tmpfs           nodev,nosuid,size=4g 0 0

(Note:  I have a common distfiles NFS share I use across my home network)

Emerge syslog-ng – basic Unix logging tool
Emerge vim – because I much prefer VI to Nano as an editor (learn VI once and you will have a basic editor on every Unix machine in the world)
Emerge gentoo-sources – for building your custom kernel
Major kernel item needed for Antminer (suggest building into kernel, not as modules)
Device Drivers -> USB Support ->  USB Serial Converter Support -> USB CP210x family of UART Bridge Controllers
Emerge lvm2 mdadm – for support of logical volumes and raiding (not needed if you do a standard install without LVM or mirroring of course)
Emerge genkernel – don’t like it, but initramfs bootstrapping is just the way of the world these days
mdadm  --detail –scan >> /etc/mdadm.conf
vi /etc/mdadm.conf and make sure the devices are called what you want them to be.  E.g.  /dev/md3 not /dev/gentoo:3 or something similar
genkernel –lvm –mdadm –mdadm-config=/etc/mdadm.conf –install initramfs
Emerge nfsutils – if you are going to use NFS, like I do for my distfiles area
emerge bfgminer (if you are not going to use your graphics card
/* Switch to the current Gentoo documentation for installing the newer Grub code if your using the LVM guide.  I like the legacy Grub, because I know it, but the new one seems to work, so it’s probably good to go with the times…  */
/* For any old Gentoo users just coming back:
The amd64 documentation is now for all 64 bit intel/amd folks.
Eth0 will not exist unless you “touch /etc/udev/rules.d 80-net-name-slot.rules”, which will force the traditional behavior.  I find the traditional behavior just fine when you only have 1 Ethernet card…  */
Emerge grub
grub2-install /dev/sda – first mirror device
grub2-install /dev/sdb – second mirror device
vi /etc/default/grub and uncomment GRUB_DISABLE_LINUX_UUID  /*  I had problems getting my usb sticks to boot, this helped, but it ended up around me wanting to specify the name of my md devices  I also had to add “domdadm” to the kernel parameter line */
grub2-mkconfig –o /boot/grub/grub.cfg
emerge dev-vcs/git
cd /opt (or wherever you want to store the latest bfgminer tree)
git clone https://github.com/nwoolls/bfgminer/ -b feature/antminer-u1-support
cd bfgminer
./autogen.sh
./configure
/* Fix anything missing required by newer bfgminer than the standard one in the portage tree */
emerge uthash
./configure
make
Create a startup script and place in /etc/local.d  looking something like:
#!/bin/bash

# set the worker name and password for your mining pool
WORKER="Cassey_Jean_Claude_gentoo1ant"
PASS="pass"

# see cgminer and bfgminer readme for details, choose one
#OPTS="-S opencl:auto --gpu-fan 100 --auto-gpu --intensity 14 --temp-overheat 90 --temp-cutoff 100 --temp-target 80 --verbose"
OPTS="-S antminer:all --set-device antminer.freq=0781"

# enter pool URLS in format URL:port
URL1="stratum+tcp://us1.eclipsemc.com:3333"
URL2="stratum+tcp://us2.eclipsemc.com:3333"
URL3="stratum+tcp://us3.eclipsemc.com:3333"

# get full path to miner, uncomment the miner you want
# CMD=`which cgminer`
CMD="./bfgminer"

# formart worker strings
S1="-o $URL1 -O $WORKER":"$PASS"
S2="-o $URL2 -O $WORKER":"$PASS"
S3="-o $URL3 -O $WORKER":"$PASS"

# concatenate command to run
RUN="$CMD $OPTS $S1 $S2 $S3"

echo "Changing to /opt/bfgminer"
cd /opt/bfgminer
rm *.bin
echo "$RUN"

$RUN
Of course, feel free to run EXACTLY that script.  Doing so will credit me with ALL your efforts <evil smile>.  Ok, ok, it should be obvious, but change the worker ids to your own…
Test your script!
cp /etc/local.d/mineart.start .
./mineart.start
With a bit of luck you should see bfgminer startup, see your AMU’s and rapidly start seeing them process data.

If you wish to use your graphics card, just do a:
ACCEPT_KEYWORDS=”~amd64” emerge bfgminer /* fetch the standard code */
Note will with fetch a LOT of X11 stuff, but it will still easily fit on the 16GB USB setup.
And create a new startup deck.  You will want an OPTS line along the lines of:
OPTS="-S opencl:auto --gpu-fan 100 --auto-gpu --intensity 14 --temp-overheat 90 --temp-cutoff 100 --temp-target 80"
Personally… your probably better off emerging boinc and letting it use your space CPU and graphics card.  Join the World Community Grid project, add yourself to the “Friends of Kevin” team <it doesn’t hurt anything and this is volunteer stuff anyhow>, and let your space cycles go to the good of humanity.  World Community Grid often runs programs that help discover cures for all kinds of things from malaria to aids to …
Or… proceed to use your CPU and GPU for litecoins…
To do this, I created a new /bitcoin and /litecoin lvm partition (512M is more than plenty).  I copied the old /opt stuff over to /bitcoin and removed /opt from the system (freeing up 2GB!).  This provides us two places to have different bfgminer builds.  Of course, the startup scripts were changed to reflect this.
First we need a version of bfgminer with scrypt support

git clone https://github.com/luke-jr/bfgminer.git
cd bfgminer
./autogen.sh
./configure –enable-cpumining –enable-scrypt –enable-opencl

If you try and run it now, it should start, but not find any devices.  That is because we don’t have the opencl libraries…

Now for the pain, at least for those liking a nice clean gentoo build:

We need opencl – this will suck in a ton of X windows stuff, but alas, I haven’t found a way around this.  I suspect there are some other dependencies, so given we are trashing our clean distribution:

Edit /etc/portage/make.conf and remove the “-X” if you had it in there.
ACCEPT_KEYWORDS=”~amd64” emerge –u –newuse bfgminer”

Emerge ati-drivers
Emerge amd-adl-sdk
Emerge pciutils (will help figuring out your video card)
A good reference here, I won’t repeat it all.
http://gentoovps.net/setup-bitcoin-mining-gentoo-linux/

Don’t forget to set VIDEO_CARDS="fglrx vesa" in /etc/portage/make.conf

Cassey
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 15, 2014, 01:38:34 AM
 #2629

Quick sanity check/question...

I tested bfgminer out against my scrypt alt coin pre-launch and it worked great, although the number of stale shares was high.  I'm trying it now post-launch, with a network hashrate of around 8MHash/sec.

I would think I didn't have it setup right, but I've seen it accept all of ONE share in about 20 minutes.

Is that normal?  Is the wallet server (one of the dnsseed machines) just too busy to serve up shares?  I'm not seeing any errors from bfgminer:

 bfgminer version 3.10.0 - Started: [2014-02-14 19:11:16] - [  0 days 00:24:57]
 [M]anage devices [P]ool management [ S]ettings [D]isplay options   [H]elp [Q]uit
 Connected to nibble diff 1 without LP as user nibblerpc
 Block: ...935339f78f5705f0  Diff:1 ( 7.16Mh/s)  Started: [19:34:39]
 ST:5  F:0  NB:7  AS:0  BW:[ 64/ 31 B/s]  E:0.01  I: 0.00 BTC/hr  BS:2
 3      79.0C |  1.07/ 1.07/ 2.90Mh/s | A:1 R:0+0(none) HW:0/none
---------------------------------------------------------------------------------
 OCL 0: 79.0C | 466.3/464.0/  0.0kh/s | A:0 R:0+0(none) HW:0/none
 OCL 1: 78.0C |  0.47/ 0.46/ 2.88Mh/s | A:1 R:0+0(none) HW:0/none
 OCL 2:       | 141.1/140.4/  0.0kh/s | A:0 R:0+0(none) HW:0/none
---------------------------------------------------------------------------------
 [2014-02-14 19:14:25] New block detected on network
 [2014-02-14 19:16:26] New block detected on network
 [2014-02-14 19:21:23] Found block for pool 0!
 [2014-02-14 19:21:23] Accepted 00006227 OCL 1  Diff 2/1
 [2014-02-14 19:21:23] New block detected on network
 [2014-02-14 19:21:23] New block detected on network
 [2014-02-14 19:26:33] New block detected on network

Something just feels wrong, and I've connected to pools for my coin and been served right up.

Hmmm, am I just thinking about this wrong?  The rate would make sense if it was only reporting actual blocks that I found, not just work shares.  Wondering about that since its apparently doing something on CL 0 and 2...



Cassey
Luke-Jr (OP)
Legendary
*
Offline Offline

Activity: 2576
Merit: 1186



View Profile
February 15, 2014, 02:00:38 AM
 #2630

Quick sanity check/question...

I tested bfgminer out against my scrypt alt coin pre-launch and it worked great, although the number of stale shares was high.  I'm trying it now post-launch, with a network hashrate of around 8MHash/sec.

I would think I didn't have it setup right, but I've seen it accept all of ONE share in about 20 minutes.

Is that normal?  Is the wallet server (one of the dnsseed machines) just too busy to serve up shares?  I'm not seeing any errors from bfgminer:

 bfgminer version 3.10.0 - Started: [2014-02-14 19:11:16] - [  0 days 00:24:57]
 [M]anage devices [P]ool management [ S]ettings [D]isplay options   [H]elp [Q]uit
 Connected to nibble diff 1 without LP as user nibblerpc
 Block: ...935339f78f5705f0  Diff:1 ( 7.16Mh/s)  Started: [19:34:39]
 ST:5  F:0  NB:7  AS:0  BW:[ 64/ 31 B/s]  E:0.01  I: 0.00 BTC/hr  BS:2
 3      79.0C |  1.07/ 1.07/ 2.90Mh/s | A:1 R:0+0(none) HW:0/none
---------------------------------------------------------------------------------
 OCL 0: 79.0C | 466.3/464.0/  0.0kh/s | A:0 R:0+0(none) HW:0/none
 OCL 1: 78.0C |  0.47/ 0.46/ 2.88Mh/s | A:1 R:0+0(none) HW:0/none
 OCL 2:       | 141.1/140.4/  0.0kh/s | A:0 R:0+0(none) HW:0/none
---------------------------------------------------------------------------------
 [2014-02-14 19:14:25] New block detected on network
 [2014-02-14 19:16:26] New block detected on network
 [2014-02-14 19:21:23] Found block for pool 0!
 [2014-02-14 19:21:23] Accepted 00006227 OCL 1  Diff 2/1
 [2014-02-14 19:21:23] New block detected on network
 [2014-02-14 19:21:23] New block detected on network
 [2014-02-14 19:26:33] New block detected on network

Something just feels wrong, and I've connected to pools for my coin and been served right up.

Hmmm, am I just thinking about this wrong?  The rate would make sense if it was only reporting actual blocks that I found, not just work shares.  Wondering about that since its apparently doing something on CL 0 and 2...
Diff 1 is very high for scrypt.

Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 15, 2014, 02:10:31 AM
Last edit: February 15, 2014, 02:37:26 AM by Cassey
 #2631

Diff 1 is very high for scrypt.

Yeah, had a boatload of early GPU raiders drive it up.  They have mostly dropped off now, but its going to take days to get through the blocks for a readjustment.  That is why I was trying to brings some of my GPUs online to help - we need to solve something like 340 more blocks before the difficulty will drop.

I was quite surprised when within about 4 hours of launch we topped 40MHash/sec in the network pool.  Its down to about 7.5MHash now.

FWIW - I did this coin to get educated in the bits, pieces, and processes, and it has been VERY educational <smile and wince at the same time>

Related question:  How would bfgminer behave if I told it to balance between this and my normal real coin pools?  Would each pool get 1/2 the effort or would the accepted share rate imbalance come into play?

Please PM me if you would like to know more about my altcoin or related adventures.

Cassey
mfread
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 15, 2014, 04:32:05 AM
 #2632

MEASURE VOLTS AND AMPS FROM YOUR USB

I'll dicky-up a cable soon with a couple of contact points so I can measure V and A with my multimeter, but in the meantime I went searching for such a ready-made device and found a few:

1) http://dx.com/p/usb-av-usb-power-current-voltage-tester-translucent-blue-silver-235090 (US$5.91 with free shipping to Australia)

2) http://www.smartronixstore.com/index.cfm?fuseaction=product.display&product_ID=53 (US$49.99 + shipping)

3) http://www.amazon.com/dp/B002T8RNF6/?tag=stackoverfl08-20 (no price; out of stock)

4) http://www.ebay.com/itm/360442552053 (appears to be same as Amazon product; EUR 14.98 + shipping EUR 6.90)

I've order (1) as it's very cheap and according to the reviews is quite accurate (we'll see).

I want to see, once and for all, how much power my ASICminer and ANTminer consume when plugged into various USB ports on my laptop and powered USB 2.0 4-port hub.

Cheers,
Mark
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 15, 2014, 04:39:03 AM
 #2633

$6?  Free delivery?  I ordered one...

Cassey
mfread
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 15, 2014, 04:45:40 AM
 #2634

@Cassey

You're a champion for posting your Linux miner USB setup, but alas it's mostly gobble-dee-gook to me, but I do hope it helps someone else.

I'll search around to see if anyone has a pre-built .iso I can download (and work out how to get the gfx drivers on to it). Or I'll try and find instructions for the entire process. I'm sure the info is out there, but I was hoping to cut down the days it'll take me to understand all this into something a little more turnkey / manageable Smiley


Does anyone have the know-how to build a LiveCD (or USB) Linux distro to support GPU and ASIC/ANT mining? The GPU in question (for now) is a AMD Radeon 6970 (but might change in the future).

For what its worth, all my main mining machines run a Gentoo Linux booted off a 16GB USB.  Works just fine.  3.10.0 is even in the portage tree, although you will need to ACCEPT_KEYWORD override to get the latest version.  I took a few early notes when I was building software mirrored USBs, those are attached below (sorry they are a bit long):

--cut--
Cassey
Sr. Member
****
Offline Offline

Activity: 470
Merit: 250

Better to have 100 friends than 100 rubles


View Profile
February 15, 2014, 05:03:25 AM
 #2635

@Cassey

You're a champion for posting your Linux miner USB setup, but alas it's mostly gobble-dee-gook to me, but I do hope it helps someone else.

I'll search around to see if anyone has a pre-built .iso I can download (and work out how to get the gfx drivers on to it). Or I'll try and find instructions for the entire process. I'm sure the info is out there, but I was hoping to cut down the days it'll take me to understand all this into something a little more turnkey / manageable Smiley


Yeah, Gentoo Linux is pretty much for die-hards.  Alas, I find that every system is a bit different (my 3 main miners have virtually identical builds, but being on different mobos act differently). You might just want to try a Live-CD (and Gentoo's works fine!).  Problem is you would have to build bfgminer and all its required library's every time you booted.

Let us know what you find out.  I'm afraid maintaining such a beast at current Linux levels would become a part-time job.

I might be able to make a tarball out of one of my systems, but you would still need to unpack it onto a properly partitioned USB drive and built the MBR on that drive.  That and I'd have to find a way to post a ~4GB file someplace.  I'd also have to try and generalize it a bit (built lots of modules for various ethernet cards, maybe build a generic X86 kernel,etc.)

Cassey
deagel
Member
**
Offline Offline

Activity: 67
Merit: 10


View Profile
February 15, 2014, 08:02:32 AM
 #2636

@deagel

Love the photo of your ANTminer rig.

Looks like you've removed the aluminum heat sink that comes with each ANTminer and have attached (screwed?) each ANTminer to your massive heat sink block (6 ANTminers per block). Did you have to drill pilot holes in the big heat sink block? Did you use metal or plastic/nylon screws to attach the ANTminer to the block? Or did you just use thermal paste to 'glue' the ANTminer to the block?


https://bitcointalk.org/index.php?topic=390929.msg5155376#msg5155376
jedimstr
Hero Member
*****
Offline Offline

Activity: 798
Merit: 1000



View Profile
February 15, 2014, 01:04:57 PM
 #2637

@Cassey

You're a champion for posting your Linux miner USB setup, but alas it's mostly gobble-dee-gook to me, but I do hope it helps someone else.

I'll search around to see if anyone has a pre-built .iso I can download (and work out how to get the gfx drivers on to it). Or I'll try and find instructions for the entire process. I'm sure the info is out there, but I was hoping to cut down the days it'll take me to understand all this into something a little more turnkey / manageable Smiley


Does anyone have the know-how to build a LiveCD (or USB) Linux distro to support GPU and ASIC/ANT mining? The GPU in question (for now) is a AMD Radeon 6970 (but might change in the future).

For what its worth, all my main mining machines run a Gentoo Linux booted off a 16GB USB.  Works just fine.  3.10.0 is even in the portage tree, although you will need to ACCEPT_KEYWORD override to get the latest version.  I took a few early notes when I was building software mirrored USBs, those are attached below (sorry they are a bit long):

--cut--

For a more user friendly Linux setup, you may want to check out BAMT.  The latest updated editions are more for GPU mining though so for ASICs you'll still have to do more fiddling.

djaychela
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 15, 2014, 02:10:15 PM
 #2638

Please anyone help me understand how to use bfgminer with ant miner, i am a new to all of this and have had no success
 Huh Huh Huh
Are you on Windows? I'm assuming you're talking about the Antminer U1

If you are, make sure you have the right drivers installed (The Silicon Labs CP210x ones) so that your ant miners appear as a COM port to Windows.  If this isn't right, bfgminer won't be able to access the antminers.

Then you need to launch bfgminer with all the right command line switches for your pool, etc., but importantly add

-S antminer:all

and I think that should do it.  

Having said that, if you are on Windows, I'd recommend nwools' excellent multiminer as it makes life a lot easier , giving you a GUI to work with, and allowing swapping coins/pools a piece of cake.   It'll download bfgminer for you and takes a lot of the hard work out of getting things up and running.
storm2k5
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
February 15, 2014, 02:48:29 PM
 #2639

I tried BFGminer 3.10 on win7 on my Hashfast Babyjet yesterday and even tho the "M1" device was listed as an USB device during startup, BFGMiner didn't detect it as a device.

I looked at the readme files but couldn't find any mentioning of the babyjet, even tho release notes state it's supported.
Can anybody help me out?

YinCoin YangCoin ☯☯First Ever POS/POW Alternator! Multipool! ☯ ☯ http://yinyangpool.com/ 
Free Distribution! https://bitcointalk.org/index.php?topic=623937
BRADLEYPLOOF
Hero Member
*****
Offline Offline

Activity: 520
Merit: 500


View Profile
February 15, 2014, 03:19:58 PM
 #2640

Diff 1 is very high for scrypt.

Yeah, had a boatload of early GPU raiders drive it up.  They have mostly dropped off now, but its going to take days to get through the blocks for a readjustment.  That is why I was trying to brings some of my GPUs online to help - we need to solve something like 340 more blocks before the difficulty will drop.

I was quite surprised when within about 4 hours of launch we topped 40MHash/sec in the network pool.  Its down to about 7.5MHash now.

FWIW - I did this coin to get educated in the bits, pieces, and processes, and it has been VERY educational <smile and wince at the same time>

Related question:  How would bfgminer behave if I told it to balance between this and my normal real coin pools?  Would each pool get 1/2 the effort or would the accepted share rate imbalance come into play?

Please PM me if you would like to know more about my altcoin or related adventures.

Is there a place to see the network rate or is there a block explorer available?  If not, how hard is it to make one?
Pages: « 1 ... 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 [132] 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 »
  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!