Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

can we use Ethereal with a local / custom testnet #50

Open
SyedMuhamadYasir opened this issue Jan 16, 2024 · 7 comments
Open

can we use Ethereal with a local / custom testnet #50

SyedMuhamadYasir opened this issue Jan 16, 2024 · 7 comments

Comments

@SyedMuhamadYasir
Copy link

I am looking for a tool to help me make a beacon deposit for a validator i am trying to add to my network

My network, is a local testnet, with a custom chain id

so for the following commands

ethereal beacon

we have a --network flag

can I use the custom chain id instead of a network name ?

can Ethereal be used with a custom testnet ?

all help is appreciated!

@mcdee
Copy link
Collaborator

mcdee commented Jan 16, 2024

You would need to set the following parameters:

--address
--allow-unknown-contract

These would override the information obtained from the --network parameter.

@SyedMuhamadYasir
Copy link
Author

You would need to set the following parameters:

--address
--allow-unknown-contract

These would override the information obtained from the --network parameter.

thanks Jim, i will try and report here!

@SyedMuhamadYasir
Copy link
Author

i just realized, the --connection parameter is also required;

--connection http://your_instance_ip:Port_Used_by_Geth

@GGiGGu
Copy link

GGiGGu commented Feb 16, 2024

@mcdee hello sir Could I ask something?
By using "ethereal" can I deposit to local/custom testnet?

You said we can use "ethereal" for custom beacon!

You would need to set the following parameters:

--address
--allow-unknown-contract

These would override the information obtained from the --network parameter.

But the option that I need to use is "eth2network" when using deposit command.
Is it also overriden when I use --address, --allow-unknown-contract?

@mcdee
Copy link
Collaborator

mcdee commented Feb 16, 2024

If you use the parameters I suggest than eth2network is not required.

@GGiGGu
Copy link

GGiGGu commented Feb 16, 2024

If you use the parameters I suggest than eth2network is not required.

@mcdee
First Really Thank you for your prompt response!!! I will try the command and options that you suggested.
Additionally, do I have to use deposit data created from ethdo for using ethereal? Or can I also use deposit data created from tools like staking-deposit-cli?

@mcdee
Copy link
Collaborator

mcdee commented Feb 16, 2024

Deposit data should work, but best to try it to confirm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants