nice!
had to rebuild db on explorer ndoe
it is done now
yeah, rebuilding node on snowday, but in another process
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 yeah, we are looking at the last 1000 blocks for voting anyways
file an issue
I'm trying not to work on anything unless there is an issue for it
otherwise there is just too much and I vapor lock
all good it's not really an issue, work on the important stuff first
we are using issues for all feature requests and bugs and big work items. We prioritize from there.
oh ok
done
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.
awesome
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!
The other java tools create their own folders. snow_path, node db_path logs just freaks out and ragequits
I suggest making logs create the directory
w3rd
you have to subclass FileHandler to do that
java util logging is a pretty shite logging framework