Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 773 Bytes

README.md

File metadata and controls

45 lines (33 loc) · 773 Bytes

About The Project

Contribution to the community to easy the network testing process

Built With

  • SHELL

Getting Started

To get a local copy up and running follow these simple steps.

Prerequisites

  • curl
sudo apt install curl 

Installation

  1. Download the script
curl https://raw.githubusercontent.com/sshamanov/pangaea-community/master/send_tx.sh -o send_tx.sh; chmod +x send_tx.sh

Usage

  1. Create new tmux session
tmux new -s pangaea_phaseII
  1. Run the script
./send_tx.sh
  1. Detach from tmux
Press: CTRL + B release and Press D

you can adjust the following:

  • ammount to send (0.00"$rand" as default)
  • working directory (. cwd as default)
  • desired time frame (10 seg as default)