Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
nucleo
Manage
Activity
Members
Labels
Plan
Issues
4
Issue boards
Milestones
Wiki
Code
Merge requests
1
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Analyze
Value stream analytics
Contributor 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
blockchain
nucleo
Commits
da411c58
Commit
da411c58
authored
6 years ago
by
Robert Martin-Legene
Browse files
Options
Downloads
Patches
Plain Diff
limiting screen spam
parent
c16bdfd6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
bin/libbfa.sh
+1
-1
1 addition, 1 deletion
bin/libbfa.sh
bin/start.sh
+3
-3
3 additions, 3 deletions
bin/start.sh
with
4 additions
and
4 deletions
bin/libbfa.sh
+
1
−
1
View file @
da411c58
...
...
@@ -35,7 +35,7 @@ function cleanup
function
geth_attach
{
bfaconfig node
geth
--cache
256
"
$@
"
attach ipc:
${
BFANODEDIR
}
/geth.ipc
geth
--cache
0
"
$@
"
attach ipc:
${
BFANODEDIR
}
/geth.ipc
}
function
geth_exec_js
...
...
This diff is collapsed.
Click to expand it.
bin/start.sh
+
3
−
3
View file @
da411c58
...
...
@@ -54,11 +54,11 @@ function miner
echo
echo
'***'
echo
flexargs
=
"
$(
accountlist
)
$(
miner
)
"
set
-x
geth
\
--datadir
${
BFANODEDIR
}
\
$(
accountlist
)
\
$(
miner
)
\
${
flexargs
}
\
--networkid
$BFANETWORKID
\
--bootnodes
"
${
bootnodes
}
"
\
--rpc
\
...
...
@@ -80,4 +80,4 @@ function miner
wait
sleep
60
done
2>&1 |
${
BFAHOME
}
/bin/log.sh
${
BFANODEDIR
}
/log &
)
9>>
${
$
BFANODEDIR
}
/geth.pid
)
9>>
${
BFANODEDIR
}
/geth.pid
This diff is collapsed.
Click to expand it.
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