Bitcoin Forum
April 19, 2024, 09:51:28 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: minepeon help  (Read 780 times)
adih2001 (OP)
Newbie
*
Offline Offline

Activity: 2
Merit: 0


View Profile
August 12, 2014, 03:58:58 PM
 #1

Hello! I have a raspberry pi with minepeon installed and a antminer u2 running!
Can someone tell me a list of compatible usb asic miners that work for minepeon? (note: i need devices that mine bitcoin not litecoin!)
THX for help.
1713563488
Hero Member
*
Offline Offline

Posts: 1713563488

View Profile Personal Message (Offline)

Ignore
1713563488
Reply with quote  #2

1713563488
Report to moderator
1713563488
Hero Member
*
Offline Offline

Posts: 1713563488

View Profile Personal Message (Offline)

Ignore
1713563488
Reply with quote  #2

1713563488
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713563488
Hero Member
*
Offline Offline

Posts: 1713563488

View Profile Personal Message (Offline)

Ignore
1713563488
Reply with quote  #2

1713563488
Report to moderator
1713563488
Hero Member
*
Offline Offline

Posts: 1713563488

View Profile Personal Message (Offline)

Ignore
1713563488
Reply with quote  #2

1713563488
Report to moderator
KriszDev
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250


View Profile
August 12, 2014, 05:48:16 PM
 #2

Minepeon uses BFGMiner 3.4 or cgminer 3.6.4. For USB drivers see http://minepeon.com/index.php/Hardware.
BenTuras
Hero Member
*****
Offline Offline

Activity: 826
Merit: 1001



View Profile
August 12, 2014, 07:04:13 PM
 #3

If you want to run another version of cgminer, you can use the following instructions (I used it a while ago for the
 OneStringMiner board, so you might need to activate other ASICS with --enable-xxx):

# Log in to minepeon
$ cd /opt/minepeon
$ mkdir src
$ cd src
$ wget http://ck.kolivas.org/apps/cgminer/4.3/cgminer-4.3.5.tar.bz2
$ bunzip2 cgminer-4.3.5.tar.bz2 | tar xvf -
$ cd cgminer-4.3.5
$ ./configure --enable-bitfury
$  make
$  sudo rm /opt/minepeon/bin/cgminer-old
# you could get an message that cgminer-old doesn’t exist, you can ignore this
$  sudo ln /opt/minepeon/bin/cgminer /opt/minepeon/bin/cgminer-old
$  sudo rm /opt/minepeon/bin/cgminer
$  sudo cp cgminer /opt/minepeon/bin/
$ screen -r
# stop the running cgminer by pressing the letter q (this is still the old cgminer running)
# wait 30 seconds to allow cgminer to restarted or start top and wait for cgminer to appear; quit top and continue
$ screen -r
# You should now see cgminer 4.3.5
# Press ctrl-A D to get back to the shell prompt
$ exit

I am selling in stock OneStringMiner boards, based on the Bitfury chips. Have a look here: https://bitcointalk.org/index.php?topic=495536.0
Pages: [1]
  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!