Skip to content

Commit

Permalink
new testnet chain-id
Browse files Browse the repository at this point in the history
  • Loading branch information
inertia186 committed Nov 20, 2019
1 parent 0cfd867 commit 8bbba6b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions _quickstart/testnet.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ The combination of `snapshot` and `gatling` means that this testnet approaches a

At the time of this writing, the connection information for Steemit's testnet is as follows:

* ChainID: `0feb08c380aeb483b61a34cccb7271a3a99c47052bea529c4a891622f2c50d75`
* ChainID: `d043ab83d223f25f37e1876fe48a240d49d8e4b1daa2342064990a8036a8bb5b`
* Address prefix: `TST`
* API node: `https://testnet.steemitdev.com`

Expand Down Expand Up @@ -87,7 +87,7 @@ p2p-seed-node = testnet.steemitdev.com:2001
Then execute:

```bash
steemd --data-dir=. --chain-id=0feb08c380aeb483b61a34cccb7271a3a99c47052bea529c4a891622f2c50d75
steemd --data-dir=. --chain-id=d043ab83d223f25f37e1876fe48a240d49d8e4b1daa2342064990a8036a8bb5b
```

Now let it sync, and you'll have a shiny new testnet seed node to play with.
Expand Down
2 changes: 1 addition & 1 deletion _testnet/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ There are a number of other subtle changes that we don't need to focus on right

#### Live testnet

* ChainID: `0feb08c380aeb483b61a34cccb7271a3a99c47052bea529c4a891622f2c50d75`
* ChainID: `d043ab83d223f25f37e1876fe48a240d49d8e4b1daa2342064990a8036a8bb5b`
* Address prefix: `TST`
* API node: `https://testnet.steemitdev.com`

Expand Down
2 changes: 1 addition & 1 deletion _tutorials-javascript/client_signing.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Testnet and Production networks only differ with few settings which helps develo
```javascript
opts.addressPrefix = 'TST';
opts.chainId =
'0feb08c380aeb483b61a34cccb7271a3a99c47052bea529c4a891622f2c50d75';
'd043ab83d223f25f37e1876fe48a240d49d8e4b1daa2342064990a8036a8bb5b';
//connect to server which is connected to the network/testnet
const client = new dsteem.Client('https://testnet.steemitdev.com', opts);
```
Expand Down
2 changes: 1 addition & 1 deletion _tutorials-recipes/node-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ Chain ID to connect to. **Testnet only.**
See: [PR#1631](https://github.com/steemit/steem/pull/1631), [#2827](https://github.com/steemit/steem/issues/2827)

```bash
--chain-id=0feb08c380aeb483b61a34cccb7271a3a99c47052bea529c4a891622f2c50d75
--chain-id=d043ab83d223f25f37e1876fe48a240d49d8e4b1daa2342064990a8036a8bb5b
```

### `account-history-rocksdb-immediate-import`<a style="float: right" href="#sections"><i class="fas fa-chevron-up fa-sm" /></a>
Expand Down

0 comments on commit 8bbba6b

Please sign in to comment.