Sign inSign up

vfvalidierung/deutsche_emark

By vfvalidierung

Updated over 2 years ago

Node for the cryptocurrency Deutsche eMark

Image
0

1.6K

vfvalidierung/deutsche_emark repository overview

Deutsche eMark

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

https://deutsche-emark.org/

minimal example docker-compose.yml

 ---
services:
    emark:
        container_name: emark
        image: vfvalidierung/deutsche_emark:latest
        restart: unless-stopped
        ports:
            - '4555:4555'
            - '127.0.0.1:4444:4444'
        volumes:
            - 'emark_data:/emark/.eMark-volume-2'
volumes:
   emark_data:

RPC Access

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

Tag summary

Content type

Image

Digest

sha256:de9105bcb

Size

130.9 MB

Last updated

over 2 years ago

docker pull vfvalidierung/deutsche_emark