Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/xeliuqa/PowerScript

Script to run go-spacemesh node in a more readable way
https://github.com/xeliuqa/PowerScript

Last synced: 3 months ago
JSON representation

Script to run go-spacemesh node in a more readable way

Awesome Lists containing this project

README

        

# PowerScript
Power Script is the work of Spacemesh contributors Jonh and Sakki.

It was made to help beginners run the go-sm node for spacemesh.

It automates 95% of the process of running a node and helps with readability through colors



[![IMAGE ALT TEXT HERE](https://github.com/xeliuqa/PowerScript/blob/main/assets/spacemesh.png)](https://youtu.be/_u9rgxa1D2o)





1. Download latest go-spacemesh node go-spacemesh


2. Create folder and unzip go-sm contents inside


3.Download Power Script files and put inside go-sm folder

 Your folder should look like this:


4.Disable Powershell Remote security.


 -Open Powershell in admin and insert code


  Set-ExecutionPolicy RemoteSigned


5. Edit Settings.ps1 with a file editor. I recommend NotePad++



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, Power Script will create PoST folder and Log file for you


> [!NOTE]
>This version does not require config-mainnet.json but if you are a advance user you can still use a custom config file`

> [!TIP]
>Disable PowerShell security
`
Set -ExecutionPolicy -RemoteSigned
`