You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-4Lines changed: 11 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -128,13 +128,20 @@ In short, a fully-synced Lotus node should be available with its API (`127.0.0.1
128
128
### IPFS node
129
129
A running IPFS node is needed if you plan to use the FFS module.
130
130
131
-
If that's the case, you can refer [here](https://docs.ipfs.io/guides/guides/install/) for installation instructions, or its [Dockerhub repository](https://hub.docker.com/r/ipfs/go-ipfs) if you want to run a contanerized version. Currently we're supporting v0.5.1. The API endpoint should be accessible to Powergate (port 5001, by default).
131
+
If that's the case, you can refer [here](https://docs.ipfs.io/guides/guides/install/) for installation instructions, or
132
+
its [Dockerhub repository](https://hub.docker.com/r/ipfs/go-ipfs) if you want to run a contanerized version. Currently
133
+
we're supporting v0.7.0. The API endpoint should be accessible to Powergate (port 5001, by default).
132
134
133
-
Since FFS _HotStorage_ is pinning Cids in the IPFS node, Powergate should be the only party controlling the pinset of the node. Other systems can share the same IPFS node if can **guarantee** not unpinning Cids pinned by Powergate FFS instances.
135
+
Since FFS _HotStorage_ is pinning Cids in the IPFS node, Powergate should be the only party controlling the pinset of
136
+
the node. Other systems can share the same IPFS node if can **guarantee** not unpinning Cids pinned by Powergate FFS
137
+
instances.
134
138
135
139
### Geolite database
136
-
Powergate needs an offline geo-location database to resolve miners country using their IP address. The same folder in which `powd` is executing, should have the Geolite2 database file `GeoLite2-City.mmdb` or you can pass the `--maxminddbfolder` flag to `powd` to specify the path of the folder containing `GeoLite2-City.mmdb`.
137
-
You can copy this file from the GitHub repo at `iplocation/maxmind/GeoLite2-City.mmdb`. If you run Powergate using Docker, this database is bundeled in the image so isn't necessary to have extra considerations.
140
+
Powergate needs an offline geo-location database to resolve miners country using their IP address. The same folder in
141
+
which `powd` is executing, should have the Geolite2 database file `GeoLite2-City.mmdb` or you can pass
142
+
the `--maxminddbfolder` flag to `powd` to specify the path of the folder containing `GeoLite2-City.mmdb`. You can copy
143
+
this file from [this link](https://raw.githubusercontent.com/P3TERX/GeoLite.mmdb/download/GeoLite2-City.mmdb) . If you
144
+
run Powergate using Docker, this database is bundeled in the image so isn't necessary to have extra considerations.
0 commit comments