Author

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

hero member
Activity: 976
Merit: 646
How to restore viewkey if i don´t remember on the first time i generate the wallet?
Or it´s even possible?



Yes, it's possible.
It is not showing on every wallet start because it is not really secure, but it's still possible since this key is a part of wallet keys.
If you really want to get it with wllet loading, then in this file "src\wallet\wallet2.cpp", find that line:
Code:
LOG_PRINT_L0("Loaded wallet keys file, with public address: " << m_account.get_public_address_str());
And replace it withthis line:
Code:
LOG_PRINT_L0("Loaded wallet keys file, with public address: " << m_account.get_public_address_str()
    << ENDL << "tracking key: " << m_account.get_keys().m_view_secret_key);

With that modification you gonna have tracking key showed on each wallet load, but as i said - it is not really secure to have tracking key in logs.

sr. member
Activity: 520
Merit: 253
555
so i was right .... its have a big rig and solo mine or go fuck off ... right
A single Radeon 7970 gets a block every 2...3 days. Not exactly a big rig.
sr. member
Activity: 313
Merit: 250
Good News Everybody!

Crypto_zoidberg is working on the white paper. This will allow Boolberry to be reviewed by others.

Mike


legendary
Activity: 1050
Merit: 1000
so i was right .... its have a big rig and solo mine or go fuck off ... right

No, bbr.farm is a pretty active pool - I don't know where you're getting that shit from.



how can a pool be pretty active .... if the nethash is 3.11GH   and pool is 12.7 MH

Network
 Hash Rate: 3.11 GH/sec
 Block Found: 4 minutes ago
 Difficulty: 200398040193
 Blockchain Height: 53153
 Last Reward: 16.56 BBR


Pool
 Hash Rate: 12.76 MH/sec
 Block Found: about an hour ago
 Round Hashes: 67683260000
 Connected Miners: 27
 Mining Fee: 2%



this
legendary
Activity: 1050
Merit: 1000
so i was right .... its have a big rig and solo mine or go fuck off ... right
legendary
Activity: 1050
Merit: 1000
i can't figure out how to make the GPU miner work .....


i downloaded the newest boolbd.exe  

https://github.com/mbkuperman/boolberry-opencl/releases

from this thread https://bitcointalksearch.org/topic/bbr-boolberry-gpu-miner-discussion-amd-nvidia-opencl-cuda-693118  

the miner won't just connect to any pool


simpleminer.exe --pool-addr boolberry.extremepool.org:5555 --login 1FWANDXQQhDKKwvbY6g524eGJChQRudNW9newthPWSPLfM9irmctknpLMCZ7tzJUjHBnDmDrTQLwmhZ HJriLnbTM7C6M7m2 --pass x --mining-threads 1


and non of the pools in the list got any hashes ..... everyone is solo mining Huh



and the solo miner  (boolbd.exe) looks like it is redownloading the blocks for some reason  ( i got slow internet )


can't i just copy the data from my wallet to the miner Huh


at this rate... its have a big rig .. or go fuck off somewhere else u can't mine this !

do i get it right ?
hero member
Activity: 938
Merit: 1001
How to restore viewkey if i don´t remember on the first time i generate the wallet?
Or it´s even possible?

I do not think it is possible, but I will get a definite answer.



 ... does the GPU miner only work as solo ??

so it can be only be mine with CPU ?

GPU works with solo and pool but solo works much better (higher hashrate).
legendary
Activity: 1050
Merit: 1000
Hey im kinda new here ..Cheesy

syncing gue wallet as i speak ....


i want to ask about something ... does the GPU miner only work as solo ??

so it can be only be mine with CPU ?
member
Activity: 111
Merit: 10
Good News Everybody!

Crypto_zoidberg is working on the white paper. This will allow Boolberry to be reviewed by others.

Mike


I´m be anxious to read this.

b.t.w: do you know the answer of this  https://bitcointalksearch.org/topic/m.8104935 ?

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

Crypto_zoidberg is working on the white paper. This will allow Boolberry to be reviewed by others.

Mike
member
Activity: 81
Merit: 1002
It was only the wind.
Finished a CUDA miner - 710kh/s on 750Ti, stock clocks. Saw 716 poolside.  Cheesy

https://ottrbutt.com/tmp/bbrcudaminer.png

WTF a pussy fox ?  Grin Grin Grin

Edit : your nickname suits you perfectly ...

yeah he is a sick furry, but an irreplaceable member of the cryptonote community, he knows that guess we'll have to deal with it lol

Eh - I suggest we reserve moral discussions for something other than the Boolberry thread.  Wolf's code is germane to the thread, but his preferences are his business and have nothing to do with crypto.  (His habit of not including an nsfw tag and going for shock value -- ahem -- is, however, worthy of warning for future readers of this thread...)

Actually not meant for shock value, I just eventually figure people would know by now.
hero member
Activity: 938
Merit: 1001
member
Activity: 81
Merit: 1002
It was only the wind.
Got it to 790kh/s+ on a single 750Ti - at stock clocks.

Proof (nsfw): https://ottrbutt.com/tmp/bbrcudaminer2.png
member
Activity: 111
Merit: 10
How to restore viewkey if i don´t remember on the first time i generate the wallet?
Or it´s even possible?

sr. member
Activity: 336
Merit: 250
Quote
superpages:  sysctl -w vm.nr_hugepages=128

or something in that range.
Tnx!

If you have trouble getting requested amount of pages, try these tuning nr_hugepages:
1) kill biggest programs
2) echo 3 > /proc/sys/vm/drop_caches

If these fail, reboot with kernel parameter "hugepages=128"
full member
Activity: 209
Merit: 100
That's not how these things work anymore...
what do you mean? it won't be released compiled, or at all?

i've been solo mining with my nvidia card (without much success  Grin) just fine but haven't been able to mine on pools with it. cpu mining is getting about 1/8 the hashrate though ... i just don't like hoping for a block is all.
I mean these faster miners are usually up for sale to the highest bidder. That's how we are in this situation now. 1/8th is pretty bad. Can you try at bbr.farm or my pool cncoin.farm and see if it's better?

And if linux, make sure you've enabled superpages if you're using any of the recent optimized miners.  The combination of otila + wolf's recent optimizations (with superpages) should get you a bit closer to the GPU.  That said, GPU is still ~3x or more faster than a fast consumer i7.

superpages:  sysctl -w vm.nr_hugepages=128

or something in that range.
Tnx!
newbie
Activity: 76
Merit: 0
member
Activity: 98
Merit: 10

          Attention, please! I’m extremely pleased to present you the CN Block Explorer. Check out its exceptionally useful and well-detailed features! Some of you might remember that I’ve been missing for a whole month. So as you see I haven’t been fooling around all this time.  I’m open to your suggestions as to how to improve the website. PM me if you’ve got smth to share.


Visit this thread to see the details: https://bitcointalksearch.org/topic/m.8099996



    http://chainradar.com/


Coins:                                                                                                                                                                                              

 
Bytecoin BCN blockchain                         Monero XMR blockchain

Fantomcoin FCN blockchain                     Quazarcoin QCN blockchain

duckNote XDN blockchain                       MonetaVerde MCN blockchain

AEON blockchain                                       Boollberry BBR blockchain


member
Activity: 117
Merit: 100
Seems a bit low for CPU.  Is this with multiple threads?  I am getting about 300 khash on my CPU using 6 out 8 threads - this allows PC to still be very usable.  It is a not so recent Dell XPS 8300 i7-2600 Windows 7 x64.    This is with the stratum CPU miner cpuminer-multi.  Using the following parameters:  minerd.exe -a wildkeccak -o stratum+tcp://bbr.farm:7777 -u MY_ADDRESS -p X -P -D -t 6 -k http://bbr.farm/download/scratchpad.bin

cpuminer-multi crashes for me for some reason  Sad i'm using an AMD Phenom II X4 965 Processor and am on Windows 7 x64 as well.

i'm using the same setup as you, but with 3 threads; it just seems to crash after this point:



no idea what 'zu bytes' is supposed to mean  Huh

i've been using the boolberryeasyminer which apparently is extremely inefficient  Shocked

Quote
Note: GPU mining is still solo - was not able to pool mine - think it is a divide by zero nVidia issue
yeah, it tells me the job has 0 difficulty and never actually starts mining.
member
Activity: 81
Merit: 1002
It was only the wind.
Finished a CUDA miner - 710kh/s on 750Ti, stock clocks. Saw 716 poolside.  Cheesy

https://ottrbutt.com/tmp/bbrcudaminer.png
Jump to: