You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In step 4, you need to use the snapshot for TestNet: https://t.iotex.me/testnet-data-latest and https://t.iotex.me/testnet-data-with-idx-latest. If you need legacy delegate election data(poll.db) for TestNet, you can download it here: https://storage.googleapis.com/blockchain-golden/poll.testnet.tar.gz
183
-
184
-
In step 5, you need to replace the docker image in the `docker run` command line to `iotex/iotex-core:v1.10.1`
185
-
186
169
## <aname="ioctl"/>Interact with Blockchain
187
170
188
-
189
171
### ioctl
190
172
191
173
You can install `ioctl` (a command-line interface for interacting with IoTeX blockchain)
@@ -200,12 +182,10 @@ You can point `ioctl` to your node (if you enable the [gateway](#gateway) plugin
200
182
ioctl config set endpoint localhost:14014 --insecure
201
183
```
202
184
203
-
Or you can point it to our nodes:
185
+
Or you can point it to our API nodes:
204
186
205
187
- MainNet secure: `api.iotex.one:443`
206
188
- MainNet insecure: `api.iotex.one:80`
207
-
- TestNet secure: `api.testnet.iotex.one:443`
208
-
- TestNet insecure: `api.testnet.iotex.one:80`
209
189
210
190
If you want to set an insecure endpoint, you need to add `--insecure` option.
211
191
@@ -240,7 +220,6 @@ Our node supports most of methods of [Ethereum's JSON-RPC protocol](https://eth.
240
220
241
221
Additional method support could be requested [here](https://github.com/iotexproject/iotex-core/issues).
242
222
243
-
244
223
## <aname="log"/>Enable Logrotate
245
224
`logrotate` is pre-installed when building the image. But `crond` (daemon to execute scheduled commands) doesn't automatically start when the docker contaiter starts in alpine linux.
246
225
@@ -295,12 +274,6 @@ sudo bash # If your docker requires root privilege
Node with gateway plugin enabled will perform extra indexing to serve API requests of more detail chain information, such as number of actions in a block or query actions by hash.
316
289
317
-
318
290
## <aname="qa"/>Q&A
319
291
Please refer [here](https://github.com/iotexproject/iotex-bootstrap/wiki/Q&A) for Q&A.
0 commit comments