zone117x / node-open-mining-portal

A scalable all-in-one easy to setup cryptocurrency mining pool and portal written entirely in Node.js.
GNU General Public License v2.0
998 stars 1.02k forks source link

Switching between most profitable networks and gain reward #688

Open nimbus-devs opened 3 years ago

nimbus-devs commented 3 years ago

Hello! I've setup NOMP for one currency (LTC) and it looks to work OK in testnet.

But what would happen if I have several coin pools for the same algorithm? As I understand a miner should connect to my pool and it should use it hardware to mine the most profitable coin at the moment with the connected algorithm. Am I right?

So if there are two coins with "script" algorithm (let's say LTC and DogeCoin) and miner authorize with its LTC address how he/she will receive reward for mining DogeCoin? Or do I miss something?

n3ttyk commented 3 years ago

DONT help NIMBUS-DEVs!!!!!!

Nimbus Platform is a SCAM

They stealed all the money from their investors and send it to a MIXER.

SCAM ALERT foroestafas(dot)com

wit07 commented 3 years ago

Hello! I'm also interested in the same question. @nimbus-devs do you have some progress or update?

wit07 commented 3 years ago

Ok, so to connect to have abillity to switch you need to connect to a mining algorythm with you public key, and the NOMP will generate the coin address from this public key. But my next question: how to connect with Publik Key? For example, I've found out that for LTC a miner should connect with the following line:

./minerd -a scrypt -u MINER_ADDRESS_OF_A_COIN -p xyz -o stratum+tcp://DOMAIN_OR_IP:PORT

So how to connect with public key?