Sign inSign up

hyperbot/stafi

By hyperbot

Updated about 6 years ago

Unofficial docker images for the Stafi network.

Image
1

225

hyperbot/stafi repository overview

Quick Reference

Maintained by: hyperbot16

Where to get help: Stafi docs, Stafi Discord

Supported Tags

  • sitara, latest

How to use this image

  • Run stafi node as validator

    docker run -d --restart=unless-stopped --name stafi_node \
    --mount source=chain_data,target=/root/.local/ \
    hyperbot/stafi:sitara \
    --chain=sitara --validator --name 'CustomName|FIRST_TEN_10_STASH_CHARS' --pruning=archive
    
  • To see the list of options available

    docker run --rm hyperbot/stafi:sitara --help
    
  • To check which version of stafi you are running

    docker run --rm hyperbot/stafi:sitara --version
    
  • To get your session key

 docker exec stafi_node  \
 curl -H "Content-Type: application/json" -d '{"id":1, "jsonrpc":"2.0", "method": "author_rotateKeys", "params":[]}' http://localhost:9933

License

View license information for the software contained in this image.

As with all Docker images, these likely also contain other software which may be under other licenses (such as Bash, etc from the base distribution, along with any direct or indirect dependencies of the primary software being contained).

As for any pre-built image usage, it is the image user's responsibility to ensure that any use of this image complies with any relevant licenses for all software contained within.

Tag summary

Content type

Image

Digest

Size

1.6 GB

Last updated

about 6 years ago

docker pull hyperbot/stafi:sitara