littleshop/LittleShop.Client/Models
SilverLabs DevTeam 73e8773ea3 Configure BTCPay with external nodes via Tor
- 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.
2025-09-19 12:14:39 +01:00
..
ApiResponse.cs Add customer communication system 2025-08-27 18:02:39 +01:00
Category.cs Add LittleShop.Client SDK library with complete API wrapper 2025-08-20 18:15:35 +01:00
Customer.cs Add customer communication system 2025-08-27 18:02:39 +01:00
CustomerMessage.cs final 2025-08-27 22:19:39 +01:00
LoginRequest.cs Add LittleShop.Client SDK library with complete API wrapper 2025-08-20 18:15:35 +01:00
Order.cs Add customer communication system 2025-08-27 18:02:39 +01:00
Payment.cs Add customer communication system 2025-08-27 18:02:39 +01:00
Product.cs Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00