Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ In the git/blobber run the following command

```

$ ./docker.local/bin/blobber.init.setup.sh
./docker.local/bin/blobber.init.setup.sh

```

Expand All @@ -48,7 +48,7 @@ $ ./docker.local/bin/blobber.init.setup.sh

```

$ docker network create --driver=bridge --subnet=198.18.0.0/15 --gateway=198.18.0.255 testnet0
docker network create --driver=bridge --subnet=198.18.0.0/15 --gateway=198.18.0.255 testnet0

```
2. Go to git/blobber directory to build containers using (skip this step if you want to use existing docker images)
Expand All @@ -57,15 +57,15 @@ $ docker network create --driver=bridge --subnet=198.18.0.0/15 --gateway=198.18.

```

$ ./docker.local/bin/build.blobber.sh
./docker.local/bin/build.blobber.sh

```

For Apple M1 chip builds:

```

$ ./docker.local/bin/build.blobber.sh -m1
./docker.local/bin/build.blobber.sh -m1

```

Expand All @@ -75,10 +75,10 @@ $ ./docker.local/bin/build.blobber.sh -m1

```
# For locally build images
$ ../bin/blobber.start_bls.sh
../bin/blobber.start_bls.sh

# For remote images
$ ../bin/p0blobber.start.sh
../bin/p0blobber.start.sh

```
**_Note: Replace the localhost form `docker.local/p0docker-compose.yml` to your public IP if you are trying to connect to another network ._**
Expand All @@ -93,7 +93,7 @@ $ ../bin/p0blobber.start.sh

```

$ docker ps
docker ps

```

Expand Down Expand Up @@ -166,7 +166,7 @@ block_worker: http://one.devnet-0chain.net/dns

```

$ docker system prune
docker system prune

```

Expand All @@ -178,7 +178,7 @@ $ docker system prune

```

$ docker system prune -a
docker system prune -a

```

Expand Down Expand Up @@ -330,4 +330,4 @@ delete_local_copy: true

delete_cloud_copy: true

```
```