Skip to content

Commit

Permalink
new genesis (#114)
Browse files Browse the repository at this point in the history
* new genesis

* add relaychain telemetry lin
  • Loading branch information
zqhxuyuan authored Jul 30, 2021
1 parent a2f94ef commit 326b0f8
Show file tree
Hide file tree
Showing 4 changed files with 48 additions and 43 deletions.
11 changes: 8 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -135,8 +135,13 @@ Now, Jupiter has launched following network:

**Jupiter open provider links are:**
- `wss://ws.jupiter.patract-westend.patract.cn`

**Westend-Patract(Relaychain) open provider links are:**
- `wss://ws.patract-westend.patract.cn`

Jupiter Parachain open telemetry link is [https://telemetry.patract.io/#list/Jupiter%20PC1](https://telemetry.patract.io/#list/Jupiter%20PC1)

Jupiter Parachain open telemetry link is [https://telemetry.patract.io/](https://telemetry.patract.io/#list/Jupiter%20PC1)
Westend-Patract(Relaychain) open telemetry link is [https://telemetry.patract.io/#list/Westend-Patract](https://telemetry.patract.io/#list/Westend-Patract)

* Jupiter Dev node:

Expand Down Expand Up @@ -208,7 +213,7 @@ More parameters please lookup from `--help` or Substrate Developer Hub [https://
The blockchain produces blocks in `babe` algorithm for every **6 second**, and do finality by `grandpa` algorithm.
All people could join this testnet as a sync node.

**Welcome use this link [https://patrastore.io/](https://patrastore.io/) to claim some DOT from our faucet (in the accounts page)**
**Welcome use this link [https://patrastore.io/](https://patrastore.io/) to claim some DOT from our faucet**

##### 4.1.1 join Jupiter PoA testnet
Moving the execution file `jupiter-prep` to other place and launch the node by following steps:
Expand Down Expand Up @@ -267,7 +272,7 @@ For now, we only running our own private parachain(collator) node use aura algor
```bash
./jupiter --chain ./jupiter-westend-patract.json --execution wasm --wasm-execution=compiled --force-authoring --parachain-id=2000 --tmp \
--chain ./westend-patract.json --no-beefy --execution wasm --wasm-execution=compiled --tmp \
--bootnodes /dns/ws.patract-westend.patract.cn/tcp/30333/p2p/12D3KooW9xfo1rf4i67TAPN3hTXASNvqytVQjAnKeB5SEjmkv1yz
--bootnodes /dns/ws.patract-westend.patract.cn/tcp/30333/p2p/12D3KooWHfn9r5cLyVQRuLin1wsB3KUiVaMWPnnpFd7Hhff6rhUX
```

> Notice, currently we didn't make seed node into westend-patract.json, so you have to specify our private westend bootnode.
Expand Down
2 changes: 1 addition & 1 deletion bin/node/cli/res/jupiter-westend-2000-genesis
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0x0000000000000000000000000000000000000000000000000000000000000000004b52f24961080d761b142f1e8d3951bbd6ec36e7f24d3100195dd51fec06530703170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c11131400
0x0000000000000000000000000000000000000000000000000000000000000000006acfbd3b0bc197d7f3c3297ec192adce0962ea1418e422014a811bd7e1e7fde303170a2e7597b7b7e3d84c05391d139a62b157e78786d8c082f29dcf4c11131400
2 changes: 1 addition & 1 deletion bin/node/cli/res/jupiter-westend-2000-wasm

Large diffs are not rendered by default.

76 changes: 38 additions & 38 deletions bin/node/cli/res/jupiter-westend-patract.json

Large diffs are not rendered by default.

0 comments on commit 326b0f8

Please sign in to comment.