2018-11-29 00:04:39
I probably don't want them

Fireduck
2018-11-29 17:09:44
the latest synology nas versions support virtualization. i am quite happy with mine. only quard core celeron but that's enough for me.

fydel
2018-11-29 23:24:28
World's most shit vanity generator in progress:

Fireduck
2018-11-29 23:24:33
$ bazel-bin/VanityGen fdk true false
snow:fdkl8p8lauunq8lw5sh9dr2m0gty44t53296p3wz
Checked 6681 at rate 1336.2

Fireduck
2018-11-29 23:24:44
don't anyone use that address, I didn't record the key

Fireduck
2018-11-29 23:46:51
Nice!

mjay
2018-11-29 23:47:14
This is something we finally can port to GPU :slightly_smiling_face:

mjay
2018-11-29 23:47:31
it now prints out a blob that can be saved to a text file and used with snwoblossomclient import

Fireduck
2018-11-29 23:47:40
heh, probably can

Fireduck
2018-11-29 23:47:50
I seem to recall the bitcoin vanity generator using opencl

Fireduck
2018-11-29 23:48:04
the performance of this is absolutely terrible

Fireduck
2018-11-29 23:48:13
like 14k/s on a fast system

Fireduck
2018-11-29 23:48:19
what is is, secp256k1?

mjay
2018-11-29 23:48:34
yeah

Fireduck
2018-11-29 23:48:49
thats hard to port

mjay
2018-11-29 23:48:49
I could speed it up, a bit of that is recreating key generator objects

Fireduck
2018-11-29 23:48:55
which could be reused

Fireduck
2018-11-29 23:49:23
maybe just use point addition?

mjay
2018-11-29 23:49:35
+1, hash, check, +1, hash, check

mjay
2018-11-29 23:49:58
that would depend on me knowing how to use ec point addition

Fireduck
2018-11-29 23:51:58
I see its in the repo already

mjay
2018-11-29 23:51:59
nice

mjay
2018-11-29 23:52:18
yeah

Fireduck
2018-11-29 23:52:36
it has three parameters, string to search for, start_with, end_with

Fireduck
2018-11-29 23:52:55
if both start_with and end_width are false, then it will look for the string anywhere in the address

Fireduck