You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(Mainnet) or via Docker-Hub docker run -it -p 8339:8339 doichain/node-only (RPC_PASSWORD is generated and inside the docker container ~/.doichain/doichain.conf)
(Testnet) or via Docker-Hub docker run -it -e TESTNET=true -p 18339:18339 -e RPC_PASSWORD=<my-rpc-password> doichain/node-only
If you want to forward blocknotify and walletnotify from doichain node to your dApp you might want to make use of https://github.com/qoomon/docker-host
Remark: you might want to forward a public server remote port for Bob's callback
to your local machine via e.g. ssh -R 4000:localhost:3000 your@your-remote-ssh-server (since your local machine cannot be reached from the internt)