Sign inSign up

vfvalidierung/fujicoin

By vfvalidierung

Updated over 3 years ago

Node for the cryptocurrency Fujicoin

Image
0

994

vfvalidierung/fujicoin repository overview

Fujicoin

https://github.com/fujicoin/fujicoin.git

https://fujicoin.org/

Example docker-compose.yml

 ---
version: '3.9'
services:
    emark:
        container_name: fujicoin
        image: vfvalidierung/fujicoin
        restart: unless-stopped
        ports:
            - '38348:38348'
            - '127.0.0.1:8048:8048'
        volumes:
            - 'fujicoin:/fuji/.fujicoin'
volumes:
   fujicoin:

RPC Access

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

Tag summary

Content type

Image

Digest

sha256:bedafe32d

Size

288.2 MB

Last updated

over 3 years ago

docker pull vfvalidierung/fujicoin