Bitcoin Forum
May 28, 2024, 01:27:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 »
761  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 06, 2014, 12:26:22 AM
PoolBerry.org is giving out a 10% mining bonus!

Come help us search for our first block!  Smiley
No windows executable, no big powers
I've merged LucasJones code into bbr repo, and uploaded pre-build windows bin: http://boolberry.com/downloads.html
Hope it helps.
762  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 05, 2014, 03:29:03 PM
we must improve  Gravity Well
when the hashrate slow down,and the diff down,someone prize the hashrate and diff quickly
when the diff going so high,they leave us,I think there is a bug in it

Well, i see as a main problem now is that we don't have pools. Since we have a different PoW it's not so easy to be add BBR to existing pools.
I'm working now on simple built-in pool, to allow everyone to run his own daemon-based pool withot any development, just plug-and-pool.

But if this won't help - i'll hardfork BBR with new difficulty adjustment.

763  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 05, 2014, 12:09:40 AM
No block in 3 hour ?

Cloud people left when difficulty went to 214G
Whoever this is: STOP THAT!

I bet you it's a GPU miner.
Why? There are people who can launch thousands of instances on Amazon for a hour....

And how much do they pay each time they do that?
You only have to buy graphics cards once.


To all who is wondering where did the evil came from: if it is a super-GPU or it amazon: take a look to BBR graphs: http://boolberry.com/state.html



You could see there just a lot of new connections, and a lot of peers appeared in greylist. And this is only peers seen by one machine(monitoring node).

So it seems that it was just huge amazon evil.

>And how much do they pay each time they do that?
Unfortunately not everyone have to pay for servers Sad


764  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 04, 2014, 09:20:44 AM
Do you think it is possible to make a GPU miner? From what I understand, Boolberry is based on CryptoNote but does not require 2MB of internal cache, right? Is this the reason why it could work on a GPU?
Boolb needs more than 2Mb actually. Current scratchpad size is already 4MB.
765  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 04, 2014, 01:58:51 AM
Is enyone from devs know why javaScriptConsoleMessage may not work in qtWebKit ?

Code:
class TracebleWebpage : public QWebPage
{
    Q_OBJECT
public:
    explicit TracebleWebpage(QObject *parent = 0);
protected:
    virtual void javaScriptConsoleMessage( const QString & message, int lineNumber, const QString & sourceID )
    {
        qDebug() << message << lineNumber << sourceID;
    }
};
I've overloaded v-function as google says, but no luck.

GUI branch source:
https://github.com/cryptozoidberg/boolberry/blob/GUI/src/gui/qt-daemon/html5applicationviewer/html5applicationviewer.cpp

Solved
766  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 04, 2014, 01:43:38 AM
Is enyone from devs know why javaScriptConsoleMessage may not work in qtWebKit ?

Code:
class TracebleWebpage : public QWebPage
{
    Q_OBJECT
public:
    explicit TracebleWebpage(QObject *parent = 0);
protected:
    virtual void javaScriptConsoleMessage( const QString & message, int lineNumber, const QString & sourceID )
    {
        qDebug() << message << lineNumber << sourceID;
    }
};
I've overloaded v-function as google says, but no luck.

GUI branch source:
https://github.com/cryptozoidberg/boolberry/blob/GUI/src/gui/qt-daemon/html5applicationviewer/html5applicationviewer.cpp
767  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Bounty for Boolberry Pool on: June 03, 2014, 12:49:37 AM
Sent 50 BBR, hope BBR pool is up very soon. Thanks!
Thank you!
768  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Bounty for Boolberry Pool on: June 03, 2014, 12:47:56 AM
@33zer0w0lf - any updates?
nope still sitting at 480, haven't heard from zone in a while I will see if I can get a hold of him now.

https://github.com/LucasJones/node-cryptonote-util/commit/e7edc170be272b3ad63542b91fbda3a12232e31e

looks like he is working on it though
As i could see he is doing some things in core... hm, i thought pools use daemon "as is".
Could you connect me with  Lucas?
769  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 03, 2014, 12:41:51 AM
Yeah!! Block is found! Good job!
770  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED]LAUNCHED on: June 03, 2014, 12:40:09 AM
@OP: I think you have done a great job sofar but could you imagine to delegate some coding work to other devs willing to help? The project would certainly grow alot the moment new devs start working on it.
Yes, you right, and Boolberry is definitely welcome for new developers who interested in work in this coin.
771  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR] Boolberry [ANONYMOUS | CRYPTONOTE] 2 EXCHANGES on: June 03, 2014, 12:28:09 AM
Hi friends.

I answer to everyone about GUI: yes, i'm working on it, now it's most priority task.

For developers who want to track progress or interested in details, here is a branch i work in:
https://github.com/cryptozoidberg/boolberry/tree/GUI

I use Qt+webkit for this. I spent some time to make it work together with daemon sources.
Current GUI branch state is not production-like code, im just making proof of concept, so there some scary thinjs like hard-coded path's to libs.


PS: We had another HR peak and now blocks is extremply rare, this is sad. I've asked some of miners to correct this, hope situation will be solved and difficulty will back to reality.

We really need to create open-source pool for BBR, so i'll ask mike to orginze this and i'll offer 500 BBRs for that (half of current donations fund). Hope some of other stakeholders will add prize.

Good "luck"!
772  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED]LAUNCHED on: June 02, 2014, 08:18:04 AM
Anyone else getting this error while trying to transfer?

Error: transaction <1edab0d63b5c19af30aa0a36b850ff3535fd883f3332b0627837c140aa44da60> was rejected by daemon with status "Failed"

I tried rebuilding and still getting the same error. This is the error message in the daemon.

2014-Jun-02 03:30:17.816807 [RPC0]Transaction verification failed: <dac3116a58bb59548bf0e155f3c174edfdd485ca584c52c7fb1b162d0be429a1>
2014-Jun-02 03:30:17.816968 [RPC0][on_send_raw_tx]: Failed to process tx
2014-Jun-02 03:31:04.975187 [RPC1]transaction is too big for current transaction flow, tx_id: <67afa7a671e0e4436fc508ebe0a29971f8b47d576341cce9602e327093458d4a>
What software version ? How much coins you have tried to send? You can PM me if you want.
773  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED] LAUNCHED on: June 02, 2014, 08:05:55 AM
Ok its up and running... I've tested all i can without any BBR ... someone be the first! Smiley

Thanks,
Richie

Thank you!
774  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED] LAUNCHED on: June 01, 2014, 04:23:10 PM
Hey guys... figure we'd add one more cryptonote coin to our family! Smiley

https://www.bittrex.com/Market/Index?MarketName=BTC-BBR

happy trading!


Thanks,
richie@bittrex

Richie, any idea when BBR will be listed? It looks like crypto_zoidberg has modified the code to include a payment id.

Still trying to integrate but having problems... if anyone the dev team is around, we'd love to talk to you Wink

Thanks
Richie
I'm here, researching problem.
775  Alternate cryptocurrencies / Altcoin Discussion / Re: [BBR][HP] Boolberry (formerly HoneyPenny) Rename Contest - 125 BBR Prize on: June 01, 2014, 12:14:47 AM
On the bright side, we just made hundreds of future clonecoins' jobs easier.  Grin
Smiley
776  Alternate cryptocurrencies / Marketplace (Altcoins) / Re: Bounty for Boolberry Pool on: June 01, 2014, 12:07:46 AM
UPDATE

I spoke with Zone117x, who developed the pool I operate at http://www.extremepool.org, and he informed me his developer friend is looking at the backend to see what can be done to make it work with boolberry!

This is great news, we are getting closer to a working solution.

The bounty is currently up to 480 Boolberry, keep the donations coming, the more we get the sooner we will have a working solution!
Let me know if he need some help with understanding protocol or extending API, or whatever.
He have to take a look into simpleminer. Unlike other cryptonote coins, our simpleminer could connect to daemon and work with it, just as an example of thin miner.
I also started topic to support pool developers here: https://bitcointalk.org/index.php?topic=628180

Good luck with development.
777  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED]LAUNCHED on: May 31, 2014, 11:14:32 PM
Anyone know why the latest windows binaries have a file in them called simplewallet.exp?  Is this just a typo?
Fixed.
778  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED]LAUNCHED on: May 31, 2014, 08:19:03 PM
I think Boolberry is a good compromise most can live with. I for one even like it pretty good, its unique, friendly and the berry part makes for some fun puns in upcoming applications. Happy this is resolved (although none of my great suggestions got elected Roll Eyes )
Thanks for the kind words! Smiley
779  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][BBR]Boolberry[ANONYMITY&UNLINKABILITY|PoW-BCHAIN-BASED]LAUNCHED on: May 31, 2014, 03:21:07 PM
Boolberry is not the best name, i see.

But i've decided to stay with that.
i'm so sick of this naming talks - it's not possible to please everybody.
I like this name and i'll make a value for this name with my work and my ideas.

Thanks to all people who suggested names, i'm very sorry that i didn't like it, please try to understand me.
The prize will be devided between all who suggested in this thread, with thanks and respect. Sorry again that i didn't take  name here.

Now naming issue is closed.

I'm gladly go back to work, hope we will appear on exchanges soon.

PS: those who was complained that solo mining is impossible - you can try your luck now since hashrate is pretty low now. this is your second chance.
PPS: those who don't like the name - that's ok, i can understand you and respect your choice if you go to Monero(or whatever). Mine in peace!
780  Alternate cryptocurrencies / Altcoin Discussion / Re: [BBR][HP] Boolberry (formerly HoneyPenny) Rename Contest - 125 BBR Prize on: May 31, 2014, 03:17:00 PM
Boolberry is not the best name, i see.

But i've decided to stay with that.
i'm so sick of this naming talks - it's not possible to please everybody.
I like this name and i'll make a value for this name with my work and my ideas.

Thanks to all people who suggested names, i'm very sorry that i didn't like it, please try to understand me.
The prize will be devided between all who suggested in this thread, with thanks and respect. Sorry again that i didn't take name here.

Now naming issue is closed.

I'm gladly go back to work, hope we will appear on exchanges soon.

PS: those who was complained that solo mining is impossible - you can try your luck now since hashrate is pretty low now. this is your second chance.
PPS: those who don't like the name - that's ok, i can understand you and respect your choice if you go to Monero(or whatever). Mine in peace!
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 [39] 40 41 42 43 44 45 46 47 48 49 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!