fireice-uk / xmr-stak

Free Monero RandomX Miner and unified CryptoNight miner
GNU General Public License v3.0
4.05k stars 1.79k forks source link

Static Library #2533

Open sherifomran opened 4 years ago

sherifomran commented 4 years ago

Please explain the feature as good as possible. It would be great if the software is packaged as a static library to be embedded in other software front ends

psychocrypt commented 4 years ago

to compile stac fully static you must compile all dependancies static and link against those.

sherifomran commented 4 years ago

does it make sense to share a static compiled library?

psychocrypt commented 4 years ago

you will not have any advantage since we provide already precompiled binaries for stak. What is your intention to compile stak static by your own?

sherifomran commented 4 years ago

to embed it into other software

trasherdk commented 4 years ago

to embed it into other software

Could you elaborate on what you have in mind? Embed into what other software?

sherifomran commented 4 years ago

A use case would be: a new interfaces and want to use libraries for the back end communication .. Use case 2: micro linux application in microprocess under FPGA .. Use case 3: RPI application with special SSH to intermediate server ..

trasherdk commented 4 years ago

Interesting to see how this plays out. I won't be holding my breath tho.