[SUPPORT] beeeeer.org - tech support

you don’t need Wine to use my miner on Ubuntu. The instruction by antfuentes87 is pretty much all you’ll need

@elvisrene do you get compile errors? if yes, paste them here please.

My Intel i7-3820 is only getting .38 chains/d. Something has to be wrong.

sounds like you’re using just 1 thread for mining
change that with the parameter: -genproclimit=<#>

e.g. -genproclimit=8

  • xolokram

ubuntu@ip-10-100-83-33:~/primecoin/src$ make -f makefile.unix primeminer
/bin/sh …/share/genbuild.sh obj/build.h
g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/primecoin/src -I/home/ubuntu/primecoin/src/obj -DUSE_IPV6=1 -I/home/ubuntu/primecoin/src/leveldb/include -I/home/ubuntu/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o primeminer leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/hash.o obj/bloom.o obj/noui.o obj/leveldb.o obj/txdb.o obj/prime.o obj/checkpointsync.o obj/main_poolminer.o -Wl,-z,relro -Wl,-z,now -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l boost_chrono -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l gmp -Wl,-Bdynamic -Wl,-Bdynamic -l z -l dl -l pthread /home/ubuntu/primecoin/src/leveldb/libleveldb.a /home/ubuntu/primecoin/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lboost_chrono
collect2: ld returned 1 exit status
make: *** [primeminer] Error 1
ubuntu@ip-10-100-83-33:~/primecoin/src$

this is the error i receive

No, I was already using 8, I even saw that 8 miners starting. On the Linux miner if that helps.

then something else is wrong, .38 is way too low for 3820 :-
this is something for the tech support thread

N00b question: will the miner tell me if I’ve found a block or will it only be on the user stats page?

i got the same error, but I don’t have the skillz to figure it out. My google-fu and (non-existant) linux know how have failed me yet again…

[quote=“elvisrene, post:225, topic:358”]ubuntu@ip-10-100-83-33:~/primecoin/src$ make -f makefile.unix primeminer
/bin/sh …/share/genbuild.sh obj/build.h
g++ -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/home/ubuntu/primecoin/src -I/home/ubuntu/primecoin/src/obj -DUSE_IPV6=1 -I/home/ubuntu/primecoin/src/leveldb/include -I/home/ubuntu/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2 -o primeminer leveldb/libleveldb.a obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/keystore.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/hash.o obj/bloom.o obj/noui.o obj/leveldb.o obj/txdb.o obj/prime.o obj/checkpointsync.o obj/main_poolminer.o -Wl,-z,relro -Wl,-z,now -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l boost_chrono -l db_cxx -l ssl -l crypto -Wl,-Bdynamic -l gmp -Wl,-Bdynamic -Wl,-Bdynamic -l z -l dl -l pthread /home/ubuntu/primecoin/src/leveldb/libleveldb.a /home/ubuntu/primecoin/src/leveldb/libmemenv.a
/usr/bin/ld: cannot find -lboost_chrono
collect2: ld returned 1 exit status
make: *** [primeminer] Error 1
ubuntu@ip-10-100-83-33:~/primecoin/src$

this is the error i receive[/quote]

This just happen to me on a 32 bit machine I was trying out. But those steps I posted above work perfect for 64bit… I will keep working on it tho, if i get anything I will post.

thanks buddy for now will add some windows server vps it is less of a headache but its far more expensive

Use this repo https://bitbucket.org/deFRAGerNZ/primecoin-hp

What clocks??

Mine pulls 2cpd at 4.4ghz with 2000mhz ram.

What clocks??

Mine pulls 2cpd at 4.4ghz with 2000mhz ram.[/quote]

Stock clocks.

Has anyone been able to install the miner on CentOS? I haven’t figured out how to install the dependencies.

Just tried compiling it with “make -f makefile.unix primeminer” and got the same error.

It was a pain. I had to compile boost manually http://www.boost.org no yummmy gummy bear installs for you. Let me know the error you get in the support chain for beeeeer

@urubu, elvisrene and antfuentes87:

you have two options:

  1. remove the line 47 in makefile.unix https://github.com/donSchoe/xolominer/blob/master/src/makefile.unix#L47
   -l boost_chrono$(BOOST_LIB_SUFFIX) \

or 2. install boost dependencies https://github.com/donSchoe/xolominer/blob/master/doc/build-unix.md#dependency-build-instructions-ubuntu--debian

sudo apt-get install libboost-chrono1.48-dev libboost-filesystem1.48-dev libboost-system1.48-dev libboost-program-options1.48-dev libboost-thread1.48-dev

both options have been mentioned in this thread before. give it a try.

Yes, it will say

[MASTER] submitted share -> BLOCK

But it wont show up in terminal stats. You could save your terminal output to a logfile and parse it after mining.

./primeminer [-options] | tee -a primeminer.log

And in another terminal type something like

cat primeminer.log | grep "BLOCK"

Or to find chains > 9 (0a = 10, 0b = 11, etc.)

cat primeminer.log | grep "0a\."

Edit: I just checked my logs, it looks like that:

pro1628:~/primecoin/src# cat beer.log | grep "BLOCK" [MASTER] submitted share -> BLOCK pro1628:~/primecoin/src# cat beer.log | grep "0a\." Chain: 2CC0a.d3573b

we should create a one-for-all instruction thread for ubuntu 12/13, debian squeeze/wheezy, gentoo, 32&64 bit with instructions for the popular linux distributions :slight_smile: to get rid of this problem