nc50lc
Legendary
Offline
Activity: 2590
Merit: 6343
Self-proclaimed Genius
|
|
September 17, 2018, 05:40:54 AM |
|
RIP LBC, RIP vanitygen Vanitygen's main purpose if for creating personalized address, not to bruteforce private keys. But I second this: RIP LBC ' after 104 more addresses'. It's been dead for a long time though, there are only few users left who's actually " adding" a share ( for the Puzzle). Most are just brought there by curiosity and false hope.
|
|
|
|
arulbero
Legendary
Offline
Activity: 1935
Merit: 2077
|
|
September 17, 2018, 11:10:53 AM |
|
Can someone show me the pk no 161 - 256 ?
Private keys? It's not possible. Only the transaction's author know them.
|
|
|
|
holy_ship (OP)
Jr. Member
Offline
Activity: 115
Merit: 1
|
|
September 18, 2018, 02:23:53 AM |
|
Arulbero's magic proggie can calculate PK of spent puzzle56 because 2^55 - 2^56 is relatively small range.
puzzle161 is spent, but the range 2^161 - 2^162 is 40564819207303340847894502572032 times larger
>Vanitygen's main purpose if for creating personalized address, not to bruteforce private keys.
nc50lc, you should read at least first page before commenting in topic.
|
|
|
|
arulbero
Legendary
Offline
Activity: 1935
Merit: 2077
|
|
September 18, 2018, 11:31:44 AM |
|
Arulbero's magic proggie can calculate PK of spent puzzle56 because 2^55 - 2^56 is relatively small range.
puzzle161 is spent, but the range 2^161 - 2^162 is 40564819207303340847894502572032 times larger
I can search a private key in a 2^70 range, not much more. It takes a lot of memory and cpu power.
|
|
|
|
domozhirov
Newbie
Offline
Activity: 2
Merit: 0
|
|
September 22, 2018, 07:11:27 PM |
|
arulbero, can you send your script or the source code of the program with baby-giant step? I'm not a programmer, I'm just a system administrator, but I have a test server with xeon and 1tb ram. I think that 1tb is enough to compose a hash for about 2 ^ 110. And if my assumptions are correct, then I can search the keys from 2 ^ 160-2 ^ 220
|
|
|
|
arulbero
Legendary
Offline
Activity: 1935
Merit: 2077
|
|
September 22, 2018, 08:27:10 PM |
|
arulbero, can you send your script or the source code of the program with baby-giant step? I'm not a programmer, I'm just a system administrator, but I have a test server with xeon and 1tb ram. I think that 1tb is enough to compose a hash for about 2 ^ 110. And if my assumptions are correct, then I can search the keys from 2 ^ 160-2 ^ 220
1 TB is only 2^5 times 32 GB (the Ram of my laptop). You could search maybe until 2^80, probably less, I have a Xeon too. I wrote that program for myself, it is "unusable" at the moment (too hard to configure, no comments) for anybody but the author (me).
|
|
|
|
DevilOper
Member
Offline
Activity: 280
Merit: 26
|
|
October 03, 2018, 10:48:22 AM |
|
Theoretically CUDA doesn't have noticeable advantage over OPENCL. It has inline assembler though.
|
|
|
|
fucilator_3000
Member
Offline
Activity: 154
Merit: 27
|
|
October 20, 2018, 04:15:00 PM |
|
arulbero, can you send your script or the source code of the program with baby-giant step? I'm not a programmer, I'm just a system administrator, but I have a test server with xeon and 1tb ram. I think that 1tb is enough to compose a hash for about 2 ^ 110. And if my assumptions are correct, then I can search the keys from 2 ^ 160-2 ^ 220
1 TB is only 2^5 times 32 GB (the Ram of my laptop). You could search maybe until 2^80, probably less, I have a Xeon too. I wrote that program for myself, it is "unusable" at the moment (too hard to configure, no comments) for anybody but the author (me). Keep us posted dude!
|
|
|
|
anunnaki1202
Jr. Member
Offline
Activity: 78
Merit: 1
|
|
November 14, 2018, 09:56:28 PM |
|
Can oclvanitygen run on CPU I have a server with 48 threads and getting this error anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$ chmod 777 oclvanitygen anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$ ./oclvanitygen -D 0:0 -f addresses.txt -o found.txt -k lastkey.txt 5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf Start with 5HpHagT65TZzG1PH3CSu63k8DbpvD8s5ip4nEB3kEsreAnchuDf Searching for 200000 addresses clGetPlatformIDs(0): Unknown code -1001 cant get_platform(0) Can't get_opencl_device Could not open device '0:0', ignoring clGetPlatformIDs(0): Unknown code -1001 Available OpenCL platforms: anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$ make oclvanitygen make: 'oclvanitygen' is up to date. anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$
|
|
|
|
anunnaki1202
Jr. Member
Offline
Activity: 78
Merit: 1
|
|
November 14, 2018, 11:36:49 PM |
|
I got it run as far as below anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$ sudo ./oclvanitygen -D 0:2 -f addresses.txt -o found.txt -k lastkey.txt 5HpHagT65TZzG1PH3DyuZSxCy1DYd7f5wZAZseJkjZqLb1rDeBo Start with 5HpHagT65TZzG1PH3DyuZSxCy1DYd7f5wZAZseJkjZqLb1rDeBo Searching for 200000 addresses DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument Assuming 131072kB available aperture size. May lead to reduced performance or incorrect rendering. get chip id failed: -1 [22] param: 4, val: 0 DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument Assuming 131072kB available aperture size. May lead to reduced performance or incorrect rendering. get chip id failed: -1 [22] param: 4, val: 0 beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message) clGetDeviceIDs(0): CL_DEVICE_NOT_FOUND can't get_device_list cant get_device(2) cant get_platform(0) Can't get_opencl_device Could not open device '0:2', ignoring Available OpenCL platforms: 0: [Intel] Intel Gen OCL Driver DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument Assuming 131072kB available aperture size. May lead to reduced performance or incorrect rendering. get chip id failed: -1 [22] param: 4, val: 0 beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message) clGetDeviceIDs(0): CL_DEVICE_NOT_FOUND anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$
This error is on Ubuntu 18.04.1 LTS Intel® Xeon(R) CPU E7540 @ 2.00GHz × 48 What am trying to achieve is to make it run on CPU
|
|
|
|
GoldTiger69
|
|
November 15, 2018, 12:07:14 AM |
|
I got it run as far as below anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$ sudo ./oclvanitygen -D 0:2 -f addresses.txt -o found.txt -k lastkey.txt 5HpHagT65TZzG1PH3DyuZSxCy1DYd7f5wZAZseJkjZqLb1rDeBo Start with 5HpHagT65TZzG1PH3DyuZSxCy1DYd7f5wZAZseJkjZqLb1rDeBo Searching for 200000 addresses DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument Assuming 131072kB available aperture size. May lead to reduced performance or incorrect rendering. get chip id failed: -1 [22] param: 4, val: 0 DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument Assuming 131072kB available aperture size. May lead to reduced performance or incorrect rendering. get chip id failed: -1 [22] param: 4, val: 0 beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message) clGetDeviceIDs(0): CL_DEVICE_NOT_FOUND can't get_device_list cant get_device(2) cant get_platform(0) Can't get_opencl_device Could not open device '0:2', ignoring Available OpenCL platforms: 0: [Intel] Intel Gen OCL Driver DRM_IOCTL_I915_GEM_APERTURE failed: Invalid argument Assuming 131072kB available aperture size. May lead to reduced performance or incorrect rendering. get chip id failed: -1 [22] param: 4, val: 0 beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message) clGetDeviceIDs(0): CL_DEVICE_NOT_FOUND anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$
This error is on Ubuntu 18.04.1 LTS Intel® Xeon(R) CPU E7540 @ 2.00GHz × 48 What am trying to achieve is to make it run on CPU oclvanitygen is for GPUs. For CPU you need to use Vanitygen.
|
|
|
|
anunnaki1202
Jr. Member
Offline
Activity: 78
Merit: 1
|
|
November 15, 2018, 12:19:41 AM |
|
How to do that ? To just removing ocl?
|
|
|
|
|
Andzhig
Jr. Member
Offline
Activity: 184
Merit: 3
|
|
November 15, 2018, 01:23:14 PM |
|
Can oclvanitygen run on CPU I have a server with 48 threads and getting this error Try -D 1:1
|
|
|
|
anunnaki1202
Jr. Member
Offline
Activity: 78
Merit: 1
|
|
November 15, 2018, 11:19:30 PM |
|
same error anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$ ./oclvanitygen -D 1:1 -f addresses.txt -o found.txt -k lastkey.txt 5KHon4xmV31t9dFSHzeN3KF3R1EvjnSRCuy5ZcVEL83NZXzsyeE Start with 5KHon4xmV31t9dFSHzeN3KF3R1EvjnSRCuy5ZcVEL83NZXzsyeE Searching for 200000 addresses /dev/dri/card0 not authenticated cant get_platform(1) Can't get_opencl_device Could not open device '1:1', ignoring Available OpenCL platforms: 0: [Intel] Intel Gen OCL Driver /dev/dri/card0 not authenticated beignet-opencl-icd: no supported GPU found, this is probably the wrong opencl-icd package for this hardware (If you have multiple ICDs installed and OpenCL works, you can ignore this message) clGetDeviceIDs(0): CL_DEVICE_NOT_FOUND anunnaki@anunnaki-PowerEdge-R810:~/vanitygen$
|
|
|
|
|
holy_ship (OP)
Jr. Member
Offline
Activity: 115
Merit: 1
|
|
November 19, 2018, 02:59:17 AM |
|
Don't listen to ignorant andzhig. Theoretically it should work on CPU or Intel GPU, NDV said that he made some fixes to original vg code. You should use NDV OCL version, but you have to setup OCL drivers for CPU first. I haven't tried. I don't think it makes sense now, when puzzles 55-57 are found. phrase "Xeon CPUs, not the best, but alright. I was getting at least 33.6 million keys/sec on a 96-CPU machine." from https://github.com/brichard19/BitCrack/issues/40dunno who is this. Maybe UnknownHostname dude and crappy LBC software. But still, it only makes sense to search with several GPUs now, not 48CPU cores. Even if they are free/stolen.
|
|
|
|
Andzhig
Jr. Member
Offline
Activity: 184
Merit: 3
|
|
November 19, 2018, 10:46:56 AM |
|
I'm not "ignorant")), if his mind didn’t have enough drivers to install, then the sense before him to grovel, for me, it works on cpu with -D 1:1. But bitcrack has an advantage at the moment besides speed, it can run multiple copies of the program on the same device, the total speed is divided between the programs equally, on 1080ti, can run 100 programs on one card with speed 1-2mk\s, this allows a larger scatter range to scan simultaneously ().
|
|
|
|
PietCoin97
Jr. Member
Offline
Activity: 91
Merit: 3
|
|
November 20, 2018, 02:15:03 PM |
|
Don't listen to ignorant andzhig. Theoretically it should work on CPU or Intel GPU, NDV said that he made some fixes to original vg code. You should use NDV OCL version, but you have to setup OCL drivers for CPU first. I haven't tried. I don't think it makes sense now, when puzzles 55-57 are found. phrase "Xeon CPUs, not the best, but alright. I was getting at least 33.6 million keys/sec on a 96-CPU machine." from https://github.com/brichard19/BitCrack/issues/40dunno who is this. Maybe UnknownHostname dude and crappy LBC software. But still, it only makes sense to search with several GPUs now, not 48CPU cores. Even if they are free/stolen. holy_ship does it make sense what i wrote you in pm for the search space ? and how can i install the Bitcrack or should i only download the exe file from github ?
|
|
|
|
holy_ship (OP)
Jr. Member
Offline
Activity: 115
Merit: 1
|
|
November 23, 2018, 03:02:29 AM |
|
on 1080ti, can run 100 programs on one card with speed 1-2mk\s, this allows a larger scatter range to scan simultaneously ().
Are you sure that overall speed is not lower with 100 copies? You can easily do the same with simplest scripts and switches -s, --start Staring key, in hex -r, --range Number of keys to search to scan each range at full speed, then skip to next.
|
|
|
|
|