Charlie

Results 93 comments of Charlie

I think both A and B would be needed in order to have a comprehensive solution that considers certain side-cases we're already aware of. Rafael and @zone117x report there could...

Another idea for new metrics from a discussion I had with @obycode: * `stacks_node_last_n_blocks_bytes` - The size in bytes of the last N blocks, where the amount of blocks is...

@JavHou The value you're using for the `bootstrap_node` property seems off. Instead of `bootstrap_node = "0341b2ff35b545d8e5c5d2fc8821484610ef85ce8e276214caf23d53be16fdcd65@seed.nakamoto.regtest.hiro.so:50444"` Try `bootstrap_node = "0341b2ff35b545d8e5c5d2fc8821484610ef85ce8e276214caf23d53be16fdcd65@seed.nakamoto.testnet.hiro.so:50444"`

@JavHou This sample config file for Nakamoto testnet may be what you're looking for: https://docs.stacks.co/nakamoto-upgrade/signing-and-stacking/sample-configuration-files#nakamoto-testnet-config The `bootstrap_node` needs to be updated in it too though to what I posted above....

Oh nice, didn't even realize it was available through a GH repo!

Nope, `peer_host` is correct. I can see how the regtest vs testnet may be misleading, but it's a stacks _testnet_ node using bitcoin _regtest_, so it needs to be configured...

@markmhx @314159265359879 Thanks for the heads up! I just tested a fix and it seems to be working for me now. Can you try again?

@markmhx A 429 status code means you're being rate-limited by the faucet. You can make a faucet request once every minute. So if you wait long enough, you should be...

Ideally if the Explorer received a `429` on this page, it would be a better UX if it could display a message saying you're being rate-limited, and to wait a...

I submitted the contributor txt file to this PR, but the bot doesn't seem to like it for some reason 🤷