10 Commits

Author SHA1 Message Date
ef1ae5add7
Use DNS multiaddr
Makes it much easier to identify the node you're connecting to
2020-10-26 09:16:00 +01:00
9c34e4c913
WIP Use new IPFS peering config
Currently crashes go-ipfs 0.6 for some reason.
2020-10-25 10:59:59 +01:00
ba5f67861f
Change IPFS bootstrap node 2020-10-23 12:08:36 +02:00
a3d21ebb30
Refactor bootstrap node connect, add CLI argument
Removes the superfluous wrapper function (as the API already returns a
Promise). Also adds a command line argument so you can choose a
different bootstrap node.
2019-08-14 10:12:07 +02:00
f2f884a317
Connect to ipfs.kosmos.org node on start
This ensures that the local IPFS node is always connected to a known
Kosmos node before attempting to fetch documents. Vastly improves
performance.

closes #4
2019-08-13 10:07:25 +02:00
5d36ca05a5
Fix executable not working
Need to tell the system it's dealing with a node script. This fixes both
the installed `kredits-ipfs-pinner` command as well as npx (which is
also running that command).
2019-08-04 14:47:57 +02:00
7cd569ee21
Clean up logs, add debug option 2019-07-02 18:41:48 +02:00
4fb03c5677 Add IPFS connection check 2019-07-02 17:41:38 +02:00
ba6ea93a9c Make Kredits DAO address configurable 2019-07-02 17:27:51 +02:00
746149e89a Hello Kredits world 2019-07-02 16:20:52 +02:00