We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
3 Servers work as witness node server, one of them acts as master server, besides running witness node, it also runs www service and load balancer.
Master Server has higher hardware setup, witness nodes only run witness node, they have lower hardware setup.
art1.artwook.com (master server)
art2: witness node
art3: witness node
source: github.com/artwook/ledger
it should be pulled and compiled at art1 (or some other compiling server if art1 is heavily loaded) and distribute binary to art2 and art3.
ssh runner@art1 cd data/ledger # fetch new code git pull origin master # build binary ./build.sh # copy binary to art2 and art3 ./distribute.sh
TODO
ssh runner@art1 cd data/ledger # run witness ./run.sh # run wallet ./wallet.sh