Author

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

hero member
Activity: 976
Merit: 646
I'm trying to learn how to mine Boolberry but I feel that I may be too late to the party... A party where everyone is already drunk on coins, living the life, and already planning the next party; Then, some new sober guy shows up asking for instructions on "how can I have fun"?

I've brought the party goods! I'm ready for Boolberry!

 Smiley

Hey! Bro! Get in!
If you have a lot of CPUs you can do solomining:
http://boolberry.com/howto.html#daemon

If not - try to use any of pools listed on topic first page. Pool mining command looks like this:
Code:
./simpleminer --pool-addr bbr.extremepool.org:5555 --login "your address" --pass x --mining-threads N 

simpleminer - is a part of project, you can build it or download last binaries.

At this moment we testing new miner, based on cpuminer-multi, i guess it going to be little faster.
newbie
Activity: 44
Merit: 0
Please help me in following the "Basic Windows build instructions, using MinGW:" instructions,

I installed mingw-get-setup but when I open MinGW Installer everything says mingw32___. Did I install the 32 bit version instead of 64? Also, my MinGW folder does not have a folder called "include" or "includes" in it. Should I create the folder then create the mstcpip.h file using this? http://wine.sourcearchive.com/documentation/1.1.24/mstcpip_8h_source.html

you may need mingw-w64

The instructions are missing any link to the x64 version. I believe I found the 64-bit file here http://sourceforge.net/projects/mingw-w64/files/, but it's making me chose between a bunch of options seen here: http://imgur.com/646cJ7O

I'm trying to learn how to mine Boolberry but I feel that I may be too late to the party... A party where everyone is already drunk on coins, living the life, and already planning the next party; Then, some new sober guy shows up asking for instructions on "how can I have fun"?

I've brought the party goods! I'm ready for Boolberry!
hero member
Activity: 976
Merit: 646
Yeah, if you want to get working code in current network, just use BBR genesis, and leave checkpoints. Be accurate of taking things from cryptonote, we have a lot of different points.
And, since you are going to be in bbr betwork you can't change donations address - this addresses is a part of global network rules.


I reverted and made only changes to ports, name, nothing at all with block structures
maybe I goofed up the genesis block?

Yeah, if you going to launch your own network, based on bbr code, you have to regenerate genesis block, remove all checkpoins, change name, change donations addresses (or not Smiley ) and change address string prefix.


I am not doing this for a new network, just want to get cryptonote tech into my NXTprivacy architecture.
I did all that you say, but didnt remove the checkpoints. Is it safe to just remove the checkpoints?

I want to make you the donation address instead of cryptonote! Will the same address work? it seems same passphrase makes different addresses each time

James

P.S. I think I know what I did wrong, I used the cryptonote method for genesis calc, but yours has much longer strings. I will try again
legendary
Activity: 1176
Merit: 1134
I reverted and made only changes to ports, name, nothing at all with block structures
maybe I goofed up the genesis block?

Yeah, if you going to launch your own network, based on bbr code, you have to regenerate genesis block, remove all checkpoins, change name, change donations addresses (or not Smiley ) and change address string prefix.


I am not doing this for a new network, just want to get cryptonote tech into my NXTprivacy architecture.
I did all that you say, but didnt remove the checkpoints. Is it safe to just remove the checkpoints?

I want to make you the donation address instead of cryptonote! Will the same address work? it seems same passphrase makes different addresses each time

James

P.S. I think I know what I did wrong, I used the cryptonote method for genesis calc, but yours has much longer strings. I will try again
hero member
Activity: 976
Merit: 646
I reverted and made only changes to ports, name, nothing at all with block structures
maybe I goofed up the genesis block?

Yeah, if you going to launch your own network, based on bbr code, you have to regenerate genesis block, remove all checkpoins, change name, change donations addresses (or not Smiley ) and change address string prefix.

legendary
Activity: 1176
Merit: 1134
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
are you getting something like:

EXPECTED HASH: <0d6f94ae7e565c6d90ee0087d2feaad4617cd3038c4f8853f26756a6b6d535f3>, FETCHED HASH: <04b76e2ca443ae88039e4dfa869bff73b22dd210e203d18d4c81d90f51661cbd>

This is checkpoins fail message. Where did you get this ?
it is in my experimental version. BBR source base is much better than other cryptonote baseline, but if I make any changes to config it seems that it gets hash mismatches somehow. Unless there is a way to be able to fix this I will have to use the cryptonote baseline

James

If you broke id-hash you better to make step back and find where did you broke this.
BBR have different block  header structure. And also other different tx extra structure, keep it in mind.



I reverted and made only changes to ports, name, nothing at all with block structures
maybe I goofed up the genesis block?
newbie
Activity: 30
Merit: 0
Hi all,

I just launched a new pool dedicated to CryptoNotes at noteminer.com. The Monero pool is the only one functioning so far, but I'd love for you guys to check it out and leave me some feedback on design. I should have BBR up and functional soon.

I have scripts in place to ensure the wallet/daemon do not de-sync with the pool - which means we should have NO downtime due to backend issues.

Here's a little preview:
http://i.imgur.com/KqQ9UPk.jpg


I look forward to hearing from you all Smiley


Thanks,
noteminer.com
hero member
Activity: 976
Merit: 646
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
are you getting something like:

EXPECTED HASH: <0d6f94ae7e565c6d90ee0087d2feaad4617cd3038c4f8853f26756a6b6d535f3>, FETCHED HASH: <04b76e2ca443ae88039e4dfa869bff73b22dd210e203d18d4c81d90f51661cbd>

This is checkpoins fail message. Where did you get this ?
it is in my experimental version. BBR source base is much better than other cryptonote baseline, but if I make any changes to config it seems that it gets hash mismatches somehow. Unless there is a way to be able to fix this I will have to use the cryptonote baseline

James

If you broke id-hash you better to make step back and find where did you broke this.
BBR have different block  header structure. And also other different tx extra structure, keep it in mind.


legendary
Activity: 1176
Merit: 1134
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
are you getting something like:

EXPECTED HASH: <0d6f94ae7e565c6d90ee0087d2feaad4617cd3038c4f8853f26756a6b6d535f3>, FETCHED HASH: <04b76e2ca443ae88039e4dfa869bff73b22dd210e203d18d4c81d90f51661cbd>

This is checkpoins fail message. Where did you get this ?
it is in my experimental version. BBR source base is much better than other cryptonote baseline, but if I make any changes to config it seems that it gets hash mismatches somehow. Unless there is a way to be able to fix this I will have to use the cryptonote baseline

James
hero member
Activity: 976
Merit: 646
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
are you getting something like:

EXPECTED HASH: <0d6f94ae7e565c6d90ee0087d2feaad4617cd3038c4f8853f26756a6b6d535f3>, FETCHED HASH: <04b76e2ca443ae88039e4dfa869bff73b22dd210e203d18d4c81d90f51661cbd>

This is checkpoins fail message. Where did you get this ?
newbie
Activity: 13
Merit: 0
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
are you getting something like:

EXPECTED HASH: <0d6f94ae7e565c6d90ee0087d2feaad4617cd3038c4f8853f26756a6b6d535f3>, FETCHED HASH: <04b76e2ca443ae88039e4dfa869bff73b22dd210e203d18d4c81d90f51661cbd>

Code:
2014-07-04 01:13:42 [Pool]      (Thread 2) [Share Validator] Bad hash from miner 1HCx8VBHmrtfG3f5MMG2mbhJ7xqcZ961DWp9GM5LV95zRrLM3mLmfRVSSomFxWBu6CGWYUFzejwXuNaR3NEUh3bYH2h5JaW@my_ip
This is what I get on my server, when I use "./minerd -a wildkeccak..."
legendary
Activity: 1176
Merit: 1134
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
are you getting something like:

EXPECTED HASH: <0d6f94ae7e565c6d90ee0087d2feaad4617cd3038c4f8853f26756a6b6d535f3>, FETCHED HASH: <04b76e2ca443ae88039e4dfa869bff73b22dd210e203d18d4c81d90f51661cbd>
newbie
Activity: 13
Merit: 0
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.

It is working , but it submits bad hashes for some reason.
hero member
Activity: 976
Merit: 646
Seems like I've got around 4000bbr I am unable to spend... 

Don't panic, i'll help you to fix it.
newbie
Activity: 47
Merit: 0
Seems like I've got around 4000bbr I am unable to spend... 
hero member
Activity: 976
Merit: 646
For this i get this error output . Don´t know if this related with slow connection.

Please, all who have had timeout issue on fetching scratchpad - pull and rebuild new cpuminer, attempt to fix.
sr. member
Activity: 406
Merit: 250
Bitcrea.com
Got new first page design from Bitcrea, many thanks to him for this!

https://bitcointalksearch.org/topic/m.6302714

I'm glad to help! I'll tweak it up a little next week, but I definitely like how it looks now! It's way easier to navigate.
We are moving forward, website is on my list!
hero member
Activity: 976
Merit: 646
Got new first page design from Bitcrea, many thanks to him for this!

https://bitcointalksearch.org/topic/m.6302714
legendary
Activity: 1176
Merit: 1134
I made mac version:

I uploaded it to

make sure to copy html folder from qt-daemon directory to where qt-boolb is

James

Can somebody send me some BBR to 1CUGthifnksKs5rHNuHsjz5SSA6ydyN7LRpF4HBN5MwCFE9vxNuDQe7MiPJX85ACqa6wPpYYjFsPuHS FtGFjhrPVUEerBFT

I want to make sure the Mac wallet works

James


*********
I will get a .dmg to automate all the install process

Sent 1 BBR! Smiley
it worked!

Transaction ID: 400db7a11d9e3992735a12049141a359f131296b5f5d98acba174ac0102d2270
 1.000000000000

If anybody is brave enough to try Mac wallet, just ask. It will require installing Qt5 first:
http://download.qt-project.org/official_releases/online_installers/qt-opensource-mac-x64-1.6.0-4-online.dmg

After the above download, it then will download a bunch more. Once that is done, then the actual Mac wallet is just a matter of downloading a .zip and running qt-boolb
hero member
Activity: 976
Merit: 646
I made mac version:

I uploaded it to

make sure to copy html folder from qt-daemon directory to where qt-boolb is

James

Can somebody send me some BBR to 1CUGthifnksKs5rHNuHsjz5SSA6ydyN7LRpF4HBN5MwCFE9vxNuDQe7MiPJX85ACqa6wPpYYjFsPuHS FtGFjhrPVUEerBFT

I want to make sure the Mac wallet works

James


*********
I will get a .dmg to automate all the install process

Sent 1 BBR! Smiley
Jump to: