Author

Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014 - page 337. (Read 1210752 times)

mbk
member
Activity: 106
Merit: 10
To pool owners:

Pool difficulties are too low for OpenCL stratum miner. Increase it at to 5M and 10M for multi-gpu configurations.

Check your pool sends scratchpad update messages in time. I tested 2 pools - bbr.farm sends it,  cncoin.farm doesn't. It's inefficient without instant scratchpad updates.
mbk
member
Activity: 106
Merit: 10
OpenCL stratum miner
https://github.com/mbkuperman/cpuminer-multi-opencl

Windows x64 build
https://github.com/mbkuperman/cpuminer-multi-opencl/releases

To mine on all available GPUs:
Code:
minerd.exe -a wildkeccak_ocl -o stratum+tcp://bbr.farm:7777 -u 1EmWGnwhydr3S2vRWQbbefh1hgDKgMjdMGe43ZgdPhdARhNBRkUMuD4YzLA2nyYG8tg2HKCCBg4aDamJKypRQWW1Ca2kSV8 -p X -l scratchpad.bin -k http://bbr.farm/download/scratchpad.bin

OpenCL specific options:
Code:
-d N - start OpenCL device to use (default: 0)
-i N - OpenCL work intensity (default: 18)

To mine on 2nd GPU only  and to set higher intensity:
Code:
minerd.exe -a wildkeccak_ocl -d 1 -t 1 -i 22 ... 

To mine on CPU (algorithm from original fork):
Code:
minerd.exe -a wildkeccak ... 

Discussion thread
https://bitcointalksearch.org/topic/m.8339439
hero member
Activity: 976
Merit: 646
Could anyone please help with the following error? I'm building on a fresh AWS instance of Ubuntu 14.04, following the Hot to on boolberry.com. Final part, make -j and I get the following:

Don't use -j parameter if you have one CPU or a small amount of RAM

Or enable virtual memory, if it is disabled
sr. member
Activity: 336
Merit: 250
Could anyone please help with the following error? I'm building on a fresh AWS instance of Ubuntu 14.04, following the Hot to on boolberry.com. Final part, make -j and I get the following:

Don't use -j parameter if you have one CPU or a small amount of RAM
newbie
Activity: 39
Merit: 0
BoscoMurray, looks like not enough memory on AWS instance.
sr. member
Activity: 450
Merit: 250
Could anyone please help with the following error? I'm building on a fresh AWS instance of Ubuntu 14.04, following the Hot to on boolberry.com. Final part, make -j and I get the following:

Code:
Building CXX object src/CMakeFiles/currency_core.dir/currency_core/miner.cpp.o
Linking C static library libminiupnpc.a
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
[ 47%] virtual memory exhaustedvirtual memory exhaustedvirtual memory exhausted::  CCannot allocate memoryannot allocate memory

: Cannot allocate memory
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[3]: make[3]: *** [src/CMakeFiles/common.dir/common/util.cpp.o] Error 4*** [src/CMakeFiles/currency_core.dir/currency_core/miner.cpp.o] Error 1

make[3]: make[3]: *** Waiting for unfinished jobs....*** Waiting for unfinished jobs....

make[3]: *** [src/CMakeFiles/common.dir/common/base58.cpp.o] Error 1
Built target upnpc-static
virtual memory exhausted: Cannot allocate memory
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/difficulty.cpp.o] Error 1
virtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhaustedvirtual memory exhausted: Cannot allocate memory
: Cannot allocate memory
::::  C  CCCannot allocate memoryannot allocate memoryannot allocate memory
annot allocate memory


: Cannot allocate memory
: Cannot allocate memory
: Cannot allocate memory
virtual memory exhausted: Cannot allocate memory
make[3]: make[3]: make[3]: *** [src/CMakeFiles/wallet.dir/wallet/wallet2.cpp.o] Error 1*** [src/CMakeFiles/rpc.dir/rpc/core_rpc_server.cpp.o] Error 1

make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[3]: *** Waiting for unfinished jobs....make[3]:
*** [src/CMakeFiles/currency_core.dir/currency_core/currency_format_utils.cpp.o] Error 1make[3]:
*** [src/CMakeFiles/common.dir/common/command_line.cpp.o] Error 1
make[3]: make[2]: *** [src/CMakeFiles/rpc.dir/all] Error 2
make[2]: make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
*** [src/CMakeFiles/wallet.dir/wallet/wallet_rpc_server.cpp.o] Error 1*** Waiting for unfinished jobs....

*** [src/CMakeFiles/currency_core.dir/currency_core/currency_core.cpp.o] Error 1
make[3]: make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
*** [src/CMakeFiles/currency_core.dir/currency_core/checkpoints.cpp.o] Error 1
make[3]: make[2]: *** [src/CMakeFiles/wallet.dir/all] Error 2
*** [src/CMakeFiles/currency_core.dir/currency_core/currency_basic_impl.cpp.o] Error 1
make[2]: *** [src/CMakeFiles/common.dir/all] Error 2
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/tx_pool.cpp.o] Error 1
make[3]: *** [src/CMakeFiles/crypto.dir/crypto/crypto-ops.c.o] Error 1
make[3]: *** Waiting for unfinished jobs....
Linking CXX executable crypto-tests
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See for instructions.
make[3]: *** [src/CMakeFiles/currency_core.dir/currency_core/blockchain_storage.cpp.o] Error 4
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
[ 47%] Built target crypto-tests
Linking CXX static library libgtest.a
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
[ 47%] Built target gtest
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[2]: *** [src/CMakeFiles/crypto.dir/all] Error 2
make[3]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[2]: *** [src/CMakeFiles/currency_core.dir/all] Error 2
make[2]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/ubuntu/boost_1_55_0/boolberry/build/release'
make: *** [build-release] Error 2
hero member
Activity: 976
Merit: 646
I wanted to confirm if transactions will be accepted by the network even if it has no txfee for the miners

James

No. It won't be accepted. You need to set at least one fraction of coin.
And in nearest releases i'm gonna add soft rule to avoid relay transactions with too small fee.

hero member
Activity: 938
Merit: 1001
Good News Everybody!


The Boolberry team has pledged an 1100 BBR bounty to Wolf0 to make the stratum version of the OpenCL GPU miner.


Please contribute to the bounty to show Wolf0 at:
1DMRXkaBU6kThGHvvbx52bCSw7rUkcVsiDPjh8dq92Kj9sYRauGs7Dk2JbAvNVouvZGTUHMM3bx7hBW m6i6ZMKQDE5XkYfR.
legendary
Activity: 1176
Merit: 1134
I wanted to confirm if transactions will be accepted by the network even if it has no txfee for the miners

James
full member
Activity: 212
Merit: 100
guys what a mess.\\I WAS ABLE TO SOLO MINE WITH AMD GPU BEOFRE.

ive lost the file + right .bat\\now nobod yhere can say hwo ot solo mien with GPU even devs lol.

is thts a joke? ;x

Hey forzendiablo!
Don't panic!

What is your problem with https://github.com/mbkuperman/boolberry-opencl ? It's should work fine for solo mining.

CUDA miner is not implemented for windows yet, as i said.


yes im AMD.
where .exe + wheres .bat file to fill with my wallee etc Smiley
Try https://github.com/mbkuperman/boolberry-opencl/releases for executable. And for .bat, put boolbd --start-mining=someaddress --mining-threads=(number of cards)
into it and try that. Check the gpu miner thread for info:
https://bitcointalksearch.org/topic/bbr-boolberry-gpu-miner-discussion-amd-nvidia-opencl-cuda-693118
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
guys what a mess.\\I WAS ABLE TO SOLO MINE WITH AMD GPU BEOFRE.

ive lost the file + right .bat\\now nobod yhere can say hwo ot solo mien with GPU even devs lol.

is thts a joke? ;x

Hey forzendiablo!
Don't panic!

What is your problem with https://github.com/mbkuperman/boolberry-opencl ? It's should work fine for solo mining.

CUDA miner is not implemented for windows yet, as i said.


yes im AMD.
where .exe + wheres .bat file to fill with my wallee etc Smiley
hero member
Activity: 976
Merit: 646
guys what a mess.\\I WAS ABLE TO SOLO MINE WITH AMD GPU BEOFRE.

ive lost the file + right .bat\\now nobod yhere can say hwo ot solo mien with GPU even devs lol.

is thts a joke? ;x

Hey forzendiablo!
Don't panic!

What is your problem with https://github.com/mbkuperman/boolberry-opencl ? It's should work fine for solo mining.

CUDA miner is not implemented for windows yet, as i said.
legendary
Activity: 1526
Merit: 1000
the grandpa of cryptos
guys what a mess.\\I WAS ABLE TO SOLO MINE WITH AMD GPU BEOFRE.

ive lost the file + right .bat\\now nobod yhere can say hwo ot solo mien with GPU even devs lol.

is thts a joke? ;x
hero member
Activity: 976
Merit: 646
any news mr. zoidberg?

Hi maxcan!
I'm working on GUI, you could track progress in this branch: https://github.com/cryptozoidberg/boolberry/commits/wallet_history
Wolf', Clintar, Otila - doing great job on pool - cpuminer improvements.

New version release expected roughly at friday.


member
Activity: 117
Merit: 100
any news mr. zoidberg?
full member
Activity: 209
Merit: 100
im on windows Smiley

Add 8GB USB thumb drive into the equation and you'll be fine  Wink
I'm making detailed tutorial so it is not finished yet. You can put your first GNU/Linux on a USB before i finish it  Smiley Yust follow http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows and download OS from e.g. http://www.ubuntu.com/download/desktop

Note that it will be tutorial only for miner setup, so no sensitive data will be on the USB thus no encryption of the file system is necessary


Did the PiMP guys get something working yet? There was someone asking for help a few weeks ago but he only posted once.

~~haha,
I made this ubuntu14.04 usb stick, it only works on my H61-PRO-BTC motherboard.
and for another Hi-Fi-H61, can't boot from USB device.
So today I brought a asus dvdrw and burned the ubuntu install cd, it works well.


New (UEFI) Asus boards may give pain in the back when one tries to boot from USB, other should work fine
full member
Activity: 209
Merit: 100
im on windows Smiley

You may wish to set up your first mining rig bootable from USB. See this post
This is tutorial only for BBR AMD GPU miner setup. No sensitive data should end up on the USB (e.g. wallet keys file) thus no encryption of the file system is necessary.
.....

Cheers
full member
Activity: 153
Merit: 100
mine for future~
im on windows Smiley

Add 8GB USB thumb drive into the equation and you'll be fine  Wink
I'm making detailed tutorial so it is not finished yet. You can put your first GNU/Linux on a USB before i finish it  Smiley Yust follow http://www.ubuntu.com/download/desktop/create-a-usb-stick-on-windows and download OS from e.g. http://www.ubuntu.com/download/desktop

Note that it will be tutorial only for miner setup, so no sensitive data will be on the USB thus no encryption of the file system is necessary


Did the PiMP guys get something working yet? There was someone asking for help a few weeks ago but he only posted once.

~~haha,
I made this ubuntu14.04 usb stick, it only works on my H61-PRO-BTC motherboard.
and for another Hi-Fi-H61, can't boot from USB device.
So today I brought a asus dvdrw and burned the ubuntu install cd, it works well.
full member
Activity: 182
Merit: 100
full member
Activity: 153
Merit: 100
mine for future~
guys this thread is a mess.

PLEASE EXPLAIN ME CLEARLY

1. how to GPU mine
2. how to GPU solo mine
3. how to GPU mine a pool

im on AMD 280x and please do not send me to OP. its too messy i REALLY cant fidn anything and want to mine this Sad

Hello forzendiablo!

I'm really sorry that we still don't have a clear manual for all these things.
At this moment Mike is working on FAQ and i hope it will be finished ASAP.

At this moment i could say:
1. We have GPU miner released from mbk: https://github.com/mbkuperman/boolberry-opencl
it's okay for solomining and also could works for pool mining with simpleminer. see instructions there.

2. we also have CUDA miner released by Wolf, most fast miner that we have, pool miner:
https://github.com/wolf9466/bbr-cudaminer
As i know Wolf don't have windows builds yet.

Are you looking for windows binaries or sources is okay?












---Seems it's hard to build windows version from CUDA code. Let's wait for Wolf0's opensource opencl pool miner~~
Jump to: