ez-org / eznode

✨ A simple pruning-friendly setup for a personal bitcoin full node
https://ezno.de
MIT License
55 stars 7 forks source link

Getting bash error installing docker #7

Closed kloinka closed 3 years ago

kloinka commented 3 years ago

running docker run -it --rm --name ez -v ~/eznode:/data eznode/eznode TOR=1 XPUB=<xpub> results in bash: syntax error near unexpected tokennewline' `

shesek commented 3 years ago

The <xpub> part is meant to be replaced with your wallet's xpub. There are some instructions for this here: https://ezno.de/packages#bitcoin-wallet-tracker (see "Electrum wallet setup").

You can also start eznode without setting an XPUB if you don't have an handy one, i.e. docker run -it --rm --name ez -v ~/eznode:/data eznode/eznode TOR=1. It means that the Electrum server won't report your wallet activity, but everything else will work.