is there any info on how to generate your own chunked field? I would like to do this for field 9 :grin:
Half assed scripts
In tools
Split
thank you sir :+1:
I'm sure you see how it needs to be changed
yes, just change the number from 7 to 9
if you do it right, cat of the old file | sha256sum will be the same as cat.sh of the new file
and the seq from 127 to 511
As I said, half assed
as long as it works that's all that matters :upside_down_face:
I finally got field 12 generated on two separate machines to make sure they match up
Fortunately finished 3 hours before an electrician turned off the power
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:
Yeah, it is a bit nuts
But it takes so long to generate, I like to be ready
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:
need to get through field 8 first
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 check out the latest master, @Fireduck spotted something
ah. cool. hadn't checked git today. nice.
@fydel so he did fix whatever you were hitting?
i think so. i had this error: WARNING: Error: java.lang.NoSuchMethodError: java.nio.ByteBuffer.clear()Ljava/nio/ByteBuffer
the git title of the commit is "ByteBuffer bugs".
i will test in 2-3h when i am home again.
Yeah, Oracle seems to have done something nsilly and broke the api
yep. works now. awesome.
fantastic
oh oracle
The standard java thing to do is if you change the API that hard, you make a new class or package
and people migrate or not