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

Add --allow-insecure-coinbase to enable using a random coinbase if none is set #340

Open
ferranbt opened this issue Jan 6, 2025 · 1 comment
Labels
C-discussion Issues that require team discussion or decision-making before proceeding.

Comments

@ferranbt
Copy link
Contributor

ferranbt commented Jan 6, 2025

After PR #306, we auto-generate a random coinbase address when none is provided. While this helps with quick testing, it's a potential footgun since real coinbase addresses are required in production.

Proposed fix: Add --allow-insecure-coinbase flag that must be set to enable random address generation. This makes users explicitly opt-in to running without a proper coinbase.

@ferranbt ferranbt added the C-discussion Issues that require team discussion or decision-making before proceeding. label Jan 6, 2025
@faheelsattar
Copy link
Contributor

faheelsattar commented Jan 6, 2025

Hey! can you assign me this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-discussion Issues that require team discussion or decision-making before proceeding.
Projects
None yet
Development

No branches or pull requests

2 participants