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

Node configured to mock mine keeps complaining about no UTXOs #5841

Open
diwakergupta opened this issue Feb 18, 2025 · 0 comments · May be fixed by #5845
Open

Node configured to mock mine keeps complaining about no UTXOs #5841

diwakergupta opened this issue Feb 18, 2025 · 0 comments · May be fixed by #5845
Labels
good first issue Appropriate for a new open source contribution. help wanted Open source contributions actively sought.

Comments

@diwakergupta
Copy link
Member

Describe the bug

I have a node configured to mock mine:

[node]
miner = true                                                                                                                                                                   
mock_mining = true

In the logs, I see repeated WARN messages about missing UTXOs:

stacks-node[348792]: WARN [1739887644.149435] [testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs:1707] [relayer-http://0.0.0.0:20543/] No UTXOs for 04423252e65b4219143e4b6d90608afa651511701ea6a8d08209e8db9d2c2a4aec966a0fa3d3775a54bd3e06cbbf87315b564fc9a3eea25136e5b2b71b8f9d9ee0 (1A7396ngNGn6cotfYx4VmHEWt13Cn2dyts) in epoch 3.1
stacks-node[348792]: WARN [1739887644.490545] [testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs:1707] [relayer-http://0.0.0.0:20543/] No UTXOs for 04423252e65b4219143e4b6d90608afa651511701ea6a8d08209e8db9d2c2a4aec966a0fa3d3775a54bd3e06cbbf87315b564fc9a3eea25136e5b2b71b8f9d9ee0 (1A7396ngNGn6cotfYx4VmHEWt13Cn2dyts) in epoch 3.1
stacks-node[348792]: WARN [1739887644.882546] [testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs:1707] [relayer-http://0.0.0.0:20543/] No UTXOs for 04423252e65b4219143e4b6d90608afa651511701ea6a8d08209e8db9d2c2a4aec966a0fa3d3775a54bd3e06cbbf87315b564fc9a3eea25136e5b2b71b8f9d9ee0 (1A7396ngNGn6cotfYx4VmHEWt13Cn2dyts) in epoch 3.1
stacks-node[348792]: WARN [1739887645.376611] [testnet/stacks-node/src/burnchains/bitcoin_regtest_controller.rs:1707] [relayer-http://0.0.0.0:20543/] No UTXOs for 04423252e65b4219143e4b6d90608afa651511701ea6a8d08209e8db9d2c2a4aec966a0fa3d3775a54bd3e06cbbf87315b564fc9a3eea25136e5b2b71b8f9d9ee0 (1A7396ngNGn6cotfYx4VmHEWt13Cn2dyts) in epoch 3.1

These logs can be confusing and misleading for node operators.

Expected behavior

The node knows it is mock mining, so it should either not check for UTXOs or not complaining about missing UTXOs.

Environment (please complete the following information):

  • OS: Ubuntu
  • Node: latest release (3.1.0.0.6)

Additional context
Please include any relevant stack traces, error messages and logs.

If you are encountering an issue with a smart contract, please include the smart contract code
that demonstrates the issue.

@github-project-automation github-project-automation bot moved this to Status: 🆕 New in Stacks Core Eng Feb 18, 2025
@diwakergupta diwakergupta added help wanted Open source contributions actively sought. good first issue Appropriate for a new open source contribution. labels Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Appropriate for a new open source contribution. help wanted Open source contributions actively sought.
Projects
Status: Status: 🆕 New
Development

Successfully merging a pull request may close this issue.

1 participant