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 key

  • smbonchain-config.toml: generated configuration for smb-onchain

  • logs.log: full unfiltered output of smb-onchain process

  • jito_tip_file.txt: used for dynamic and automatic Jito tips, if enabled

  • spam_cu_price_file.txt: used for dynamic and automatic priority fees, if enabled

Last updated