FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
CovenantSQL/rpc/_example/node/runNode1.sh at develop · CovenantSQL/CovenantSQL · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
CovenantSQL
/
CovenantSQL
Public
Notifications
You must be signed in to change notification settings
Fork
146
Star
1.5k
Code
Issues
27
Pull requests
9
Actions
Projects
Wiki
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Wiki
Security and quality
Insights
Expand file tree
Breadcrumbs
CovenantSQL
/
rpc
/
_example
/
node
/
runNode1.sh
Copy path
More file actions
More file actions
Latest commit
History
History
History
executable file
·
8 lines (7 loc) · 289 Bytes
Breadcrumbs
CovenantSQL
/
rpc
/
_example
/
node
/
runNode1.sh
Copy path
File metadata and controls
executable file
·
8 lines (7 loc) · 289 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
#!
/bin/bash
WORKING_DIR=
$(
cd
$(
dirname
$0
)
/
;
pwd
)
echo
"
1.run runTracker.sh
"
echo
"
2.run runNode2.sh
"
echo
"
you can connect to node2 now
"
echo
"
the node id of node2 is 000005aa62048f85da4ae9698ed59c14ec0d48a88a07c15a32265634e7e64ade
"
cd
${WORKING_DIR}
&&
go run main.go ../conf/node1.yaml
Back
|
FazBrowse Home
|
New Git URL