Martin

Results 98 comments of Martin

Hi @matejkriz, I just released a new version of [trezor-address-validator](https://github.com/trezor/trezor-address-validator), which includes the regtest modifications done by @szymonlesisz and Monero subaddress fixes done by Vlad. I think this should be...

Hi, I just tried to build it on Debian 10 and it works fine. I think you will have to resolve the certificate trust issue in your system.

Hi, Blockbook currently does not recognize the amounts transferred from or to shielded pool. I will check what could be done about it.

Hi, 1) yes, we will fix this, it is sort of a bug. The fix requires a change in the common Blockbook code, it will take some time to finish...

@slush0 Hi, Blockbook now computes `size` and `vSize` of the transaction. It currently displays `sat/vByte` if it knows `vSize` and `sat/Byte` if `vSize` is not applicable (no all coins have...

We run `-resyncindexperiod=30011`, i.e. checking the backend every 30 seconds in our servers. @savmaingit check your params, please.

The default values are 15 minutes for resync index and 1 minute to check mempool.

Hi. Sorry, I cannot accept a PR which changes the Dockerfile.

Thank you very much for your suggestions. I am going to try some of them. I am afraid, with disabled auto-compactions the DB size will grow very much as we...

A good test of graceful shutdown procedure :) Actually, there are probably better ways how to reduce memory footprint of the initial sync. Unfortunately, we did not have time to...