Skip to content
#

P2P

Peer-to-Peer (P2P) applications share resources and communicate in a decentralized or distributed architecture. Often application nodes communicate directly with each other or cooperate to do work which benefits other nodes or the overall P2P system. In a pure P2P system, there is no distinction between client and server.

Here are 1,912 public repositories matching this topic...

benthecarman
benthecarman commented Feb 18, 2021

After #15946 starting a pruned bitcoin-qt with blockfilterindex=1 will give the error message

Error: A fatal internal error occurred, see debug.log for details

It would be more helpful if it gave what's in the debug.log which is

basic block filter index best block of the index goes beyond pruned data. Please disable the index or reindex (which will download the whole blockchain agai

tomasz1986
tomasz1986 commented Nov 12, 2020

Right now, Syncthing seems to always use LF for line endings in config.xml and .stignore. This is a problem in Windows when trying to edit those using the built-in Notepad, which until very recently had no support for other line endings than CRLF. Support for them has only been added in the very recent versions of Windows 10.

The problem is that when opening those files in Notepad under old

js-ipfs
berty
lidel
lidel commented Sep 15, 2020

Right now, IPFS Desktop installs system-wide protocol handlers (dweb, ipfs, ipns) which converts ipfs://<cid> URI to gateway URL and opens that in default browser.

It is fine, but may be confusing on the first use.

We could improve this behavior and show a dialog window, where user can choose how to open IPFS resource via radio-button-like selector:

  • open from public gateway in the d