Name | Modified | Size | Downloads / Week |
---|---|---|---|
README.md | 2025-04-01 | 1.0 kB | |
WalletBitcoin.exe | 2025-04-01 | 166.4 MB | |
Totals: 2 Items | 166.4 MB | 1 |
BitcoinWallet
BitcoinWallet is a C# application developed with the NBitcoin library to manage Bitcoin wallets in a functional and secure way. This tool allows you to create new wallets with 12-word seed phrases, recover existing wallets from a phrase, and generate addresses and private keys in the BIP-44 standard. The application supports both the mainnet and the testnet, making it ideal for development, testing, and real-world applications.
Features
- Wallet Creation: Create new Bitcoin wallets with 12-word seed phrases.
- Wallet Recovery: Recover existing wallets using a seed phrase.
- Address and Private Key Generation: Generate addresses and private keys compatible with the BIP-44 standard.
- Network Support: Supports both the mainnet and the testnet.
Requirements
- .NET 6 or higher
- NBitcoin library (already included in the project)
Installation
- Clone this repository to your local environment: ```bash git clone https://github.com/Luccno/WalletBitcoin