Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89e1f1a

Browse files
committed
Merge branch 'master' of github.com:JeanLucPons/VanitySearch
2 parentsb4bbeac +92128d8 commit89e1f1a

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

‎README.md‎

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#VanitySearch
22

3-
VanitySearch is a bitcoin address prefix finder. If you want to generate safe private keys, use the -s option to enter your passphrase which will be used for generating a base key as for BIP38 standard (*VanitySeacrh.exe -s "My PassPhrase" 1MyPrefix*).\
3+
VanitySearch is a bitcoin address prefix finder. If you want to generate safe private keys, use the -s option to enter your passphrase which will be used for generating a base key as for BIP38 standard (*VanitySeacrh.exe -s "My PassPhrase" 1MyPrefix*). You can also use*VanitySeacrh.exe -ps "My PassPhrase"* which will add a crypto secure seed to your passphrase.\
44
VanitySearch may not compute a good grid size for your GPU, so try different values using -g option in order to get the best performances. If you want to use GPUs and CPUs together, you may have best performances by keeping one CPU core for handling GPU(s)/CPU exchanges (use -t option to set the number of CPU threads).
55

66
#Feature
@@ -27,16 +27,17 @@ VanitySearch may not compute a good grid size for your GPU, so try different val
2727
You can downlad latest release fromhttps://github.com/JeanLucPons/VanitySearch/releases
2828

2929
```
30-
VanitySeacrh [-check] [-v] [-u] [-b] [-gpu] [-stop] [-i inputfile]
30+
VanitySeacrh [-check] [-v] [-u] [-b] [-c] [-gpu] [-stop] [-i inputfile]
3131
[-gpuId gpuId1[,gpuId2,...]] [-g gridSize1[,gridSize2,...]]
32-
[-o outputfile] [-m maxFound] [-s seed] [-tthreadNumber]
32+
[-o outputfile] [-m maxFound] [-ps seed] [-s seed] [-tnbThread]
3333
[-nosse] [-r rekey] [-check] [-kp] [-sp startPubKey]
3434
[-rp privkey partialkeyfile] [prefix]
3535
36-
prefix: prefix to search
36+
prefix: prefix to search (Can contains wildcard '?' or '*')
3737
-v: Print version
3838
-u: Search uncompressed addresses
3939
-b: Search both uncompressed or compressed addresses
40+
-c: Case unsensitive search
4041
-gpu: Enable gpu calculation
4142
-stop: Stop when all prefixes are found
4243
-i inputfile: Get list of prefixes to search from specified file
@@ -45,6 +46,7 @@ VanitySeacrh [-check] [-v] [-u] [-b] [-gpu] [-stop] [-i inputfile]
4546
-g gridSize1,gridSize2,...: Specify GPU(s) kernel gridsize, default is 8*(MP number)
4647
-m: Specify maximun number of prefixes found by each kernel call
4748
-s seed: Specify a seed for the base key, default is random
49+
-ps seed: Specify a seed concatened with a crypto secure random seed
4850
-t threadNumber: Specify number of CPU thread, default is number of core
4951
-nosse: Disable SSE hash function
5052
-l: List cuda enabled devices

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp