We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Set up a server by editing rc.local and inserting:
rc.local
/home/ubuntu/serv.sh &
And then writing the file accordingly:
cat > /home/ubuntu/serv.sh << EOF #!/bin/bash cd /home/ubuntu/cpp-ethereum-build/eth while [ 1 ]; do HOME=/home/ubuntu sudo -u ubuntu ./eth -o peer -x 256 -l 30303 -m off -v 1 > /home/ubuntu/eth.log mv /home/ubuntu/eth.log /home/ubuntu/eth.log-\$(date +%F_%T) done EOF chmod +x /home/ubuntu/serv.sh
There was an error while loading. Please reload this page.