# StateSync/Snapshot

## &#x20;                                          🔥Likecoin 🔥

## &#x20;                                             MAINNET

## [Node installation instructions](https://stavr-team.gitbook.io/nodes-guides/mainnets/likecoin/node-installation)

## StateSync Likecoin Mainnet

```bash
SNAP_RPC=https://like.rpc.m.stavr.tech:443
SEEDS=fd7589625f4ad41bb93f96f4c962ed6638426497@like.peer.stavr.tech:1006
cp $HOME/.liked/data/priv_validator_state.json $HOME/.liked/priv_validator_state.json.backup
sed -i -e "/seeds =/ s/= .*/= \"$SEEDS\"/"  $HOME/.liked/config/config.toml
LATEST_HEIGHT=$(curl -s $SNAP_RPC/block | jq -r .result.block.header.height); \
BLOCK_HEIGHT=$((LATEST_HEIGHT - 1000)); \
TRUST_HASH=$(curl -s "$SNAP_RPC/block?height=$BLOCK_HEIGHT" | jq -r .result.block_id.hash)

echo $LATEST_HEIGHT $BLOCK_HEIGHT $TRUST_HASH

sed -i.bak -E "s|^(enable[[:space:]]+=[[:space:]]+).*$|\1true| ; \
s|^(rpc_servers[[:space:]]+=[[:space:]]+).*$|\1\"$SNAP_RPC,$SNAP_RPC\"| ; \
s|^(trust_height[[:space:]]+=[[:space:]]+).*$|\1$BLOCK_HEIGHT| ; \
s|^(trust_hash[[:space:]]+=[[:space:]]+).*$|\1\"$TRUST_HASH\"| ; \
s|^(seeds[[:space:]]+=[[:space:]]+).*$|\1\"\"|" $HOME/.liked/config/config.toml
liked tendermint unsafe-reset-all --home $HOME/.liked --keep-addr-book
mv $HOME/.liked/priv_validator_state.json.backup $HOME/.liked/data/priv_validator_state.json
wget -O $HOME/.liked/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Likecoin/addrbook.json"
sudo systemctl restart liked && journalctl -u liked -f -o cat
```

## SnapShot Mainnet - updated every 5 hours

```sh
SOOON
```

## Useful Tools

🔥EXPLORER-M🔥: <https://explorer.stavr.tech/Likecoin-M> `Indexer "ON"`\
🔥API-M🔥: <https://like.api.m.stavr.tech>\
🔥RPC-M🔥: [https://like.rpc.m.stavr.tech](https://like.rpc.m.stavr.tech/) `Snapshot-interval = 1000`\
🔥gRPC-M🔥: [like.grpc.m.stavr.tech:2000](https://like.grpc.m.stavr.tech:2000/)

* Seed-M

```
fd7589625f4ad41bb93f96f4c962ed6638426497@like.peer.stavr.tech:1006
```

* &#x20;Addrbook-M

```python
wget -O $HOME/.liked/config/addrbook.json "https://raw.githubusercontent.com/111STAVR111/props/main/Likecoin/addrbook.json"
```

* &#x20;Genesis-M

```python
wget -L -O $HOME/.liked/config/genesis.json "https://raw.githubusercontent.com/111STAVR111/props/main/Likecoin/genesis.json"
```

* Auto\_install\_script-M

```bash
wget -O likem https://raw.githubusercontent.com/111STAVR111/props/main/Likecoin/likem && chmod +x likem && ./likem
```

## 🔥[Decentralization Info](https://github.com/obajay/StateSync-snapshots/tree/main/Projects/Dymension/Decentralization)🔥

<details>

<summary>RPC Scanning</summary>

### We scan nodes in real time every 4 hours. And we provide the final result of RPC endpoints. We cannot influence the operation of these nodes in any way.

```python
If Voting Power is higher than 0 --> then the Node is a validator of the network and may be subject to attack and be a potential threat to the chain.
```

```python
We marked such validators with a red symbol
```

</details>
