uphold / docker-litecoin-core

MIT License
53 stars 44 forks source link

Rpc server not working, curl: (56) Recv failure: Connection reset by peer #34

Open namen3645 opened 9 months ago

namen3645 commented 9 months ago

docker run --rm -it -p 19332:19332 -p 19444:19444 uphold/litecoin-core -printtoconsole -regtest=1 -rpcallowip=172.17.0.0/16 -rpcauth='foo:1e72f95158becf7170f3bac8d9224$957a46166672d61d3218c167a223ed5290389e9990cc57397d24c979b4853f8e'

then

curl --data-binary '{"jsonrpc":"1.0","id":"1","method":"getnetworkinfo","params":[]}' http://foo:-ngju1uqGUmAJIQDBCgYbatzhcJon_YGU23t313388g=@127.0.0.1:19332/ curl: (56) Recv failure: Connection reset by peer

aki263 commented 6 months ago

yup, getting same error.