I need some helping Getting my Rig up and Running. Whoever helps me to get it up and running first gets the .25 BTC Reward.
What am I doing wrong here?
I downloaded putty.exe so I could ssh into my setup
Then on my laptop I entered login (pi) and the password (raspberry)
I typed (I have almost no idea what this does, found it on Bitfury Miner Support)
https://bitcointalksearch.org/topic/guide-bitfury-miner-supporttuning-287590cd /opt/bitfury/chainminer
sudo make clean
sudo make
sudo killall screen
sudo /etc/rc.local
I typed the raspberry pi IP into my url and changed the default mining pool, along with my username and password. I hit start mining and the power goes up to 650 watts or so for a minute and then the system shuts down and it is not a cooling or power issue.
How do I get this to mine?
try sudo make clean
Sudo make
Sudo make install
Sudo killall screen
Sudo /etc/rc.local
I have never seen a make build without make install.
My img was corrupted too, was yours?
1) Disconnect the pi from the mboard
2) SSH in to the software
3) now copy and paste this into SSH:
rm /opt/bitfury/best.cnf ; for i in {1..256} ; do echo -e "$i\tAIfDSo\t52" >> /opt/bitfury/best.cnf ; done
(this will change your autotuning settings downward to 52 instead of the default 56 [Dave emailed me directly to say that this was the main difference between V2 chainminer and v3 chainminer], that caused my 700W PSU to cut off too, your miner should stay on now)
4) reconnect the PI to the board and try it again.
5) if your Power still cuts off, Take out all boards and begin with half boards...see if it stays on. If it stays on, let them run for 30 minutes. After those 30 minutes are up check which cards are still hashing. Take note of the cards that are turned off. Now shut of the miner from the web interface, then turn off the miner. Find the smallest screwdriver in existence (seriously...must be smaller than an eyeglasses repair kit screwdriver) and slightly turn the potentiometer screw located on the bottom right side of the board near the big chip that says pulse - turn it a quarter of a turn counterclockwise (to the left). Try them again.
6) repeat step five with all cards until they eventually all stay on. If you have all cards plugged in and the device still cuts off, then you need a stronger PSU (I went with a 700 W PSU and it seems to be doing the trick)
7) Bonus - Keep your cards firmly placed in the slots, this means don't keep fans right on top of the boards as they could wiggle them and shut off the miner.
[I mention 7 because to this point ive been getting spotty rates sometimes and I decided to make a small crontab -e job within my chain-miner settings to reset the miner once per hour to avoid random h-cards from turning off but now that I see step 7 since reading the boards today I will do this to prevent the hourly reset that I'm currently doing.]
Thanks, I'll try this now. I'm running an 1250w XFX PSU and my room temperature here is around 45 F with window open since its 25F or so here. I'm thinking the autotune feature is probably the issue. It reminds me of a pc when you Overclock it and it posts for about 15 seconds before the whole system locks up and crashes. The crash is when the raspberry pi shuts down and my SSH connection closes.
After I compiled and waited 10 minutes until it finished, I hit the start mining button in my bitfury admin page and it shut down within 30 seconds
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make
g++ -Wall -pthread -O2 -I . -c jobconnect.cpp -o jobconnect.o
sudo make install
sudo killall screen
sudo/etc/rc.local
g++ -Wall -pthread -O2 -I . -c handylib.cpp -o handylib.o
In file included from /usr/include/c++/4.6/backward/strstream:52:0,
from handylib.cpp:5:
/usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This file includes at lequated header which may be removed without further notice at a future date. Please use a non-deprvalent functionality instead. For a listing of replacement headers and interfaces, consult the fidisable this warning use -Wno-deprecated. [-Wcpp]
handylib.cpp: In member function ‘void handylib::HTTPServer::loadMultipart(std::istream&)’:
handylib.cpp:653:18: warning: comparison between signed and unsigned integer expressions [-Wsign-
handylib.cpp: In member function ‘void handylib::Time::scache() const’:
handylib.cpp:2850:25: warning: comparison between signed and unsigned integer expressions [-Wsign
handylib.cpp: In function ‘void handylib::tm_loadtzi()’:
handylib.cpp:3048:13: warning: variable ‘tm’ set but not used [-Wunused-but-set-variable]
g++ -Wall -pthread -O2 -I . -c spidevc.cpp -o spidevc.o
g++ -Wall -pthread -O2 -I . -c miner.cpp -o miner.o
g++ -Wall -pthread -O2 -I . jobconnect.o handylib.o spidevc.o miner.o json/libjson.a -o miner
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make install
make: *** No rule to make target `install'. Stop.
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo killall screen
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo/etc/rc.local
-bash: sudo/etc/rc.local: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$ pi@10-0-0-249:/run/shm$ cd /opt/bitfury/chainminer
g++ -Wall -pthread -O2 -I . jobconnect.o handylib.o spidevc.o miner.o json/libjson.a -o miner
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make install
make: *** No rule to make target `install'. Stop.
-bash: pi@10-0-0-249:/run/shm$: No such file or directorypi@10-0-0-249:/opt/bitfury/chainminer$ s
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo/etc/rc.local
-bash: sudo/etc/rc.local: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$
pi@10-0-0-249:/opt/bitfury/chainminer$ pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make clean
-bash: pi@10-0-0-249:/opt/bitfury/chainminer$: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$ rm -f *.o miner
pi@10-0-0-249:/opt/bitfury/chainminer$ pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make
-bash: pi@10-0-0-249:/opt/bitfury/chainminer$: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$ g++ -Wall -pthread -O2 -I . -c jobconnect.cpp -o jobconnec
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make install
make: *** No rule to make target `install'. Stop.
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo killall screen
screen: no process found
pi@10-0-0-249:/opt/bitfury/chainminer$ sudo/etc/rc.local
-bash: sudo/etc/rc.local: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$ g++ -Wall -pthread -O2 -I . -c handylib.cpp -o handylib.o
In file included from /usr/include/c++/4.6/backward/strstream:52:0,
from handylib.cpp:5:
/usr/include/c++/4.6/backward/backward_warning.h:33:2: warning: #warning This file includes at lequated header which may be removed without further notice at a future date. Please use a non-deprvalent functionality instead. For a listing of replacement headers and interfaces, consult the fidisable this warning use -Wno-deprecated. [-Wcpp]
handylib.cpp: In member function ‘void handylib::HTTPServer::loadMultipart(std::istream&)’:
handylib.cpp:653:18: warning: comparison between signed and unsigned integer expressions [-Wsign-
handylib.cpp: In member function ‘void handylib::Time::scache() const’:
handylib.cpp:2850:25: warning: comparison between signed and unsigned integer expressions [-Wsign
handylib.cpp: In function ‘void handylib::tm_loadtzi()’:
handylib.cpp:3048:13: warning: variable ‘tm’ set but not used [-Wunused-but-set-variable]
pi@10-0-0-249:/opt/bitfury/chainminer$ In file included from /usr/include/c++/4.6/backward/strstr
-bash: In: command not found
pi@10-0-0-249:/opt/bitfury/chainminer$ from handylib.cpp:5:
from: can't read /var/mail/handylib.cpp:5:
pi@10-0-0-249:/opt/bitfury/chainminer$ /usr/include/c++/4.6/backward/backward_warning.h:33:2: warncludes at least one deprecated or antiquated header which may be removed without further notice se a non-deprecated interface with equivalent functionality instead. For a listing of replacementonsult the file backward_warning.h. To disable this warning use -Wno-deprecated. [-Wcpp]
-bash: /usr/include/c++/4.6/backward/backward_warning.h:33:2:: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$ handylib.cpp: In member function ‘void handylib::HTTPServeeam&)’:
-bash: syntax error near unexpected token `('
pi@10-0-0-249:/opt/bitfury/chainminer$ handylib.cpp:653:18: warning: comparison between signed anions [-Wsign-compare]
-bash: handylib.cpp:653:18:: command not found
pi@10-0-0-249:/opt/bitfury/chainminer$ handylib.cpp: In member function ‘void handylib::Time::sca
-bash: syntax error near unexpected token `('
pi@10-0-0-249:/opt/bitfury/chainminer$ handylib.cpp:2850:25: warning: comparison between signed asions [-Wsign-compare]
-bash: handylib.cpp:2850:25:: command not found
pi@10-0-0-249:/opt/bitfury/chainminer$ handylib.cpp: In function ‘void handylib::tm_loadtzi()’:
-bash: syntax error near unexpected token `('
pi@10-0-0-249:/opt/bitfury/chainminer$ handylib.cpp:3048:13: warning: variable ‘tm’ set but not uable]
-bash: handylib.cpp:3048:13:: command not found
pi@10-0-0-249:/opt/bitfury/chainminer$ g++ -Wall -pthread -O2 -I . -c spidevc.cpp -o spidevc.o
pi@10-0-0-249:/opt/bitfury/chainminer$ g++ -Wall -pthread -O2 -I . -c miner.cpp -o miner.o
pi@10-0-0-249:/opt/bitfury/chainminer$ g++ -Wall -pthread -O2 -I . jobconnect.o handylib.o spidev -o miner
pi@10-0-0-249:/opt/bitfury/chainminer$ pi@10-0-0-249:/opt/bitfury/chainminer$ sudo make install
-bash: pi@10-0-0-249:/opt/bitfury/chainminer$: No such file or directory
pi@10-0-0-249:/opt/bitfury/chainminer$ make: *** No rule to make target `install'. Stop.
> pi@10-0-0-249:/opt/bitfury/chainminer$ sudo killall screen
> pi@10-0-0-249:/opt/bitfury/chainminer$ sudo/etc/rc.local
> -bash: sudo/etc/rc.local: No such file or directory
> pi@10-0-0-249:/opt/bitfury/chainminer$