Pages:
Author

Topic: .net Sharp Miner open source c# cpu scrypt miner! - page 2. (Read 11792 times)

newbie
Activity: 26
Merit: 0
is any body need this? have interest? or have ability to help improving the code?
some comparisons vs poolers miner would be good and instruction sets you have optimised for (SSE AVX ect)
will do this next release, thanks
hero member
Activity: 532
Merit: 500
bearded, drunk, fat, naked
of course there is always interest - but although I'm fairly knowledgeable about neuroinformatics and machine learning, I don't know enough about cryptography to understand where you want to apply them. I thought results were truly random and there is nothing to be "learned".

for me, your program won't stop spamming https://i.imgur.com/cop0jII.png

.bat looks like this:

SharpMiner.exe http://pool1.eu.multipool.us:17777 spoid.1 x
sr. member
Activity: 252
Merit: 250
is any body need this? have interest? or have ability to help improving the code?
some comparisons vs poolers miner would be good and instruction sets you have optimised for (SSE AVX ect)
newbie
Activity: 26
Merit: 0
is any body need this? have interest? or have ability to help improving the code?
newbie
Activity: 26
Merit: 0
If your goal is to make this the fastest scrypt miner, you're not going to do it with a CPU miner. Maybe you meant the fastest CPU scrypt miner?

If the former, check out OpenCL.NET, which may make it easier to implement GPU mining using OpenCL. I don't know that you'll beat cgminer, but if you're serious about wanting to be the fastest then OpenCL is the way to go.

If the latter, well... good luck!
hello, first thanks for your reply!
my goal is to make fast cpu miner that beat gpu mining! using advanced artificial intelligence techniques (neural networks, genetic algorithms, etc...)
the version above is simple implementation of a srypt miner, good for learning purpose and for simple mining!
however, I m still working on the ai version and I ll release it once I got some interest in the project!
sr. member
Activity: 434
Merit: 251
CGWatcher & CGRemote
If your goal is to make this the fastest scrypt miner, you're not going to do it with a CPU miner. Maybe you meant the fastest CPU scrypt miner?

If the former, check out OpenCL.NET, which may make it easier to implement GPU mining using OpenCL. I don't know that you'll beat cgminer, but if you're serious about wanting to be the fastest then OpenCL is the way to go.

If the latter, well... good luck!
newbie
Activity: 26
Merit: 0
hello,
I m new to this forum, but not to the crypto currency business!
here a .net scrypt miner, I peaked scrypt because I think it's structure could be optimized by Artificial intelligence
this is still basic, but will continue to develop it if you show your interest!

you can download the code at: https://github.com/boussena/Sharp-Miner

Sharp Miner is an open source c# cpu scrypt miner
it's easy to use, easy to understand how the code and the process work!
currently it supports only longpooling pools (stratum will be add next release)
to make it work just edit Run.bat file with any editor with your pool info, save then execute it!

Features

-Multithreading
-Longpooling support
-Fast mining
-Easy to use

Requirement

-windows xp/7/8
-.net 3.5
-Microsoft Visual C++ 2010 runtime
x86: http://www.microsoft.com/en-us/download/details.aspx?id=8328
x64: http://www.microsoft.com/en-ca/download/details.aspx?id=13523

to build the code you will require this library:
https://github.com/replicon/Replicon.Cryptography.SCrypt

Binaries

Donload binaries at http://ge.tt/api/1/files/9lDw94s/0/blob?download

TODO Next

-gui interface
-multiple mining algorithms

Donation

Bitcoin: 1PEUeMrZ2Sf95tEYWSuNjtkXnmaYGdi5Qh
Litecoin: LQQGtMCw3KgdpZHLzqysfYbqFpzgnigNjM

Making the fastest scrypt miner on the internet is my goal!
using the power of .net and the Artifiial Inteligence, the sky is the limit!

Please test and report here! Thanks
Pages:
Jump to: