- Set up Tor container for SOCKS proxy (port 9050) - Configured Monero wallet with remote onion node - Bitcoin node continues syncing in background (60% complete) - Created documentation for wallet configuration steps - All external connections routed through Tor for privacy BTCPay requires manual wallet configuration through web interface: - Bitcoin: Need to add xpub/zpub for watch-only wallet - Monero: Need to add address and view key System ready for payment acceptance once wallets configured.
7 lines
137 B
C#
7 lines
137 B
C#
namespace TeleBot
|
|
{
|
|
public static class BotConfig
|
|
{
|
|
public static string BrandName { get; set; } = "Little Shop";
|
|
}
|
|
} |