Commit Graph

14 Commits

Author SHA1 Message Date
Râu Cao 2401d8dff2
Prevent bootstrap node connects on the same IPFS node 2022-11-02 20:50:54 +01:00
Râu Cao 9dffb15f45
Improve initialization 2022-11-02 13:27:55 +01:00
Râu Cao 4888d1be78
Don't automatically watch for events 2022-11-02 12:57:53 +01:00
Râu Cao 0ac7228bfe
Add CLI option for progress bars
Also refactors some of the other output and options.
2022-11-01 22:10:57 +01:00
Râu Cao 4a3988137e
Adapt code for new kredits release/contracts
Also process loading and pinning functions in batches, to prevent stack
size errors on RSK nodes.
2022-11-01 15:02:18 +01:00
Râu Cao fee6b5c121
Move default peers to config file
Can later be used to persist peer config for a node, too.
2022-11-01 15:01:07 +01:00
Râu Cao d8dda84fd6
Update bootstrap node 2022-09-30 15:19:01 +02:00
Basti 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
Basti 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
Basti 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
Basti 7cd569ee21
Clean up logs, add debug option 2019-07-02 18:41:48 +02:00
bumi 4fb03c5677 Add IPFS connection check 2019-07-02 17:41:38 +02:00
bumi ba6ea93a9c Make Kredits DAO address configurable 2019-07-02 17:27:51 +02:00
bumi 746149e89a Hello Kredits world 2019-07-02 16:20:52 +02:00