Using this tool

Monitor

This command is perfect for:

  • Understanding the best strategy to adopt for a specific wallet you're copying

  • Simply checking that everything is working properly (license, config, etc.)

  • Monitor a wallet’s profit and loss over time

If that’s what you need, run it with:

./copychain monitor copy-config.toml

Run

This command runs the tool in live mode, sending actual transactions:

./copychain run copy-config.toml

You should see something like:

[INFO ] Starting copychain v0.1.0
[INFO ] License valid (7 days 22 hours left)
[INFO ] Running with wallet xxx, copying [xxx, yyy]
[INFO ]        SOL: 5.523170690
[INFO ]       WSOL: 0.828791392
[INFO ] Starting SOL threshold monitor thread for threshold: 0.1

That means everything is working properly, and the tool is now waiting for transactions to copy. Refer to Live statistics for more details.

Update

Run this command to update this tool to its latest version.

Last updated