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
myPrivateKey
with the generated private key fromgenkeypair
, and the addresses onmyAddress
andspendAddresses
with 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>
-i
parameter:$ go run . -a <PATH_TO_ADDRESSES_FILE> -i=<INTERVAL_SIZE_IN_MILLISECONDS>