Sign inSign up

vfvalidierung/sterlingcoin

By vfvalidierung

Updated almost 3 years ago

Image
0

957

vfvalidierung/sterlingcoin repository overview

Sterlingcoin

https://github.com/validierungcc/sterlingcoin-docker

https://sterlingcoin.org/

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

Tag summary

Content type

Image

Digest

sha256:f3b047907

Size

237.1 MB

Last updated

almost 3 years ago

docker pull vfvalidierung/sterlingcoin