Skip to content

A script to track the amount of Multivac tokens being unstaked from the pool.

Notifications You must be signed in to change notification settings

Hardchat/Multivac-Unstaking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Multivac Unstaking Tool

A script to track the total amount of Multivac tokens being unstaked from the pool.

Details

Firstly, it pulls all active staking addresses from the explorer api, then proceeds to check each address for the value in withdrawPending and outputs progress. After each address has been checked we save the data into the directory mtv_logs with each file being time-stamped and output it in a more human readable format.

Linux Requirements

git
python3

Windows Requirements

python3
windows terminal

Installation

Linux:

git clone https://github.com/Hardchat/Multivac-Unstaking/

Windows:

  1. Install python3 from the official website here: https://www.python.org/ftp/python/3.10.1/python-3.10.1-amd64.exe

  2. Download this repository from Here

  3. Install Windows Terminal from Microsoft: https://aka.ms/terminal

Usage

Linux:

cd Multivac-Unstaking
python3 unstake.py

Windows:

You can easily run the script using the unstake.bat file in the project folder.

Alternatively:

Using powershell/windows terminal, navigate to the folder the files were downloaded to and enter the project folder:

cd Multivac-Unstaking

Then you can run the script using the command:

python3 unstake.py

About

A script to track the amount of Multivac tokens being unstaked from the pool.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published