lbrycrd icon indicating copy to clipboard operation
lbrycrd copied to clipboard

The blockchain that provides the digital content namespace for the LBRY protocol

Results 31 lbrycrd issues
Sort by recently updated
recently updated
newest added

``` httpserver.cpp:74:10: error: ‘deque’ in namespace ‘std’ does not name a template type 74 | std::deque queue; | ^~~~~ httpserver.cpp:33:1: note: ‘std::deque’ is defined in header ‘’; did you forget...

When visiting the CI-server website on [https://travis-ci.org/github/lbryio/lbrycrd](https://travis-ci.org/github/lbryio/lbrycrd) it gives a notice: "Since June 15th, 2021, the building on travis-ci.org is ceased. Please use travis-ci.com from now on.". When trying to...

To resolve [363](https://github.com/lbryio/lbrycrd/issues/363)

Since is becoming increasily harder to exchange LBC it would be nice if it would be listed on a decentralized multichain exchange like Thorchain. For that to happend it's necesary...

For example, see: ` select distinct name from takeover t where t.height = 658309 and name not in (select distinct nodeName from claim); ` It looks like one third of...

The wallet rpc calls are very slow to respond This takes 12 seconds to get executed ``` ./lbrycrd-cli -getinfo { "version": 170302, "protocolversion": 70015, "walletversion": 169900, "balance": 0.00000000, "blocks": 750800,...

As a security-conscious user, I need to be able to build lbrycrd from source and be confident that it matches the official release. This is critical to ensure that all...

The computation of the claim trie is the bottleneck on sync, and it will soon be the overall bottleneck on each new block. Many LBRY streams presently use this mechanism...

The 17.4+ codebase had to work around a bug that exists in the previous versions. See https://github.com/lbryio/lbrycrd/blame/v17_master/src/claimtrie/trie.cpp#L921 . It would be nice if we could hard-fork this out in both...

On my Kubuntu 18.04 system ``` [niko:~/work/repositories/ansible] master(+107/-95)+ 10m13s ± uname -a Linux nikubuntu 4.20.17-042017-generic #201903190933 SMP Tue Mar 19 13:36:11 UTC 2019 x86_64 x86_64 x86_64 GNU/Linux ``` I left...

level: 2
hacktoberfest