Bitcoin Forum
July 13, 2024, 02:15:43 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
3021  Bitcoin / Hardware / Re: Hub for pi and block eruptors Help on: July 23, 2013, 07:12:37 AM
OK thank you! Where can I buy these gismoz on ebay? I am in France. Also which hubs did you use?
Thank you
3022  Bitcoin / Hardware / Hub for pi and block eruptors Help on: July 23, 2013, 06:56:31 AM
Hi I have been reading a few threads but cant work out which is the best hub to buy? Does anyone have a link to one on ebay please? I have 12 block eruptors so would like to use at least 10 (might sell 2 depending on what hub I get).

I have a hub with 4 ports and I got 2 block eruptors running last night. I then plugged 10 into my ac power suplied 10 port hub and it kept spitting back errors all night. does this mean I have got the wrong hub?

Also one more question please. Is there a maximum amount of eruptors you can connect to a raspberry pi? How do you do this? Do you just have one hub feeding many all with powerr suplies?
3023  Bitcoin / Hardware / asic mining on raspberian on a pi on: July 19, 2013, 06:37:03 AM
I have read the adfruit guide with an lcd screen ansd tried to modify it to work via ssh only but can not get my block eruptors mining. This is what I do:
Or to delete the download and start again with the make while in the topmost cgminer directory
This will delete the entire directory
cd ..

then type rm -rf /cgminer-3.1.1

You probably have all the files but start here anyway

sudo apt-get install libusb-1.0-0-dev libusb-1.0-0 libcurl4-openssl-dev libncurses5-dev libudev-dev

wget http://ck.kolivas.org/apps/cgminer/3.1/ ... .1.tar.bz2    2 & 3!!

tar xvf cgminer-3.1.1.tar.bz2

cd cgminer-3.1.1

./configure --enable-icarus

make


Crucial to look for any errors after the config and then after you run make

We can now test it with   

export DISPLAY=:0


./cgminer   SEE BELOW 1 if nothing

It won't work but it should say can't find any usb devices then continue on by making the conf file and run the last command.

sudo nano cgminer.conf
stratum.bitcoin.cz:3333
.worker1
password


copy the file in and put in your settings now ready to run

./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 >/dev/null 2>&1&

troubleshouting
dmesg | grep -i usb

 dmesg | grep -i tty



Those two should show a lot of info maybe copy it all into a doc. Run one and look over the lines for anything suspicious like failures, etc then do the same for tty.



Q: On linux I can see the /dev/ttyUSB* devices for my Icarus FPGAs, but
 cgminer can't mine on them

A: Make sure you have the required priviledges to access the /dev/ttyUSB* devices:

                      sudo ls -las /dev/ttyUSB*

will give output like:

 0 crw-rw---- 1 root dialout 188, 0 2012-09-11 13:49 /dev/ttyUSB0
 
This means your account must have the group 'dialout' or root privileges

To see what groups an account has

                      groups <username>

To permanently give your account the 'dialout' group:
 
                      sudo usermod -G dialout -a `whoami`

Then logout and back in again

1. The first part

./cgminer

It doesn't show any errors? I can't figure out what it's doing it should return something.

You can type

ps aux | grep cgminer

As seen in this pic

 

the second line root 4097, root 4098 look for a line that has cgminer at the end (example shows python Piminer.py look in that spot for cgminer)

Like this one
 

After root is the PID use this line to kill cgminer if it is running

sudo kill 4097

In the first example PiMiner.py is running under the PID of 4097 find the PID of cgminer and kill it.

Also the instructions do show that the conf file is not in the cgminer directory you point to it in the run line

--config /home/pi/cgminer.conf

I missed that part (they do make good tutorials but if you skip a line it's can get messy it seems like you followed it word for word but are getting something not expected)
2.
wget http://ck.kolivas.org/apps/cgminer/3.1/ ... .1.tar.bz2
3. wget http://ck.kolivas.org/apps/cgminer/3.1/ ... .1.tar.bz2




But  everytime I try and run ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 >/dev/null 2>&1&

Nothing happens apart from

[1] 2191


Does anyone have any ideas please Sad
3024  Bitcoin / Hardware / mac and block eruptor guide on: July 18, 2013, 01:02:19 PM
I really am pulling me hair out here I am trying to find a guide to setting up block eruptors with a mac. any ideas please?
3025  Bitcoin / Mining support / Help setting up pi with block eruptors will pay 0.5 BTC on: July 07, 2013, 08:12:05 AM
I need someone to talk me through getting my block eruptors mining. I have SSH set up, pi connected to internet. I am just useless at setting up the software. As I said I will pay 0.5 bitcoins to help me through this!
Prefferably will have to use some kind of chat. skype etc..
3026  Bitcoin / Mining software (miners) / New minpeon supports block eruptors but how? on: July 06, 2013, 01:57:45 PM
Hi all I am again really stuck. How do I download the latest minepeon? http://mineforeman.com/minepeon/

I would ideally like to do this via VNC which I have connected now. Also after I have downloaded it how do I start it? If anyone can help me through getting my mining software running I will pay them 0.1 bit coins  as I am desperate to start now. I have 10 ASIC block eruptors ready to go!
Thanks.
3027  Bitcoin / Pools / slush's pool on: July 06, 2013, 01:31:26 PM
I have started mining with 10 usb block eruptors and I am with slush's pool. When I look at the my account page everything is zero
Does it take a while to update this info or should it be immediate?
3028  Bitcoin / Mining software (miners) / cgminer with pi again on: July 06, 2013, 01:29:06 PM
pi@raspberrypi ~ $ ps aux | grep cgminer
root      2583  0.0  0.3   5116  1608 pts/0    S    12:01   0:00 sudo nohup ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9
root      2584  0.0  1.0 722176  4832 pts/0    Sl   12:01   0:01 ./cgminer-3.1.1/cgminer --config /home/pi/cgminer.conf -S /dev/ttyUSB0 -S /dev/ttyUSB1 -S /dev/ttyUSB2 -S /dev/ttyUSB3 -S /dev/ttyUSB4 -S /dev/ttyUSB5 -S /dev/ttyUSB6 -S /dev/ttyUSB7 -S /dev/ttyUSB8 -S /dev/ttyUSB9
pi        2867  0.0  0.1   3544   872 pts/0    S+   13:26   0:00 grep --color=auto cgminer
pi@raspberrypi ~ $


Does this mean cgminer is running? If so how can I see what exactly what it is doing? like with its own window so I can see the hash reates etc
3029  Bitcoin / Mining software (miners) / Help with CGminer with raspberry pi on: July 06, 2013, 01:12:27 PM
I am running cgminer (I think) by following this : http://learn.adafruit.com/piminer-raspb ... art-mining

However I do not have an lcd screen. I do have a remote connection to the pi desktop through my mac.

This is the very first time I have used the pi really. How can I check if cgminer is running and also how can I see the activity of the program such as hash rate etc?

I can not even find cgminer in the start menu let alone see an icon or anything for it

Sorry for all the stupid questions  I have no idea how to use raspberian and stuck!
3030  Bitcoin / Pools / slush's pool on: July 06, 2013, 10:41:37 AM
I am trying to set up eligas pool mining for my raspberry pi but what port do I use?
I know this is the pool address http://api.bitcoin.cz:8332 but what about the port please?

Does anyone know how to do the Eliga pool too please?
3031  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 08:18:11 AM
Ben OK phew Thank you very much!!! I was nearly having a heart attack there! Much appreciated Smiley
3032  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 08:04:28 AM
Yes it was up to date last night when I checked it was up to date and showing I  still had 3.995 bitcoins in my wallet. I checked block chain out of curiosity and then saw this now I am panicking Sad
3033  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 08:03:07 AM
Hi actually on th raspberry pi forum I actually posted all my wifi ip addresses could this be what has happened someone hacked me?
3034  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 07:58:50 AM
well does anyone know what the hell happened then please? Was I hacked?
3035  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 07:57:03 AM
yes I never sent any to that address I do not know what the address is?
3036  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 07:56:33 AM
no I did not do the 3.9 transaction!!!! wow this is crazy is there anything I can do? I am using qt wallet on my mac book pro.
3037  Bitcoin / Bitcoin Technical Support / Re: block chain showing zero BTC... Why on: July 04, 2013, 07:50:39 AM
It says I sent 3.9 bitcoins to this address 13ZdCdUgyC5YFWQd8WwG3eMa7L3VZqxvHK
But I didnt?!
Is something happening here please I am worried now
3038  Bitcoin / Bitcoin Technical Support / block chain showing zero BTC... Why on: July 04, 2013, 07:48:12 AM
My wallet on my mac is showing 3.95 bitcoins but if I search on block chain it shows the final balance as zero?
This is really worrying me why is this please?
https://blockchain.info/address/16s8cJjUQPkkZ5Mc1XRzpCBAL4rxRXM8Ug
3039  Bitcoin / Pools / mining pool cgminer 3.1.1 (outdated) with raspberri pi on: July 04, 2013, 06:52:20 AM
I am totally new to mining and was hoping someone could point me in the right direction of what mining pool to use. As it says in the title I am using a raspberry pi and just put on cgminer 3.1.1 which is now outdated.
I am not sure if it matters what pool I use but any suggestions would be great. I will be using 10 usb block eruptors by the way
3040  Bitcoin / Hardware / Re: Mac and 2 USB block eruptors on: June 28, 2013, 08:24:36 AM
Thank you so id I simply download the mining software, plug in the ASIC miners then will I be able to select them  through the mining software?

Regards,
Matthew
Pages: « 1 ... 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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!