Sign inSign up

vfvalidierung/deutsche_emark-v1

By vfvalidierung

Updated about 3 years ago

Image
0

1.7K

vfvalidierung/deutsche_emark-v1 repository overview

Deutsche eMark V1

THIS IS THE DISCONTINUED BLOCKCHAIN, ALL BALANCES WERE TRANSFERRED TO V2

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

https://deutsche-emark.org/

minimal example docker-compose.yml

 ---
 version: '3.9'
 services:
     emark:
         container_name: emark-v1
         image: vfvalidierung/deutsche_emark-v1:1.6.1.1
         restart: unless-stopped
         ports:
             - '5556:5556'
             - '127.0.0.1:6666:6666'
         volumes:
             - 'emark-v1:/emark/.eMark'

 volumes:
    emark-v1:

RPC Access

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

Tag summary

Content type

Image

Digest

sha256:2a68cbd1f

Size

144.8 MB

Last updated

about 3 years ago

docker pull vfvalidierung/deutsche_emark-v1