## rpc script

  protocol: 'rpc',
  user: 'your_rpc_username',
  pass: 'your_rpc_password',
  host: '127.0.0.1', // Replace with your   Bitcoin Core's RPC server address
  port: 8332, // Replace with the RPC port you've configured
  tor: 'onion' // Replace with the Tor address if you're using Tor
  i2p: 'onion' // Replace with the I2P address if you're using I2P
};
