Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/xeliuqa/PowerScript
- Owner: xeliuqa
- Created: 2023-09-07T20:18:45.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-03-19T17:09:57.000Z (11 months ago)
- Last Synced: 2024-08-01T10:17:24.410Z (6 months ago)
- Language: PowerShell
- Size: 1.01 MB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-spacemesh - PowerScript (Windows)
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
`