Skip to content

someone235/rothschild

Repository files navigation

Rothschild

Rothschild is a transaction generator tool for the Kaspa network.

Usage

$ genkeypair --testnet
  • Create a file with the same structure as addresses_example.json and replace myPrivateKey with the generated private key from genkeypair, and the addresses on myAddress and spendAddresses with the address that was generated by genkeypair.
  • Send some KAS to that address.
  • Run
    $ go run . -a <PATH_TO_ADDRESSES_FILE>
    This will generate transactions with 1 second interval. You can change the interval with the -i parameter:
    $ go run . -a <PATH_TO_ADDRESSES_FILE> -i=<INTERVAL_SIZE_IN_MILLISECONDS>

About

Transaction generator tool for the Kaspa network

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published