Pages:
Author

Topic: [Datacoin] External miner released! - page 6. (Read 10520 times)

newbie
Activity: 34
Merit: 0
December 09, 2013, 04:56:31 PM
#22
after about 5-7 min crashing wallet when solo mining with this miner.. (( has the same problem somebody?

Hmm strange. I have been running for about 2 days with about 12 machines connected with no problems. 3 blocks mined so far.

Which version of the wallet are you running? I am running the latest QT wallet from here http://sourceforge.net/projects/datacoin/files/datacoin-qt-131204.zip/download
newbie
Activity: 34
Merit: 0
December 09, 2013, 04:52:44 PM
#21
I don't know how to compile it. Can somebody post a version for windows x64? THX a lot!!!

Here is the version I am using. It is compiled for x64-AVX processors. I have mined 3 blocks so far using this. If anyone wants the source I can create a repo and post it. The only changes I made are the ones I posted above and some stat output formatting changes.

https://dl.dropboxusercontent.com/u/20044454/DatacoinMiner.zip



thx! Did I need to write something in the datacoin.conf?

These are the settings you need in datacoin.conf to be able to connect the miner to your wallet.

server=1
rpcallowip=*(or whatever IP the miners will be connecting from)
rpcport= (whatever port you choose to open for the miners to connect to your wallet)
rpcuser= (whatever username you want)
rpcpassword= (whatever password you want)

Example:
server=1
rpcallowip=*
rpcport=4778
rpcuser=DatacoinMiner
rpcpassword=MinerPassword

Then you can connect the miner to your wallet using "DatacoinMiner.exe -o http://localhost:4778 -u DatacoinMiner -p MinerPassword"


*Edit: I am using rpcport 9199 on my own miners.
legendary
Activity: 1246
Merit: 1000
December 09, 2013, 04:51:52 PM
#20
after about 5-7 min crashing wallet when solo mining with this miner.. (( has the same problem somebody?
newbie
Activity: 34
Merit: 0
December 09, 2013, 04:47:05 PM
#19
I will get the source up asap.

The dll is for Multiple Precision Integers and Rationals (mpir). This is a library that is used to give a performance boost for computing the primes (from what I understand of the code).

Instructions for compiling from https://github.com/hg5fm/jhPrimeminer

Needed tools:
 - Visual Studio 2012 Express or above
    - The compiled version I just posted was compiled using Visual Studio 2013 Professional, but I have also compiled it using    VS2012 Express)
    - You may be able to compile it using a lower version of Visual Studio such as 2010.

1) Download the source code to your machine
2) Open up the primecoinMiner.sln
3) Add transaction.h to the "Header files" in the project by right clicking on "Header files" -> Add -> Existing item -> transaction.h (located in the same folder as the project)
4) Add transaction.cpp to "Source files" the same way you did transaction.h
5) Open main.cpp and look at the top of the file for "bool useGetBlockTemplate = true;" change it to "bool useGetBlockTemplate = false;"
6) At the top of the VS window change the drop down that says "Debug" to "Release-AVX"
7) Make sure Platform is set to x64
Cool Right click on "jhPrimeminer" project in Visual Studio -> Properties
9) In the right panel of "Solution 'primecoinMiner' Property Pages click "General" under "Configuration Properties". Make sure platform toolset is set to the correct version. (For example, I am using VS 2013, so I use toolset "Visual Studio 2013 (v120)"
10) Under C/C++ -> Optimization I have Optimization: Maximize Speed, Inline function expansion: Any Suitable, Enable intrinsic functions: Yes, Favor Size or Speed: Favor fast code, Omit frame pointers: No, Enable fiber-safe optimizations: No, Whole program optimization: Yes (/GL)
11) Under C/C++ -> Code Generation  Change Enabled Enchanced Instruction Set to AVX or SSE2 depending on your CPU's architecture.
12) Under C/C++ -> General I also enable Multi-processor compiliation to speed up the compile time because I am impatient.

Everything should compile and then you are good to go!
newbie
Activity: 28
Merit: 0
December 09, 2013, 04:44:49 PM
#18
Is it just me or is the forum broken?
full member
Activity: 322
Merit: 100
December 09, 2013, 04:22:40 PM
#17
I don't know how to compile it. Can somebody post a version for windows x64? THX a lot!!!

Here is the version I am using. It is compiled for x64-AVX processors. I have mined 3 blocks so far using this. If anyone wants the source I can create a repo and post it. The only changes I made are the ones I posted above and some stat output formatting changes.

https://dl.dropboxusercontent.com/u/20044454/DatacoinMiner.zip


thanks a lot kind sir
member
Activity: 112
Merit: 10
December 09, 2013, 04:17:27 PM
#16
I don't know how to compile it. Can somebody post a version for windows x64? THX a lot!!!

Here is the version I am using. It is compiled for x64-AVX processors. I have mined 3 blocks so far using this. If anyone wants the source I can create a repo and post it. The only changes I made are the ones I posted above and some stat output formatting changes.

https://dl.dropboxusercontent.com/u/20044454/DatacoinMiner.zip



thx! Did I need to write something in the datacoin.conf?
legendary
Activity: 1246
Merit: 1000
December 09, 2013, 03:50:14 PM
#15
what is command line for solo mining?
full member
Activity: 140
Merit: 100
December 09, 2013, 03:44:43 PM
#14
I personally would love to see the source. What is the dll for?

Also can you give information on how to compile?
newbie
Activity: 34
Merit: 0
December 09, 2013, 03:39:56 PM
#13
I don't know how to compile it. Can somebody post a version for windows x64? THX a lot!!!

Here is the version I am using. It is compiled for x64-AVX processors. I have mined 3 blocks so far using this. If anyone wants the source I can create a repo and post it. The only changes I made are the ones I posted above and some stat output formatting changes.

https://dl.dropboxusercontent.com/u/20044454/DatacoinMiner.zip
member
Activity: 112
Merit: 10
December 09, 2013, 01:05:23 PM
#12
I don't know how to compile it. Can somebody post a version for windows x64? THX a lot!!!
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 09, 2013, 10:18:06 AM
#11
do you know how to compile it under linux ubuntu?

Current version (in OP) is only for MS VS, but mumus said that he'll try today to add this DTC code to linux port of primeminer.
sr. member
Activity: 966
Merit: 250
December 09, 2013, 09:48:39 AM
#10
do you know how to compile it under linux ubuntu?
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 09, 2013, 09:46:54 AM
#9
So what does this allow? Multiple computers to mine a single block via getwork?
Yep, just wallet on one computer and miners on all others.
full member
Activity: 140
Merit: 100
December 09, 2013, 09:40:02 AM
#8
So what does this allow? Multiple computers to mine a single block via getwork?
hero member
Activity: 577
Merit: 500
December 09, 2013, 09:28:59 AM
#7
Any info about pools?? Waiting for them while solomining at 500 primes per sec hihi Smiley
This miner is one more step to pools. As I promised, when we have any working pool (even in beta mode), I'll announce that immediately.

Thanks!
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 09, 2013, 08:42:09 AM
#6
Any info about pools?? Waiting for them while solomining at 500 primes per sec hihi Smiley
This miner is one more step to pools. As I promised, when we have any working pool (even in beta mode), I'll announce that immediately.
hero member
Activity: 577
Merit: 500
December 09, 2013, 08:40:05 AM
#5
Any info about pools?? Waiting for them while solomining at 500 primes per sec hihi Smiley
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 09, 2013, 08:34:41 AM
#4
Unified instruction about building this miner both under Linux\Windows will be released soon.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 09, 2013, 06:50:08 AM
#3

 Wink

A lot of good news and DTC applications will be released this week Wink But this one was a surprise, really.
Pages:
Jump to: