Skip to content

Commit ade2b6b

Browse files
Merge pull request #278 from skalenetwork/update-sgxwallet-version
Update run-supernode-on-base documentation
2 parents 55ca6c7 + a90edf6 commit ade2b6b

1 file changed

Lines changed: 3 additions & 19 deletions

File tree

validators/run-supernode-on-base.mdx

Lines changed: 3 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ description: Setup Process for a SKALE Validator Supernode on Base Mainnet
1212
**Obtain Ethereum Software Wallet or Hardware wallet**
1313

1414
Get a Ledger, Hardware or Software wallet ready like Metamask/Portis/Bitski/Torus/myetherwallet.
15-
This wallet will be used for receiving bounties.
1615

1716
**Fund Validator Wallet with ETH (on Base)**
1817

@@ -235,7 +234,7 @@ description: Setup Process for a SKALE Validator Supernode on Base Mainnet
235234
```shell
236235
git clone https://github.com/skalenetwork/sgxwallet/
237236
cd sgxwallet
238-
git checkout tags/1.10.2
237+
git checkout tags/1.10.3
239238
```
240239

241240
11. **Enable SGX**
@@ -305,13 +304,13 @@ description: Setup Process for a SKALE Validator Supernode on Base Mainnet
305304
vi docker-compose.yml
306305
```
307306

308-
make sure `image` is skalenetwork/sgxwallet:<1.10.2> in docker-compose and it will look like:
307+
make sure `image` is skalenetwork/sgxwallet:<1.10.3> in docker-compose and it will look like:
309308

310309
```shell
311310
version: '3'
312311
services:
313312
sgxwallet:
314-
image: skalenetwork/sgxwallet:1.10.2
313+
image: skalenetwork/sgxwallet:1.10.3
315314
network_mode: host
316315
devices:
317316
- "/dev/isgx" # leave on of them
@@ -399,21 +398,6 @@ description: Setup Process for a SKALE Validator Supernode on Base Mainnet
399398
After docker installation make sure that the `live-restore` option is enabled in `/etc/docker/daemon.json`. See more info in the [docker docs](https://docs.docker.com/config/containers/live-restore/).
400399
</Note>
401400

402-
<Note>
403-
You can install iptables-persistent using the following commands:
404-
</Note>
405-
406-
```shell
407-
echo iptables-persistent iptables-persistent/autosave_v4 boolean true | sudo debconf-set-selections
408-
echo iptables-persistent iptables-persistent/autosave_v6 boolean true | sudo debconf-set-selections
409-
sudo apt install iptables-persistent -y
410-
```
411-
412-
<Note>
413-
You should carefully control any automatic updates. In general avoid updates to the Linux kernel, docker, docker-compose, btrfs-progs.
414-
And take care when updating lvm2, iptables, iptables-persistent, and python.
415-
</Note>
416-
417401
If you have any concerns or questions, please don't hesitate to reach out to SKALE Team leads on [Discord](http://discord.gg/skale).
418402

419403
18. **Install Node CLI**

0 commit comments

Comments
 (0)