Bitcoin Forum
May 01, 2024, 11:25:57 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Hardware / Re: Black Arrow 28nm 100Ghash Bitcoin ASIC from $1.99/GH/s, miners from $2.97/GH/s on: June 20, 2014, 03:26:23 AM
Just got a DHL tracking number for an X-1 with order number 2# direct from BA   Shocked  Grin

EDIT: Its a order number in the twenties not number two. # is a wildcard. Sorry I though order numbers were kinna sensative info. Screenshot below

2  Bitcoin / Mining software (miners) / Re: BFGMiner 3.1.4: modular ASIC/FPGA, GBT, Strtm, RPC, Lnx/OpnWrt/PPA/W64, BFLSC on: August 21, 2013, 06:46:09 PM
I am unable to get my BFL LS running on arch. I have libusbx installed but it still won't detect it. I have been poking around and seeing that FTDI is currently not working, although bfgminer moved away from FTDI, right, so it doesn't matter? Any reason why this might not be working? Thanks!
3  Economy / Computer hardware / [WTS] BFL 30GH/s Little Single August 2012 Preorder on: April 29, 2013, 12:49:36 AM
Hey I'm selling my August 28th preorder for a 30 GH/s Little Single on ebay. Proof of payment is the forth image. http://www.ebay.com/itm/Butterfly-Labs-BitForce-Little-Single-SC-30-GH-s-ASIC-August-Preorder-/261208167769?#ht_815wt_1125
4  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: January 18, 2013, 04:14:29 AM
@KillaGT

I would recommend you start a new topic to get help on this. As for now I recommend you install yaourt. run "yaourt -AS cgminer-git". When it ask you if you want to edit the PKGBUILD file say yes, type in nano if it ask for an editor. Then proced to delete "'libcl'" from the depends= line. ctr-o hit enter, then crt-x. This should compile cgminer from git on your pogoplug. yaourt automates the process. When your done you should have a package file you can install with pacman. You will probably run out of ram when compiling so you will need to set up a ram file on another usb drive. It would be simpler if you just used the precompiled binaries I have made. I'll PM them to you. Also don't follow any of my directions without completely knowing what they do. (you should learn something along the way!)
5  Bitcoin / Mining / Re: give you a big ASIC joke~ ASIC mining rig 1Thash/s on: October 14, 2012, 07:41:17 PM
Funny how this rendering was made in 2007. Its even funnier that that is a picture of a PowerPC G4. You better be careful, you may have apple suing you soon.  Lips sealed
6  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 04, 2012, 01:09:41 AM
I got it. I added a swap file and the package was able to be created.

bfgminer-git-20121003-1-arm.pkg.tar.xz can be downloaded at http://www.sendspace.com/file/bdsb74

Thanks to everyone for helping me, especially Luke for developing this great software.  Grin
7  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 04, 2012, 12:05:57 AM
Correct Luke,

Code:
[313014.130000] Out of memory: kill process 19029 (makepkg) score 891 or a child
[313014.140000] Killed process 19030 (xz)
[324044.570000] xz invoked oom-killer: gfp_mask=0x201da, order=0, oomkilladj=0
[324044.570000] [<c00305e4>] (unwind_backtrace+0x0/0xe0) from [<c007cb38>] (oom_kill_process.isra.8+0xa0/0x200)
[324044.580000] [<c007cb38>] (oom_kill_process.isra.8+0xa0/0x200) from [<c007cf68>] (__out_of_memory+0x118/0x1a8)
[324044.590000] [<c007cf68>] (__out_of_memory+0x118/0x1a8) from [<c007d25c>] (out_of_memory+0x6c/0xdc)
[324044.600000] [<c007d25c>] (out_of_memory+0x6c/0xdc) from [<c007fa64>] (__alloc_pages_nodemask+0x524/0x550)
[324044.610000] [<c007fa64>] (__alloc_pages_nodemask+0x524/0x550) from [<c0081cf4>] (__do_page_cache_readahead+0xf8/0x248)
[324044.620000] [<c0081cf4>] (__do_page_cache_readahead+0xf8/0x248) from [<c00820e0>] (ra_submit+0x28/0x30)
[324044.630000] [<c00820e0>] (ra_submit+0x28/0x30) from [<c007a3f8>] (filemap_fault+0x400/0x434)
[324044.640000] [<c007a3f8>] (filemap_fault+0x400/0x434) from [<c008c88c>] (__do_fault+0x50/0x4d4)
[324044.650000] [<c008c88c>] (__do_fault+0x50/0x4d4) from [<c008f768>] (handle_mm_fault+0x104/0x610)
[324044.660000] [<c008f768>] (handle_mm_fault+0x104/0x610) from [<c0325740>] (do_page_fault+0xe4/0x294)
[324044.670000] [<c0325740>] (do_page_fault+0xe4/0x294) from [<c0323d5c>] (ret_from_exception+0x0/0x10)

I'll try adding a swap file later and see if it works. this will hopefully be my last problem.  Smiley
8  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 11:02:05 PM
Iman, when I run yaourt i give it an ignore architecture flag. "yaourt -AS packagename" That alone should not solve my first error, but it is probably the fact that it configures everything through autogen.sh and not ./configure.

Make finished compiling but building the package failed because I got a write error. I assume I ran out of space on /tmp (this thing only has 128mb ram), so I moved the compiling temp directory to one on the hard drive. I'm still getting an error though. The executable is under /var/abs/local/yaourtbuild/bfgminer-git/src/bfgminer-build, so I can run it, but I would like to have it packaged.

Code:
make[2]: Leaving directory `/var/abs/local/yaourtbuild/bfgminer-git/src/bfgminer-build'
make[1]: Leaving directory `/var/abs/local/yaourtbuild/bfgminer-git/src/bfgminer-build'
==> Tidying install...
  -> Purging unwanted files...
  -> Compressing man and info pages...
  -> Stripping unneeded symbols from binaries and libraries...
==> Creating package...
  -> Generating .PKGINFO file...
  -> Compressing package...
/usr/bin/makepkg: line 1290: 4821 Killed                  xz -c -z -
bsdtar: Write error
==> ERROR: Failed to create package file.
==> ERROR: Makepkg was unable to build bfgminer-git.

9  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 07:10:43 PM
Initially I didn't install libtools because I thought I saw its source being downloaded, which it was being built with bfgminer-git. Well I installed libtools and now I get different errors.

http://techblog.sethleedy.name/?p=24276 is a tutorial on compiling cgminer, which BFGMiner forked off from, on the raspberry pi. The os is debian.

UPDATE: I got it working. I installed pkg-config and make, and now it seems to be compiling. Thanks for all the help. I'm glad it was as simple as installing missing dependencies. I'll probably be releasing a tutorial or script once I get everything working.
10  Other / Beginners & Help / Re: Compile BFGMiner on Pogoplug (Arch Linux) on: October 03, 2012, 02:23:51 AM
Ok so I am installing bfgminer-git through yaourt now. I am now stuck at this point (see code below). Oh BTW I have been editing the PKGBUILD file to remove the opencl dependency and add the --disable-opencl flag to autogen.sh.

Code:
Running autoreconf -if...
configure.ac:12: installing './ar-lib'
configure.ac:9: installing './install-sh'
configure.ac:9: installing './missing'
Makefile.am:1: error: Libtool library used but 'LIBTOOL' is undefined
Makefile.am:1:   The usual way to define 'LIBTOOL' is to add 'LT_INIT'
Makefile.am:1:   to 'configure.ac' and run 'aclocal' and 'autoconf' again.
Makefile.am:1:   If 'LT_INIT' is in 'configure.ac', make sure
Makefile.am:1:   its definition is in aclocal's search path.
Makefile.am: installing './depcomp'
autoreconf: automake failed with exit status: 1

Is this something I should should be fixing on my system (such as a system variable?) or in the source code?
11  Other / Beginners & Help / Compile BFGMiner on Pogoplug (Arch Linux) on: September 28, 2012, 01:43:14 AM
I am attempting to compile BFGMiner on my ARMv6l Pogoplug V3 running Arch Linux. When I download and try to configure the 2.8.1 source I get this error.

Code:
 ./configure
checking build system type... Invalid configuration `armv6l-unknown-linux-eabihf': machine `armv6l-unknown-linux' not recognized
configure: error: /bin/sh ./config.sub armv6l-unknown-linux-eabihf failed

I thought the whole point of compiling was to be able to run the code on almost any machine. Any thought on how I can get this to compile?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!