2019-02-19 20:42:13
random read iops improvements above 400k will not be cost effective
https://www.anandtech.com/print/13951/the-samsung-983-zet-znand-ssd-review The Samsung 983 ZET (Z-NAND) SSD Review: How Fast Can Flash Memory Get?
Rotonen
2019-02-19 20:43:10
and cheap low power consumer drives are starting to hit that same 3GB/s sequential read rate
Rotonen
2019-02-19 20:43:25
the surfminer is a good idea
Rotonen
2019-02-19 21:31:21
I hope so
Fireduck
2019-02-19 21:31:22
we shall see
Fireduck
2019-02-19 21:53:47
if you do put some effort in at this point, also consider desktop gui stuff
Rotonen
2019-02-19 22:04:14
yeah
Fireduck
2019-02-19 22:05:20
I was thinking of making a desktop UI mode where one tab would run a node, with just dumping the nodes output to a text box (that can mostly be ignored) and then other tabs supporting normal client things.
Fireduck
2019-02-19 22:19:25
also throw in a tab for the miner
Rotonen
2019-02-19 22:19:59
I'm not sure that is a good idea. I'm not sure it is a bad idea either.
Fireduck
2019-02-19 22:20:06
and yes, no need to be pretty yet, that’ll increase the user base already
Rotonen
2019-02-19 22:25:31
people find a gui very useful to configure things
Rotonen
2019-02-19 22:26:38
and the tiered config panel approach to hide most stuff under ’advanced’ should do for the miner
Rotonen
2019-02-19 22:27:32
address
pool
where is your snow field
thread count
Rotonen
2019-02-19 22:28:13
memfield or precache are pretty much for users whom can manage anyway
Rotonen
2019-02-19 22:29:40
and the users whom for the gui would be trip up on concepts like ’comment line’ or ’path to directory’
Rotonen
2019-02-19 22:30:32
I can absolutely see the value, I'm just thinking that it will be a lot of work
Fireduck
2019-02-19 22:31:18
i guess i could do a config file generator
Rotonen
2019-02-19 22:31:44
online, in javascript
Rotonen
2019-02-19 22:32:41
the file chooser dialog of a file upload input field could potentially be abused for this
Rotonen
2019-02-19 22:33:40
and can default threads to a multiple of the core count, if there is an api for that
Rotonen
2019-02-19 22:33:53
webassembly should have something
Rotonen
2019-02-19 22:35:18
heh, in oldschool js already
https://html.spec.whatwg.org/multipage/workers.html#navigator.hardwareconcurrency
Rotonen
2019-02-19 22:36:27
Right, can keep it simple and do things like launch an OS editor on a default config file with explanations inline
Fireduck
2019-02-19 22:36:34
saves a ton of UI work
Fireduck
2019-02-19 22:37:16
and then you can run the node (or miner) in a tab with some stats at the bottom about how it is doing (block high, peer count for node), (hash rates for miner)
Fireduck
2019-02-19 22:52:54
yep, and with a bit of forethought in the architecture, everything can be improved in baby steps over time
Rotonen