Author

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

hero member
Activity: 546
Merit: 500
What kind of disease do you suffer? when You MUST comment every single altcoin?
https://bitcointalksearch.org/user/dranster-728352

BAGHOLDER Syndrome  Grin


Im the MM of many shitcoins

I pump and dump it all the tym Grin
legendary
Activity: 1457
Merit: 1001
What kind of disease do you suffer? when You MUST comment every single altcoin?
https://bitcointalksearch.org/user/dranster-728352

BAGHOLDER Syndrome  Grin
legendary
Activity: 1108
Merit: 1005
What kind of disease do you suffer? when You MUST comment every single altcoin?
https://bitcointalksearch.org/user/dranster-728352
hero member
Activity: 546
Merit: 500
BBR making some big moves today


One of the most undervalued anon coins.



We breaking 50,000 sats...Hold on tight brothers.


Lets go BOOLBERRY Smiley
full member
Activity: 202
Merit: 104
Solved it, thanks to Luigi1111 (creator of BBR address generator). Just for the record, you restore from seed by:

1. Building the Boolberry program from source (download does not have the --restore-wallet option)
2. Using the command:

Code:
simplewallet --restore-wallet  --restore-seed "24-word mnemonic seed"

Luigi helped convert my 25-word seed to a 24-word seed, but in the future he said he might update the generator so it is automatically a 24-word seed.

Edit: Just FYI, but the build-from-source wallet was not updating except for the past 1500 blocks, so my wallet was showing a balance of zero. To get the cold storage funds it was like 5000 blocks back, so I had to go into the source and change the update point to get it to scan the blockchain far back enough. Anyways, it's all finished. Thanks again Luigi1111!
Ok, what did you do in the source? That sounds bad.
Edit: I mean it sounds bad that you had to change something in the source for it to sync
hero member
Activity: 529
Merit: 505
I'm on drugs, what's your excuse?
market rather dumping on bittrex at 17.800

After the pump, comes ?

Cheers Jon  Wink
hero member
Activity: 1923
Merit: 538
market rather dumping on bittrex at 17.800
newbie
Activity: 12
Merit: 0
Solved it, thanks to Luigi1111 (creator of BBR address generator). Just for the record, you restore from seed by:

1. Building the Boolberry program from source (download does not have the --restore-wallet option)
2. Using the command:

Code:
simplewallet --restore-wallet  --restore-seed "24-word mnemonic seed"

Luigi helped convert my 25-word seed to a 24-word seed, but in the future he said he might update the generator so it is automatically a 24-word seed.

Edit: Just FYI, but the build-from-source wallet was not updating except for the past 1500 blocks, so my wallet was showing a balance of zero. To get the cold storage funds it was like 5000 blocks back, so I had to go into the source and change the update point to get it to scan the blockchain far back enough. Anyways, it's all finished. Thanks again Luigi1111!
newbie
Activity: 12
Merit: 0
Code:
--restore-wallet "mnemonic seed" 

This did not work. It says "unrecognized option'', which makes me think my Boolberry simplewallet does not have this command. Or I wonder if it's because the mnemonic seed is different on https://xmr.llcoins.net/. You mention a 24-word mnemonic seed, but the llcoins generator gave me a 25-word mnemonic seed. I also tried shortening the words to three letters, since that's what most mnemonic seeds look at. This did not work either.

Code:
--restore-seed 

This is not an option in my version of Simplewallet (v0.3.0.41).

Any other ideas? Do I need to build from source for these two options? That is what I will try right now.

Edit: I successfully installed the newer version that has --restore-wallet and --restore-seed, but it is asking for a 24-word seed, and the generator I used gave me a 25-word seed. Any ideas?
full member
Activity: 202
Merit: 104
I sent some BBR to a wallet generated on this page: https://xmr.llcoins.net/

I don't see a simplewallet command to restore from a mnemonic seed or view/spend keys. Are my coins lost?

Code:
  --restore-wallet arg            Restore wallet from restore seed and save it 
                                  to or
.wallet by default
  --restore-seed arg              Restore wallet from the 24-word seed

I think you need to pass the seed in quotes
newbie
Activity: 12
Merit: 0
I sent some BBR to a wallet generated on this page: https://xmr.llcoins.net/

I don't see a simplewallet command to restore from a mnemonic seed or view/spend keys. Are my coins lost?
full member
Activity: 202
Merit: 104

OK, now I'm moving a bit further.
But now, I'm not getting any error message, till I try to connect.

I start pool, it's looking fine
Code:
~/pool$ node init.js
2016-09-19 16:06:47 [master] Pool spawned on 2 thread(s)
2016-09-19 16:06:49 [unlocker] Started
2016-09-19 16:06:49 [payments] Started
2016-09-19 16:06:49 [unlocker] No blocks candidates in redis
2016-09-19 16:06:49 [payments] No workers' balances reached the minimum payment threshold
2016-09-19 16:06:50 [pool] (Thread 2) New block to mine at height 611757 w/ difficulty of 89943527473
2016-09-19 16:06:50 [pool] (Thread 1) New block to mine at height 611757 w/ difficulty of 89943527473
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 3333
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 5555
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 7777
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 8888
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 3333
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 5555
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 7777
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 8888

but then, when I'm trying to connect, I'm getting this error:

Code:
2016-09-19 15:58:08 [master] Pool fork 2 died, spawning replacement worker...
2016-09-19 15:58:11 [pool] (Thread 2) New block to mine at height 611750 w/ difficulty of 89489549000
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 3333
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 5555
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 7777
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 8888

TypeError: Cannot read property 'enabled' of undefined
    at handleMinerMethod (/home/ubuntu2/pool/lib/pool.js:466:43)
    at handleMessage (/home/ubuntu2/pool/lib/pool.js:606:13)
    at Socket.socket.on.on.on.pushMessage (/home/ubuntu2/pool/lib/pool.js:660:25)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Socket. (_stream_readable.js:746:14)
    at Socket.EventEmitter.emit (events.js:92:17)
    at emitReadable_ (_stream_readable.js:408:10)
    at emitReadable (_stream_readable.js:404:5)
    at readableAddChunk (_stream_readable.js:165:9)
    at Socket.Readable.push (_stream_readable.js:127:10)

2016-09-19 15:58:18 [master] Pool fork 1 died, spawning replacement worker...
2016-09-19 15:58:21 [pool] (Thread 1) New block to mine at height 611750 w/ difficulty of 89489549000
2016-09-19 15:58:21 [pool] (Thread 1) Started server listening on port 3333

and miner, can't connect at all:

Code:
[2016-09-19 15:57:59] Using JSON-RPC 2.0
[2016-09-19 15:57:59] wildkeccak scratchpad cache /home/ubuntu1/.cache/boolberry/scratchpad.bin
[2016-09-19 15:57:59] hugetlb not available
[2016-09-19 15:57:59] loaded scratchpad /home/ubuntu1/.cache/boolberry/scratchpad.bin (199337504 bytes), height=611140
[2016-09-19 15:57:59] Starting Stratum on stratum+tcp://192.168.100.104:7777
[2016-09-19 15:57:59] 4 miner threads started, using 'wildkeccak' algorithm.
[2016-09-19 15:57:59] stratum_recv_line failed
[2016-09-19 15:57:59] ...retry after 10 seconds
[2016-09-19 15:58:09] stratum_recv_line failed
[2016-09-19 15:58:09] ...retry after 10 seconds
[2016-09-19 15:58:19] stratum_recv_line failed
[2016-09-19 15:58:19] ...retry after 10 seconds
[2016-09-19 15:58:29] stratum_recv_line failed
[2016-09-19 15:58:29] ...retry after 10 seconds

So, now I  really don't know, how to solve this.
Does anybody, know hoe to sort this out?
cheers

Those line numbers don't look like they line up with this. Please use this repo:
https://github.com/clintar/cryptonote-universal-pool
legendary
Activity: 1108
Merit: 1005
Please use my pool code. Modules are updated to use newer versions of node.
https://github.com/clintar/cryptonote-universal-pool.git

Thanks, it's working now Grin There was only a small complaint about missing bignum.node upon startup, but that was an easy thing to fix with "npm install bignum".

Hello,
i had same problem at first it needed async, then bignum, I sort this out, but now I'm not able to install
multihashing at all. I tried nodejs v0.1, 4, 6, 7, different versions of npm, but any of those won't work.
Can you help me with that?
cheers

nodejs 7 already out? man people weren't exaggerating about the 6 months life cycle of javascript frameworks
I found some pre-release somewhere

it probably failed with some message about a library missing. probably have to install boost libs. i think the package was libboost1.55-all-dev

OK, now I'm moving a bit further.
But now, I'm not getting any error message, till I try to connect.

I start pool, it's looking fine
Code:
~/pool$ node init.js
2016-09-19 16:06:47 [master] Pool spawned on 2 thread(s)
2016-09-19 16:06:49 [unlocker] Started
2016-09-19 16:06:49 [payments] Started
2016-09-19 16:06:49 [unlocker] No blocks candidates in redis
2016-09-19 16:06:49 [payments] No workers' balances reached the minimum payment threshold
2016-09-19 16:06:50 [pool] (Thread 2) New block to mine at height 611757 w/ difficulty of 89943527473
2016-09-19 16:06:50 [pool] (Thread 1) New block to mine at height 611757 w/ difficulty of 89943527473
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 3333
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 5555
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 7777
2016-09-19 16:06:50 [pool] (Thread 2) Started server listening on port 8888
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 3333
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 5555
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 7777
2016-09-19 16:06:50 [pool] (Thread 1) Started server listening on port 8888

but then, when I'm trying to connect, I'm getting this error:

Code:
2016-09-19 15:58:08 [master] Pool fork 2 died, spawning replacement worker...
2016-09-19 15:58:11 [pool] (Thread 2) New block to mine at height 611750 w/ difficulty of 89489549000
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 3333
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 5555
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 7777
2016-09-19 15:58:11 [pool] (Thread 2) Started server listening on port 8888

TypeError: Cannot read property 'enabled' of undefined
    at handleMinerMethod (/home/ubuntu2/pool/lib/pool.js:466:43)
    at handleMessage (/home/ubuntu2/pool/lib/pool.js:606:13)
    at Socket.socket.on.on.on.pushMessage (/home/ubuntu2/pool/lib/pool.js:660:25)
    at Socket.EventEmitter.emit (events.js:95:17)
    at Socket. (_stream_readable.js:746:14)
    at Socket.EventEmitter.emit (events.js:92:17)
    at emitReadable_ (_stream_readable.js:408:10)
    at emitReadable (_stream_readable.js:404:5)
    at readableAddChunk (_stream_readable.js:165:9)
    at Socket.Readable.push (_stream_readable.js:127:10)

2016-09-19 15:58:18 [master] Pool fork 1 died, spawning replacement worker...
2016-09-19 15:58:21 [pool] (Thread 1) New block to mine at height 611750 w/ difficulty of 89489549000
2016-09-19 15:58:21 [pool] (Thread 1) Started server listening on port 3333

and miner, can't connect at all:

Code:
[2016-09-19 15:57:59] Using JSON-RPC 2.0
[2016-09-19 15:57:59] wildkeccak scratchpad cache /home/ubuntu1/.cache/boolberry/scratchpad.bin
[2016-09-19 15:57:59] hugetlb not available
[2016-09-19 15:57:59] loaded scratchpad /home/ubuntu1/.cache/boolberry/scratchpad.bin (199337504 bytes), height=611140
[2016-09-19 15:57:59] Starting Stratum on stratum+tcp://192.168.100.104:7777
[2016-09-19 15:57:59] 4 miner threads started, using 'wildkeccak' algorithm.
[2016-09-19 15:57:59] stratum_recv_line failed
[2016-09-19 15:57:59] ...retry after 10 seconds
[2016-09-19 15:58:09] stratum_recv_line failed
[2016-09-19 15:58:09] ...retry after 10 seconds
[2016-09-19 15:58:19] stratum_recv_line failed
[2016-09-19 15:58:19] ...retry after 10 seconds
[2016-09-19 15:58:29] stratum_recv_line failed
[2016-09-19 15:58:29] ...retry after 10 seconds

So, now I  really don't know, how to solve this.
Does anybody, know hoe to sort this out?
cheers
legendary
Activity: 1820
Merit: 1001
The one from your site is 189 MB (198,889,472 bytes) exact on hard disc. SO I have no idea what the cause is. I will try to download again and see if get same results.

Ok, then it seems you somehow get an old file, it's

198997968 (198 MB) bytes here (scratchpad.bin)

And it's md5sum is:

57d8ef50bf2c6722a55e2173f8f3df59

Link is:
http://bbr.suprnova.cc/scratchpad.bin

Maybe try deleting it first ?!

Have deleted everything each time. Seems to be running now tho so I dont get WTF going on with it. And Having to re download after stopping or not mining for a few. Mining software needs updating or a miner more catered for this tpye alog
legendary
Activity: 2688
Merit: 1240
The one from your site is 189 MB (198,889,472 bytes) exact on hard disc. SO I have no idea what the cause is. I will try to download again and see if get same results.

Ok, then it seems you somehow get an old file, it's

198997968 (198 MB) bytes here (scratchpad.bin)

And it's md5sum is:

57d8ef50bf2c6722a55e2173f8f3df59

Link is:
http://bbr.suprnova.cc/scratchpad.bin

Maybe try deleting it first ?!
legendary
Activity: 1820
Merit: 1001
for ocminer.

Downloaded scratchpad file

 Rebuilt URL to: http://bbr.suprnova.cc:7777/
 Hostname was NOT found in DNS cache
 Adding handle: conn: 0x17b1f0f0
 Adding handle: send: 0
 Adding handle: recv: 0
 Curl_addHandleToPipeline: length: 1
 - Conn 0 (0x17b1f0f0) send_pipe: 1, recv_pipe: 0
   Trying 37.59.21.58...
 TCP_NODELAY set
 Connected to bbr.suprnova.cc (xxxx) port 7777 (#0)
 Connection #0 to host bbr.suprnova.cc left intact
2016-09-16 18:21:59.553] > {"method": "login", "params": {"login": "iLikeCoins.med", "pass": "x", "hi": { "height": 609134, "block_id": "71641df2dc4514c597e8c5
b2d2f1f5e3ce9a0b0476ae93c8c9bb4f5e1658848" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
2016-09-16 18:21:59.579] < {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"scratchpad too old ! you have to (re)download scratchpad.bin"}}
2016-09-16 18:21:59.583] Stratum authentication failed
2016-09-16 18:21:59.584] ...retry after 10 seconds

And I have downloaded scratchpad just before this post and tried again with same results.

Regardless of the scratchpad you're not authenticating.  "Stratum authentication failed". 

So how can this be resolved then or is this something pool side that needs to be fixed?
legendary
Activity: 896
Merit: 1001
for ocminer.

Downloaded scratchpad file

 Rebuilt URL to: http://bbr.suprnova.cc:7777/
 Hostname was NOT found in DNS cache
 Adding handle: conn: 0x17b1f0f0
 Adding handle: send: 0
 Adding handle: recv: 0
 Curl_addHandleToPipeline: length: 1
 - Conn 0 (0x17b1f0f0) send_pipe: 1, recv_pipe: 0
   Trying 37.59.21.58...
 TCP_NODELAY set
 Connected to bbr.suprnova.cc (xxxx) port 7777 (#0)
 Connection #0 to host bbr.suprnova.cc left intact
2016-09-16 18:21:59.553] > {"method": "login", "params": {"login": "iLikeCoins.med", "pass": "x", "hi": { "height": 609134, "block_id": "71641df2dc4514c597e8c5
b2d2f1f5e3ce9a0b0476ae93c8c9bb4f5e1658848" }, "agent": "cpuminer-multi/0.1"}, "id": 1}
2016-09-16 18:21:59.579] < {"id":1,"jsonrpc":"2.0","error":{"code":-1,"message":"scratchpad too old ! you have to (re)download scratchpad.bin"}}
2016-09-16 18:21:59.583] Stratum authentication failed
2016-09-16 18:21:59.584] ...retry after 10 seconds

And I have downloaded scratchpad just before this post and tried again with same results.

Regardless of the scratchpad you're not authenticating.  "Stratum authentication failed". 
@bb
full member
Activity: 137
Merit: 100
Any advise on how to resolve following error when using gpu to mine with.

[GPU1] share doesn't validate on CPU, hash=8d04abf7, target=000018da
[GPU1] share doesn't validate on CPU, hash=fb933a2c, target=000018da

minerd -a wildkeccak_ocl -o stratum+tcp://bbr.suprnova.cc:7777 -u iLikecoin.med -p x -l scratchpad.bin -k http://bbr.suprnova.cc/scratchpad.bin

Any advise on how to fix this please. Using miner cpuminer-multi-opencl

CPU miner works fine when suing the comnds and taking out ocl however using gpu gives the error above hoping someone can resolve this problem for me.

I get the same error

Resolved my problem after back tracking in this thread. Found was drivers for gpu.
use catalyst 15.12 or lower

Uninstall all your gpu drivers and install http://support.amd.com/en-us/kb-articles/Pages/latest-catalyst-windows-beta.aspx

Now running smooth cant say the same for the pool am assuming its under ddos.

Glad you got it working, nope, no DDoS on suprnova, running fine.

I see too many reconnects to your pool. About 10% time my miners do nothing waiting for auth. It didn't happen with mbk's pool.


Yep, thats when your scratchpad.bin is invalid/too old.. As explained also on the Pool header.

It's a common bug of some clients, it works fine with bbr-cudaminer though.

Well am not nvidia am amd here maybe client needs to be fixed and updated to pan out the plagued bugs.

And too add

 2 miner threads started, using 'wildkeccak_ocl' algorithm.
 Starting Stratum on stratum+tcp://bbr.suprnova.cc:7777
 Stratum authentication failed
 ...retry after 10 seconds
 Stratum authentication failed
 ...retry after 10 seconds


Same here
Stratum authentication failed
 ...retry after 10 seconds

Most likely just stratum authentication error, check again is address correct? Try to run from purely command line not from script.
sr. member
Activity: 364
Merit: 260
--- ChainWorks Industries ---
something to continue watching for the time being ...

#crysx
legendary
Activity: 1820
Merit: 1001
The one from your site is 189 MB (198,889,472 bytes) exact on hard disc. SO I have no idea what the cause is. I will try to download again and see if get same results.
Jump to: