Guest User

Untitled

a guest
Jul 17th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. ubuntu@ip-127-0-0-1:~$ uname -a
  2. Linux ip-127-0-0-1 4.4.0-1062-aws #71-Ubuntu SMP Fri Jun 15 10:07:39 UTC 2018 x86_64 x86_64 x86_64 GNU/Linux
  3. ubuntu@ip-127-0-0-1:~$ cat /etc/issue
  4. Ubuntu 16.04.4 LTS n l
  5.  
  6. geth --cache=1024 --rpc --rpcapi "eth,web3" 2> gethlog.txt
  7.  
  8. screen -dm bash -c 'geth --cache=1024 --rpc --rpcapi "eth,web3" 2> gethlog.txt'
  9.  
  10. nohup geth --cache=1024 --rpc --rpcapi "web3,eth" &
Add Comment
Please, Sign In to add comment