Skip to content

Commit

Permalink
Add back the SBC and RSC launch settings
Browse files Browse the repository at this point in the history
  • Loading branch information
sondreb committed Oct 24, 2022
1 parent 91eaea8 commit 5e529f3
Showing 1 changed file with 29 additions and 1 deletion.
30 changes: 29 additions & 1 deletion src/Node/Blockcore.Node/Properties/launchSettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
"commandName": "Project",
"commandLineArgs": "--chain=CYBITS -server -iprangefiltering=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata"
},
"MOL (MAIN)": {
"MOL (MAIN)": {
"commandName": "Project",
"commandLineArgs": "--chain=MOL -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser"
},
Expand All @@ -199,6 +199,34 @@
"MOL (TEST/LOCAL)": {
"commandName": "Project",
"commandLineArgs": "--chain=MOL -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
},
"SBC (MAIN)": {
"commandName": "Project",
"commandLineArgs": "--chain=SBC -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -enableauth=0"
},
"TSBC coldstake pool (TEST)": {
"commandName": "Project",
"commandLineArgs": "--chain=SBC -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -enableauth=0 -testnet -enforceStakingFlag=1"
},
"SBC (MAIN/LOCAL)": {
"commandName": "Project",
"commandLineArgs": "--chain=SBC -server -addressindex -txindex=1 -reindex=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -enableauth=0"
},
"SBC (TEST/LOCAL)": {
"commandName": "Project",
"commandLineArgs": "--chain=SBC -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
},
"RSC (MAIN)": {
"commandName": "Project",
"commandLineArgs": "--chain=RSC -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -enableauth=0"
},
"RSC (MAIN/LOCAL)": {
"commandName": "Project",
"commandLineArgs": "--chain=RSC -server -addressindex -txindex=1 -reindex=0 -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -enableauth=0"
},
"RSC (TEST/LOCAL)": {
"commandName": "Project",
"commandLineArgs": "--chain=RSC -server -rpcallowip=127.0.0.1 -rpcbind=127.0.0.1 -rpcpassword=rpcpassword -rpcuser=rpcuser -datadir=nodedata -testnet"
}
}
}

0 comments on commit 5e529f3

Please sign in to comment.