tpfuemp / yiimp

Crypto mining pool
4 stars 4 forks source link

Native cryptonote (monero) support #11

Open realsetvin opened 1 month ago

realsetvin commented 1 month ago

Will try to organize a pull request to achieve this task.

Before I proceed, any specific requirements, duties or obstacles you could advise as far as successfully integrating this hypothetical pull into this repro.

Ur-Quan commented 1 month ago

Considering there's a lot of alien (non-btc) algos to add I'd go meta. Meaning - I'd make some RPC adapter and routed calls to it. Guess that's "RPC encoding" for...

Also take a look at new coinbase.cpp. If this pull will be approved you'd work with this new structure.

realsetvin commented 1 month ago

Considering there's a lot of alien (non-btc) algos to add I'd go meta. Meaning - I'd make some RPC adapter and routed calls to it. Guess that's "RPC encoding" for...

Also take a look at new coinbase.cpp. If this pull will be approved you'd work with this new structure.

Thank you for the basis, wish me luck

Ur-Quan commented 1 month ago

Thank you for the basis, wish me luck

Dude! New algo - that's balls and brains I don't have. I couldn't even update scrypt.c to a faster version (but willing to try again). So yeah, best of luck to you!