/multisig-vault

Create wallets and multisig vaults. Have full control of your hardware devices. Easy and secure. Free and open-source. All your bitcoin in one place.

Primary LanguageSvelteOtherNOASSERTION

Key Manager — 0.4.2-beta


Create wallets and multisig vaults. Have full control of your hardware devices. Easy and secure. Free and open-source. All your bitcoin in one place.


Our Apple and Microsoft certificates are not yet approved so you will see a warning message when you try to open the desktop app. This is totally normal and doesn't mean our software is less secure. If you are not comfortable, you can wait until we add the certificates in an upcoming release.

Sources and executables are signed by Alex Castlenine.

Installation MacOS & Windows

  1. Download
  2. Install
  3. Enjoy :) !

Installation Linux

  1. Follow the instruction inside udev/README.md and download the deb file or the AppImage file1

  2. Install dependencies

 # DEBIAN/UBUNTU
 sudo apt-get install libusb-1.0-0-dev libudev-dev
  1. In order to enable communication with your Hardware Wallet, we need to provide udev rules for the Linux Kernel.2

    ​ a: Grant execution permission to add_udev_rules.sh

    chmod u+x add_udev_rules.sh
    

    ​ b: Run add_udev_rules.sh script

    ./add_udev_rules.sh
    
  2. Install the deb file or run the AppImage

  3. Enjoy :) !

1: DEB is compatible with every debian-like distributions. The AppImage is compatible with most Linux distributions. We will add more installation packages soon (example: RPM)

2: If you want more details, there's another readme.md inside the udev folder


Feedback

Email: feedback@duxreserve.com

Twitter: @DuxReserve

Telegram: DuxReserve

Website: duxreserve.com


Testnet Faucets

A Bitcoin testnet faucet is a website that offers you very small amounts of testnet Bitcoin in exchange for you solving captchas.


Development

Go to: DEV-README.md