diff --git a/README.md b/README.md index 2b9f81c..aa0a37c 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ You can downlad latest release from https://github.com/JeanLucPons/VanitySearch/ ``` VanitySeacrh [-check] [-v] [-u] [-b] [-c] [-gpu] [-stop] [-i inputfile] - [-gpuId gpuId1[,gpuId2,...]] [-g gridSize1[,gridSize2,...]] + [-gpuId gpuId1[,gpuId2,...]] [-g g1x,g1y,[,g2x,g2y,...]] [-o outputfile] [-m maxFound] [-ps seed] [-s seed] [-t nbThread] [-nosse] [-r rekey] [-check] [-kp] [-sp startPubKey] [-rp privkey partialkeyfile] [prefix] @@ -43,7 +43,7 @@ VanitySeacrh [-check] [-v] [-u] [-b] [-c] [-gpu] [-stop] [-i inputfile] -i inputfile: Get list of prefixes to search from specified file -o outputfile: Output results to the specified file -gpu gpuId1,gpuId2,...: List of GPU(s) to use, default is 0 - -g gridSize1,gridSize2,...: Specify GPU(s) kernel gridsize, default is 8*(MP number) + -g g1x,g1y,g2x,g2y, ...: Specify GPU(s) kernel gridsize, default is 8*(MP number),128 -m: Specify maximun number of prefixes found by each kernel call -s seed: Specify a seed for the base key, default is random -ps seed: Specify a seed concatened with a crypto secure random seed @@ -51,6 +51,7 @@ VanitySeacrh [-check] [-v] [-u] [-b] [-c] [-gpu] [-stop] [-i inputfile] -nosse: Disable SSE hash function -l: List cuda enabled devices -check: Check CPU and GPU kernel vs CPU + -cp privKey: Compute public key (privKey in hex hormat) -kp: Generate key pair -rp privkey partialkeyfile: Reconstruct final private key(s) from partial key(s) info. -sp startPubKey: Start the search with a pubKey (for private key splitting) @@ -58,19 +59,20 @@ VanitySeacrh [-check] [-v] [-u] [-b] [-c] [-gpu] [-stop] [-i inputfile] ``` Exemple (Windows, Intel Core i7-4770 3.4GHz 8 multithreaded cores, GeForce GTX 1050 Ti): + ``` C:\C++\VanitySearch\x64\Release>VanitySearch.exe -stop -gpu 1TryMe -VanitySearch v1.11 +VanitySearch v1.17 Difficulty: 15318045009 Search: 1TryMe [Compressed] -Start Wed Apr 3 08:47:08 2019 -Base Key:87B1EC7916A180ACCF07CAAEFA7F6508F3898F61AF49C201D70DF1543CCBA572 +Start Fri Jan 31 08:12:19 2020 +Base Key: DA12E013325F12D6B68520E327847218128B788E6A9F2247BC104A0EE2818F44 Number of CPU thread: 7 GPU: GPU #0 GeForce GTX 1050 Ti (6x128 cores) Grid(48x128) -245.830 MK/s (GPU 226.348 MK/s) (2^30.87) [P 12.06%][50.00% in 00:00:35][0] -Pub Addr: 1TryMeTKr3tuJZYHMSNWdPZfhRRNYj3yE -Priv (WIF): p2pkh:L5NuSjQRARifQJbZ5RyLrQhbSz25jYxupnqqydnBdANeH3QNoUph -Priv (HEX): 0xF36DD1EEC2A9658E50B39B280D4002ED3A07C7B6C07B37B191973BDDFBF9E375 +[251.82 Mkey/s][GPU 235.91 Mkey/s][Total 2^32.82][Prob 39.1%][50% in 00:00:12][Found 0] +PubAddress: 1TryMeJT7cfs4M6csEyhWVQJPAPmJ4NGw +Priv (WIF): p2pkh:Kxs4iWcqYHGBfzVpH4K94STNMHHz72DjaCuNdZeM5VMiP9zxMg15 +Priv (HEX): 0x310DBFD6AAB6A63FC71CAB1150A0305ECABBE46819641D2594155CD41D081AF1 ``` ```