JulienSimons / Spacemesh-node

Spacemesh node PowerShell monitoring script for Proof of Space Time (PoST) architecture.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Spacemesh-node

Spacemesh node PowerShell monitoring script for the Proof of Space Time blockchain architecture.
Made by the work of Spacemesh contributors Jonh and Sakki, and compiled by Julien S.
It was made to help beginners run the go-sm node for the Spacemesh protocol.
It automates 95% of the process of running a node and helps with readability through colors.

IMAGE ALT TEXT HERE

1. Download latest go-spacemesh node go-spacemesh.

2. Create folder and unzip go-sm contents inside.

3. Download config.mainnet.json.

 Edit ports and save inside same go-sm created above.

4.Download Power Script files and put inside go-sm folder.
 Your folder should look like this:

5.Disable Powershell Remote security.

 -Open Powershell in admin and insert code:

  Set-ExecutionPolicy RemoteSigned

6. Edit settings.ps1 with a file editor. NotePad++ is recommended.

You can also edit advance settings if you know what you are doing.

When finished editing settings, save, close and double click "node.cmd".

If not present, this script will create a PoST folder and log file for you.

addOns

Set -ExecutionPolicy -RemoteSigned

Mainnet config settings

"smeshing": {
      "smeshing-opts": {
        "smeshing-opts-maxfilesize": 2147483648,
        "smeshing-opts-numunits": 8,
        "smeshing-opts-provider": 0,
        "smeshing-opts-compute-batch-size": 1048576
      },
      "smeshing-proving-opts": {
        "smeshing-opts-proving-nonces": 64,
        "smeshing-opts-proving-threads": 1
      }
 }

About

Spacemesh node PowerShell monitoring script for Proof of Space Time (PoST) architecture.


Languages

Language:PowerShell 99.2%Language:Batchfile 0.8%