RE: Blurt Witness Server Upgrade, Serey and Digchain Announcement | Devlog 24 | Jan 29 2022

You are viewing a single comment's thread from:

Blurt Witness Server Upgrade, Serey and Digchain Announcement | Devlog 24 | Jan 29 2022

in blurt •  2 years ago 

@tekraze
can you help me?
What i have to do to update now my Witnessnode? It don't work since few days :(

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE BLURT!
Sort Order:  
  ·  2 years ago  ·  

you need to apply latest fix for witness, otherwise your witness is fine

docker rm -f blurtd
docker pull registry.gitlab.com/blurt/blurt/witness-presync:hotfix-20220707
docker run -d --net=host -v blurtd:/blurtd --name blurtd registry.gitlab.com/blurt/blurt/witness-presync:hotfix-20220707 /usr/bin/blurtd --data-dir /blurtd  --plugin "witness account_by_key account_by_key_api condenser_api database_api network_broadcast_api transaction_status transaction_status_api rc_api" --webserver-http-endpoint 127.0.0.1:8091 --webserver-ws-endpoint 127.0.0.1:8090 --p2p-endpoint 0.0.0.0:1776