littleshop/LittleShop/Areas/Admin/Controllers
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
..
AccountController.cs BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00
BotRecoveryController.cs Configure BTCPay with external nodes via Tor 2025-09-19 12:14:39 +01:00
BotsController.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
CategoriesController.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
DashboardController.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
MessagesController.cs final 2025-08-27 22:19:39 +01:00
OrdersController.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
ProductsController.cs Implement product variations, enhanced order workflow, mobile responsiveness, and product import system 2025-09-18 01:39:31 +01:00
ReviewsController.cs Initial commit of LittleShop project (excluding large archives) 2025-09-17 15:07:38 +01:00
ShippingRatesController.cs Implement complete e-commerce functionality with shipping and order management 2025-08-20 17:37:24 +01:00
UsersController.cs BTCPay-infrastructure-recovery 2025-09-04 21:28:47 +01:00