Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Redundant Coins #41

Open
wants to merge 4 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
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
5 changes: 0 additions & 5 deletions CHAINS-BLOCKCORE.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,11 +53,6 @@
"symbol": "SBC",
"icon": "https://chains.blockcore.net/assets/SBC/icon.png"
},
{
"name": "SERF",
"symbol": "SERF",
"icon": "https://chains.blockcore.net/assets/SERF/icon.png"
},
{
"name": "Stratis",
"symbol": "STRAX",
Expand Down
10 changes: 0 additions & 10 deletions CHAINS.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,6 @@
"symbol": "CITY",
"icon": "https://chains.blockcore.net/assets/CITY/icon.png"
},
{
"name": "HomeCoin",
"symbol": "HOME",
"icon": "https://chains.blockcore.net/assets/HOME/icon.png"
},
{
"name": "Impleum",
"symbol": "IMPLX",
Expand All @@ -44,11 +39,6 @@
"symbol": "SBC",
"icon": "https://chains.blockcore.net/assets/SBC/icon.png"
},
{
"name": "SERF",
"symbol": "SERF",
"icon": "https://chains.blockcore.net/assets/SERF/icon.png"
},
{
"name": "Stratis",
"symbol": "STRAX",
Expand Down
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,11 +171,8 @@ sudo docker network connect btc_default proxy
sudo docker network connect strat_default proxy
sudo docker network connect x42_default proxy
sudo docker network connect xds_default proxy
sudo docker network connect xlr_default proxy
sudo docker network connect implx_default proxy
sudo docker network connect xrc_default proxy
sudo docker network connect home_default proxy
sudo docker network connect serf_default proxy
sudo docker network connect crs_default proxy
sudo docker network connect tcrs_default proxy
sudo docker network connect rsc_default proxy
Expand Down Expand Up @@ -223,12 +220,12 @@ sudo docker-compose down

Look into the running container
```
sudo docker exec -it xlr-chain /bin/bash
sudo docker exec -it city-chain /bin/bash
```

Data folders are located in:
```
/root/.blockcore/xlr/
/root/.blockcore/city/
```


Expand Down Expand Up @@ -280,7 +277,7 @@ Set the `deploy.resources.limits` options in the docker-compose (v2.x) file and

```
mongo:
container_name: xlr-mongo
container_name: city-mongo
image: mongo:5.0.5
```

Expand All @@ -295,7 +292,7 @@ sudo docker stats
Then you can verify that MongoDB starts up with the restritions by looking in the log:

```
sudo docker logs -f xlr-mongo
sudo docker logs -f city-mongo
```

# Blockcore Wallet Service (BWS)
Expand Down
91 changes: 0 additions & 91 deletions chains/HOME.json

This file was deleted.

98 changes: 0 additions & 98 deletions chains/SERF.json

This file was deleted.

100 changes: 0 additions & 100 deletions chains/XLR.json

This file was deleted.

Loading