FOR - EthStorage V1 Trusted Setup Ceremony
NODE SETUP AVAILABLE ON : https://github.com/Web3Brothers4/EthStorage-V1-Ceremony
HERE I WILL GIVE YOU A WAY TO AUTOMATE THIS NODE.
if you want the EthStorage Trusted Setup client to auto-run in the background after Ubuntu/WSL restart.
sudo nano /etc/systemd/system/ethstorage-ceremony.service
[Unit]
Description=EthStorage Trusted Setup Ceremony
After=network.target
[Service]
User=<username>
WorkingDirectory=/home/<username>/trusted-setup-tmp
ExecStart=/usr/bin/env bash -c 'phase2cli contribute -c ethstorage-v1-trusted-setup-ceremony'
Restart=always
RestartSec=10
StandardOutput=append:/home/<username>/ethstorage.log
StandardError=append:/home/<username>/ethstorage.err
[Install]
WantedBy=multi-user.target
sudo systemctl daemon-reload
sudo systemctl enable ethstorage-ceremony
sudo systemctl start ethstorage-ceremony
systemctl status ethstorage-ceremony
/home//ethstorage.log
/home//ethstorage.err