Browse Source

Create README.md

master
Andrew Camilleri 5 years ago
committed by GitHub
parent
commit
acf2c04d96
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 8
      README.md

8
README.md

@ -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…
Cancel
Save