parity startup scripts for Kovan added

This commit is contained in:
Alexander Kolotov 2018-05-15 14:29:51 +03:00
parent 1b4d8c3284
commit e098ca242d
2 changed files with 42 additions and 0 deletions

28
erc20/Kovan_foreign.toml Normal file
View File

@ -0,0 +1,28 @@
[parity]
chain = "kovan"
base_path = "/home/koal/poa/kovan"
keys_path = "./keys"
[network]
port = 30343
nat = "none"
[rpc]
port = 48545
apis = ["web3", "eth", "net", "personal", "parity", "parity_set", "traces", "rpc", "parity_accounts"]
cors = ["all"]
hosts = ["all"]
[ipc]
apis = ["web3", "eth", "pubsub", "net", "parity", "parity_pubsub", "parity_accounts", "traces", "rpc", "shh", "shh_pubsub", "personal"]
[ui]
port = 48180
force = true
[websockets]
port = 48546
[account]
unlock = ["0xf3ee321df87781864f46f6464e764c2827fca73b"]
password = ["./keys/passwd/foreign_f3ee321df87781864f46f6464e764c2827fca73b.pwd"]

14
erc20/start_Kovan_foreign.sh Executable file
View File

@ -0,0 +1,14 @@
#!/bin/bash
PARITY_BASE="/home/koal/poa"
TASK="kovan_foreign"
PARITY_CONFIG="Kovan_foreign.toml"
TASK_WORK_DIR="${PARITY_BASE}/kovan"
#DEBUG_RPC='-l rpc=trace'
#EXTRA_CONFIG='--jsonrpc-hosts="all" --jsonrpc-cors null'
configdir=`dirname $0`
cd ${configdir}
source start_common.sh