Welcome to Heiðrún, our script to help you with staking your StarAtlas fleet!
Please follow this simple guide to start making your space adventures just a little easier.
First install the following:
- GIT: You will need to install git to download this script.
- Node: You will need to install node to be able to run this script.
To download and prepare the script do the following:
git clone [email protected]:Heimdall-Industries/Heidrun.git
cd startatlas-automation
npm install
Then the final steps, remember to be careful with your private key!
- Create the file
information.json
inside of the root directory and fill in your private key, you can check / copy / rename the example fileinformation.example.json
. - Back in the root directory now run
node .\start.js
and open Netflix!
There can be some unexpected errors sometimes, which will mean that you need to restart the script, but it works pretty nicely, enjoy!
The following arguments can be added to your own information.json
:
- autoBuy: place the ship mint address here to automatically buy this ship after the full claim Atlas, buy resources, resupply fleet.
- autoStake:
true
orfalse
to automatically stake ships found in your inventory. - customRpc: The address of your personal rpc server.
node start.js --filename=your.json
node start.js --interval=6000000
node start.js --noRunningProcess=true