Skip to content

GingerPrivacy/GingerWallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36,439 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

main

Ginger Wallet

Privacy-focused Bitcoin wallet.

UnitTests


What is Ginger Wallet?

Ginger Wallet is a privacy-focused, open-source Bitcoin desktop wallet.

The goal is to provide a reliable and privacy-aware user experience while keeping the full source code publicly available.


Downloads

Official release binaries are available in the GitHub Releases section.

There are no pre-releases.
You can always build the latest version directly from the master branch.


Release Artifacts

  • MSI Windows – Code signed (Martin Rimoczi, Certum Code Signing CA)
  • DMG MacOS x64 and ARM64 versions – Signed with Apple Developer ID
  • ZIP (portable) – Binaries for all platforms, Deterministically reproducible build
  • DEB - Debian linux package
  • tar.gz - Compressed archive containing the Linux application files

Verification


Build from source (master)

Requirements

  • .NET SDK (as defined in the repository)
  • Git

Quick start

git clone https://github.com/GingerPrivacy/GingerWallet.git
cd GingerWallet
dotnet restore --locked-mode
dotnet build --configuration Release
dotnet run --configuration Release

To run unit tests:

dotnet test --configuration Release --filter "UnitTests"

Contributing

See:
https://github.com/GingerPrivacy/GingerWallet/blob/master/CONTRIBUTING.md


Security

If you believe you found a security issue, avoid opening a public issue.
Use GitHub Security Advisories (if enabled) or contact the maintainers privately.


License

See the LICENSE file in this repository.

About

No description, website, or topics provided.

Resources

License

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors 99

Languages