Andrew Camilleri
5 years ago
committed by
GitHub
1 changed files with 8 additions and 0 deletions
@ -0,0 +1,8 @@ |
|||||
|
# NBitcoin.VanityGenerator |
||||
|
Just a simple Bitcoin vanity generator in C# for segwit and segwit-wrapped addresses. |
||||
|
|
||||
|
Uses .NET Core 3.1 and NBitcoin. |
||||
|
``` |
||||
|
git clone https://github.com/Kukks/NBitcoin.VanityGenerator |
||||
|
dotnet run --project VanityGenerator/VanityGenerator.csproj |
||||
|
``` |
Loading…
Reference in new issue