All tools/Electrum

Electrum

electrum

Lightweight Bitcoin client.

Detected by electrum | macOS, Linux, Windows |electrum.org

Sync rules

What travels, what stays, what never leaves
Electrum in your home directory Every rule on this page, by file
{
"auto_connect": true,
"backup_dir": "/Users/octocat/Documents/Electrum Backups",machine-local
"check_updates": false,
"config_version": 3,
"decimal_point": 8,
"dont_show_testnet_warning": false,
"fee_level": 2,
"io_dir": "/Users/octocat/Downloads",machine-local
"language": "en_UK",
"recently_open": [
"/Users/octocat/.electrum/wallets/default_wallet",

Each machine keeps its own copy of these.

"fee_level": 2,
"io_dir": "/Users/octocat/Downloads",
"language": "en_UK",
"recently_open": [machine-local
"/Users/octocat/.electrum/wallets/default_wallet",
"/Users/octocat/.electrum/wallets/savings"
],
"rpcpassword": "FAKE0000rpcpassword0000",
"rpcport": 7777,
"rpcsockpath": "/Users/octocat/.electrum/daemon_rpc_socket",machine-local
"rpcuser": "user-FAKE0000",
"server": "electrum.example.com:50002:s",
"use_rbf": true

Each machine keeps its own copy of these.

rpcuserrpcpassword

Lifted into your secret store; the rest of the file syncs.

· wallets/ Never synced
{
"auto_connect": true,
"backup_dir": "C:/Users/octocat/Documents/Electrum Backups",machine-local
"check_updates": false,
"config_version": 3,
"decimal_point": 8,
"fee_level": 2,
"io_dir": "C:/Users/octocat/Downloads",machine-local
"language": "en_UK",
"recently_open": [
"C:/Users/octocat/AppData/Roaming/Electrum/wallets/default_wallet"

Each machine keeps its own copy of these.

"fee_level": 2,
"io_dir": "C:/Users/octocat/Downloads",
"language": "en_UK",
"recently_open": [machine-local
"C:/Users/octocat/AppData/Roaming/Electrum/wallets/default_wallet"
],
"rpcpassword": "FAKE0000rpcpassword0000",
"rpcport": 7777,
"rpcsockpath": "C:/Users/octocat/AppData/Roaming/Electrum/daemon_rpc_socket",machine-local
"rpcuser": "user-FAKE0000",
"server": "electrum.example.com:50002:s",
"use_rbf": true

Each machine keeps its own copy of these.

rpcuserrpcpassword

Lifted into your secret store; the rest of the file syncs.

· wallets/ Never synced

Only what the catalog names. A directory that syncs brings everything inside it except what is listed as excluded here.

Use it with your dotfile manager

Same data, in the shape your tool already reads
Opens Otty and adds this tool to what it syncs

Opens otty://sync/add/electrum. Otty ships with this catalog, so the link only has to name the tool — nothing is downloaded.

Every one of these keeps all credential files out. None of them splits backup_dir and io_dir for you — that part is Otty’s own sync, or a template you write by hand.