Skip to content

Commit

Permalink
Merge branch 'master' of github.com:JeanLucPons/VanitySearch
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanLucPons committed Feb 20, 2019
2 parents 8d7584b + 9618eef commit 9346247
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#VanitySearch
# VanitySearch

VanitySearch is a bitcoin address prefix finder. It uses fixed size arithmethic in order to get best performances.
Secure hash algorithms (SHA256 and RIPEMD160) are performed using SSE on the CPU. The GPU kernel has been written using
CUDA in order to get advantage of inline PTX assembly.

#Usage
# Usage

VanitySeacrh [-u] [-gpu] [-stop] [-gpuId gpuId] [-g gridSize] [-s seed] [-t threadNumber] prefix\
prefix: prefix to search\
Expand Down Expand Up @@ -34,5 +34,7 @@ VanitySeacrh [-u] [-gpu] [-stop] [-gpuId gpuId] [-g gridSize] [-s seed] [-t thre
Check : 1Testa3r7d1FF4o5pbWYiUSqBdMWMq9MY (comp)
```

#License
# License

VanitySearch is licensed under GPLv3.

0 comments on commit 9346247

Please sign in to comment.