2018-07-03 01:02:13
Working on multisystem clustered mining
Fireduck
2018-07-03 01:02:40
Codename: Satan's Workshop
Fireduck
2018-07-03 02:42:13
trying to build 1.0.6 on a new image Im creating and Im getting this
Shoots
2018-07-03 02:42:13
INFO: Analysed target //:PoolMiner (55 packages loaded).
INFO: Found 1 target...
ERROR: missing input file '@local_jdk//:jre/lib/rt.jar'
ERROR: /home/ubuntu/snowblossom-1.0.6/miner/BUILD:3:1: //miner:miner: missing input file '@local_jdk//:jre/lib/rt.jar'
Target //:PoolMiner failed to build
Use --verbose_failures to see the command lines of failed build steps.
ERROR: /home/ubuntu/snowblossom-1.0.6/miner/BUILD:3:1 1 input file(s) do not exist
INFO: Elapsed time: 10.601s, Critical Path: 3.19s
INFO: 11 processes: 11 linux-sandbox.
FAILED: Build did NOT complete successfully
Shoots
2018-07-03 02:49:02
figured it out, missed a step install bazel
Shoots
2018-07-03 04:26:29
ha
Fireduck
2018-07-03 05:21:40
Ninja
2018-07-03 05:21:55
Which pool is this?
Ninja
2018-07-03 05:38:35
it has one miner, apparently
Fireduck
2018-07-03 05:38:39
so I imagine some private operation
Fireduck
2018-07-03 05:38:57
I'm going to say, lobsters from deep in the atlantic
Fireduck
2018-07-03 05:39:21
heh, i’m on a rich list a few times over
Rotonen
2018-07-03 05:40:01
crustaceans are delicious
Rotonen
2018-07-03 05:41:05
in other news the nethash is already so distributed ridiculous hardware does not makea significant dent on it
Rotonen
2018-07-03 05:42:38
I am working on a plan where a bunch of smaller machines work together
Fireduck
2018-07-03 05:42:56
like 32gb nodes that expose an rpc interface to read parts of the snowfield
Fireduck
2018-07-03 05:43:30
the cool thing, is that the node does the normal 4k page reads, but can marshal a bunch of responses to send back over the network
Fireduck
2018-07-03 05:43:43
that’ll reopen cloud mining to the fiat capable
Rotonen
2018-07-03 05:43:46
so even though the network bandwidth is much smaller, it still uses a good chunk of the memory bandwidth
Fireduck
2018-07-03 05:44:13
it is a pretty simple idea, if I don't do it open source, someone will do it private
Fireduck
2018-07-03 05:45:01
but one still has to throw five figure monthly sums at this for sustaining 51% (and that seems to improve all the time)
Rotonen
2018-07-03 05:45:02
plus the cool thing is you can just add more nodes to handle a larger field
Fireduck
2018-07-03 05:46:08
the interims are fast enough to transfer?
Rotonen
2018-07-03 05:46:23
interims?
Fireduck
2018-07-03 05:46:38
pff reading code on a mobile in a forest, not yet
Rotonen
2018-07-03 05:46:44
hah
Fireduck
2018-07-03 05:46:49
interim reads per proof
Rotonen
2018-07-03 05:47:15
yeah, each pow needs 96 bytes read over network
Fireduck
2018-07-03 05:47:28
or 6 4k pages from local block device or memory
Fireduck
2018-07-03 05:47:48
so there is a lot of benefit from batching them up and sending over network
Fireduck
2018-07-03 05:47:49
times worst case 10M / s
Rotonen
2018-07-03 05:48:21
ah yes, batching will make it a glacial flow sorta thing
Rotonen
2018-07-03 05:48:23
I'm thinking LAN (or cloud virtual LAN) not internet in general
Fireduck
2018-07-03 05:48:34
nothing is timing sensitive
Rotonen
2018-07-03 05:48:40
for this work as long as it is less than a minute, latency doesn't matter
Fireduck
2018-07-03 05:48:48
but bandwidth does
Fireduck
2018-07-03 05:48:59
planning on saturating most of gigE in and out of each node
Fireduck
2018-07-03 05:49:13
we shall see if that actually plays out
Fireduck
2018-07-03 05:49:38
p2p within a ’cluster’ or orchestration via the pool?
Rotonen
2018-07-03 05:50:07
for now, manually configured tightly bound cluster
Fireduck
2018-07-03 05:50:20
mostly outgoing bandwidth requirements would ramp up pool hosting costs
Rotonen
2018-07-03 05:50:23
maybe multicast discovery later
Fireduck
2018-07-03 05:50:54
UDP multicast requires a well configured LAN
Rotonen
2018-07-03 05:51:25
TCP is fine. I'll see how GRPC does for me and change it to something else as needed.
Fireduck
2018-07-03 05:51:27
did a student campus IPTV stack on that way back when
Rotonen
2018-07-03 05:51:42
the multicast udp would only be for discovery and configuration, not actual pow data
Fireduck
2018-07-03 05:52:19
still, at segment borders one needs reflectors
Rotonen
2018-07-03 05:52:37
I did some multi-router IPTV setup back in 2001 or so
Fireduck
2018-07-03 05:52:39
no one used it
Fireduck
2018-07-03 05:52:59
we had 5k users
Rotonen
2018-07-03 05:53:03
nice
Fireduck
2018-07-03 05:53:25
one can see why unicast was not an option
Rotonen
2018-07-03 05:53:41
yeah
Fireduck
2018-07-03 05:53:52
that is what multicast is for
Fireduck
2018-07-03 05:55:59
Thanks for listening to my idea, I'm glad it doesn't sound too insane to you immediately
Fireduck
2018-07-03 05:56:24
sounds like what i’ve been touting already
Rotonen
2018-07-03 05:56:57
but some more walking to do if i’m to reach lunch in time
Rotonen
2018-07-03 05:57:20
Rotonen
2018-07-03 07:09:26
holy shit, it works
Fireduck
2018-07-03 07:09:38
I have a little turd machine reading 30kh/s over the network
Fireduck
2018-07-03 07:10:31
causing 800MB/s of read load
Fireduck
2018-07-03 07:12:57
should be about 3 MB/s of network traffic but I don't have an easy way to graph that right now
Fireduck
2018-07-03 07:15:36
I should really go to bed now
Fireduck
2018-07-03 17:20:31
What do people use for traffic graphing these days?
Fireduck
2018-07-03 17:20:40
Assuming I have a switch that supports snmp
Fireduck
2018-07-03 17:22:22
hell, mrtg has move recent updates than I expected
Fireduck
2018-07-03 17:24:38
i use munin for everything. it is kind of mrtg for dummies.
fydel
2018-07-03 17:27:26
@fydel zabbix
Clueless
2018-07-03 17:46:58
munin has all i need.
fydel
2018-07-03 17:53:20
but zabbix looks interesting, too.
fydel
2018-07-03 18:14:33
if you hop off munin, look at ELK, TICK or splunk
Rotonen
2018-07-03 18:18:41
Oh god, more things
Fireduck
2018-07-03 18:19:42
I mostly get stuff done by avoiding messing with new things as much as is practical.
Fireduck
2018-07-03 18:28:02
we need more users
Clueless
2018-07-03 18:31:01
true
Fireduck
2018-07-03 20:38:47
mining snow effectively requires a level of expertise that most coins don't need
THX 1138 4EB
2018-07-03 20:39:10
do you think getting on crappy exchanges would increase awareness/miners?
THX 1138 4EB
2018-07-03 21:04:38
@THX 1138 4EB. No it doesn't.
Clueless
2018-07-03 21:05:09
Getting the highest efficiency possible requires expertise. Like everything else.
Clueless
2018-07-03 21:05:20
It literally just works if you merely run it.
Clueless
2018-07-03 21:08:46
In fact, most coins don't even work that well.
We literally provide you a deployment that takes several clicks to start.
Clueless
2018-07-03 21:14:42
i got 5 snow over the course of two weeks or so, meanwhile people in the trade channel are selling thousands
THX 1138 4EB
2018-07-03 21:15:07
for the amount you get, it's hard to mine and not really worth it for shit tier miners like me
THX 1138 4EB
2018-07-03 21:15:31
i started mining snow with someone else who gave up cause they're in the same position as me
THX 1138 4EB
2018-07-03 21:16:31
i'm still mining but it's not that attractive to miners who don't know what they're doing. i even got an nvme drive but i get more hash running my evo 750 and 850 at the same time
THX 1138 4EB
2018-07-03 21:17:34
I'd suggest channeling all your anger into learning how to do it
Nuse
2018-07-03 21:18:04
People giving up is usually even more of an indicator that you should persist
Nuse
2018-07-03 21:18:21
But if you want to leave the hard work to a miner, you will be charged appropriately for not rolling up your sleeves
Nuse
2018-07-03 21:18:54
Every step of the way towards usability decreases the early and tech savvy miners edge so you still have time.
Nuse
2018-07-03 21:20:16
"If you can't put yourself through hell and learn linux and cloud mining solutions, i can't help you" - Satoshi Nakamoto
Nuse
2018-07-03 21:22:57
i could do that, and probably fail, or i could focus on my masters thesis in a completely unrelated field
THX 1138 4EB
2018-07-03 21:24:05
and i'm not that angry; my point is that its going to put off new users
THX 1138 4EB
2018-07-03 21:31:56
i do know of a couple of not-very-good-exchanges that snow could go on; they add anything
THX 1138 4EB
2018-07-03 21:34:20
could do a reddit air-drop
THX 1138 4EB
2018-07-03 21:34:55
is there a snow subreddit?
THX 1138 4EB
2018-07-03 21:35:25
i see there is
THX 1138 4EB
2018-07-03 21:49:28
I am working on an even more complicated miner setup if that helps
Fireduck
2018-07-03 21:50:26
But you are absolutely correct, there is a lot to be desired in terms of ease and approachability
Fireduck
2018-07-03 21:52:22
on the plus side its dead stable
Shoots
2018-07-03 22:21:56
you only mined 5 snow because there is a lot of total hashpower, and you and spending less resources than others to mine. It's not because you don't understand how to mine. Even if you were able to triple your hashrate through optimization (not very likely) you would still have just 15, still compared to those thousands.
Tyler Boone
2018-07-03 22:23:22
anyways, once snow moons (which is basically an eventuality at this point) you will be able to afford all the lambos with your 5 blossoms.
Tyler Boone
2018-07-03 22:23:53
So go ahead and smell the sweet nectar now!
Tyler Boone