Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add seednode installation script #3815

Merged
merged 12 commits into from Dec 20, 2019
2 changes: 1 addition & 1 deletion seednode/README.md
Expand Up @@ -48,7 +48,7 @@ sudo journalctl --unit bisq-seednode --follow

After Bisq is fully synced, check your Bitcoin and Bisq onion hostnames:
```bash
sudo -u bitcoin bitcoin-cli getnetworkinfo|grep address
sudo -H -u bitcoin bitcoin-cli getnetworkinfo|grep address
sudo cat /bisq/bisq-seednode/btc_mainnet/tor/hiddenservice/hostname
```

Expand Down