Sterlingcoin
https://github.com/validierungcc/sterlingcoin-docker
minimal example docker-compose.yml
---
version: '3.9'
services:
sterlingcoin:
container_name: sterlingcoin
image: vfvalidierung/sterlingcoin:latest
restart: unless-stopped
ports:
- '1141:1141'
- '127.0.0.1:8311:8311'
volumes:
- 'sterling_data:/sterling/.sterlingcoin'
volumes:
sterling_data:
RPC Access
curl --user 'sterlingrpc:<password>' --data-binary '{"jsonrpc":"2.0","id":"curltext","method":"getinfo","params":[]}' -H "Content-Type: application/json" http://127.0.0.1:8311
Content type
Image
Digest
sha256:f3b047907…
Size
237.1 MB
Last updated
almost 3 years ago
docker pull vfvalidierung/sterlingcoin