2018-06-25 05:17:50
*https://github.com/snowblossomcoin/snowblossom/compare/8648ac8e03e3...ddb1d89b6f85*
https://github.com/snowblossomcoin/snowblossom/commit/ddb1d89b6f850fe6562e0c560c904f57c427b34c - Address history
GitHub
2018-06-25 05:30:21
*https://github.com/snowblossomcoin/snowblossom/compare/ddb1d89b6f85...6cd68484d9e2*
https://github.com/snowblossomcoin/snowblossom/commit/6cd68484d9e2cf94fd131ba30275a717a8050b85 - Search by block number as well
GitHub
2018-06-25 05:31:38
*https://github.com/snowblossomcoin/snowblossom/compare/6cd68484d9e2...2ebd317372a9*
https://github.com/snowblossomcoin/snowblossom/commit/2ebd317372a990f871a3ae9beec12bf4fac785bf - Search by block number as well
GitHub
2018-06-25 05:35:48
nice!
Clueless
2018-06-25 05:36:26
had to rebuild db on explorer ndoe
Fireduck
2018-06-25 05:36:29
it is done now
Fireduck
2018-06-25 05:36:56
yeah, rebuilding node on snowday, but in another process
Clueless
2018-06-25 09:14:30
*https://github.com/snowblossomcoin/snowblossom/compare/2ebd317372a9...e6870e182e8b*
https://github.com/snowblossomcoin/snowblossom/commit/e6870e182e8bb9817ef74ca5570d7ea1f019fc8e - closes 96
GitHub
2018-06-25 12:25:41
would it be possible to add a simple output on the block explorer that shows that percentage of shares won? This way we could see if one pool has more than 51%
Shoots
2018-06-25 16:51:10
@Shoots yeah, we are looking at the last 1000 blocks for voting anyways
Fireduck
2018-06-25 16:51:12
file an issue
Fireduck
2018-06-25 16:55:00
I'm trying not to work on anything unless there is an issue for it
Fireduck
2018-06-25 16:55:07
otherwise there is just too much and I vapor lock
Fireduck
2018-06-25 17:00:31
all good it's not really an issue, work on the important stuff first
Shoots
2018-06-25 17:01:04
we are using issues for all feature requests and bugs and big work items. We prioritize from there.
Fireduck
2018-06-25 17:01:10
oh ok
Shoots
2018-06-25 17:02:38
done
Shoots
2018-06-25 17:02:42
It would be nice to be able to see what percentage of shares are being mined by which addresses in the block explorer. This would help prevent a pool from gaining over 51% of the network hashrate.
GitHub
2018-06-25 17:04:25
awesome
Fireduck
2018-06-25 18:53:23
While it's simple enough to `mkdir logs/` it would save an extra step if that could be included in the `bazel build :all` process.
Thank you!
GitHub
2018-06-25 21:28:24
The other java tools create their own folders. snow_path, node db_path
logs just freaks out and ragequits
Clueless
2018-06-25 21:28:45
I suggest making logs create the directory
Clueless
2018-06-25 21:29:32
w3rd
Fireduck
2018-06-25 21:31:37
you have to subclass FileHandler to do that
Tyler Boone
2018-06-25 21:31:46
java util logging is a pretty shite logging framework
Tyler Boone