Skip to content

validierungcc/auroracoin-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors