|
1 |
| -# CarrIOTA Field |
| 1 | +# DevIOTA Field |
2 | 2 |
|
3 |
| -Carriota Field is a Proxy for your IRI, that sends regular statistics |
4 |
| -to the Field server (http://field.carriota.com) and accepts jobs from the |
| 3 | +DevIOTA Field is a Proxy for your IRI, that sends regular statistics |
| 4 | +to the Field server (http://field.deviota.com) and accepts jobs from the |
5 | 5 | server's load balancer (optional).
|
6 | 6 |
|
7 |
| -It is extremely tiny layer/app that does not require much resources. |
8 |
| -The idea behind Field is explained here: |
9 |
| - |
10 |
| -https://medium.com/deviota/carriota-field-node-intel-and-balancing-223002156b54 |
11 |
| - |
12 | 7 | ## Table of contents
|
13 | 8 |
|
14 | 9 | * [Getting Started](#getting-started)
|
@@ -205,9 +200,9 @@ port = 21310
|
205 | 200 | customFieldId = true
|
206 | 201 |
|
207 | 202 | ; You can choose which Field(s) to connect to:
|
208 |
| -fieldHostname[] = field.carriota.com:80 |
| 203 | +fieldHostname[] = field.deviota.com:80 |
209 | 204 | ; It can be several Fields. Just repeat:
|
210 |
| -; fieldHostname[] = field.carriota.com:80 |
| 205 | +; fieldHostname[] = field.deviota.com:80 |
211 | 206 | ; fieldHostname[] = another.field.com:8080
|
212 | 207 | ; fieldHostname[] = mytest.field.com:5000
|
213 | 208 |
|
@@ -238,12 +233,12 @@ Some have additional short versions.
|
238 | 233 |
|
239 | 234 | | Option | Description | Default |
|
240 | 235 | | ------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --------------------- |
|
241 |
| -| --name | Name your node. This identifier will appear on the CarrIOTA Field Dashboard | CarrIOTA Field | |
| 236 | +| --name | Name your node. This identifier will appear on the DevIOTA Field Dashboard | CarrIOTA Field | |
242 | 237 | | --address, -a | Optional IOTA address for donations. | |
|
243 | 238 | | --seed, -b | Optional. If no donation address is provided, you can provide a seed. In that case the field client will generate new, unused addresses dynamically. WARNING! Please do not use your usual, main seed. Generate a new one for this occasion. It is easy and adds up to everyone's security. | |
|
244 | 239 | | --config, -c | Path to Field configuration file. | |
|
245 | 240 | | --disableIRI, -d | Do not allow jobs to be passed from the Field load balancer. Just send the statistics about my node. | false |
|
246 |
| -| --fieldHostname, -f | Field Server hostname (including port) or a space-separated list of multiple Field Server hostnames. | field.carriota.com:80 | |
| 241 | +| --fieldHostname, -f | Field Server hostname (including port) or a space-separated list of multiple Field Server hostnames. | field.deviota.com:80 | |
247 | 242 | | --iriHostname, -h | Hostname where your IRI instance is running. | localhost |
|
248 | 243 | | --iriPort, -i | API port of your IRI instance. | 14265 |
|
249 | 244 | | --port, -p | Field port to be used | 21310 |
|
@@ -280,7 +275,7 @@ YHZIJOENEFSDMZGZA9WOGFTRXOFPVFFCDEYEFHPUGKEUAOTTMVLPSSNZNHRJD99WAVESLFPSGLMTUEIB
|
280 | 275 |
|
281 | 276 | We are currently working to add automatic donations to participating nodes based on the work done.
|
282 | 277 | This feature is still in progress, however you can already tip the nodes. Just
|
283 |
| -go to http://field.carriota.com select a node, copy its donation address and |
| 278 | +go to http://field.deviota.com select a node, copy its donation address and |
284 | 279 | show it some love!
|
285 | 280 |
|
286 | 281 | ## Authors
|
|
0 commit comments