Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions dev/testnet/okb.profile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
BIN_NAME=okbchaind
OKCHAIN_TOP=${GOPATH}/src/github.com/okx/okbchain
CUR=`pwd`
OKCHAIN_TOP="${CUR%/*/*}"
OKCHAIN_BIN=${OKCHAIN_TOP}/build
OKCHAIN_BIN=${GOPATH}/bin
OKCHAIN_NET_TOP=`pwd`
OKCHAIN_NET_CACHE=${OKCHAIN_NET_TOP}/cache
OKCHAIN_NET_CACHE=${CUR}/cache
CHAIN_ID="okbchain-67"


Expand Down
2 changes: 2 additions & 0 deletions dev/testnet/run4v1r.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

./testnet.sh -s -i -n 5 -r 1

okbchaincli keys add --recover val0 -m "puzzle glide follow cruel say burst deliver wild tragic galaxy lumber offer" --coin-type 996 -y
Expand Down