mirror of
https://github.com/RoboSats/robosats.git
synced 2025-07-26 00:23:21 +00:00
Add new relay
This commit is contained in:
@ -27,6 +27,7 @@ class Nostr:
|
|||||||
|
|
||||||
# Add relays and connect
|
# Add relays and connect
|
||||||
await client.add_relay("ws://localhost:7777")
|
await client.add_relay("ws://localhost:7777")
|
||||||
|
await client.add_relay("ws://localhost:7778")
|
||||||
await client.connect()
|
await client.connect()
|
||||||
|
|
||||||
robot_name = await self.get_robot_name(order)
|
robot_name = await self.get_robot_name(order)
|
||||||
|
@ -44,7 +44,7 @@ relay {
|
|||||||
bind = "0.0.0.0"
|
bind = "0.0.0.0"
|
||||||
|
|
||||||
# Port to open for the nostr websocket protocol (restart required)
|
# Port to open for the nostr websocket protocol (restart required)
|
||||||
port = 7777
|
port = 7778
|
||||||
|
|
||||||
# Set OS-limit on maximum number of open files/sockets (if 0, don't attempt to set) (restart required)
|
# Set OS-limit on maximum number of open files/sockets (if 0, don't attempt to set) (restart required)
|
||||||
nofiles = 1000000
|
nofiles = 1000000
|
||||||
|
Reference in New Issue
Block a user