Author

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

hero member
Activity: 976
Merit: 646
Extreme Pool Update
Thanks for the help from Clintar we have added a profit calculator the boolberry mining pool!

http://boolberry.extremepool.org

More features coming shortly.

Result is seems to be wrong, i guess you need to result be devided by 2, since BBR block interval is twice slower than monero.

full member
Activity: 224
Merit: 100
Extreme Pool Update
Thanks for the help from Clintar we have added a profit calculator the boolberry mining pool!

http://boolberry.extremepool.org

More features coming shortly.
full member
Activity: 196
Merit: 100
8pool.dtdns.net OP

new pool added :

bbr.darktech.org

hash hash hash enjoy!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!

silvo
full member
Activity: 224
Merit: 100
Extreme Pool  -  Notice
Wanted to let everyone know if you need any special ports added to let me know and I can add them to the pool.
hero member
Activity: 976
Merit: 646
Dear friends!

I've pushed another update of cpuminer-multi sources, that fetching scratchpad from thirdparty storage via http/https.

Now cpuminer-multi, before start mining do following steps:
1. try to find local scratchpad file, if not then 2.
2. try to download scratchpad from url specified in command line parameter, if not then quit.
3. try to load scratchpad from downloaded scratchpad file, if not then quit.

Now getfullscratchpad method in pools server is deprecated, i'll remove it from sources after weekend.

This should also work two times faster, beacause getfullscratchpad was returning hex-encoded string of scratchpad that is actually twice bigger than original binary data.

Now, command line for miner starting looks like this:
Code:
./minerd -a wildkeccak -o stratum+tcp://162.243.210.156:7778 -u 1L....ZE  -p x -P -D -t 1 -k https://raw.githubusercontent.com/scratchpadbbr/scratchpad/master/scratchpad.bin 


-k paramter actually needed only for first run, to point url of scratchpad file. Once file is downloaded this paramter is no longer needed.
Code:
-k https://raw.githubusercontent.com/scratchpadbbr/scratchpad/master/scratchpad.bin




Normaly scratchpad file is saving into /home/user/.cache/boolberry/scratchpad.bin, but you could also specify file with this paramter:
Code:
--scratchpad_local_cache=/home/user/cpuminer-multi/s.bin


Notice for pool operators: Please, use link to your own copy of scratchpad file. Example link could be banned if github bandwith limit will be exceed



Zoidberg

full member
Activity: 224
Merit: 100
this is an absurdity of the altcoin markets - this is at least the second most interesting coin regarding anonymity, with monero and they for some reason suffer. I am really curious if the best technology owns the market - I say it is still very likely

+1000000

Need more hash on pool to hit regular blocks, we are almost there.

http://boolberry.extremepool.org

detailed Linux mining instructions under the getting started page.
legendary
Activity: 1666
Merit: 1010
he who has the gold makes the rules
Hello again! It's the Hibtc team here, and we invite your community to take part in our Coin Voting process.
Only active members of community can choose which currencies should be trading on Hitbtc.
You can vote for Boolberry and add it to Hitbtc. Every few weeks we add the coin with the highest number of votes. We've already added Doge and are in the process of adding NXT now.
A small tip: You can sign in here: https://hitbtc.com/signin and add 10 votes instead of one from non-registered users.
The other way to add a coin to the exchange is our Market Maker program. We add any coin with two Market Maker contracts, irrespective of the number of votes it has. Take a look here: https://hitbtc.com/mm
Any questions, feel free to ask!



voted
sr. member
Activity: 525
Merit: 250
Hello again! It's the Hibtc team here, and we invite your community to take part in our Coin Voting process.
Only active members of community can choose which currencies should be trading on Hitbtc.
You can vote for Boolberry and add it to Hitbtc. Every few weeks we add the coin with the highest number of votes. We've already added Doge and are in the process of adding NXT now.
A small tip: You can sign in here: https://hitbtc.com/signin and add 10 votes instead of one from non-registered users.
The other way to add a coin to the exchange is our Market Maker program. We add any coin with two Market Maker contracts, irrespective of the number of votes it has. Take a look here: https://hitbtc.com/mm
Any questions, feel free to ask!

full member
Activity: 224
Merit: 100
Extreme Pool

Hey everyone.  I have been working on a better How-To guide to pool mining.
http://boolberry.extremepool.org  -  Getting started.
If you have any questions feel free to ask me!
enjoy!
 

http://boolberry.extremepool.org/#getting_started
sr. member
Activity: 259
Merit: 250
Very cool, I will update my miners
Need more miners @ pool now that it is working.
Come mine with us @ http://boolberry.extremepool.org

Is there a calculator for Boolberry? Trying to work out how many coins per day 1MH/sec gets me.

Is this accurate:
hashrate*86400/difficulty=blocks per day

Yes.  The block reward is roughly 16.8.  (I check it by looking at the pools - http://boolberry.extremepool.org/ ).

So hashrate*86400/diff * 16.8 = coins per day.

Or using my favorite shorthand:

hashrate-in-mh/s * 86.4 / diff-in-billions = blocks per day. Smiley

Great, thanks. I'm a long way from breaking even on these calculations. Not sure how anyone can afford to dump at these prices...
dga
hero member
Activity: 737
Merit: 511
Very cool, I will update my miners
Need more miners @ pool now that it is working.
Come mine with us @ http://boolberry.extremepool.org

Is there a calculator for Boolberry? Trying to work out how many coins per day 1MH/sec gets me.

Is this accurate:
hashrate*86400/difficulty=blocks per day

Yes.  The block reward is roughly 16.8.  (I check it by looking at the pools - http://boolberry.extremepool.org/ ).

So hashrate*86400/diff * 16.8 = coins per day.

Or using my favorite shorthand:

hashrate-in-mh/s * 86.4 / diff-in-billions = blocks per day. Smiley
sr. member
Activity: 259
Merit: 250
Very cool, I will update my miners
Need more miners @ pool now that it is working.
Come mine with us @ http://boolberry.extremepool.org

Is there a calculator for Boolberry? Trying to work out how many coins per day 1MH/sec gets me.

Is this accurate:
hashrate*86400/difficulty=blocks per day
hero member
Activity: 938
Merit: 1001
i like this coin alot just need windows miner and we are good to go.mine 0,08 at my 1 box.
i have more centos/debian boxes but easyminer instructions are not working on all of them.

The pools have not update their Getting Started pages. Use cpuminer-multi. These commands will compile Ubuntu 14.04:

Code:
sudo apt-get install libcurl4-openssl-dev libncurses5-dev pkg-config automake yasm git make
git clone https://github.com/cryptozoidberg/cpuminer-multi
cd cpuminer-multi
./autogen.sh
./configure CFLAGS="-O3"
make

run cpuminer-multi with:
Code:
./minerd -a wildkeccak -o stratum+tcp://: -u  -p x -t 

The Boolberry team is currently working on the Windows miner binary.
hero member
Activity: 672
Merit: 500
http://fuk.io - check it out!
i like this coin alot just need windows miner and we are good to go.mine 0,08 at my 1 box.
i have more centos/debian boxes but easyminer instructions are not working on all of them.
hero member
Activity: 938
Merit: 1001
Good news!

cpuminer sources updated with local file cache. Now after first fetch of fullscratchpad it stored into the file and in next start will be much faster and easier.
next things:
1. add windows compatibility and create windows binaries.
2. implement fetching of fullscratchpad from thirdparty storage in binary format, to avoid pool trafic overhead.


Many thanks to Otila for help and for code (last update mostly based on his patch)!

Does this update have any impact to CPU and GPU miners? What problem does it solve? Thanks

This update stores the the Wild Keccak scratchpad in a file on the mining computer. When the miner connects for the first time, it downloads a scratchpad (currently about 12MB) and then saves it. If the miner is disconnected for any reason, upon restart/reconnection the miner will only download the scratchpad changes, making the restart much, much faster.
legendary
Activity: 1106
Merit: 1000
Good news!

cpuminer sources updated with local file cache. Now after first fetch of fullscratchpad it stored into the file and in next start will be much faster and easier.
next things:
1. add windows compatibility and create windows binaries.
2. implement fetching of fullscratchpad from thirdparty storage in binary format, to avoid pool trafic overhead.


Many thanks to Otila for help and for code (last update mostly based on his patch)!

Does this update have any impact to CPU and GPU miners? What problem does it solve? Thanks
member
Activity: 111
Merit: 10
Good news!

cpuminer sources updated with local file cache. Now after first fetch of fullscratchpad it stored into the file and in next start will be much faster and easier.
...

Many thanks to Otila for help and for code (last update mostly based on his patch)!

Thank you! To connect to pool worked now very fast, if you connected one time before.
Good work!

full member
Activity: 224
Merit: 100
Good news!

cpuminer sources updated with local file cache. Now after first fetch of fullscratchpad it stored into the file and in next start will be much faster and easier.
next things:
1. add windows compatibility and create windows binaries.
2. implement fetching of fullscratchpad from thirdparty storage in binary format, to avoid pool trafic overhead.


Many thanks to Otila for help and for code (last update mostly based on his patch)!
Very cool, I will update my miners
Need more miners @ pool now that it is working.
Come mine with us @ http://boolberry.extremepool.org
full member
Activity: 126
Merit: 100
Nice news! This coin and dev team rocks.
hero member
Activity: 976
Merit: 646
Good news!

cpuminer sources updated with local file cache. Now after first fetch of fullscratchpad it stored into the file and in next start will be much faster and easier.
next things:
1. add windows compatibility and create windows binaries.
2. implement fetching of fullscratchpad from thirdparty storage in binary format, to avoid pool trafic overhead.


Many thanks to Otila for help and for code (last update mostly based on his patch)!
Jump to: