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:
+6
-6
@@ -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
|
||||
|
||||
+4
-4
@@ -8,7 +8,7 @@ profiles:
|
||||
requirements:
|
||||
- "Funchal address"
|
||||
- "Mesh identity"
|
||||
- "BTC wallet"
|
||||
- "XMR wallet"
|
||||
benefits:
|
||||
- "Node voting rights"
|
||||
- "Discounted services"
|
||||
@@ -33,13 +33,13 @@ profiles:
|
||||
requirements:
|
||||
- "Active business license"
|
||||
- "Mesh verification"
|
||||
- "BTC/Lightning capability"
|
||||
- "XMR/CashNet capability"
|
||||
fees:
|
||||
onboarding_eur: 50
|
||||
yearly_fee_eur: 100
|
||||
transaction_fee_pct: 0.1
|
||||
benefits:
|
||||
- "Lightning POS"
|
||||
- "CashNet POS"
|
||||
- "On-chain receipts"
|
||||
- "Mesh verification badge"
|
||||
- "Treasury discounts"
|
||||
@@ -62,7 +62,7 @@ profiles:
|
||||
benefits:
|
||||
- "On-chain credentials"
|
||||
- "Job matching"
|
||||
- "Lightning payroll"
|
||||
- "CashNet payroll"
|
||||
- "Community voting"
|
||||
|
||||
# Tourist profile
|
||||
|
||||
Reference in New Issue
Block a user