blackmennewstyle / miningcore

Miningcore is a high-performance Mining Pool Software for Linux and Windows.
MIT License
21 stars 37 forks source link

how mining with username not wallet? #88

Closed 2realminerscom closed 7 months ago

2realminerscom commented 7 months ago

I'm doing page with mining only users What files need change for accept all miners without wallet. I tried for randomx for example mod this in cryptonotepool.cs

    context.IsSubscribed = true;
    context.IsAuthorized = true;

connect but close connection not mining, what i need change?

blackmennewstyle commented 7 months ago

Miningcore only supports mining with wallet addresses because it needs a wallet address in order to send payments. Sorry but what you are asking is not supported and will require a complete recoding.

2realminerscom commented 7 months ago

Miningcore only supports mining with wallet addresses because it needs a wallet address in order to send payments. Sorry but what you are asking is not supported and will require a complete recoding.

i change code payment just need know what files need change in randomx for example