Skip to content

Commit

Permalink
20231223
Browse files Browse the repository at this point in the history
  • Loading branch information
koh-gt authored Dec 22, 2023
1 parent b85ceef commit d5fa6b7
Showing 1 changed file with 19 additions and 17 deletions.
36 changes: 19 additions & 17 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
Universal Vanity Generator to generate vanity address for all Bitcoin/Litecoin forks.

# Usage
List all supported crypto currencies - [See supported coins](https://github.com/koh-gt/uvg/wiki/Supported-coins) - [Add your coin](https://github.com/koh-gt/uvg/wiki/Add-coin):
## List all supported crypto currencies - [See supported coins](https://github.com/koh-gt/uvg/wiki/Supported-coins) - [Add your coin](https://github.com/koh-gt/uvg/wiki/Add-coin):
```
C:\VanitygenPlusPlusSuite\Binaries\x86\Static-Release>vanitygen.exe -C LIST
ETH : Ethereum : 0x
Expand All @@ -12,7 +12,7 @@ FEC : Ferritecoin : F
...... (skip many output)
```

Generate FEC vanity address (legacy) - [More examples (other coins)](https://github.com/koh-gt/uvg/wiki/Supported-coins):
### Generate FEC vanity address (legacy) - [More examples (other coins)](https://github.com/koh-gt/uvg/wiki/Supported-coins):
```
C:\Static-Release>oclvanitygen Fabric
Generating FEC (Ferritecoin) Address
Expand All @@ -23,7 +23,7 @@ FEC Address: Fabric58EkXhGLiKSxXNX2J87qsY4i8dQH
FEC Privkey: 6V1rgz9WzaaSLRy84m8AJMsySq2HPwdacBbbqT29Ap1uDEaicYc
```

Generate ETH vanity address:
### Generate ETH vanity address:
>Case insensitive does not work. Use `-i`.
```
C:\Static-Release>oclvanitygen -C ETH -i 0xFACADE
Expand All @@ -35,7 +35,7 @@ ETH Address: 0xFACADE12C5a8Aa9Bb19303880f01941b258fE62E
ETH Privkey: 0xe0553449ae2dadeb470f6d1d869ba609196d96f6fad3e2eb44e8b71c51cac87c
```

Generate ETH vanity contract address (CA):
### Generate ETH vanity contract address (CA):
```
C:\Static-Release>oclvanitygen -C ETH -F contract -i 0xBadBabe
Generating ETH Address
Expand All @@ -48,22 +48,24 @@ ETH Privkey: 0xa610bb9e10aca2509b8d21f967e5673808cdc6323b926baea026dbd4a793f699

If you don't have an OpenCL-compatible GPU, please use `vanitygen`. It runs on the CPU but may be up to 1,000x slower.

## [Advanced Features](https://github.com/koh-gt/uvg/wiki/Advanced-Features)
### [Advanced Features](https://github.com/koh-gt/uvg/wiki/Advanced-Features)

# Original code
https://github.com/10gic/vanitygen-plusplus
https://github.com/samr7/vanitygen
https://github.com/10gic/vanitygen-plusplus
https://github.com/kjx98/vanitygen-eth

# Project Credit
1. https://github.com/samr7/vanitygen
2. https://github.com/exploitagency/vanitygen-plus
3. https://github.com/10gic/vanitygen-plusplus
4. https://github.com/AngelTs/vanitygen-plusplus-ported-for-VS2019
5. https://github.com/kjx98/vanitygen-eth
## Project Credit
1. https://github.com/samr7/vanitygen
2. https://github.com/exploitagency/vanitygen-plus
3. https://github.com/10gic/vanitygen-plusplus
4. https://github.com/AngelTs/vanitygen-plusplus-ported-for-VS2019
5. https://github.com/kjx98/vanitygen-eth

# Known Issues
1. oclvanitygen++ (GPU version) can't find vanity ETH address starting with 0x0.
2. oclvanitygen++ (GPU version) can't find case sensitive vanity ETH addresses.
3. ETH vanity address difficulty estimation is **always** for case-insensative searching.
4. oclcanitygen only works on legacy addresses.
## Known Issues
1. oclvanitygen++ (GPU version) can't find vanity ETH address starting with 0x0.
2. oclvanitygen++ (GPU version) can't find case sensitive vanity ETH addresses.
3. ETH vanity address difficulty estimation is **always** for case-insensative searching.
4. oclcanitygen only works on legacy addresses.


0 comments on commit d5fa6b7

Please sign in to comment.