Connect your RoninDojo to Bisq DEX using a few simple steps. It is recommended that you have already setup your RoninDojo prior to following this guide.
See the Bisq resources below if you would like to read more about this decentralized exchange.
First, modify the restart.sh
file:
sudo nano ~/dojo/docker/my-dojo/bitcoin/restart.sh
Add:
peerbloomfilters=1
Change Directory:
cd ~/dojo/docker/my-dojo
Upgrade:
sudo ./dojo.sh upgrade
Obtain the .onion
address for your RoninDojo.
Change Directory (if needed):
cd ~/dojo/docker/my-dojo
Obtain Address:
sudo ./dojo.sh bitcoin-cli getnetworkinfo
Download, Install, and run Bisq on your preferred Operating System.
Go to Bisq Settings, Network Info, and choose "Custom Bitcoin Node".
Enter your RoninDojo's .onion
address and then you will be asked to restart Bisq.
Example:
weburlxxx123.onion:8333
Need help? Join the RoninDojo Chatroom.
See the Troubleshooting page for help and info.
Return to Wiki Homepage.