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

bug: Etherbase missing at startup on windows #339

Open
aceppaluni opened this issue Mar 18, 2025 · 3 comments
Open

bug: Etherbase missing at startup on windows #339

aceppaluni opened this issue Mar 18, 2025 · 3 comments
Labels
bug Something isn't working

Comments

@aceppaluni
Copy link

What happened?

When attempting to start and test firefly on windows a few errors appear. The first error was "Error: dial tcp 127.0.0.1:5100: connectex: No connection could be made because the target machine actively refused it." After doing a bit of digging the error seems to come about when attempting to start the Firefly stack. After the stack is started a new error is present. This error is "Fatal: Failed to start mining: etherbase missing: etherbase must be explicitly specified".

Image

What did you expect to happen?

The expected result is to determine if the removal of reset corrects the namespace issue as mentioned in #1615 and #1650

How can we reproduce it (as minimally and precisely as possible)?

Open a terminal and docker desktop. Start the application and view logs as shown in docker desktop.

Anything else we need to know?

No response

OS version

# On Linux:
$ cat /etc/os-release
# paste output here
$ uname -a
# paste output here

# On Windows:
C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture
# paste output here
@aceppaluni aceppaluni added the bug Something isn't working label Mar 18, 2025
@EnriqueL8
Copy link
Contributor

EnriqueL8 commented Mar 19, 2025

I think this issue should be raised against the FireFly-CLI as it's about setting up Geth correctly see related issue from geth ethereum/go-ethereum#26860

@EnriqueL8 EnriqueL8 transferred this issue from hyperledger/firefly Mar 19, 2025
@EnriqueL8
Copy link
Contributor

I wonder if you have any other logs where the account setup failed

@aceppaluni
Copy link
Author

Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants