Pages:
Author

Topic: ◣XBB◥ Boolberry - attempt at grassroots development movement [Bittrex] - page 26. (Read 418980 times)

legendary
Activity: 896
Merit: 1001
Hey guys,

I've just taken a look at the commits to the new github repo (here: https://github.com/BlockchainDevelopmentCompany/boolberry/commits/master)
And there is not much happening, yet. Besides some version renaming, that introduces rune, and some new checkpoints.

I like the spirit here, but I really would like to see some new code. I assume github will not just be used for showcasing/transparency, but also for the active development?



Have you looked at the code?  It's not just as simple as pulling in some commits from other cryptonote coins.  CZ made some very significant changes to the original bytecoin code.  Boolberry is an entirely different beast.  It's definitely not an insignificant task to alter the code.  But I do agree that there should be some development beyond just creating a github account and adding checkpoints.  It's still too early to tell whether or not this is a serious attempt to develop Boolberry or just smoke and mirrors to pump the coin.  I'm holding off judgement for now and will watch what transpires over the next month or so.  
full member
Activity: 202
Merit: 104
you can mine at suprnova

You can, but your miners will be stuck at some point requiring manual redownload of scratchpad. Dunno it doesn't work automatically like with other pools.


The problem is actually that the clients don't really redownload the scratchpad.bin via http but rather they request more and more blocks via json-rpc, via the miner connection from the pool with every round. At some point this request is so big that is bogs down the pool connection because every miner is requesting > 100 blocks via RPC rather than via http...

This is also the problem which other pools considered as "DDoS"... It's no DDoS, it's just a sloppy written miner Smiley

On Suprnova you can request max 50 old blocks via RPC, if you request more your connection gets dropped and you have to redownload the scratchpad.bin which is then good for the next 50 Blocks if the miner program doesn't handle the updates well.

If I get it right, we need someone to patch the miner, so it stops flooding JSON-RPC. It's no good for miners to produce invalid shares or just do nothing waiting for auth.

BTW why the miner can't download scratchpad from your pool if it's old or non-existent? Have to do that myself.


Yep, right.

That's actually THE question Smiley It would be ideal if the miner would just re-download the scratchpad.bin on a regular basis.. like when it's older than X days or so
At startup, miner checks scratchpad age and re-downloads if it is older than 3 days.
newbie
Activity: 16
Merit: 0
Hey guys,

I've just taken a look at the commits to the new github repo (here: https://github.com/BlockchainDevelopmentCompany/boolberry/commits/master)
And there is not much happening, yet. Besides some version renaming, that introduces rune, and some new checkpoints.

I like the spirit here, but I really would like to see some new code. I assume github will not just be used for showcasing/transparency, but also for the active development?

legendary
Activity: 1666
Merit: 1007
Professional Native Greek Translator (2000+ done)
Bitvalak sent 100 BBR for Indonesian translation and posting of BBR announcement

https://bitcointalksearch.org/topic/bbr-boolberry-edisi-rune-perusahaan-pengembang-blockchainpolobittrex-1617254
thanks, BBR received on my wallet dev..good progress

I can complete the Greek Translation for the same bounty. Check inbox if that might be of interest. Thanks

Is there a bounty on this guys?? inbox me if this is needed.
legendary
Activity: 1540
Merit: 1000
Just i precise i am not dev, just i help dev for manage Bountie!! Smiley

Thanks Yassin54, I'm back now

Look forward to the bi-weekly update later this week, aiming for Wednesday
Welcome back my friend!!  Smiley
legendary
Activity: 2688
Merit: 1240
you can mine at suprnova

You can, but your miners will be stuck at some point requiring manual redownload of scratchpad. Dunno it doesn't work automatically like with other pools.


The problem is actually that the clients don't really redownload the scratchpad.bin via http but rather they request more and more blocks via json-rpc, via the miner connection from the pool with every round. At some point this request is so big that is bogs down the pool connection because every miner is requesting > 100 blocks via RPC rather than via http...

This is also the problem which other pools considered as "DDoS"... It's no DDoS, it's just a sloppy written miner Smiley

On Suprnova you can request max 50 old blocks via RPC, if you request more your connection gets dropped and you have to redownload the scratchpad.bin which is then good for the next 50 Blocks if the miner program doesn't handle the updates well.

If I get it right, we need someone to patch the miner, so it stops flooding JSON-RPC. It's no good for miners to produce invalid shares or just do nothing waiting for auth.

BTW why the miner can't download scratchpad from your pool if it's old or non-existent? Have to do that myself.


Yep, right.

That's actually THE question Smiley It would be ideal if the miner would just re-download the scratchpad.bin on a regular basis.. like when it's older than X days or so
hero member
Activity: 591
Merit: 501
Scavenger of Crypto Sorrow
you can mine at suprnova

You can, but your miners will be stuck at some point requiring manual redownload of scratchpad. Dunno it doesn't work automatically like with other pools.


The problem is actually that the clients don't really redownload the scratchpad.bin via http but rather they request more and more blocks via json-rpc, via the miner connection from the pool with every round. At some point this request is so big that is bogs down the pool connection because every miner is requesting > 100 blocks via RPC rather than via http...

This is also the problem which other pools considered as "DDoS"... It's no DDoS, it's just a sloppy written miner Smiley

On Suprnova you can request max 50 old blocks via RPC, if you request more your connection gets dropped and you have to redownload the scratchpad.bin which is then good for the next 50 Blocks if the miner program doesn't handle the updates well.

If I get it right, we need someone to patch the miner, so it stops flooding JSON-RPC. It's no good for miners to produce invalid shares or just do nothing waiting for auth.

BTW why the miner can't download scratchpad from your pool if it's old or non-existent? Have to do that myself.
legendary
Activity: 2688
Merit: 1240
you can mine at suprnova

You can, but your miners will be stuck at some point requiring manual redownload of scratchpad. Dunno it doesn't work automatically like with other pools.


The problem is actually that the clients don't really redownload the scratchpad.bin via http but rather they request more and more blocks via json-rpc, via the miner connection from the pool with every round. At some point this request is so big that is bogs down the pool connection because every miner is requesting > 100 blocks via RPC rather than via http...

This is also the problem which other pools considered as "DDoS"... It's no DDoS, it's just a sloppy written miner Smiley

On Suprnova you can request max 50 old blocks via RPC, if you request more your connection gets dropped and you have to redownload the scratchpad.bin which is then good for the next 50 Blocks if the miner program doesn't handle the updates well.


hero member
Activity: 591
Merit: 501
Scavenger of Crypto Sorrow
you can mine at suprnova

You can, but your miners will be stuck at some point requiring manual redownload of scratchpad. Dunno it doesn't work automatically like with other pools.
full member
Activity: 196
Merit: 100
you can mine at suprnova
sr. member
Activity: 505
Merit: 250
Activist Investor
Just i precise i am not dev, just i help dev for manage Bountie!! Smiley

Thanks Yassin54, I'm back now

Look forward to the bi-weekly update later this week, aiming for Wednesday
legendary
Activity: 1540
Merit: 1000
Just i precise i am not dev, just i help dev for manage Bountie!! Smiley
legendary
Activity: 1540
Merit: 1000
newbie
Activity: 10
Merit: 0
How do you mine this coin , I don't see a wallet or a miner?
hero member
Activity: 591
Merit: 501
Scavenger of Crypto Sorrow
Do not forget to vote on c-cex  https://c-cex.com/?id=vote&coin=bbr

I sent 3 votes = 0.003 btc, lets get BBR on c-cex

Why ccex? Poloniex is best altcoin exchange, we had better trade on poloniex.

Don't bother with Cex, really. They make profits by listing and delisting shitcoins including ICOs rather than off trading fees. The volume will stay on Polo/Trex and Cex will delist it in a month or two.
hero member
Activity: 1302
Merit: 540
Ok guys I know Poloniex rules but more exchangers is good for us. If we add it on Asian exchanger it will be big step forward. If it is listed on C-cex it will be good for them too. They need some more volumes.
thats right mate the more exchange the more investors to join us so better to cast our votes to ccex. got luck mate hope the coin will be added next week.
hero member
Activity: 1204
Merit: 501
Radix-The Decentralized Finance Protocol
What about ZAIF. I know they are no so famous right now but they can add it. Soon I will ask them for that. It will be awesome if we have IOS or Android wallet. This will be huge step forward. 1Blockologist can you do that
hero member
Activity: 1204
Merit: 501
Radix-The Decentralized Finance Protocol
Ok guys I know Poloniex rules but more exchangers is good for us. If we add it on Asian exchanger it will be big step forward. If it is listed on C-cex it will be good for them too. They need some more volumes.
sr. member
Activity: 301
Merit: 250
Do not forget to vote on c-cex  https://c-cex.com/?id=vote&coin=bbr

I sent 3 votes = 0.003 btc, lets get BBR on c-cex

Why ccex? Poloniex is best altcoin exchange, we had better trade on poloniex.
Pages:
Jump to: