Bitcoin Forum
June 20, 2024, 03:26:44 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Mining (Altcoins) / Re: How to write a javascript based monero mining algorithm? on: March 04, 2023, 08:36:35 AM
So, you're trying to host a javascript-mining website that uses your visitors' resources to mine and send the profits to your address? Or are you trying to run your own cloud mining service? Both of them are terrible services and most of the time is known for scams. I'll try to be positive here and not jump to conclusion that you want to build a malware site that tricks visitors to mine with their computers.

If you do find a free mining script, I won't be surprised if it runs other malicious scripts without notifying you. Your best bet is probably to commission some developer to build the script for you. If you want to mine and earn Monero without doing any of that, just mine with a rig and mining software.

My other question: How can I write my own javascript based monero mining algorithm from scratch? Any lesson, training set, book, etc. about what I want. I couldn't find it. If there is a training set that explains in this way, can you write it?
Well, you will need to know some Javascript at least. There is no dedicated book/article that explains it since mining script is a niche program compared to other Javascript applications. If you don't want to learn from the big picture, your best option would be to find an existing Javascript mining algorithm software and then learn from there. Find out what this or that function does, ask around if you don't understand the flow of the algorithm, etc.

I don't want to do anything illegal. I just want to code the monero mining algorithm from the basics in a simple level. An article, tutorial, showing how to write a monero mining algorithm from scratch in another language even if not Javascript (I want to write a mining algorithm with no commission to any site, 100% mine profits). Do you know the training set?
2  Alternate cryptocurrencies / Mining (Altcoins) / How to write a javascript based monero mining algorithm? on: February 25, 2023, 09:35:56 PM
I want to write a javascript-based monero mining algorithm. The libraries I saw on Github were written with reference from a site, and the algorithms that work by paying a commission to that site.I want a library that does not get references from any site and the profits will be 100% mine.

Do you know of a library like this?

My other question: How can I write my own javascript based monero mining algorithm from scratch? Any lesson, training set, book, etc. about what I want. I couldn't find it. If there is a training set that explains in this way, can you write it?

Thank you in advance.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!