littleshop/LittleShop/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
..
Bot.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BotContact.cs Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00
BotMetric.cs Add customer communication system 2025-08-27 18:02:39 +01:00
BotSession.cs Add customer communication system 2025-08-27 18:02:39 +01:00
Category.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
CryptoPayment.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
Customer.cs Add customer communication system 2025-08-27 18:02:39 +01:00
CustomerMessage.cs Add customer communication system 2025-08-27 18:02:39 +01:00
Order.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
OrderItem.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
Product.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
ProductPhoto.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
ProductVariation.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
PushSubscription.cs WebPush-and-photo-upload-fixes 2025-09-01 06:01:05 +01:00
Review.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
ShippingRate.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
User.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00