Bitcoin Forum
May 12, 2024, 03:38:49 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: I need an easy stratum proxy for the raspberry pi  (Read 2039 times)
klondike_bar (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 11, 2015, 04:08:31 AM
 #1

I just spent about two hours attempting to get a working raspbian install that has keyboard, ssh, and ethernet connection, and its driving me up the wall. I havent even got to the part where i need to get and install the proxy files


does anybody have an image of a working SD card with a stratum proxy functionality - or at least a fully-installed OS? installing from scratch in linux isnt my strong suit.

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
1715485129
Hero Member
*
Offline Offline

Posts: 1715485129

View Profile Personal Message (Offline)

Ignore
1715485129
Reply with quote  #2

1715485129
Report to moderator
1715485129
Hero Member
*
Offline Offline

Posts: 1715485129

View Profile Personal Message (Offline)

Ignore
1715485129
Reply with quote  #2

1715485129
Report to moderator
1715485129
Hero Member
*
Offline Offline

Posts: 1715485129

View Profile Personal Message (Offline)

Ignore
1715485129
Reply with quote  #2

1715485129
Report to moderator
You can see the statistics of your reports to moderators on the "Report to moderator" pages.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715485129
Hero Member
*
Offline Offline

Posts: 1715485129

View Profile Personal Message (Offline)

Ignore
1715485129
Reply with quote  #2

1715485129
Report to moderator
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
February 11, 2015, 04:17:42 AM
 #2

I just spent about two hours attempting to get a working raspbian install that has keyboard, ssh, and ethernet connection, and its driving me up the wall. [...]

What are you using those three are in the standard Raspian.  Huh
http://www.raspberrypi.org/downloads/


OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
sidehack
Legendary
*
Offline Offline

Activity: 3318
Merit: 1849

Curmudgeonly hardware guy


View Profile
February 11, 2015, 04:25:46 AM
 #3

Does slush's stratum proxy work on a Pi? It's a python thing, unfortunately, and I don't know what python support there is on the Pi. Probably a lot since I imagine there's a lot of overlap in the target customers.

Cool, quiet and up to 1TH pod miner, on sale now!
Currently in development - 200+GH USB stick; 6TH volt-adjustable S1/3/5 upgrade kit
Server PSU interface boards and cables. USB and small-scale miners. Hardware hosting, advice and odd-jobs. Supporting the home miner community since 2013 - http://www.gekkoscience.com
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
February 11, 2015, 04:28:39 AM
 #4

Python is well supported, no worries there.

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
klondike_bar (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 11, 2015, 04:30:45 AM
 #5

I just spent about two hours attempting to get a working raspbian install that has keyboard, ssh, and ethernet connection, and its driving me up the wall. [...]

What are you using those three are in the standard Raspian.  Huh
http://www.raspberrypi.org/downloads/



i did the raspboian install but it doesnt seemt o network. it briefly had an ip 192.168.1.142, then couldnt access it again.

I would really love a plug-and-play sd card image

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
Newar
Legendary
*
Offline Offline

Activity: 1358
Merit: 1001


https://gliph.me/hUF


View Profile
February 11, 2015, 04:42:09 AM
 #6


Sounds more like an hardware issue to me. Is the RPi PSU powerful enough? It should provide 1A. Have you tried different ports on the router? Different LAN cables?

OTC rating | GPG keyid 1DC91318EE785FDE | Gliph: lightning bicycle tree music | Mycelium, a swift & secure Bitcoin client for Android | LocalBitcoins
CrazyGuy
Legendary
*
Offline Offline

Activity: 1973
Merit: 1007



View Profile
February 11, 2015, 04:44:25 AM
 #7

ckproxy is lightweight and very easy to setup.

Download and install your standard rpi wheezy image then follow the steps outlined in the ckpool build process to compile the application.

https://bitbucket.org/ckolivas/ckpool


ASICPuppy.net ASIC Mining Hardware and Accessories - Compac F in stock!
klondike_bar (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 11, 2015, 05:38:41 AM
 #8

ckproxy is lightweight and very easy to setup.

Download and install your standard rpi wheezy image then follow the steps outlined in the ckpool build process to compile the application.

https://bitbucket.org/ckolivas/ckpool



i tried running "sudo apt-get install build-essential ./configure --without-ckdb make" but got a whole wackload of errors.

really need an ELI5 on this it seems

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
February 11, 2015, 05:42:28 AM
 #9


i tried running "

Code:
sudo apt-get install build-essential
./configure --without-ckdb
make
" but got a whole wackload of errors.

really need an ELI5 on this it seems
They're separate lines which are not wrapped on the repository summary. Read the readme directly.

Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
klondike_bar (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 11, 2015, 05:52:51 AM
 #10


i tried running "

Code:
sudo apt-get install build-essential
./configure --without-ckdb
make
" but got a whole wackload of errors.

really need an ELI5 on this it seems
They're separate lines which are not wrapped on the repository summary. Read the readme directly.
./configure --without-ckdb

"-bash: ./configure: No such file or directory"

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
-ck
Legendary
*
Offline Offline

Activity: 4102
Merit: 1632


Ruu \o/


View Profile WWW
February 11, 2015, 07:32:14 AM
 #11


i tried running "

Code:
sudo apt-get install build-essential
./configure --without-ckdb
make
" but got a whole wackload of errors.

really need an ELI5 on this it seems
They're separate lines which are not wrapped on the repository summary. Read the readme directly.
./configure --without-ckdb

"-bash: ./configure: No such file or directory"

I guess I have to spell it out. You are building from git, there are extra instructions.


Developer/maintainer for cgminer, ckpool/ckproxy, and the -ck kernel
2% Fee Solo mining at solo.ckpool.org
-ck
klondike_bar (OP)
Legendary
*
Offline Offline

Activity: 2128
Merit: 1005

ASIC Wannabe


View Profile
February 11, 2015, 04:00:11 PM
Last edit: February 11, 2015, 04:19:57 PM by klondike_bar
 #12


i tried running "

Code:
sudo apt-get install build-essential
./configure --without-ckdb
make
" but got a whole wackload of errors.

really need an ELI5 on this it seems
They're separate lines which are not wrapped on the repository summary. Read the readme directly.
./configure --without-ckdb

"-bash: ./configure: No such file or directory"

I guess I have to spell it out. You are building from git, there are extra instructions.



so i figured out how to download the .git, autogen/configure/make/make install it so that theres a directory ckpool
i put my settings into the files: ckproxy, ckpool
now what? how do i run it, and set it up to run at boot?

i tried sudo ckpool in the src directory but go back "No bitcoinds active" and often get a warning about a JSON error w/ ckpool.conf

24" PCI-E cables with 16AWG wires and stripped ends - great for server PSU mods, best prices https://bitcointalk.org/index.php?topic=563461
No longer a wannabe - now an ASIC owner!
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!