forked from ethereum/aleth
-
Notifications
You must be signed in to change notification settings - Fork 4
Configure a Server
Taylor Gerring edited this page Jun 11, 2014
·
4 revisions
Set up a server by editing rc.local
and inserting:
/home/username/serv.sh &
And then writing the file accordingly:
cat > /home/username/serv.sh << EOF
#!/bin/bash
cd /home/username/cpp-ethereum/build/eth
while [ 1 ]; do
HOME=/home/username sudo -u username ./eth -o peer -x 256 -l 30303 -m off -v 1 > /home/username/eth.log
mv /home/username/eth.log /home/username/eth.log-\$(date +%F_%T)
done
EOF
chmod +x /home/username/serv.sh
Note: Anywhere where it says username
you can change it to your own home directory
- Building on Linux
- Building on MacOS
- Building on Windows
- Compatibility Info and Build Tips
- Serpent LLL Only Build
- LLL PoC 6
- [LLL Examples for PoC 6](LLL Examples for PoC 5)
- PoC 6 JS API
- Client Development with PoC 6
- MetaCoin API
- Exchange API
- Name Registration API
- Coins API