Skip to content

mssteuer/casper-bulk-transfer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Casper Bulk Transfer

This script creates multiple transfers on the Casper blockchain network reading the recipients and amounts from a CSV file formatted as recipient_public_key,amount_in_motes.

Usage

The script was tested on Ubuntu 20.04.2 LTS.

  1. Download the script:
wget https://raw.githubusercontent.com/mssteuer/casper-bulk-transfer/master/bulk-transfer.sh
  1. Make it executable
sudo chmod +x bulk-transfer.sh
  1. Prepare the input CSV file in the recipient_public_key,amount_in_motes format

  2. Execute the script saving the output to the bulk-transfer-results.csv

./bulk-transfer.sh --keys-path=~/my-casper-keys --in=input.csv --out=bulk-transfer-results.csv

Note: Triple check everything, as there is no failsafe once you start sending.

Disclaimer

Provided as is and with no warranties, or guarantees to be bug-free.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages