Rothschild is a transaction generator tool for the Kaspa network.
- After installing kaspad, run the following command:
$ genkeypair --testnet- Create a file with the same structure as addresses_example.json and replace
myPrivateKeywith the generated private key fromgenkeypair, and the addresses onmyAddressandspendAddresseswith the address that was generated bygenkeypair. - Send some KAS to that address.
- Run
This will generate transactions with 1 second interval. You can change the interval with the
$ go run . -a <PATH_TO_ADDRESSES_FILE>
-iparameter:$ go run . -a <PATH_TO_ADDRESSES_FILE> -i=<INTERVAL_SIZE_IN_MILLISECONDS>