DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Assign RabbitMQ broker IP address by user

marktwtn opened this issue · comments

When the build option BUILD_REMOTE is enabled, the dcurl can be treated as two part.
The library for local machine and the executable for remote machine.

Both of them need to connect to the RabbitMQ broker.
However, the IP address of the RabbitMQ broker can not be assigned by the user.
It is written in the source code with the value localhost.

Goal:

  • Allow the remote worker executable to pass the RabbitMQ broker IP address with command line arguments like --broker 192.168.XX.XX.