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
I tried from bitcoind to the docker image but the connection was refused. I did the following: docker run -p 18332:18332 --rm --name bitcoin-abc-server -it uphold/bitcoin-abc -printtoconsole -regtest=1 -rpcallowip=127.0.0.1 -rpcpassword=abc -rpcuser=abc
Is there a way to expose the 18332 port to allow the connection from my host machine?
The text was updated successfully, but these errors were encountered:
I resolved this running this command: docker run -p 18332:18332 --rm --name bitcoin-abc-server -it uphold/bitcoin-abc -printtoconsole -regtest=1 -rpcpassword=abc -rpcuser=abc
I think the problem with the parameter rpcallowip
I tried from bitcoind to the docker image but the connection was refused. I did the following:
docker run -p 18332:18332 --rm --name bitcoin-abc-server -it uphold/bitcoin-abc -printtoconsole -regtest=1 -rpcallowip=127.0.0.1 -rpcpassword=abc -rpcuser=abc
Is there a way to expose the 18332 port to allow the connection from my host machine?
The text was updated successfully, but these errors were encountered: