diff --git a/README.md b/README.md index 0627211..b62ee7e 100644 --- a/README.md +++ b/README.md @@ -228,24 +228,26 @@ If the software is running correctly, you will observe logs similar to the follo register sgx: "0x13bec2ac21b038d885d49d8100d307ce7761cf890bbdf25962a0eb2f2ac18101" ``` -In the [Apps Management Tool](https://apps.bool.network/?rpc=wss%3A%2F%2Fbetatest-rpc-node-ws.bool.network#/explorer) you can observe: -![apps-device-register](./images/apps-device-register.png) +Login your `device_owner` account to [Boolscan's DHC device](https://dhc.boolscan.com/beta_testnet), unlisted devices will initially appear in the device list: -Upon linking your `device_owner` account to [Boolscan's DHC device](https://dashboard.boolscan.com/device?network=beta_testnet), unlisted devices will initially appear in the device list: - -![boolscan-unlisted](./images/boolscan-unlisted.png) +![boolscan-device-unlist](./images/boolscan-device-unlist.png) **All subsequent actions will require Metamask signature. Please verify that the connected account in Metamask matches the `device_owner` account in your `keyring.toml` file to ensure consistency.** #### Update Device -Go to the [Boolscan's DHC device](https://dashboard.boolscan.com/device?network=beta_testnet) to activate the device. You need to pledge tokens for the first time. +Go to the [Boolscan's DHC device](https://dhc.boolscan.com/beta_testnet) to activate the device. You need to vote tokens for the first time. -![boolscan-update-pid](./images/boolscan-update-pid.png) +![boolscan-vote-device](./images/boolscan-vote-device.png) +Wait for a epoch, and after the total stake amount reaches the standard (2000tBol), participate in the service through the 'Join Service'. + +![boolscan-join-service](./images/boolscan-join-service.png) When you see the device status change to `Service`, **congratulations** - the process is complete. +![boolscan-join-success](./images/boolscan-join-success.png) + Check if the software is running correctly, indicated by the following logs: ```text @@ -256,11 +258,11 @@ HeartBeat session: 40167, challenge: [124, 148, 169, 145, 235, 214, 178, 134, 90 Note: The system penalizes malicious nodes by deducting their staked tokens. To avoid financial losses due to irregular exits, please follow the process below to exit. -![boolscan-exit-server](./images/boolscan-exit-server.jpg) +![boolscan-exit-service](./images/boolscan-exit-service.png) Exit the service by executing `Exit Service`: -1. After executing `Exit Service`, you need to wait for a epoch before you can execute `Stop Work`. You can't perform any operations during this period. +After executing `Exit Service`, you need to wait for a epoch before you can execute `Stop Work`. You can't perform any operations during this period. Finally, stop your keyring service. diff --git a/images/apps-device-register.jpg b/images/apps-device-register.jpg deleted file mode 100644 index 029f3dc..0000000 Binary files a/images/apps-device-register.jpg and /dev/null differ diff --git a/images/apps-device-register.png b/images/apps-device-register.png deleted file mode 100644 index 4a6795a..0000000 Binary files a/images/apps-device-register.png and /dev/null differ diff --git a/images/boolscan-bind-pid.jpg b/images/boolscan-bind-pid.jpg deleted file mode 100644 index 030ad38..0000000 Binary files a/images/boolscan-bind-pid.jpg and /dev/null differ diff --git a/images/boolscan-create-provider.jpg b/images/boolscan-create-provider.jpg deleted file mode 100644 index 34671f6..0000000 Binary files a/images/boolscan-create-provider.jpg and /dev/null differ diff --git a/images/boolscan-device-unlist.png b/images/boolscan-device-unlist.png new file mode 100644 index 0000000..0d79822 Binary files /dev/null and b/images/boolscan-device-unlist.png differ diff --git a/images/boolscan-exit-server.jpg b/images/boolscan-exit-server.jpg deleted file mode 100644 index eba8120..0000000 Binary files a/images/boolscan-exit-server.jpg and /dev/null differ diff --git a/images/boolscan-exit-service.png b/images/boolscan-exit-service.png new file mode 100644 index 0000000..7bba1bd Binary files /dev/null and b/images/boolscan-exit-service.png differ diff --git a/images/boolscan-join-server.jpg b/images/boolscan-join-server.jpg deleted file mode 100644 index b603d3e..0000000 Binary files a/images/boolscan-join-server.jpg and /dev/null differ diff --git a/images/boolscan-join-service.png b/images/boolscan-join-service.png new file mode 100644 index 0000000..1317b59 Binary files /dev/null and b/images/boolscan-join-service.png differ diff --git a/images/boolscan-join-success.png b/images/boolscan-join-success.png new file mode 100644 index 0000000..b1a76fb Binary files /dev/null and b/images/boolscan-join-success.png differ diff --git a/images/boolscan-unlisted.jpg b/images/boolscan-unlisted.jpg deleted file mode 100644 index b3e21a6..0000000 Binary files a/images/boolscan-unlisted.jpg and /dev/null differ diff --git a/images/boolscan-unlisted.png b/images/boolscan-unlisted.png deleted file mode 100644 index 746e9e7..0000000 Binary files a/images/boolscan-unlisted.png and /dev/null differ diff --git a/images/boolscan-update-pid.png b/images/boolscan-update-pid.png deleted file mode 100644 index 94a6b9a..0000000 Binary files a/images/boolscan-update-pid.png and /dev/null differ diff --git a/images/boolscan-vote-device.png b/images/boolscan-vote-device.png new file mode 100644 index 0000000..06fefcf Binary files /dev/null and b/images/boolscan-vote-device.png differ