Abhishek Upperwal
Abhishek Upperwal
@rahullenkala This could be a NAT traversal problem. As you can see `QmSs**zk` is able to find `QnQf**bV` and `Qmck**Sy` but can't dial on their resp. ports because they do...
Most of them are ```WARNINGS``` and you should not worry about them. Warning like `12:19:50.728 WARNI dht: error bootstrapping: failed to find any peer in table dht_bootstrap.go:86` is generated because...
@rahullenkala > I am unable to connect to a node in different network sometimes In most of the cases this is due to the NAT. When you are in the...
@hak1985 Yes, if UPnP is enabled and working. Hole punching is not yet implemented in libp2p. It will always work with a relay node.
Hey @lzl124631x. With reference to your first question: Task: 1. Set yourself as a provider to id "key". 2. Find other peers with id "key". Note: Locally known (cached) providers...
1. Refer to Ganache configuration to add more accounts on startup. 2. Add new options with values "4", "5", ... here: https://github.com/upperwal/OpenComplaintNetwork/blob/1fd7317b3948fa710fdbd6f2936b82ae761ceb4a/src/Components/Pages/View/view.js#L365-L368 https://github.com/upperwal/OpenComplaintNetwork/blob/1fd7317b3948fa710fdbd6f2936b82ae761ceb4a/src/Components/Pages/Register/register.js#L145-L148 Better if you can create a component...
There are only 10 account with index from 0 to 9. So it won't work beyond Citizen 8 which is assigned index 9. You can follow this guide to increase...
Open the `console` window and see if there are any error messages.
@farhanahraf03 Right click on the window and goto `inspector`. Click on the `console` tab and see if it shows any error. Post them here.
Is your truffle working?