Only the minimum system requirements are indicated here, if yours is below this, then you should not try to follow this guide!
| KEY | VALUE |
|---|---|
| CPU | 2 cores |
| RAM | 4 GB |
| Disk | 1 TB |
| Ethernet | 8 MBit/sec |
| KEY | VALUE |
|---|---|
| CPU | 1.4 GHz |
| Disk | 25 GB |
| RAM | 1 GB |
mkdir -p ~/.morph
cd ~/.morph
git clone https://github.com/morph-l2/morph.git
git checkout v0.1.0-beta
cd morph
git checkout v0.1.0-betamake nccc_gethcd ~/.morph/morph/node
make buildcd ~/.morph
wget https://raw.githubusercontent.com/morph-l2/config-template/main/holesky/data.zip
unzip data.zip
cd ~/.morph
openssl rand -hex 32 > jwt-secret.txt./morph/go-ethereum/build/bin/geth --morph-holesky \
--datadir "./geth-data" \
--http --http.api=web3,debug,eth,txpool,net,engine \
--authrpc.addr localhost \
--authrpc.vhosts="localhost" \
--authrpc.port 8551 \
--authrpc.jwtsecret=./jwt-secret.txt \
--miner.gasprice="100000000" \
--log.filename=./geth.log./morph/node/build/bin/morphnode --home ./node-data \
--l2.jwt-secret ./jwt-secret.txt \
--l2.eth http://localhost:8545 \
--l2.engine http://localhost:8551 \
--log.filename ./node.logIf you liked this guide, please go to all my social networks)
.png)