Core |
Plug + Play |
DIY |
Other |
Compare
Node | Supported Hardware | Electrum Server | Lightning | CoinJoin | Block Explorer | Mempool Viewer | Dojo |
---|---|---|---|---|---|---|---|
Bitcoin Core | Any computer or laptop | No | No | None | No | No | No |
eznode | Any computer, laptop or SBC | Bitcoin Wallet Tracker | None | None | Yes | Yes | No |
myNode One | RPi 4 | Electrs | LND | Whirlpool + JM | Yes | Yes | Yes |
myNode DIY Community | Rock64, RockPro 64, RPi 4 and VM | Electrs | LND | Whirlpool + JM | Yes | No | Yes |
myNode DIY Premium | Rock64, RockPro 64, RPi 4 and VM | Electrs | LND | Whirlpool + JM | Yes | Yes | Yes |
Nodl One | RockPi 4 | Electrs | LND | Whirlpool | Yes | No | Yes |
Nodl Dojo | RockPi 4 | Electrs | LND | Whirlpool | Yes | No | Yes |
RoninDojo Tanto | RockPro 64 | Electrs | None | Whirlpool | Yes | Yes | Yes |
RoninDojo | Odroid N2, RockPro 64 and RPi | Electrs | None | Whirlpool | Yes | Yes | Yes |
RaspiBlitz | RPi 4 | Electrs | LND | JoinMarket | Yes | Yes | No |
RaspiBlitz DIY | RPi 3 and RPi 4 | Electrs | LND | JoinMarket | Yes | Yes | No |
Start9 | RPi 4, x86_64, VM | Electrs | LND+CLN | JoinMarket | Yes | Yes | No |
Umbrel | RPi 4 and VM | Electrs | LND | Whirlpool | Yes | Yes | Yes |
Glossary
Electrum Server indexes the entire Bitcoin blockchain, and the resulting index enables fast queries for any given user wallet, allowing the user to keep real-time track of balances and transaction histories. Since it runs on the user’s own machine, there is no need for the wallet to communicate with external Electrum servers, thus preserving the privacy of the user’s addresses and balances.
Lightning is scaling solution built on top of the Bitcoin protocol. It facilitates smaller, near instant payments between users at very low cost. It prevents the need for every transaction made to take place on the Bitcoin ‘base layer’ whilst still ensuring that the value being transacted abides by the core rules and values of the Bitcoin network.
CoinJoin is an on chain privacy solution for Bitcoin. It is designed to break the common input ownership heuristic which assumes that all inputs to a transaction belong to the same entity. Bitcoin addresses aren’t directly tied to real identities but anyone with enough time and resources (like chain analysis firms) can start to make these links by watching Bitcoin’s public ledger. Coinjoin helps prevent this.
A Block Explorer is a website or application that allows you to find the details of any block on the blockchain. You can find data such as number of transactions in a block, sender address, recipient address, fees paid, amount sent, block height and block time. By using an explorer hosted on your own node you can query this data privately.
A Mempool Viewer is a website or application that allows you to see the current state of the Bitcoin mempool. Most will also allow you to enter transaction ID’s to track its position. By using a mempool viewer hosted on your own node you can query this data privately.
Dojo is the backend server required to use the Samourai Wallet in the most private way. It provides simple wallet connection via a QR scan.