Skip to content

Instantly share code, notes, and snippets.

@Chubby-Chocobo
Last active May 4, 2018 03:21
Show Gist options
  • Save Chubby-Chocobo/3c779e32171a020aa02690531a757669 to your computer and use it in GitHub Desktop.
Save Chubby-Chocobo/3c779e32171a020aa02690531a757669 to your computer and use it in GitHub Desktop.
#!/bin/sh
screen -S neo-python -X quit
cd neo-python
mkdir -p .log
# git checkout master
# git pull
python3.6 -m venv venv
source venv/bin/activate
pip install -e .
pip install -r requirements.txt
screen -S neo-python -dm np-api-server --mainnet --logfile .log/neo.log --port-rpc 10332
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment