d60a6713fe
This commit enables mailserver cycle logic by default and make a few changes: 1) Nodes are graylisted instead of being blacklisted for a set amount of time. The reason is that if we blacklist, any cut in connectivity might result in long delays before reconnecting, especially on spotty connections. 2) Fixes an issue on the devp2p server, whereby the node would not connect to one of the static nodes since all the connection slots where filled. The fix is a bit inelegant, it always connects to static nodes, ignoring maxpeers, but it's tricky to get it to work since the code is clearly not written to select a specific node. 3) Adds support to pinned mailservers 4) Add retries to mailservers requests. It uses a closure for now, I think we should eventually have a channel etc, but I'd leave that for later. |
||
---|---|---|
.. | ||
.gitignore | ||
README.md | ||
flags.go | ||
main.go | ||
signing_phrase.go |
README.md
Ping community
This script publishes a post every 2 seconds on the given community/chat-id, using the seed phrase provided.
How to build
You must have go installed.
Then you can run, from cmd/ping-community
go build
which should create a ping-community
executable
How to run
./ping-community --seed-phrase "your seed phrase" --community-id "community-id" --chat-id "chat-id"
The parameters are:
community-id
: the ID of the community
chat-id
: the ID of the chat we want to post on