internet-sicherheit / ethereum-cache-creator

GNU General Public License v3.0
0 stars 0 forks source link

Connect to Bloxberg via websocket connections in web3j #41

Open ghost opened 4 years ago

ghost commented 4 years ago

first attempt to address this issue: draft pull request #43

chinmay241 commented 4 years ago

More Information can be found here why to adopt WS: https://github.com/internet-sicherheit/caliper-docker/issues/10#issuecomment-638093717

Yes you're welcome 🥇

chinmay241 commented 4 years ago

@moekappels Maybe I can help.

Just giving you a direction to think to check out compatibility.

To make sure this project works before connecting and modifying our Bloxberg Node. I recommend the following:

You can use this command option in the docker-compose for Parity replacing the existing for your project: --chain bloxberg.json --reserved-peers bootnodes.txt --ws-interface all --ws-port=8546

More Information can be found on https://openethereum.github.io/wiki/Configuring-Parity-Ethereum especially flags

You might have to modify the URL for your project. with the above modification only ws:// is working not the wss://

OR

Refer to the Infrastructure WIKI of our team https://github.com/internet-sicherheit/brl-orga You can see we have a Bloxberg Node running with few ports open you can try those combinations too.