stacks-network / stacks-core

The Stacks blockchain implementation
https://docs.stacks.co
GNU General Public License v3.0
3.01k stars 673 forks source link

[TESTNET BUG] No ports are exposed after launching the miner #1685

Closed danielimkk closed 4 years ago

danielimkk commented 4 years ago

Describe the bug

After launching proof-of-burn miner there are no ports exposed, even though they are specified in the config file.

Steps To Reproduce

stacks-node argon > /argon.log 2>&1 & **Creating a config file. P.S. please see bellow** stacks-node start --config=/neon-miner-conf.toml

Expected behavior

I expect that all of the ports are exposed and API calls through rpc can be done

Environment

Additional context

Here is the config file: ` [node] rpc_bind = "0.0.0.0:20443" p2p_bind = "0.0.0.0:20444" bootstrap_node = "048dd4f26101715853533dee005f0915375854fd5be73405f679c1917a5d4d16aaaf3c4c0d7a9c132a36b8c5fe1287f07dad8c910174d789eb24bdfb5ae26f5f27@neon.blockstack.org:20444"

seed = "2033269b55026ff2eddaf06d2e56938f7fd8e9d697af8fe0f857bb5962894d5801" miner = true

[burnchain] chain = "bitcoin" mode = "neon" peer_host = "neon.blockstack.org" rpc_port = 18443 peer_port = 18444

[[mstx_balance]] address = "STB44HYPYAT2BB2QE513NSP81HTMYWBJP02HPGK6" amount = 10000000000000000 [[mstx_balance]] address = "ST11NJTTKGVT6D1HY4NJRVQWMQM7TVAR091EJ8P2Y" amount = 10000000000000000 [[mstx_balance]] address = "ST1HB1T8WRNBYB0Y3T7WXZS38NKKPTBR3EG9EPJKR" amount = 10000000000000000 [[mstx_balance]] address = "STRYYQQ9M8KAF4NS7WNZQYY59X93XEKR31JP64CP" amount = 10000000000000000 `


If you think this is eligible for a bug bounty, please check the relevant boxes below:

Critical, Launch Blocking Bugs

Consensus critical bugs

State corruption

Stolen funds

Take control and/or bring network to a halt

Major, Launch Blocking Bugs

Major bugs

Minor, Non-launch blocking bugs

Minor bugs

psq commented 4 years ago

the miner should open the port when it has caught up on the most recent blocks.

danielimkk commented 4 years ago

Got it, thank you

blockstack-devops commented 2 days ago

This issue has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.