Vincent Courcelle

Results 13 comments of Vincent Courcelle

Check the following metrics: ``` avalanche_C_block_eta_execution_complete avalanche_X_tx_eta_execution_complete avalanche_X_vtx_eta_execution_complete avalanche_P_block_eta_execution_complete ``` However due to https://github.com/ava-labs/avalanchego/issues/1143 the metrics are currently stuck at 0

I'm unfamiliar with the code base, but it looks like https://github.com/ava-labs/avalanchego/blob/master/snow/engine/common/queue/jobs.go#L204 should just be moved to https://github.com/ava-labs/avalanchego/blob/master/snow/engine/common/queue/jobs.go#L115 for it to work as intended

I guess you don't need to save the progress anywhere, because vanitygen is simply generating huge numbers of random addresses and hope to find one that matches your pattern. It's...

I'm keeping the issue open, it's easy to do, for the next time I'm working on this project

Which provider/pair did you choose? The defaults (Bitfinex / BTCUSD) seems to work just fine out of the box for me

Could you pease remove the "title" (ie. where you put "btc") it's an annoyance -- It's mandatory to have it, can't be removed AFAIK, and breaks stuff (I'm not at...

Do a `curl -vvvv "https://cdnjs.cloudflare.com/ajax/libs/microsoft-signalr/5.0.3/signalr.min.js"` If you can't connect to Cloudflare CDN to download libraries, no way it would work indeed. Also, can you access https://cloudflare.com ? Or Cloudflare protected...

Looks like you've a problem with TLS. Can you do the following: `Right-click on Start and select Run. Type inetcpl.cpl into the run box and press Enter. On the Advanced...

(I tested on Windows 11 and I have no issue on my end; you might need a reboot after changing that setting)

In the latest version I've embedded SignalR with the plugin, which should fix that problem