support local, stagenet, and mainnet xmr network configuration (#335)

remove btc wallet
disable local zmq
This commit is contained in:
woodser 2022-07-07 09:10:59 -04:00 committed by GitHub
parent b4112e50e9
commit e2208355b1
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
74 changed files with 595 additions and 899 deletions

View file

@ -2391,7 +2391,7 @@ formatter.asTaker={0} {1} as taker
# suppress inspection "UnusedProperty"
XMR_MAINNET=Monero Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Monero Testnet
XMR_LOCAL=Monero Local Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} jako příjemce
# suppress inspection "UnusedProperty"
XMR_MAINNET=Monero Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Monero Testnet
XMR_LOCAL=Monero Local Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} als Abnehmer
# suppress inspection "UnusedProperty"
XMR_MAINNET=Bitcoin-Hauptnetzwerk
# suppress inspection "UnusedProperty"
XMR_TESTNET=Bitcoin-Testnetzwerk
XMR_LOCAL=Bitcoin-Testnetzwerk
# suppress inspection "UnusedProperty"
XMR_STAGENET=Bitcoin-Regtest

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} como tomador
# suppress inspection "UnusedProperty"
XMR_MAINNET=Red principal de Monero
# suppress inspection "UnusedProperty"
XMR_TESTNET=Red de prueba de Monero
XMR_LOCAL=Red de prueba de Monero
# suppress inspection "UnusedProperty"
XMR_STAGENET=Stagenet Monero

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} به عنوان پذیرنده
# suppress inspection "UnusedProperty"
XMR_MAINNET=Monero Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Monero Testnet
XMR_LOCAL=Monero Local Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet

View file

@ -1824,7 +1824,7 @@ formatter.asTaker={0} {1} en tant que taker
# suppress inspection "UnusedProperty"
XMR_MAINNET=Monero Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Monero Testnet
XMR_LOCAL=Monero Local Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} come taker
# suppress inspection "UnusedProperty"
XMR_MAINNET=Mainnet Bitcoin
# suppress inspection "UnusedProperty"
XMR_TESTNET=Testnet Bitcoin
XMR_LOCAL=Testnet Bitcoin
# suppress inspection "UnusedProperty"
XMR_STAGENET=Regtest Bitcoin

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1}のテイカー
# suppress inspection "UnusedProperty"
XMR_MAINNET=Monero Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Monero Testnet
XMR_LOCAL=Monero Local Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet

View file

@ -1831,7 +1831,7 @@ formatter.asTaker={0} {1} como aceitador
# suppress inspection "UnusedProperty"
XMR_MAINNET=Mainnet do Monero
# suppress inspection "UnusedProperty"
XMR_TESTNET=Testnet do Monero
XMR_LOCAL=Testnet do Monero
# suppress inspection "UnusedProperty"
XMR_STAGENET=Stagenet do Monero

View file

@ -1821,7 +1821,7 @@ formatter.asTaker={0} {1} como aceitador
# suppress inspection "UnusedProperty"
XMR_MAINNET=Mainnet de Monero
# suppress inspection "UnusedProperty"
XMR_TESTNET=Testnet de Monero
XMR_LOCAL=Testnet de Monero
# suppress inspection "UnusedProperty"
XMR_STAGENET=Stagenet Monero

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} как тейкер
# suppress inspection "UnusedProperty"
XMR_MAINNET=XMR Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=XMR Testnet
XMR_LOCAL=XMR Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=XMR Stagenet

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} ในฐานะคนรับ
# suppress inspection "UnusedProperty"
XMR_MAINNET=Monero Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Monero Testnet
XMR_LOCAL=Monero Local Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Monero Stagenet

View file

@ -1825,7 +1825,7 @@ formatter.asTaker={0} {1} như người nhận
# suppress inspection "UnusedProperty"
XMR_MAINNET=Bitcoin Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=Bitcoin Testnet
XMR_LOCAL=Bitcoin Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=Bitcoin Regtest

View file

@ -1827,7 +1827,7 @@ formatter.asTaker={0} {1} 是买家
# suppress inspection "UnusedProperty"
XMR_MAINNET=XMR Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=XMR Testnet
XMR_LOCAL=XMR Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=XMR Stagenet

View file

@ -1823,7 +1823,7 @@ formatter.asTaker={0} {1} 是買家
# suppress inspection "UnusedProperty"
XMR_MAINNET=XMR Mainnet
# suppress inspection "UnusedProperty"
XMR_TESTNET=XMR Testnet
XMR_LOCAL=XMR Testnet
# suppress inspection "UnusedProperty"
XMR_STAGENET=XMR Stagenet

View file

@ -0,0 +1,3 @@
# nodeaddress.onion:port [(@owner,@backup)]
localhost:2002 (@devtest1)
localhost:3002 (@devtest2)

View file

@ -1,3 +1,3 @@
# nodeaddress.onion:port [(@owner,@backup)]
localhost:2002 (@devtest1)
localhost:3002 (@devtest2)
# nodeaddress.onion:port [(@owner)]
localhost:2002 (@devtest1) # TODO: replace with hosted stagenet seednodes
localhost:3002 (@devtest2)

View file

@ -1,2 +0,0 @@
# nodeaddress.onion:port [(@owner)]
placeholder.onion:8001