We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I use this command for run litecoin:
./litecoind -regtest -rpcallowip=0.0.0.0/0
litecoin-cli works fine, but public url does not work: http://my-ip:19444 OR http://my-ip:19443
litecoin-cli
http://my-ip:19444
http://my-ip:19443
But in command line, curl http://my-ip:19444 return data
curl http://my-ip:19444
I don't have any firewall and all ports are open
If I use -rpcbind, litecoin-cli will not work
-rpcbind
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I use this command for run litecoin:
./litecoind -regtest -rpcallowip=0.0.0.0/0
litecoin-cli
works fine, but public url does not work:http://my-ip:19444
OR
http://my-ip:19443
But in command line,
curl http://my-ip:19444
return dataI don't have any firewall and all ports are open
If I use
-rpcbind
,litecoin-cli
will not workThe text was updated successfully, but these errors were encountered: