Skip to content
This repository has been archived by the owner on Jul 2, 2024. It is now read-only.

Commit

Permalink
Browse files Browse the repository at this point in the history
Add docker instruction
  • Loading branch information
steevebrush committed Nov 11, 2018
1 parent ce4c7ea commit 565e745
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
13 changes: 11 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,18 @@
# iridium block explorer (IRD)

This is the new version of the iridium block explorer, network status and pool lists. an online version is available here : https://explorer.ird.cash
This is the iridium block explorer, network status and pool lists.

**To devellop locally : you can spawn a local webserver and use and allow CORS (Cross origin ressource sharing) in your browser**
The online version is available here : https://explorer.ird.cash

Spawn a local webserver or use docker :

```
docker run -p 8082:80 -v ird-explorer:/usr/share/nginx/html:ro --name ird-explorer nginx:latest
```

Then open http://localhost:8082

**To develop locally : You have to allow CORS (Cross origin ressource sharing) in your browser**
* Safari : Show development menu in menubar and disable multi origin restrictions
* Chrome : https://chrome.google.com/webstore/detail/allow-control-allow-origi/nlfbmbojpeacfghkpbjhddihlkkiljbi

Expand Down
2 changes: 1 addition & 1 deletion config.js
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const poolList = [
{"id":16,"visible":true,"url":"http://coinpoolit.webhop.me/ird","api":"https://mig.ird.cash/coinpoolit","status":true,"flag":"IT","loc":"Italy"},
{"id":17,"visible":true,"url":"https://matamu.me/iridium","api":"https://matamu.me:5119","status":false,"flag":"DE","loc":"Germany"},
{"id":18,"visible":true,"url":"https://iridium.clevery.xyz","api":"https://iridium.clevery.xyz/api","status":true,"flag":"FR","loc":"France"},
{"id":19,"visible":true,"url":"http://ird.soyminero.es","api":"https://mig.ird.cash/soyminero","status":true,"flag":"ES","loc":"Spain"},
{"id":19,"visible":true,"url":"https://ird.soyminero.es","api":"https://mig.ird.cash/soyminero","status":true,"flag":"ES","loc":"Spain"},
{"id":20,"visible":true,"url":"https://iridium.cnpools.space","api":"https://iridium.cnpools.space:8119","status":true,"flag":"US","loc":"New-York"},
// {"id":21,"visible":true,"url":"http://irdpool.cryptonine.my","api":"https://mig.ird.cash/cryptonine","status":true,"flag":"SG","loc":"Singapore"},
{"id":22,"visible":true,"url":"http://iridium.miningpoolhouse.com","api":"https://mig.ird.cash/mph","status":false,"flag":"DE","loc":"Germany"},
Expand Down

0 comments on commit 565e745

Please sign in to comment.