Logs
The full CopyChain output is also saved to the copychain_logs
directory. You can disable this behavior with the --no-logfile
argument.
Each time a sessions group starts, it creates a workspace in copychain_logs/sessions/
by copying the necessary files for smb-onchain
. This directory also contains all the logs from smb-onchain
. Feel free to inspect them if any issues occur.
The workspace format is <DATE>-<GROUP ID>-<SESSION IDS>
. You should find these files in each one of them:
smbonchain-config.toml
: generated configuration forsmb-onchain
logs.log
: full unfiltered output ofsmb-onchain
processinfo.txt
: useful information about this sessionRelated files when dynamic tips / fees are enabled:
jito_tip_file.txt
,spam_cu_price_file.txt
,vendors_cu_price_file.txt
andvendors_tip_amount_file.txt
Do not delete sessions directories while copychain
is running, this could lead to unexpected behavior.
Last updated