Skip to content

Latest commit

 

History

History
38 lines (31 loc) · 1.62 KB

README.md

File metadata and controls

38 lines (31 loc) · 1.62 KB

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

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