DLTcollab / dcurl

Hardware-accelerated Multi-threaded IOTA PoW, drop-in replacement for ccurl
MIT License
41 stars 23 forks source link

Assign RabbitMQ broker IP address by user #185

Closed marktwtn closed 5 years ago

marktwtn commented 5 years ago

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: