2018-06-11 05:33:52
What happened to the wiki page that I wrote up notes on running the mining pools software?
Fireduck
2018-06-11 05:55:28
@Fireduck
I deleted it and added
https://github.com/snowblossomcoin/snowblossom/wiki/9.-Mining-Pools
but I hadn't written the guide to running all the modules yet.
Clueless
2018-06-11 05:56:35
I figured people would piece
https://github.com/snowblossomcoin/snowblossom/wiki/6.-Quickstart
and the Mining pool conf together just fine.
Just no explicit instructions.
Clueless
2018-06-11 05:56:57
I'll write up explicit instructions page for all modules now.
Clueless
2018-06-11 05:59:17
Clueless
2018-06-11 06:32:36
Please review these and inform me of anything you feel is missing:
https://github.com/snowblossomcoin/snowblossom/wiki/6.-Quickstart
https://github.com/snowblossomcoin/snowblossom/wiki/7.-User-Guide
Clueless
2018-06-11 06:32:44
@Fireduck ^ That's what I intended to replace it with.
Clueless
2018-06-11 06:45:00
how about:
1) the miner tells the pool how much RAM it's configured for
2) the pool assigns a range of the snowfield for the miner
3) aggregate as with any grid computing solution
?
Rotonen
2018-06-11 06:45:34
the aim is for the pool to find a block, after all, not for an individual miner to find a block
Rotonen
2018-06-11 08:29:22
that’d probably be network limited, though
Rotonen
2018-06-11 13:03:12
The miners would need to have a high bandwidth link for it to make much sense.
Fireduck
2018-06-11 13:03:31
A single PoW try has to read the snow field in 6 different places
Fireduck
2018-06-11 13:34:07
hehe, I was going to ask how I might query a node for the current field, but I can already do that. :)
Clueless
2018-06-11 13:34:19
Clueless
2018-06-11 17:45:53
seems the pool fee has a rounding error in the benefit of the pool - probably a very classic fixed point vs. double issue
Rotonen
2018-06-11 17:47:27
also naming - equivalent of satoshi?
Rotonen
2018-06-11 17:48:40
’flake’?
Rotonen
2018-06-11 17:49:29
rolls off the tongue and seems natural, japanese users might disagree
Rotonen
2018-06-11 17:54:22
Yeah, flake is the base unit
Fireduck
2018-06-11 17:54:54
As for the rounding error, it is complicated
Fireduck
2018-06-11 19:45:10
[snowblossomcoin/snowblossom] Issue opened by tster123
GitHub
2018-06-11 19:45:21
[snowblossomcoin/snowblossom] Issue opened by tster123
GitHub
2018-06-11 19:45:48
[snowblossomcoin/snowblossom] Issue opened by tster123
GitHub
2018-06-11 19:53:03
@Fireduck i’m assuming it’s just normal IEEE mantissa representation issues as the fee is a double in the pool config (no power of two maps to 0.1 etc.) - anything on top i’d not expect there?
Rotonen
2018-06-11 19:53:43
Absolutely. Take a look at ShareManager
Fireduck
2018-06-11 19:59:09
thank you
Rotonen
2018-06-11 21:44:12
[snowblossomcoin/snowblossom] Issue closed by tster123
GitHub
2018-06-11 21:44:12
[snowblossomcoin/snowblossom] Issue closed by tster123
GitHub