Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
B
Breeze
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
DeStream-public
Breeze
Commits
86fc4d97
Commit
86fc4d97
authored
Sep 27, 2017
by
nopara73
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Adjust launchSettings.json and Launchers to the new Bitcoin-Stratis running side by side
parent
8f9931f9
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
17 additions
and
13 deletions
+17
-13
launch bitcoin main.bat
Breeze/src/Breeze.Daemon/Launchers/launch bitcoin main.bat
+0
-2
launch bitcoin test.bat
Breeze/src/Breeze.Daemon/Launchers/launch bitcoin test.bat
+0
-2
launch main.bat
Breeze/src/Breeze.Daemon/Launchers/launch main.bat
+4
-0
launch stratis main.bat
Breeze/src/Breeze.Daemon/Launchers/launch stratis main.bat
+0
-2
launch stratis test.bat
Breeze/src/Breeze.Daemon/Launchers/launch stratis test.bat
+0
-2
launch test.bat
Breeze/src/Breeze.Daemon/Launchers/launch test.bat
+4
-0
launchSettings.json
Breeze/src/Breeze.Daemon/Properties/launchSettings.json
+9
-5
No files found.
Breeze/src/Breeze.Daemon/Launchers/launch bitcoin main.bat
deleted
100644 → 0
View file @
8f9931f9
cd ..
dotnet run light
\ No newline at end of file
Breeze/src/Breeze.Daemon/Launchers/launch bitcoin test.bat
deleted
100644 → 0
View file @
8f9931f9
cd ..
dotnet run -testnet light
\ No newline at end of file
Breeze/src/Breeze.Daemon/Launchers/launch main.bat
0 → 100644
View file @
86fc4d97
cd ..
start cmd /k dotnet run light
timeout 7
start cmd /k dotnet run stratis light
\ No newline at end of file
Breeze/src/Breeze.Daemon/Launchers/launch stratis main.bat
deleted
100644 → 0
View file @
8f9931f9
cd ..
dotnet run light stratis
\ No newline at end of file
Breeze/src/Breeze.Daemon/Launchers/launch stratis test.bat
deleted
100644 → 0
View file @
8f9931f9
cd ..
dotnet run -testnet light stratis addnode=13.64.76.48
\ No newline at end of file
Breeze/src/Breeze.Daemon/Launchers/launch test.bat
0 → 100644
View file @
86fc4d97
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
Breeze/src/Breeze.Daemon/Properties/launchSettings.json
View file @
86fc4d97
{
"profiles"
:
{
"B
reeze.Daemo
n Main"
:
{
"B
itcoi
n Main"
:
{
"commandName"
:
"Project"
,
"commandLineArgs"
:
"light"
},
"B
reeze.Daemon TestNe
t"
:
{
"B
itcoin Tes
t"
:
{
"commandName"
:
"Project"
,
"commandLineArgs"
:
"light -testnet -debug=all -loglevel=debug"
},
"Stratis
Test
"
:
{
"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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment