docker-litecoin-core
docker-litecoin-core copied to clipboard
`docker run --rm --user litecoin -it --name litecoin-server uphold/litecoin-core:latest litecoind -daemon` Gives me a tonne of errors then exits: ``` chmod: changing permissions of '/home/litecoin/.litecoin': Operation not permitted Could not...
0.18 version does not synchronize anymore. Just stuck on 2364581 block. I guess it is hardfork / new block version. Anyway the docker containers latest/0.18 do not work anymore
Running the deployed litecoin-core image on `apple m1 arm64` chipset throws a wrong architecture error: ``` runtime: failed to create new OS thread (have 2 already; errno=22) fatal error: newosproc...
I'm trying to run the litcoin-core docker container on a Mac with an M1 chip. I tried the following command: ```` docker run --platform=linux/amd64 --rm uphold/litecoin-core \ -printtoconsole \ -regtest=1...
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:[email protected]:19332/ curl: (56) Recv failure: Connection reset by peer
Hey I have simple problem. I want to deploy some docker containers which would be able to: * Create some litecoin addresses straight from the command line (public/private keys) *...