diff --git a/docs/OBD-README.md b/docs/OBD-README.md index 91548f4e4..9140c74c1 100644 --- a/docs/OBD-README.md +++ b/docs/OBD-README.md @@ -109,8 +109,7 @@ Any one can be a tracker. Runing a tracker requires a full omnilayer core node, Edit the configure file: `\config\conf.ini` ``` [tracker] -hostIp = 62.234.216.108 -port = 60060 +host = 62.234.216.108:60060 ``` diff --git a/docs/nodes-in-testnet.md b/docs/nodes-in-testnet.md index 8e89c8e70..4c002cf00 100644 --- a/docs/nodes-in-testnet.md +++ b/docs/nodes-in-testnet.md @@ -11,8 +11,7 @@ Some trackers for users who run your own obd nodes. You should edit the configur ``` [tracker] -hostIp = 62.234.216.108 -port = 60060 +host = 62.234.216.108:60060 ```