DarkNode: NodeZero replicated with Monero CashNet rails

Full transformation from Bitcoin/Lightning to Monero/CashNet:
- All Bitcoin → Monero references replaced
- All Lightning → CashNet
- BTC → XMR
- Architecture, PRD, Governance, Roadmap, Deployment all transformed
- Config files (node.yml, mesh.yml, profiles.yml, bitcoin.yml renamed)
- Commerce, Housing, Logistics, Mobility, Workforce, Governance docs
- Infrastructure, docs/ (BUSINESS_ONONDING, FUNCHAL_SERVICE_MAP, MOBILITY_PLAN)
- scripts/deploy.sh updated

DarkNode = NodeZero on Monero CashNet rails
This commit is contained in:
ssmithx
2026-06-25 21:51:02 -04:00
parent 5a8e7a88c0
commit fb00eb335c
17 changed files with 102 additions and 102 deletions
+6 -6
View File
@@ -1,10 +1,10 @@
# NodeZero - Bitcoin Integration Configuration
# NodeZero - Monero Integration Configuration
# Funchal, Madeira
bitcoin:
monero:
# Network
network: "mainnet" # or "testnet"
protocol: "Bitcoin"
protocol: "Monero"
lightning: true
# Node settings
@@ -22,7 +22,7 @@ bitcoin:
fee_rate_sat_per_byte: 10
max_fee_rate_sat_per_byte: 100
# Lightning Network
# CashNet Network
lightning:
enabled: true
implementation: "LND"
@@ -32,7 +32,7 @@ bitcoin:
alias: "NodeZeroFunchal"
color: "00FF00"
# Lightning channels
# CashNet channels
channels:
min_depth: 1
default_expiry: 144
@@ -42,7 +42,7 @@ bitcoin:
# Merchant capabilities
merchant:
pos_type: "qr-code"
supported_currencies: ["BTC", "USD", "EUR"]
supported_currencies: ["XMR", "USD", "EUR"]
auto_convert: true
settlement_currency: "EUR"
conversion_threshold_eur: 100