Commit e8c39f93 authored by Dan Gershony's avatar Dan Gershony Committed by GitHub

Merge pull request #237 from nopara73/launch

Adjust launchSettings.json and Launchers to the new Bitcoin-Stratis r…
parents 8f9931f9 86fc4d97
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": {
"Breeze.Daemon Main": {
"Bitcoin Main": {
"commandName": "Project",
"commandLineArgs": "light"
},
"Breeze.Daemon TestNet": {
"Bitcoin Test": {
"commandName": "Project",
"commandLineArgs": "light -testnet -debug=all -loglevel=debug"
},
"StratisTest": {
"Stratis Main": {
"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