Skip to content

Commit

Permalink
Merge pull request #23 from torus-economy/update-seed-nodes
Browse files Browse the repository at this point in the history
Resolve #19 Update seed nodes IPs
  • Loading branch information
sskender authored Aug 3, 2023
2 parents 138ccac + 64a524d commit e627df6
Showing 1 changed file with 13 additions and 4 deletions.
17 changes: 13 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@ Block time: 120 sec

Official block explorer: [explorer.torus.cc](https://explorer.torus.cc/)

Burn address: [TEuWjbJPZiuzbhuS6YFE5v4gGzkkt26HDJ](https://explorer.torus.cc/address/TEuWjbJPZiuzbhuS6YFE5v4gGzkkt26HDJ) \
[See](contrib/burn-address.py) for more details.
- Burn address: [TEuWjbJPZiuzbhuS6YFE5v4gGzkkt26HDJ](https://explorer.torus.cc/address/TEuWjbJPZiuzbhuS6YFE5v4gGzkkt26HDJ) \
[See](contrib/burn-address.py) for more details.
- UBI Pool address: [TRRCa4hwjA4GhBCGLajVwpapC853S1dtbM](https://explorer.torus.cc/address/TRRCa4hwjA4GhBCGLajVwpapC853S1dtbM)

*****************************
---

## Run a node

Expand All @@ -19,11 +20,13 @@ Image tagged as `latest` will always match the master branch.
If you want to run a stable release, use the image tag that corresponds to the official release - e.g. `torusd:1.0.0`.

Pull image:

```bash
docker pull ghcr.io/torus-economy/torusd:latest
```

Run container:

```bash
docker run \
-d \
Expand All @@ -35,6 +38,7 @@ docker run \
```

or with RPC port enabled:

```bash
docker run \
-d \
Expand All @@ -60,7 +64,7 @@ server=1
listen=1
```

#### docker-compose
### docker-compose

This could also be achived by running a docker-compose script.
Preconfigured docker-compose script with corresponding `TORUS.conf` configuration file can be found in [contrib](contrib/docker-compose) folder.
Expand All @@ -75,11 +79,13 @@ docker-compose up -d
#### TORUSd daemon commands in Docker

If TORUSd is running in Docker, daemon commands can be run in the following way:

```bash
docker exec TORUSd ./TORUSd <command> <params>
```

For example, to get basic info and staking info:

```bash
docker exec TORUSd ./TORUSd getinfo
docker exec TORUSd ./TORUSd getstakinginfo
Expand All @@ -89,6 +95,9 @@ docker exec TORUSd ./TORUSd getstakinginfo

Official seed nodes:

- 154.56.63.68
- 154.56.63.66
- 153.92.223.18
- 185.150.117.203
- 185.150.117.219
- 84.32.188.71
Expand Down

0 comments on commit e627df6

Please sign in to comment.