Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
ethereum-package
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
vicotor
ethereum-package
Commits
48fdc612
Unverified
Commit
48fdc612
authored
Aug 14, 2023
by
Gyanendra Mishra
Committed by
GitHub
Aug 14, 2023
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docs: added note about parallel keystore generation (#124)
parent
d2cccf4a
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
0 deletions
+3
-0
README.md
README.md
+3
-0
No files found.
README.md
View file @
48fdc612
...
@@ -150,6 +150,9 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam
...
@@ -150,6 +150,9 @@ To configure the package behaviour, you can modify your `eth2-package-params.yam
//
The
deneb
for
epoch
--
arbitrarily
large
while
we
sort
out
https://github.com/kurtosis-tech/eth-network-package/issues/
42
this
will
take
53
~
hours
for
now
//
The
deneb
for
epoch
--
arbitrarily
large
while
we
sort
out
https://github.com/kurtosis-tech/eth-network-package/issues/
42
this
will
take
53
~
hours
for
now
"deneb_for_epoch"
:
500
,
"deneb_for_epoch"
:
500
,
//
Parallelizes
keystore
generation
so
that
each
node
has
keystores
being
generated
in
their
own
container
//
This
will
result
in
a
large
number
of
containers
being
spun
up
than
normal.
We
advise
users
to
only
enable
this
on
a
sufficiently
large
machine
or
in
the
cloud
as
it
can
be
resource
consuming
on
a
single
machine.
"parallel_keystore_generation"
:
false
,
},
},
//
True
by
defaults
such
that
in
addition
to
the
Ethereum
network:
//
True
by
defaults
such
that
in
addition
to
the
Ethereum
network:
...
...
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