A Node JS server that allows you to host a semi transparent and auditable Monero (XMR) wallet for donation and charity purposes.
https://lumo.rezisto.net/
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
23 lines
474 B
23 lines
474 B
{
|
|
"server":{
|
|
"url":"0.0.0.0|127.0.0.1|localhost",
|
|
"port":3000,
|
|
"frontend":true
|
|
},
|
|
"monero": {
|
|
"daemon":{
|
|
"url":"0.0.0.0|127.0.0.1|localhost|remote node ip",
|
|
"port":38081,
|
|
"username":"",
|
|
"password":""
|
|
},
|
|
"wallet":{
|
|
"primary_address":"",
|
|
"network":"mainnet|stagenet|testnet",
|
|
"password": "very strong password here",
|
|
"restore_height": 0,
|
|
"private_spend": ""
|
|
},
|
|
"currency":"USD"
|
|
}
|
|
}
|
|
|