Results 28 comments of atomlab

The same problem. Ubuntu 20.04 ``` # pip3 install nsot # nsot-server init Configuration file created at '/root/.nsot/nsot.conf.py' # nsot-server start ``` output ``` Traceback (most recent call last): File...

The similar problem. My case ``` mc mirror --preserve --json --watch --overwrite src-minio/mybucket dst-minio/mybucket ``` mc client stops show any logs about process ``` journalctl -fu mc-mirror.service ``` Releases on...

Thank you for you review! I have updated [Dockerfile](https://github.com/Atomicwallet/blockbook/blob/c7e88c5e522921262bd392f23975582b006a3c30/build/docker/bin/Dockerfile#L9) and add libx11-xcb1 dependency. This error should be fixed. But now I'm see other error ``` .... ok github.com/trezor/blockbook/common 0.014s ok...

> @atomlab hi, I try [your repo](https://github.com/Atomicwallet/blockbook/tree/bdiamond) for `/data/blockbook/blockbook -sync -blockchaincfg=/data/blockbook/build/blockchaincfg.json -internal=:19046 -public=:19146 -datadir=/data/block_data/bcd/ -logtostderr` > > sync data pretty slowly and how long did you sync completely ? Hi!...

In my case blockbook works on server AMD Ryzen 7 3700X/8CPU/25GB RAM/1TB NVME SSD. During sync the blockbook takes about 15GB RAM. Blockbook sync takes about 5 days. After sync...

I have an error with build. I'm working on this problem. ``` GetChainParams case chain: mainnet --- FAIL: TestGetAddrDesc (0.00s) --- FAIL: TestGetAddrDesc/bcd-2 (0.00s) panic: runtime error: index out of...

All errors fixed! ``` $ make all-bdiamond $ find ./build/ -name "*.deb" ./build/backend-bdiamond_1.3.0-satoshilabs-1_amd64.deb ./build/blockbook-bdiamond_0.3.4_amd64.deb ```

@martinboehm Hi. Could you check our PR again please?

@martinboehm Sorry. My mistake. We have fixed this.

> There are some scenarios will make high disk load(read operation in this case): > > 1. re-synchronization > 2. on-going pruning > 3. intensive requests of query blocks/txs/state by...