Sign inSign up

vfvalidierung/auroracoin

By vfvalidierung

Updated almost 2 years ago

An image for the auroracoin full node.

Image
1

1.1K

vfvalidierung/auroracoin repository overview

Auroracoin

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

https://auroracoin.is/

Example docker-compose.yml

 ---
version: '3.9'
services:
    auroracoin:
        container_name: auroracoin
        image: vfvalidierung/auroracoin
        restart: unless-stopped
        ports:
            - '12340:12340'
            - '127.0.0.1:12341:12341'
        volumes:
            - 'auroracoin:/aurora/.auroracoin'
volumes:
   auroracoin:

RPC Access

curl --user '<user>:<password>' --data-binary '{"jsonrpc":"1.0","id":"curltext","method":"getinfo","params":[]}' -H "Content-Type: application/json" http://127.0.0.1:12341

Tag summary

Content type

Image

Digest

sha256:e397d7bbd

Size

292 MB

Last updated

over 3 years ago

docker pull vfvalidierung/auroracoin