github.com/halybang/go-ethereum@v1.0.5-0.20180325041310-3b262bc1367c/bootnode/dev_run_bootnode_pluto.sh (about)

     1  #!/bin/sh
     2  
     3  #   __        ___    _   _  ____ _           _       ____             
     4  #   \ \      / / \  | \ | |/ ___| |__   __ _(_)_ __ |  _ \  _____   __
     5  #    \ \ /\ / / _ \ |  \| | |   | '_ \ / _` | | '_ \| | | |/ _ \ \ / /
     6  #     \ V  V / ___ \| |\  | |___| | | | (_| | | | | | |_| |  __/\ V / 
     7  #      \_/\_/_/   \_\_| \_|\____|_| |_|\__,_|_|_| |_|____/ \___| \_/  
     8  #                                                                     
     9  
    10  
    11  echo "run geth in pluto bootnode testnet"
    12  echo -n ${COINBASEPW} > /tmp/pw.txt
    13  geth --datadir=./data --pluto --nodiscover --unlock "0xe8ffc3d0c02c0bfc39b139fa49e2c5475f000000" --password /tmp/pw.txt \
    14  --nodekey nodekey.key --mine --minerthreads=1