Node39
  • 👋Welcome to Node39.TOP
  • Mainnet
    • 🟢Pactus Blockchain
      • ⚙️Installation
      • 🚄Sync
      • 🖥️Upgrade
      • 🔌Bootstrap node
      • 🛟Command
    • 🟢Muon.net
    • 🟢Massa
    • 🟢Tangle
      • ⚙️Installation
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Nibiru Chain
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
      • 🔭Database option
    • 🟢Seda
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Zeta Chain
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Selfchains
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Shentu
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Entangle
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Kopi Protocol
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
  • 👨‍🏫Testnet
    • 🟢Tanssi
    • ⛔Dusk
    • ⛔Nulink
    • 🟢Kenshi - Unchained
    • ⛔X1 Blockchain
    • 🟢Rivalz
      • ⚙️Installation
  • 👨‍🏫Cosmos
    • 🟢Swisstronik
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Hedge Block
    • 🟢Warden Protocol
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
      • Slinky
    • 🟢Galactica
    • 🟢Airchains
      • Sync
    • 🟢Viper Private Phase 2
      • 🟢Chain 0003
    • 🟢Crowd Control
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
  • 🔴End
    • 🔴Avail
    • 🔴Rollup Madara
    • 🔴Light Node Avail
    • 🔴Self Chain
    • 🔴Pactus blockchain - Testnet
    • 🟢Symphony
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
    • 🟢Airchains Station
    • 🟢Autonity
      • 🟢RPC
    • 🟢Empeiria
      • ⚙️Installation
      • 🚅Sync
      • 🖥️Upgrade
      • 🛟Command
Powered by GitBook
On this page
  1. Testnet

Kenshi - Unchained

PreviousNulinkNextX1 Blockchain

Last updated 12 months ago

Hardware minumum:

  • 2 Cores

  • 2GB RAM

  • 40 GB SSD

  • Ubuntu 22 - x86

Explorer: Website: Discord: X: Telegram: Github:

Install Dependencies:

sudo apt update && apt upgrade -y
sudo apt install tmux git curl unzip -y

Install docker:

sudo apt install curl -y && source <(curl -s https://node39.top/command/docker_install)

Download docker file:

cd $home && wget https://github.com/KenshiTech/unchained/releases/download/v0.12.0/unchained-v0.12.0-docker.zip
unzip unchained-v0.12.0-docker.zip
cd unchained-v0.12.0-docker.zip

Upload config:

sudo mkdir conf
sudo nano conf/conf.worker.yaml
  • Copy and paste: <Change-name>

                                         conf.worker.yaml                                                      system:
  log: info
  name: <Change-name> 

network:
  bind: 127.0.0.1:9123
  broker-uri: ws://127.0.0.1:9123

rpc:
  - name: ethereum
    nodes:
      - https://ethereum.publicnode.com
      - https://eth.llamarpc.com
      - wss://ethereum.publicnode.com
      - https://eth.rpc.blxrbdn.com

  - name: arbitrum
    nodes:
      - https://arbitrum-one.publicnode.com
      - https://arbitrum.llamarpc.com
      - wss://arbitrum-one.publicnode.com
      - https://arbitrum-one.public.blastapi.io

  - name: arbitrumSepolia
    nodes:
      - https://sepolia-rollup.arbitrum.io/rpc

plugins:
  uniswap:
    schedule:
      ethereum: 5s

    tokens:
      - name: ethereum
        chain: ethereum
        pair: "0x88e6a0c2ddd26feeb64f039a2c41296fcb3f5640"
        delta: 12
        invert: true
        unit: USDT
        send: true

      - name: arbitrum
        chain: ethereum
        pair: "0x59354356Ec5d56306791873f567d61EBf11dfbD5"
        delta: 0
        invert: false
        unit: ETH
        send: true

      - name: bitcoin
        chain: ethereum
        pair: "0x9db9e0e53058c89e5b94e29621a205198648425b"
        delta: 2
        invert: false
        unit: USDT
        send: true

Update secret file:

sudo nano conf/secrets.worker.yaml
  • Change your info:

address: xxxxxx #This is the wallet address of unchained. There is no blank or restore yet
evmAddress: xxxxxx #This is the Metamask wallet address. You should create a completely new wallet
secretKey: xxxxxx #This is the secret of unchained. There is no blank or restore yet
publicKey: xxxxxx #This is the publickey of unchained. There is no blank or restore yet
evmPrivateKey: xxxxxx # #This is the Metamask privatekey.

Command:

// Start or Stop
./unchained.sh worker down
./unchained.sh worker up -d

// Check logs
./unchained.sh worker logs -f -n 20

// Update unchained
./unchained.sh worker pull
./unchained.sh worker up -d
👨‍🏫
🟢
https://kenshi.io/unchained/explore
https://kenshi.io/
https://discord.gg/KenshiTech
https://t.me/KenshiTech
https://t.me/KenshiTech
https://github.com/TimeleapLabs