Bitcoin Forum
June 20, 2024, 04:34:33 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 ... 486 »
  Print  
Author Topic: [BBR] Boolberry: Privacy and Security - Guaranteed Since 2014  (Read 1210694 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
July 30, 2014, 11:28:42 PM
 #2681

Good News Everybody!

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

Mike
hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 30, 2014, 11:45:28 PM
 #2682

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://bitcointalk.org/index.php?topic=577267.msg8104935#msg8104935 ?


BBR: @hornypo
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
July 30, 2014, 11:52:09 PM
 #2683

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 ?
btc-mike
Hero Member
*****
Offline Offline

Activity: 938
Merit: 1001



View Profile
July 31, 2014, 12:03:47 AM
 #2684

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).
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
July 31, 2014, 01:42:36 AM
Last edit: July 31, 2014, 02:04:19 AM by kahir
 #2685

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://bitcointalk.org/index.php?topic=693118.0  

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 ?
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
July 31, 2014, 02:17:34 AM
 #2686

so i was right .... its have a big rig and solo mine or go fuck off ... right
kahir
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
July 31, 2014, 04:12:34 AM
 #2687

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
Lordoftherigs
Sr. Member
****
Offline Offline

Activity: 313
Merit: 250


View Profile
July 31, 2014, 09:15:56 AM
 #2688

Good News Everybody!

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

Mike


teknohog
Sr. Member
****
Offline Offline

Activity: 520
Merit: 253


555


View Profile WWW
July 31, 2014, 09:51:08 AM
 #2689

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.

world famous math art | masternodes are bad, mmmkay?
Every sha(sha(sha(sha()))), every ho-o-o-old, still shines
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
July 31, 2014, 11:06:59 AM
 #2690

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.


crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
July 31, 2014, 11:17:16 AM
 #2691


          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://bitcointalk.org/index.php?topic=716980.msg8099996#msg8099996



    http://chainradar.com/


Coins:                                                                                                                                                                                              

 
Bytecoin BCN blockchain                         Monero XMR blockchain

Fantomcoin FCN blockchain                     Quazarcoin QCN blockchain

duckNote XDN blockchain                       MonetaVerde MCN blockchain

AEON blockchain                                       Bollberry BBR blockchain




Thanks a lot, great job!

BTW: Each block (in coin base transaction extra) we have information about daemon version and build number, that was used to mine a block.
It would be nice if you will show this info with block relevant information.
src\currency_core\miner.cpp:
Code:
  bool miner::request_block_template()
  {
    block bl = AUTO_VAL_INIT(bl);
    wide_difficulty_type di = AUTO_VAL_INIT(di);
    uint64_t height = AUTO_VAL_INIT(height);
    currency::blobdata extra_nonce = PROJECT_VERSION_LONG "|";


hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 31, 2014, 11:54:09 AM
 #2692

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.



Thank you Zoidberg. I want to use this modification only one time, if i need the viewkey and then delete the and wallet.log.


BBR: @hornypo
hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 31, 2014, 12:02:40 PM
 #2693

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



Nice website, but BBR nethash is being incorrectly reported (Network hashrate 1,676,000,823 H/sec) actually is 3.12 GH/sec...



As i point out here: https://bitcointalk.org/index.php?topic=577267.msg8015295#msg8015295
The Net hash shows in Pool should be wrong and seems 2x to hight.


All the Pools showing a different Hashrate than the network shows.


such as bbr.farm shows Network Hash Rate: 4.22 GH/sec

but network hashrate show:

current_network_hashrate_350": 2300760615
current_network_hashrate_50": 2446332899




BBR: @hornypo
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
July 31, 2014, 12:42:48 PM
 #2694




Best ever code standart i ever seen.





dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
July 31, 2014, 01:53:39 PM
 #2695

As i point out here: https://bitcointalk.org/index.php?topic=577267.msg8015295#msg8015295
The Net hash shows in Pool should be wrong and seems 2x to hight.


All the Pools showing a different Hashrate than the network shows.


such as bbr.farm shows Network Hash Rate: 4.22 GH/sec

but network hashrate show:

current_network_hashrate_350": 2300760615
current_network_hashrate_50": 2446332899



It's easier to just calculate the expected %age of the blocks the pool will find based upon the diff.

At 12.58 Mh/s, bbr.farm should find 12.58 * 86.4 / 217 = 5 blocks per day

BBR has, on average, 720 blocks per day, so bbr.farm is about 0.7% of the nethash.

Most of us are still soloing, I expect.  Heck - I'm running as much at home (solo) on 6 relatively small 750ti GPU rigs as bbr.farm is. Smiley  I haven't seen the need to use a pool yet.

mbk
Member
**
Offline Offline

Activity: 106
Merit: 10


View Profile WWW
July 31, 2014, 01:57:22 PM
 #2696

I think the pools are bad for cryptocurrencies and they should be avoided if it's possible. It's hard with $15000 bitcoin blocks and $400 litecoin blocks. The block costs about $5 on bbr. Why do you prefer to give your power to some pool instead of getting more hashrate and helping the network by running the a node? Give something back to the community!
Do you really cannot wait till get 17 BBR on your account? You'll get it faster solo then through the pool. Think about it - it's just $5 to wait.

so i was right .... its have a big rig and solo mine or go fuck off ... right

Boolberry OpenCL solo miner - https://github.com/mbkuperman/boolberry-opencl
Boolberry OpenCL stratum pool miner - https://github.com/mbkuperman/cpuminer-multi-opencl
MBK's Boolberry pool - http://bbr.mbkpool.info
sheepman
Member
**
Offline Offline

Activity: 95
Merit: 10


View Profile
July 31, 2014, 02:30:34 PM
 #2697

Just set my pool to 0% fee's  Shocked

Get mining people! It works right nice just needs miners!   Grin

http://sheepman.mine.bz/
crypto_zoidberg (OP)
Hero Member
*****
Offline Offline

Activity: 976
Merit: 646



View Profile WWW
July 31, 2014, 03:10:26 PM
 #2698

Good news!

I've made refactoring of simpleminer - adjusted protocol for actual pool version and removed slow scratchpad downloading via json rpc.
As i checked on test pool - it seem working fine. Hope mbk will merge changes soon.


Zoidberg.

PVmining
Sr. Member
****
Offline Offline

Activity: 330
Merit: 252



View Profile
July 31, 2014, 03:27:02 PM
 #2699

i love to mine BBR without a pool... and it works out quite nice with mbk's miner (boolbd).

question. is it possible to mine/connect with additional cpu miners directly to the booldb rcp damon of the gpu mbk miner?
hornyPo
Member
**
Offline Offline

Activity: 111
Merit: 10


View Profile
July 31, 2014, 04:57:59 PM
Last edit: July 31, 2014, 05:22:53 PM by hornyPo
 #2700

As i point out here: https://bitcointalk.org/index.php?topic=577267.msg8015295#msg8015295
The Net hash shows in Pool should be wrong and seems 2x to hight.


All the Pools showing a different Hashrate than the network shows.


such as bbr.farm shows Network Hash Rate: 4.22 GH/sec

but network hashrate show:

current_network_hashrate_350": 2300760615
current_network_hashrate_50": 2446332899



It's easier to just calculate the expected %age of the blocks the pool will find based upon the diff.

At 12.58 Mh/s, bbr.farm should find 12.58 * 86.4 / 217 = 5 blocks per day

BBR has, on average, 720 blocks per day, so bbr.farm is about 0.7% of the nethash.

Most of us are still soloing, I expect.  Heck - I'm running as much at home (solo) on 6 relatively small 750ti GPU rigs as bbr.farm is. Smiley  I haven't seen the need to use a pool yet.

yes, you are right with your calculation with the difficulty to get 0.7% of the nethash.
but if you take the nethash show in the pool then you get only 0.35% of the nethash.

100% / 3.4 GH/s * 0.012 GH/s = 0.35 %  and this is wrong.

if you take the hashrate show in the daemon or divide the hetworkhast show in pool by 2 you get:

100% / 1.7 GH/s * 0.012 GH/s = 0.7 % what is right as you also calculate it with difficulty.

And anyway in boolbd show the right hashrate, also on the status page and on the block explorer too.


EDIT: The "Estimate Mining Profits" Calculator on bbr.farm calculate also a wrong reward.
show ~ 40 BBR/day for 12MH/s but your calculation say ~ 80 BBR/day ( 5 Blocks * 16.5)

boolberrypool.com, bbr.5limi.com show right calculation on Calculator but also wrong on Network Hash Rate.


 

BBR: @hornypo
Pages: « 1 ... 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 [135] 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 ... 486 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!