Commit 86fc4d97 authored by nopara73's avatar nopara73

Adjust launchSettings.json and Launchers to the new Bitcoin-Stratis running side by side

parent 8f9931f9
cd ..
dotnet run light
\ No newline at end of file
cd ..
dotnet run -testnet light
\ No newline at end of file
cd ..
start cmd /k dotnet run light
timeout 7
start cmd /k dotnet run stratis light
\ No newline at end of file
cd ..
dotnet run light stratis
\ No newline at end of file
cd ..
dotnet run -testnet light stratis addnode=13.64.76.48
\ No newline at end of file
cd ..
start cmd /k dotnet run light -testnet -debug=all -loglevel=debug
timeout 7
start cmd /k dotnet run stratis light -testnet -debug=all -loglevel=debug
\ No newline at end of file
{ {
"profiles": { "profiles": {
"Breeze.Daemon Main": { "Bitcoin Main": {
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "light" "commandLineArgs": "light"
}, },
"Breeze.Daemon TestNet": { "Bitcoin Test": {
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "light -testnet -debug=all -loglevel=debug" "commandLineArgs": "light -testnet -debug=all -loglevel=debug"
}, },
"StratisTest": { "Stratis Main": {
"commandName": "Project", "commandName": "Project",
"commandLineArgs": "stratis -testnet" "commandLineArgs": "stratis light"
},
"Stratis Test": {
"commandName": "Project",
"commandLineArgs": "stratis light -testnet -debug=all -loglevel=debug"
} }
} }
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment