erok
|
|
February 04, 2016, 01:43:55 AM |
|
It wasn't an accident. The big orders came in gradually.
no they didnt.
|
"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
|
|
|
bitcoinrocks
Legendary
Offline
Activity: 1372
Merit: 1000
|
|
February 04, 2016, 02:05:24 AM |
|
Yeah they did. I watched the price ratchet up.
|
|
|
|
erok
|
|
February 04, 2016, 02:18:08 AM |
|
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.
|
"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
|
|
|
languagehasmeaning
|
|
February 04, 2016, 02:29:07 AM |
|
This would be the perfect time for damashup to launch popboolr.com
|
|
|
|
clintar2
|
|
February 04, 2016, 04:03:43 AM |
|
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.
|
|
|
|
languagehasmeaning
|
|
February 04, 2016, 04:31:06 AM |
|
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!
|
|
|
|
shojayxt
Legendary
Offline
Activity: 896
Merit: 1001
|
|
February 04, 2016, 04:56:25 AM |
|
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.
|
|
|
|
clintar2
|
|
February 04, 2016, 07:09:09 AM |
|
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 rpc call and put 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.
|
|
|
|
shojayxt
Legendary
Offline
Activity: 896
Merit: 1001
|
|
February 04, 2016, 07:35:28 AM |
|
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 rpc call and put 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!
|
|
|
|
erok
|
|
February 04, 2016, 08:47:19 AM Last edit: February 04, 2016, 09:12:50 AM by erok |
|
|
"the destruction of privacy widens the existing power imbalance between the ruling factions and everyone else" -- Julian Assange
|
|
|
clintar2
|
|
February 04, 2016, 09:28:59 AM |
|
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?
|
|
|
|
|
jwinterm
Legendary
Offline
Activity: 3136
Merit: 1116
|
|
February 04, 2016, 01:22:46 PM |
|
... 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. ... The valid alias characters are lower case English letters, numbers, hyphen and periodin order to protect aliases from "phishing" and cheats. . Why are there four aliases that begin with an uppercase letter then? Java NoodleDoodle SlyWax ValeraThere's also an alias on that list that is simply '@'. Were these rules not in place from the beginning?
|
|
|
|
Xdragon
|
|
February 04, 2016, 02:38:50 PM |
|
Looks like BBR network is under attack, all pools down(not accepting shares)
|
|
|
|
muchoman
|
|
February 04, 2016, 02:43:01 PM |
|
Looks like BBR network is under attack, all pools down(not accepting shares)
Very bad indeed.
|
|
|
|
clintar2
|
|
February 04, 2016, 02:55:56 PM |
|
Looks like BBR network is under attack, all pools down(not accepting shares)
Yikes. Don't know what happened there. Restarted daemon and now https://cncoin.farm is going again
|
|
|
|
muchoman
|
|
February 04, 2016, 03:02:06 PM |
|
Looks like BBR network is under attack, all pools down(not accepting shares)
Yikes. Don't know what happened there. Restarted daemon and now https://cncoin.farm is going again Down again.
|
|
|
|
Xdragon
|
|
February 04, 2016, 03:24:42 PM |
|
Massive dump on exchange, due to network attack.
|
|
|
|
coinrus9
Newbie
Offline
Activity: 29
Merit: 0
|
|
February 04, 2016, 03:27:12 PM |
|
i think this is my fault by mistake i flooded the network with many small tx (to send to other wallet, so i can send to exchange) and since then boold daemon of pools crash ? whoops *i was CPU mining and have a lot of Dust
|
|
|
|
maxll
Legendary
Offline
Activity: 1011
Merit: 1006
|
|
February 04, 2016, 03:43:29 PM |
|
poloniexBBR markets frozen while we investigate issues with the network. Posted by MobyDick
|
|
|
|
|