-
Notifications
You must be signed in to change notification settings - Fork 149
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3f8b092
commit 1e677ea
Showing
8 changed files
with
129 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -41,6 +41,47 @@ | |
"mainnetNodesPubkeys": ["0282eb467bc073833a039940392592bf10cf338a830ba4e392c1667d7697654c7e"], | ||
"testnetNodesPubkeys": ["03ecb271b3e2e36f2b91c92c65bab665e5165f8cdfdada1b5f46cfdd3248c87fd6"] | ||
}, | ||
"temple": { | ||
"longAlias": "Temple of Sats", | ||
"shortAlias": "temple", | ||
"description": "I am passionate about joining Robosats as a coordinator because I believe that peer-to-peer, non-KYC Bitcoin transactions are vital for the community's empowerment and autonomy. I aim to champion users' privacy, and provide a seamless experience for genuine Bitcoin enthusiasts.", | ||
"motto": "Privacy and Integrity: Temple of Sats, where Bitcoin's essence thrives.", | ||
"color": "#000", | ||
"contact": { | ||
"email": "[email protected]", | ||
"simplex": "https://simplex.chat/contact/#/?v=1-4&smp=smp%3A%2F%2Fh--vW7ZSkXPeOUpfxlFGgauQmXNFOzGoizak7Ult7cw%3D%40smp15.simplex.im%2FTBkVW6au17zMxuwDvlhIpkMojh7PpZgN%23%2F%3Fv%3D1-2%26dh%3DMCowBQYDK2VuAyEA2iXIDN6Su6zYqKWcgsdd8BA7HhIHYIEWHE-MUyJhSw4%253D%26srv%3Doauu4bgijybyhczbnxtlggo6hiubahmeutaqineuyy23aojpih3dajad.onion", | ||
"matrix": "@venividivici13:matrix.org", | ||
"pgp": "keys.openpgp.org/vks/v1/by-fingerprint/25791752E9661C1DE118A8C6F78CD3D6471B6789", | ||
"fingerprint": "25791752E9661C1DE118A8C6F78CD3D6471B6789" | ||
}, | ||
"badges": { | ||
"isFounder": true, | ||
"donatesToDevFund": 30, | ||
"hasGoodOpSec": true, | ||
"robotsLove": false, | ||
"hasLargeLimits": false | ||
}, | ||
"policies": { | ||
"Evidence in Disputes": "In the event of a dispute, users will be asked to provide transaction-related evidence. This could include transaction IDs, screenshots of payment confirmations, or other pertinent transaction records. Personal information or unrelated transaction details should be redacted to maintain privacy.", | ||
"Short-term Storage": "Sensitive information related to disputes will be stored only for the duration necessary to resolve the issue. Once resolved, the data will be permanently deleted. For ease of use e-mail communications are permitted, but E2EE and decentralized platforms such as NOSTR, SIMPLEX and MATRIX are advised.", | ||
"No Third-Party Sharing": "Under no circumstances will user information be shared with third parties.", | ||
"Short-term storage": " Any log needed to operate the coordinator will be cleared after 7 days, unless strictly needed to process disputes. To ensure utmost privacy, the coordinator will be accessible only through TOR.", | ||
"Rule 1:": "Do not share personal information through the chat, unless strictly needed for completing the trade.", | ||
"Rule 2:": "Keep stacking Sats and Enjoy your journey in the Temple of Sats!" | ||
}, | ||
"mainnet": { | ||
"onion": "http://_TEMPORARY_SILENCED_MAINNET_zixoneehmz7z2ctsnpuubcni4kxw5gp6fkyzjd2spo5atie5awiuwmyd.onion", | ||
"clearnet": "", | ||
"i2p": "" | ||
}, | ||
"testnet": { | ||
"onion": "http://ngdk7ocdzmz5kzsysa3om6du7ycj2evxp2f2olfkyq37htx3gllwp2yd.onion", | ||
"clearnet": "", | ||
"i2p": "" | ||
}, | ||
"mainnetNodesPubkeys": ["030a425f5c69a29db30f6740d4e7df8f5612ef9955078ef4497490015464733dc8"], | ||
"testnetNodesPubkeys": ["028e7a019180a664b84edf77ba656e96f2eb84f67f56d93020341caf4109e0dbc7"] | ||
}, | ||
"temp": { | ||
"longAlias": "Template", | ||
"shortAlias": "temp", | ||
|
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Experimental Coordinator Mainnet | ||
upstream mainnet_exp { | ||
server localhost:81; | ||
server localhost:101; | ||
} | ||
|
||
# Experimental Coordinator Testnet | ||
upstream testnet_exp { | ||
server localhost:82; | ||
server localhost:1001; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# Template Coordinator Mainnet | ||
upstream mainnet_temp { | ||
server localhost:83; | ||
server localhost:100; | ||
} | ||
|
||
# Template Coordinator Testnet | ||
upstream testnet_temp { | ||
server localhost:84; | ||
server localhost:1000; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,59 @@ | ||
# Temple of Sats Coordinator Mainnet Locations | ||
location /mainnet/temple/static/assets/avatars/ { | ||
proxy_pass http://mainnet_temple/static/assets/avatars/; | ||
} | ||
|
||
location /mainnet/temple/api/ { | ||
# if ($request_method = 'OPTIONS') { | ||
# add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; | ||
# add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; | ||
# add_header 'Access-Control-Max-Age' 1728000; | ||
# add_header 'Content-Type' 'text/plain; charset=utf-8'; | ||
# add_header 'Content-Length' 0; | ||
# return 204; | ||
# } | ||
# if ($request_method = 'POST') { | ||
# add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; | ||
# add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; | ||
# add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; | ||
# } | ||
# if ($request_method = 'GET') { | ||
# add_header 'Access-Control-Allow-Methods' 'GET, POST, OPTIONS'; | ||
# add_header 'Access-Control-Allow-Headers' 'DNT,User-Agent,X-Requested-With,If-Modified-Since,Cache-Control,Content-Type,Range'; | ||
# add_header 'Access-Control-Expose-Headers' 'Content-Length,Content-Range'; | ||
# } | ||
proxy_pass http://mainnet_temple/api/; | ||
proxy_http_version 1.1; | ||
proxy_set_header Upgrade $http_upgrade; | ||
proxy_set_header Connection "Upgrade"; | ||
proxy_set_header Host $host; | ||
} | ||
|
||
location /mainnet/temple/ws/ { | ||
proxy_pass http://mainnet_temple/ws/; | ||
proxy_http_version 1.1; | ||
proxy_set_header Upgrade $http_upgrade; | ||
proxy_set_header Connection "Upgrade"; | ||
proxy_set_header Host $host; | ||
} | ||
|
||
# Temple of Sats Coordinator Testnet Locations | ||
location /test/temple/static/assets/avatars/ { | ||
proxy_pass http://testnet_temple/static/assets/avatars/; | ||
} | ||
|
||
location /testnet/temple/api/ { | ||
proxy_pass http://testnet_temple/api/; | ||
proxy_http_version 1.1; | ||
proxy_set_header Upgrade $http_upgrade; | ||
proxy_set_header Connection "Upgrade"; | ||
proxy_set_header Host $host; | ||
} | ||
|
||
location /testnet/temple/ws/ { | ||
proxy_pass http://testnet_temple/ws/; | ||
proxy_http_version 1.1; | ||
proxy_set_header Upgrade $http_upgrade; | ||
proxy_set_header Connection "Upgrade"; | ||
proxy_set_header Host $host; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# Temple of Sats Coordinator Mainnet | ||
upstream mainnet_temple { | ||
server localhost:102; | ||
} | ||
|
||
# Temple of Sats Coordinator Testnet | ||
upstream testnet_temple { | ||
server localhost:1002; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters