A little bit explanation of recent stress test:
1. We're flooding the network with large scale of transactions (if we don't do this, hackers will do it eventually).
2. The current block limit is
5,000 txs per block. Validator nodes will the following minimum configuration should be capable of dealing this load, based on our experiments.
8GB Memory
Dual Core CPU
100 Mbps Bandwidth
3. We will continue this task until the network can survive.
Common errors:
1. "Unable to retrieve your IP address"
We're using
https://www.ipify.org/ to get your IP; if this proves to be not stable, we'll choose another API in next release.
2. "BAD_PROTOCOL"
This is because the peer you're connecting to is using an incompatible P2P protocol; please ignore it if you're using RC.2
3. "INVALID_HANDSHAKE"
This means the other peer failed to validate your handshake message, either signature or timestamp or IP is incorrect.
4. "BAD_PEER"
The network only allows one connection per IP; they refuse any further connections.
5. "DUPLICATE_PEER_ID"
This means your account is being used in another wallet instance.