Workspace
Each time a sessions group starts, it creates a workspace in /tmp
by copying the necessary files for smb-onchain
. This folder also contains all the logs from smb-onchain
. Feel free to inspect them if any issues occur.
The workspace format is /tmp/copychain-<DATE>-<GROUP ID>
. You should find these files in each one of them:
ENCRYPTED_PRIVATE_KEY
: SMB encrypted private keysmbonchain-config.toml
: generated configuration forsmb-onchain
logs.log
: full unfiltered output ofsmb-onchain
processjito_tip_file.txt
: used for dynamic and automatic Jito tips, if enabledspam_cu_price_file.txt
: used for dynamic and automatic priority fees, if enabled
Last updated