Bitcoin Forum
July 01, 2024, 06:24:43 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 [3] 4 5 6 7 8 9 »
41  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive RockMiner R-Box Setup [HD] on: July 31, 2014, 03:34:28 AM
I downloaded the Rpi image from Rockminer (both 0.3.1 & 1.3.0), but neither of them sees the R-Box.

The fan is going, and a red LED is on the miner, but it's not seen.

Supposedly this image has everything you need ypo run the R-BOX.

Anyone have any suggestions?

I've already tried 2 different USB cable, a 1A & 2.1A PS on the RPi, the 12V supply for the R-BOX is a 12v 6A.


Thanks,
David

Try a native setup without a prebuilt image - just use the factory raspain image (you don't get a web gui though)

Hi all.
Just wanted to share my experience with the Rockminer R-Box on Raspberry pi.
I didn't realise there were any guides so I just sort of winged it, and I guess you can too.
I have 2 running at the moment on a powered USB hub at 290MHz and getting a combined of 71GHS
Raspberry Pi Model B

(sorry for poor formatting, this is just a quick explanation)
My steps:
Install Raspian from the Raspberry Pi website (in fact I used NOOBS to install it to a 32gb micro-SD with an SD card adapter)
SSH in from my windows box
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev (to get the dependencies)
sudo wget http://ck.kolivas.org/apps/cgminer/cgminer-4.4.2.tar.bz2
sudo tar xvf cgminer-4.4.2.tar.bz2
(rename to cgminer) sudo mv cgminer-4.4.2 cgminer
cd cgminer
./configure --enable-icarus (let it churn and burn for like 15 minutes)
make

Now it's all working with CLI (no webserver or anything, cause I don't like it)

Now I just run it with

screen sudo ./cgminer -o blablah -u blah -p blah --rock-freq 290

The screen command just lets it run in the background even when you close the the SSH session.

I also just made a little shell script that runs on boot, reboot the pi and you're good to go.

Hope that helps anyone who's been struggling.

1GvWrJSLNafra26jDwpScY5bqYcQ6BDhPW --- Tips always gratefully accepted Cheesy
42  Bitcoin / Hardware / Re: [Guide] Dogie's Comprehensive RockMiner R-Box Setup [HD] on: July 28, 2014, 01:01:11 AM
Hi all.
Just wanted to share my experience with the Rockminer R-Box on Raspberry pi.
I didn't realise there were any guides so I just sort of winged it, and I guess you can too.
I have 2 running at the moment on a powered USB hub at 290MHz and getting a combined of 71GHS
Raspberry Pi Model B

(sorry for poor formatting, this is just a quick explanation)
My steps:
Install Raspian from the Raspberry Pi website (in fact I used NOOBS to install it to a 32gb micro-SD with an SD card adapter)
SSH in from my windows box
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev (to get the dependencies)
sudo wget http://ck.kolivas.org/apps/cgminer/cgminer-4.4.2.tar.bz2
sudo tar xvf cgminer-4.4.2.tar.bz2
(rename to cgminer) sudo mv cgminer-4.4.2 cgminer
cd cgminer
./configure --enable-icarus (let it churn and burn for like 15 minutes)
make

Now it's all working with CLI (no webserver or anything, cause I don't like it)

Now I just run it with

screen sudo ./cgminer -o blablah -u blah -p blah --rock-freq 290

The screen command just lets it run in the background even when you close the the SSH session.

I also just made a little shell script that runs on boot, reboot the pi and you're good to go.

Hope that helps anyone who's been struggling.

1GvWrJSLNafra26jDwpScY5bqYcQ6BDhPW --- Tips always gratefully accepted Cheesy
43  Alternate cryptocurrencies / Mining (Altcoins) / Re: Video Guide: How to make your own altcoin mining pool on: July 02, 2014, 12:37:52 PM
thanks for your work on this guide and sharing with us
it will help users like me to learn more about pools

No worries.
Please feel free to share the video around Cheesy
44  Bitcoin / Pools / Re: Video Guide: How to make your own bitcoin mining pool on: July 02, 2014, 12:37:16 PM
Just what I  have been looking for. Thanks for your videos not often people do for free.

What would the min requirements needed for a server needed to run on. I have a spare system doing nothing with 500GB hard drive on it x4 amd 3.8Ghz

Does everything need to be done in Linux or can a pool be made for Windows etc???

The easiest way is just to use a windows system running VMware or VirtualBox. The system specs you've provided seem good, just remember that you'll need enough RAM for the windows machine as well as the linux machine. I've found that if you have less than 1gb of RAM on the linux machine it's quite difficult to compile the wallet (ie you get lots of errors)

Cheers
I have a couple of HP Proliant Servers Gen8 with 96 GB memory  each laying around in my study room doing nothing  but it run on Windows server OS.  I am not much of a Linux . Can you create the video utilizing Windows.

These videos are made on a windows machine.
It's just in a virtual machine which runs the linux OS.
If you've got a spare windows server, then you're ready to virtualize linux.
45  Bitcoin / Pools / Re: Video Guide: How to make your own bitcoin mining pool on: July 02, 2014, 01:34:01 AM
Videos updates with new MPOS file format.
46  Alternate cryptocurrencies / Mining (Altcoins) / Re: Video Guide: How to make your own altcoin mining pool on: July 02, 2014, 01:33:02 AM
Videos updates with new MPOS file format.
47  Bitcoin / Pools / Re: Video Guide: How to make your own bitcoin mining pool on: May 31, 2014, 09:13:41 PM
Just what I  have been looking for. Thanks for your videos not often people do for free.

What would the min requirements needed for a server needed to run on. I have a spare system doing nothing with 500GB hard drive on it x4 amd 3.8Ghz

Does everything need to be done in Linux or can a pool be made for Windows etc???

The easiest way is just to use a windows system running VMware or VirtualBox. The system specs you've provided seem good, just remember that you'll need enough RAM for the windows machine as well as the linux machine. I've found that if you have less than 1gb of RAM on the linux machine it's quite difficult to compile the wallet (ie you get lots of errors)

Cheers
48  Bitcoin / Pools / Re: Video Guide: How to make your own bitcoin mining pool on: May 28, 2014, 11:10:39 PM
I am getting this error:

chown: cannot access ‘public/templates/compile’: No such file or directory
chown: cannot access ‘public/templates/cache’: No such file or directory

i checked the git, and shows [[MOVED] Removed include and templates from public [TESTING]]

any idea if we need to do any extra step?

This is becase of the new directory structure in the MPOS software on github.

I've update the tutorial on youtube, but essentially you just need to change the command to conform to the new directory structure so do:

chown -R www-data templates/compile templates/cache logs

Hope that helps
49  Bitcoin / Pools / Re: Video Guide: How to make your own bitcoin mining pool on: May 19, 2014, 09:10:38 PM
is it possible to make a pool on an windows based server?
You could probably make MPOS work under a VM, but CoiniumServ might also be of interest to you.  Note that it's only the server side, not the public-facing web side (MPOS is pretty much a turnkey solution, offering all of it neatly packaged together).
I can't really think of a good reason to use a Windows-based server for this, though, unless it's all you have available to you for some reason Smiley

If you only have a windows machine your best bet is to run a VMWare (like I have in this video) and have the network set to bridged mode, then just forward ports 80, and the worker port to the local IP of that virtual machine. Downside is that the host machine (windows) has to stay on all the time.
50  Bitcoin / Pools / Re: Video Guide: How to make your own bitcoin mining pool on: May 19, 2014, 08:28:30 AM
Cheers for the feedback.
In the near future i'll make a new series detailing security, and email setup
thanks
51  Alternate cryptocurrencies / Mining (Altcoins) / Re: Video Guide: How to make your own altcoin mining pool on: May 19, 2014, 08:26:50 AM
Cheers for the feedback.
That stuff was slightly out of scope for a simple introduction, but i'll make a new series detailing security, and email setup
thanks
52  Alternate cryptocurrencies / Mining (Altcoins) / Video Guide: How to make your own altcoin mining pool on: May 18, 2014, 12:31:41 PM
Hi Guys,

After lots of fun making my own pools over the last few months I thought I would make a series of video tutorials which essentially just runs through the MPOS quick start guide with a few tips and tricks along the way.
I've broke it into 3 parts and it's a walk through on getting yourself started on making a pool. Hopefully this will mean more pools which means some more competition.

I've used the relatively new guncoin as my practice coin for this video but obviously this could easily be modified for any scrypt based altcoin, or quark, etc

Thanks for watching

Part 1: Building and compiling the wallet: https://www.youtube.com/watch?v=l16tku_7g2A
Part 2: Configuring the Stratum Server: https://www.youtube.com/watch?v=IlShbFRzefY
Part 3: Configuring the Front end (MPOS): https://www.youtube.com/watch?v=D0MEVlVrEqc
53  Bitcoin / Pools / Video Guide: How to make your own bitcoin mining pool on: May 18, 2014, 12:12:40 PM
Hi Guys,

After lots of fun making my own pools over the last few months I thought I would make a series of video tutorials which essentially just runs through the MPOS quick start guide with a few tips and tricks along the way.
I've broke it into 3 parts and it's a walk through on getting yourself started on making a pool. Hopefully this will mean more pools which means some more competition.

I've used the relatively new guncoin as my practice coin for this video but obviously this could easily be modified for any scrypt based altcoin, or quark, etc

Thanks for watching Cheesy

Part 1: Building and compiling the wallet: https://www.youtube.com/watch?v=l16tku_7g2A
Part 2: Configuring the Stratum Server: https://www.youtube.com/watch?v=IlShbFRzefY
Part 3: Configuring the Front end (MPOS): https://www.youtube.com/watch?v=D0MEVlVrEqc

54  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - Officially Launched! on: May 18, 2014, 12:08:37 PM
https://www.youtube.com/watch?v=l16tku_7g2A

Sick of all these ads for mining pools? Make your own.
Video dedicated to making your own mining pool and uses guncoin as an example!!
55  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - Official Launch May 1, 2014 - [IPCO] Escrow on: May 01, 2014, 09:43:52 PM

http://gun.altcryptomining.com
1% Fee
VARDIFF
PROP Payout
All fees for first 72 hours go back to miners through our daily lottery (PM me your address and pool u/n to enter the draw
56  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Guncoin(GUN) - Official Launch May 1, 2014 - [IPCO] Escrow on: April 26, 2014, 09:23:28 AM


http://gun.altcryptomining.com
We are open for pre-registration!
1% Fee
VARDIFF
All fees for first 72 hours donated back to miners in the form of a daily lottery. PM wallet address to me after launch to claim your prizes!
Let's get behind this great coin
57  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QB]QuarkBar - 7GHS - Giveaway - Now on exchange on: April 18, 2014, 04:54:53 AM
WTS 10K QuarkBar

0.1 BTC

PM me.
58  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][QB]QuarkBar - 7GHS - Giveaway - Now on exchange on: April 15, 2014, 11:32:17 AM
Wallet can't sync.
Anyone else got any nodes other than those listed in OP?
59  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][GOLD] BitGold | PoS | Real IPO | Escrow | A currency of the future on: April 06, 2014, 11:16:07 PM

http://gold.altcryptomining.com
0% fees - new for GOLD coin
Prop Payout
VARDIFF
Spread the hashrate around people!
Come and join us. Let's make some GOLD
60  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ★[PRE-ANN] Australia Coin AUS - IPO ESCROW - LAUNCH INFO - INVEST NOW!??★ on: April 06, 2014, 01:39:01 PM
Everyone knows our colours are Green & Gold....Lame

Yep. Instead they've taken the colors from our flag and assumed they're "the Australian colors"... no Aussie thinks blue, red, white are Australian. It almost looks like a USA coin or something. Even if they did a google search for Aussie colors they would see it's Green and Gold!!

Cry such lies

Me lying, or them? I assume you mean them. I'm just saying it how it is. I dont mine or invest in this coin. I'm commenting here because I'm an Aussie and it feels bad to see our name used like this for something so lame. The creators clearly have NO IDEA about Australia. Spend 5 minutes on Google and you'll see that!

Australian Colors: Green and Gold.



Well you knew this had to happen...

Aussie!, Aussie!, Aussie!

Pages: « 1 2 [3] 4 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!