Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
goshimmer
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iota-imt
goshimmer
Commits
da29a7c2
Unverified
Commit
da29a7c2
authored
5 years ago
by
Wolfgang Welz
Committed by
GitHub
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
chore: remove unused packages (#99)
parent
2cc68e1b
No related branches found
No related tags found
No related merge requests found
Changes
22
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
runMasternode.bat
+0
-8
0 additions, 8 deletions
runMasternode.bat
runSimulation.bat
+0
-20
0 additions, 20 deletions
runSimulation.bat
with
0 additions
and
28 deletions
runMasternode.bat
deleted
100644 → 0
+
0
−
8
View file @
2cc68e1b
@echo
off
SETLOCAL
EnableDelayedExpansion
Set
PEERING_PORT
=
14000
cd
entryNode
start
/b
""
"go_build_github_com_iotaledger_goshimmer.exe"
-autopeering-port
%PEERING_PORT%
-autopeering-entry-nodes
e83c2e1f0ba552cbb6d08d819b7b2196332f8423
@127.0.0.1:14000
-node-log-level
4
-node-disable-plugins
statusscreen
cd
..
\ No newline at end of file
This diff is collapsed.
Click to expand it.
runSimulation.bat
deleted
100644 → 0
+
0
−
20
View file @
2cc68e1b
@echo
off
SETLOCAL
EnableDelayedExpansion
Set
PEERING_PORT
=
14000
mkdir
testNodes
cd
testNodes
FOR
/L
%%i
IN
(
1
,
1
,
100
)
DO
(
set
/A
PEERING_PORT
=
PEERING_PORT
+
1
del
/Q /S
node
%%i
mkdir
node
%%i
copy
..\entryNode\go_build_github_com_iotaledger_goshimmer.exe
node
%%i
\goshimmer.exe
cd
node
%%i
start
/b
""
"goshimmer.exe"
-autopeering-port
!PEERING_PORT!
-autopeering-entry-nodes
e83c2e1f0ba552cbb6d08d819b7b2196332f8423
@127.0.0.1:14000
-node-log-level
4
-node-disable-plugins
statusscreen
cd
..
)
cd
..
\ No newline at end of file
This diff is collapsed.
Click to expand it.
Prev
1
2
Next
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment