Author

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

full member
Activity: 202
Merit: 104
If you are just going by those blockchain explorers, the discussion lately has been that they seem to be relying on each other for their info and have been lagging behind for some reason lately. Seems like poloniex may be using them for their blockchain info, too, as I had transactions not showing up until those two caught up, too. Someone contacted one of those and they said they should be fine now, though, unless it's just happening again. Or maybe you didn't see them show up in your own wallet? It should only take 6 confirmations for funds to be usable I think, so more like 14 minutes I think is normal?
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
legendary
Activity: 896
Merit: 1001
There stats here are not currently updating properly: http://boolberry.com/state.html

Who is in charge of maintaining that page?


Those stats haven't been working for some time.  They were informative but I don't think many people ever looked at them.  I used the stats page mainly to see what aliases were available.  I'm very busy with my main occupation but I might have time in the next few days to recreate and host them on a crypto related website I'm setting up if you don't get a response from Crypto Zoidberg.  He is the person in control of the boolberry.com website.
I whipped something up based on what was on boolberry.com. It's at https://cncoin.farm/munin/ if you want to use it. Click on the BoolberryStats link to see graphs.

Thank You!

I feel bad for not getting something put up.  But honestly, I had some issues.  I've never used Munin and ran into some problems and didn't have the time to figure things out.



Yeah, i had some issues trying to get it working, too. Got the plugins from the boolberry repo working yesterday or the day before and didn't try to get the alias list working. I just looked at what the website was doing and figured out it was just using the output from the
Code:
get_all_alias_details
rpc call and put
Code:
curl -X POST http://host:port/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"'get_all_alias_details'"}' -H 'Content-Type: application/json' -o /munin/web/path/aliases.json
into cron and adjusted what boolberry.com's javascript was doing a bit to work on my server. I guess I could make it one of the menu options in the pool code with instructions to get munin working there. That might be nice.

You did a great job!
full member
Activity: 202
Merit: 104
There stats here are not currently updating properly: http://boolberry.com/state.html

Who is in charge of maintaining that page?


Those stats haven't been working for some time.  They were informative but I don't think many people ever looked at them.  I used the stats page mainly to see what aliases were available.  I'm very busy with my main occupation but I might have time in the next few days to recreate and host them on a crypto related website I'm setting up if you don't get a response from Crypto Zoidberg.  He is the person in control of the boolberry.com website.
I whipped something up based on what was on boolberry.com. It's at https://cncoin.farm/munin/ if you want to use it. Click on the BoolberryStats link to see graphs.

Thank You!

I feel bad for not getting something put up.  But honestly, I had some issues.  I've never used Munin and ran into some problems and didn't have the time to figure things out.



Yeah, i had some issues trying to get it working, too. Got the plugins from the boolberry repo working yesterday or the day before and didn't try to get the alias list working. I just looked at what the website was doing and figured out it was just using the output from the
Code:
get_all_alias_details
rpc call and put
Code:
curl -X POST http://host:port/json_rpc -d '{"jsonrpc":"2.0","id":"0","method":"'get_all_alias_details'"}' -H 'Content-Type: application/json' -o /munin/web/path/aliases.json
into cron and adjusted what boolberry.com's javascript was doing a bit to work on my server. I guess I could make it one of the menu options in the pool code with instructions to get munin working there. That might be nice.
legendary
Activity: 896
Merit: 1001
There stats here are not currently updating properly: http://boolberry.com/state.html

Who is in charge of maintaining that page?


Those stats haven't been working for some time.  They were informative but I don't think many people ever looked at them.  I used the stats page mainly to see what aliases were available.  I'm very busy with my main occupation but I might have time in the next few days to recreate and host them on a crypto related website I'm setting up if you don't get a response from Crypto Zoidberg.  He is the person in control of the boolberry.com website.
I whipped something up based on what was on boolberry.com. It's at https://cncoin.farm/munin/ if you want to use it. Click on the BoolberryStats link to see graphs.

Thank You!

I feel bad for not getting something put up.  But honestly, I had some issues.  I've never used Munin and ran into some problems and didn't have the time to figure things out.

Are you going to supplement the aliases with the rest of the munin charts?  I don't want to waste time if you're already working on them.

Edit:

I didn't click on the link boolb link and see that you had already created all the charts.  Thanks again!






How to use aliases

You can map your long address string with short nickname, and it can be used in transfer commands.
Mapping is possible when you find a block and each block can map only one alias. The valid alias characters are lower case English letters, numbers, hyphen and periodin order to protect aliases from "phishing" and cheats. .

If you do mining and want to set up your miner to add alias to blockchain, pass this command into daemon console:

make_alias luckycat 1GY1d9z41rBPUghdQaW2h62AV6z5FJ7TsCAbYQhbW6k2ZFLEfYhVV45DnqKRGPq7RLEpTsJVjpQKYWf tK7LeMfjiUq4oDYa
The alias will not be committed into blockchain if the alias is already in use.




sr. member
Activity: 336
Merit: 250
There stats here are not currently updating properly: http://boolberry.com/state.html

Who is in charge of maintaining that page?


Those stats haven't been working for some time.  They were informative but I don't think many people ever looked at them.  I used the stats page mainly to see what aliases were available.  I'm very busy with my main occupation but I might have time in the next few days to recreate and host them on a crypto related website I'm setting up if you don't get a response from Crypto Zoidberg.  He is the person in control of the boolberry.com website.
I whipped something up based on what was on boolberry.com. It's at https://cncoin.farm/munin/ if you want to use it. Click on the BoolberryStats link to see graphs.

I like seeing all the data. Thank you for doing this!
full member
Activity: 202
Merit: 104
There stats here are not currently updating properly: http://boolberry.com/state.html

Who is in charge of maintaining that page?


Those stats haven't been working for some time.  They were informative but I don't think many people ever looked at them.  I used the stats page mainly to see what aliases were available.  I'm very busy with my main occupation but I might have time in the next few days to recreate and host them on a crypto related website I'm setting up if you don't get a response from Crypto Zoidberg.  He is the person in control of the boolberry.com website.
I whipped something up based on what was on boolberry.com. It's at https://cncoin.farm/munin/ if you want to use it. Click on the BoolberryStats link to see graphs.
sr. member
Activity: 336
Merit: 250
This would be the perfect time for damashup to launch popboolr.com

hero member
Activity: 896
Merit: 1000
Avatars are overrated.
It wasn't an accident.  The big orders came in gradually.
Yeah they did.  I watched the price ratchet up.
I must have misread the 5 MINUTE chart i was looking at then... silly... me?


Anyways like i said before it at least got some eyes back on bbr. I'm picking up some more when it gets back to normal. Smiley
legendary
Activity: 1372
Merit: 1000
Yeah they did.  I watched the price ratchet up.
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
It wasn't an accident.  The big orders came in gradually.
no they didnt.
legendary
Activity: 2156
Merit: 1070
Fun time. 42 BTC buy order up to 33k sats for no reason unless there is something we don't know.

OOPS i accidently bought at market .. My Bad ..

At least it got some eyes back on this project even if it was an accident.

Somebody bought 42 btc worth at market on accident? Wow. Well, that is one heck of a green dildo candle on the daily now.
legendary
Activity: 1372
Merit: 1000
It wasn't an accident.  The big orders came in gradually.
hero member
Activity: 896
Merit: 1000
Avatars are overrated.
Fun time. 42 BTC buy order up to 33k sats for no reason unless there is something we don't know.

OOPS i accidently bought at market .. My Bad ..

At least it got some eyes back on this project even if it was an accident.
hero member
Activity: 591
Merit: 501
Scavenger of Crypto Sorrow
Fun time. 42 BTC buy order up to 33k sats for no reason unless there is something we don't know.
full member
Activity: 177
Merit: 100
OOPS i accidently bought at market .. My Bad ..   Just Kidding Smiley
hero member
Activity: 732
Merit: 500
newbie
Activity: 40
Merit: 0
BBR is being pumped it seems. It's now in the top 100 on coinmarketcap, with a market cap of $456,000, and an $18,000 volume on Poloniex.
full member
Activity: 201
Merit: 100
Is pump ahead for BBR?
I see on poloniex activity any real reason?

thnx


If you are genuinely interested in learning about Boolberry technology please stick around. If you are here looking for a pump and dump you have come to the wrong place.

I am developing some prediction algorithms for cryptocurrency price trends, and BBR peaked in monitor... that is all.

The reason why I am asking it, is there any news in dev process or update on technology or any other issue which could cause this rising of BBR price?

I couldnt find any news here relevant...

Sorry if I was off the topic.
Jump to: