Skip to content

Commit cd50d25

Browse files
Merge pull request #4364 from tadeubas/krux-wallet
Add Krux HW to wallets
2 parents e036b91 + f2bac25 commit cd50d25

File tree

4 files changed

+28
-0
lines changed

4 files changed

+28
-0
lines changed

_translations/en.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -295,6 +295,7 @@ en:
295295
walletcoldcardq: "Coldcard Q is a hardware wallet featuring dual secure elements. It includes a QWERTY keyboard and a large LCD screen for simple passphrase entry, two MicroSD slots, a QR Code scanner, and offers optional NFC and USB-C connectivity. This device supports AAA batteries or USB-C power."
296296
walletkeepkey: "KeepKey is a hardware wallet that makes bitcoin security simple. When you entrust KeepKey with your money, every bitcoin transaction you make must be reviewed and approved via its OLED display and confirmation button."
297297
walletseedsigner: "SeedSigner is a stateless, air-gapped signing device running open-source software that can be built with off-the-shelf hardware or purchased pre-built. The device securely creates Bitcoin private keys, sets up Bitcoin wallets, and signs Bitcoin transactions via QR codes."
298+
walletkrux: "Krux is an open-source firmware that transforms off-the-shelf generic devices into versatile Bitcoin transaction signers. It allows offline airgapped signing through QR codes and SD cards."
298299
walletbitpay: "BitPay Wallet is the HD-multisignature wallet originally built to secure BitPay's funds. BitPay supports multiple personal and shared wallets, testnet, and the full Payment Protocol. A private <a href=\"https://github.com/bitpay/bitcore-wallet-service\">BWS</a> node can be used for enhanced security and privacy."
299300
walletledgernanos: "Ledger Nano S is a secure Bitcoin hardware wallet. It connects to any computer through USB and embeds a built-in OLED display to double-check and confirm each transaction with a single tap on its buttons."
300301
walletbitbox: "The BitBox02 is a hardware wallet, developed and manufactured in Switzerland. It is equipped with an OLED display, invisible touch sensors, USB-C and USB-A support, offline backups to both microSD card and BIP39 mnemonic. Setting up a BitBox02 wallet and managing your coins is made easy via the companion BitBoxApp."

_wallets/krux.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
# This file is licensed under the MIT License (MIT) available on
3+
# http://opensource.org/licenses/MIT.
4+
5+
id: krux
6+
title: "Krux"
7+
titleshort: "Krux"
8+
compat: "hardware"
9+
level: 2
10+
platform:
11+
- hardware:
12+
name: hardware
13+
os:
14+
- name: hardware
15+
text: "walletkrux"
16+
link: "https://selfcustody.github.io/krux/"
17+
source: "https://github.com/selfcustody/krux"
18+
screenshot: "krux.png"
19+
features: "bech32 hardware_wallet legacy_addresses multisig segwit"
20+
check:
21+
control: "checkgoodcontrolfull"
22+
validation: "checkneutralvalidationvariable"
23+
transparency: "checkgoodtransparencydeterministic"
24+
environment: "checkpassenvironmentbyod"
25+
privacy: "checkneutralprivacyvariable"
26+
fees: "checkneutralfeecontrolvariable"
27+
---

img/screenshots/krux.png

50.3 KB
Loading

img/wallet/krux.png

873 Bytes
Loading

0 commit comments

Comments
 (0)