2018-06-27 04:44:21
*https://github.com/snowblossomcoin/snowblossom/compare/fb271f3d4b6e...f3009dd1047e*
https://github.com/snowblossomcoin/snowblossom/commit/f3009dd1047e7b50f65bbdb35feb4aa2103c5953 - Remove silly stalled message from mr plow
GitHub
2018-06-27 04:44:28
@Rotonen that one is for you
Fireduck
2018-06-27 05:05:43
*https://github.com/snowblossomcoin/snowblossom/compare/f3009dd1047e...27e9c53e31d7*
https://github.com/snowblossomcoin/snowblossom/commit/27e9c53e31d7c9588c643f8e7336456cd62e92d8 - Counting pools in last 1000 blocks
GitHub
2018-06-27 05:05:43
[snowblossomcoin/snowblossom] Issue closed by fireduck64
GitHub
2018-06-27 05:14:59
@Fireduck
What do you feel should be coming next in roadmap?
I feel like everything we might want to move forward with will depend on RPCs in place. Is that right?
Clueless
2018-06-27 05:15:26
my next thing is client work
Fireduck
2018-06-27 05:15:36
there is a ton of stuff that needs doing there
Fireduck
2018-06-27 05:18:19
gah, rpc involves rpc security
Fireduck
2018-06-27 05:18:25
which I would like to not be complete shit
Fireduck
2018-06-27 05:55:28
blocking browser js driveby by s default random password should be a thing
Rotonen
2018-06-27 05:57:01
no default password
Fireduck
2018-06-27 08:22:01
learn from others' mistakes.
Clueless
2018-06-27 09:48:37
current unpaid shares, also per address, would be nifty in the status txt
Rotonen
2018-06-27 09:50:00
@Rotonen I was under the impression the pool could pay out immediately, the shares you applied towards a block, no?
Clueless
2018-06-27 09:55:30
PPLNS
Rotonen
2018-06-27 09:56:23
and how’d it pay without a fresh block?
Rotonen
2018-06-27 09:57:08
I mean, I'm under the impression you can payout *that* block as multiple coinbase transactions to the people that helped make that block, right?
Clueless
2018-06-27 09:57:15
so there'd be no delay in payouts
Clueless
2018-06-27 09:57:44
you could, MrPlow does not
Rotonen
2018-06-27 09:58:52
it takes the proportion of shares per address over the last 5 blocks found by the pool as how to divide the reward upon finding a block
Rotonen
2018-06-27 10:00:21
so if you stop mining some still trickles out for you for a few blocks, for instance
Rotonen
2018-06-27 18:50:43
I've always been intrigued by the possibility of having a miner which runs on a pool, but doesn't turn in valid blocks
Tyler Boone
2018-06-27 18:51:26
basically "asshole miner"
Tyler Boone
2018-06-27 18:52:20
could be countered somewhat by having a block bonus paid to the miner who actually finds a block
Tyler Boone
2018-06-27 19:02:41
right, that is a thing that someone can do
Fireduck
2018-06-27 19:03:03
on HHTT I was splitting the fee 50/50 with the miner who found the block
Fireduck
2018-06-27 19:03:16
but that involves a separate coinbase for each miner
Fireduck
2018-06-27 19:03:30
which for bitcoin was fine, just a different tx merkle root
Fireduck
2018-06-27 19:03:42
for snowblossom it would involve a new utxo root hash as well
Fireduck
2018-06-27 19:04:03
a bit of a sticky wiggler that
Fireduck
2018-06-27 19:31:19
when i do an address search with shakleton it just hangs on my server. when i do the same with your explorer the stats are there within a blink. the explorer homepage loads in normal speed.
fydel
2018-06-27 19:32:05
I am migrating some servers around
Fireduck
2018-06-27 19:32:09
Try more
Fireduck
2018-06-27 19:33:05
no. it's running on my server. yours is fine.
fydel
2018-06-27 19:34:15
this one. and i see no error message. :cry:
fydel
2018-06-27 19:35:03
while we're at it: http://snowday.fun:8080/
I'm waiting for an RPC to setup my own fancy site. :P
Clueless
2018-06-27 19:35:59
ah. same problem with your server. ^^ it just hangs in limbo.
fydel
2018-06-27 19:36:35
@fydel I don't have `addr_index=true` in my `explorer.conf`
Clueless
2018-06-27 19:38:53
i have added addr_index=true but same behaviour.
fydel
2018-06-27 19:41:16
for addr_index to take effect, you need to delete and rebuild node db
Fireduck
2018-06-27 19:41:38
same with tx_index
Fireduck
2018-06-27 20:06:11
*https://github.com/snowblossomcoin/snowblossom/compare/27e9c53e31d7...ba841696707a*
https://github.com/snowblossomcoin/snowblossom/commit/ba841696707a373bfc44ca52cb2c84b3920e2fda - moar returns
GitHub
2018-06-27 20:26:30
hmm. still same problem. i will go to sleep and try again tomorrow.
fydel