2018-08-21 02:12:50
is there any info on how to generate your own chunked field? I would like to do this for field 9 :grin:
SidGrip
2018-08-21 02:14:34
Half assed scripts
Fireduck
2018-08-21 02:14:37
In tools
Fireduck
2018-08-21 02:14:39
Split
Fireduck
2018-08-21 02:17:38
thank you sir :+1:
SidGrip
2018-08-21 02:20:53
I'm sure you see how it needs to be changed
Fireduck
2018-08-21 02:21:08
yes, just change the number from 7 to 9
SidGrip
2018-08-21 02:21:10
if you do it right, cat of the old file | sha256sum will be the same as cat.sh of the new file
Fireduck
2018-08-21 02:21:25
and the seq from 127 to 511
Fireduck
2018-08-21 02:22:00
As I said, half assed
Fireduck
2018-08-21 02:22:37
as long as it works that's all that matters :upside_down_face:
SidGrip
2018-08-21 02:34:20
I finally got field 12 generated on two separate machines to make sure they match up
Fireduck
2018-08-21 02:34:46
Fortunately finished 3 hours before an electrician turned off the power
Fireduck
2018-08-21 02:45:57
I was hoping there would be more miners by now to push up the field at least to 8. Can't imagine running a 4tb snow field :grin:
SidGrip
2018-08-21 02:46:18
Yeah, it is a bit nuts
Fireduck
2018-08-21 02:46:43
But it takes so long to generate, I like to be ready
Fireduck
2018-08-21 02:50:01
I am also thinking the same, hopefully within a week I will be able to setup Arktika with field 9 and point all available cpu's towards it :stuck_out_tongue_closed_eyes:
SidGrip
2018-08-21 03:33:51
need to get through field 8 first
Fireduck
2018-08-21 10:08:20
ah. correction. the binary versions work (1.2 and 1.3). but if I try to compile from source on the said ec2 instances, then I am getting the NoSuchMethodError. maybe this helps?
fydel
2018-08-21 11:28:13
ah. cool. hadn't checked git today. nice.
fydel
2018-08-21 12:06:44
@fydel so he did fix whatever you were hitting?
Rotonen
2018-08-21 13:12:19
i think so. i had this error: WARNING: Error: java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer
fydel
2018-08-21 13:12:39
the git title of the commit is "ByteBuffer bugs".
fydel
2018-08-21 13:12:58
i will test in 2-3h when i am home again.
fydel
2018-08-21 14:24:11
Yeah, Oracle seems to have done something nsilly and broke the api
Fireduck
2018-08-21 14:49:14
yep. works now. awesome.
fydel
2018-08-21 15:57:37
fantastic
Fireduck
2018-08-21 19:04:41
oh oracle
Rotonen
2018-08-21 19:05:28
The standard java thing to do is if you change the API that hard, you make a new class or package
Fireduck
2018-08-21 19:05:32
and people migrate or not
Fireduck