Pages:
Author

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

newbie
Activity: 9
Merit: 0
December 13, 2013, 09:38:34 PM
just got a block  Grin

10.46dtc
full member
Activity: 205
Merit: 100
December 13, 2013, 09:32:35 PM
Is there an easy way to compare the datacoin-hp PPS with the jhPrimeminer PPS?

In datacoin-hp I get 3770 PPS and in jhPrimeminer I get 60000 PPS.
newbie
Activity: 9
Merit: 0
December 13, 2013, 07:45:41 PM
been mining for around 24 hours with no blocks yet.

icore i7 4770 8  cores with hyperthreading


how is anyone else doing?


I don't have a coin yet, if someone wants to donate one to me, be much grateful.

DA7feEBdQmcKK5GWDbjYLu4QGEvREZ2oTv
hero member
Activity: 796
Merit: 505
December 13, 2013, 04:26:25 PM
#99
@Hix:
 
This is linux version: https://github.com/tandyuk/jhPrimeminer/tree/mumu-v8

Download mpir from official website, unpack;
Code:
./configure --enable-gmpcompat
make
make install


sr. member
Activity: 966
Merit: 250
December 13, 2013, 03:28:24 PM
#98
Code:
Segmentation fault (core dumped)
...
And now? lol... Someone with same problem?
Hix
legendary
Activity: 1971
Merit: 1036
December 13, 2013, 02:39:12 PM
#97
I've compiled linux version on 16-core Xeon. Well, it works fast, new shares coming at light speed :-D
But when it found 9-chain share it crashed server-wallet on other Windows machine :-P No reward.
How to compile miner on linux? (ubuntu 13) Thank you.

Well,
1) download source
2) cd jhPrimeminer-mumu-v8
3) make
4) jhprimeminer will show in directory where Makefile is.

voila :-p

For better results try to make mpir lib from source with gmp compat (at least it worked for me that way)

Oops) i think you compile this source https://github.com/hg5fm/jhPrimeminer
ok thank you.

For better results try to make mpir lib from source with gmp compat (at least it worked for me that way)
what need to do ?(for noob)
hero member
Activity: 796
Merit: 505
December 13, 2013, 05:10:57 AM
#96
I've compiled linux version on 16-core Xeon. Well, it works fast, new shares coming at light speed :-D
But when it found 9-chain share it crashed server-wallet on other Windows machine :-P No reward.
How to compile miner on linux? (ubuntu 13) Thank you.

Well,
1) download source
2) cd jhPrimeminer-mumu-v8
3) make
4) jhprimeminer will show in directory where Makefile is.

voila :-p

For better results try to make mpir lib from source with gmp compat (at least it worked for me that way)
Hix
legendary
Activity: 1971
Merit: 1036
December 13, 2013, 05:01:57 AM
#95
I've compiled linux version on 16-core Xeon. Well, it works fast, new shares coming at light speed :-D
But when it found 9-chain share it crashed server-wallet on other Windows machine :-P No reward.
How to compile miner on linux? (ubuntu 13) Thank you.
hero member
Activity: 796
Merit: 505
December 13, 2013, 02:37:24 AM
#94
I'm completely new to using miners like this and having to set it up with the conf file. I tried reading through this topic a few times, and using the settings MrMagic posted, but it's not starting up; the miner just instantly opens then closes.

Is there an idiot proof newbie guide on how to set up the conf file to make it connect with the jhPrimeminer?    Kiss

Add pause in next line in your .bat file - you will see errors, as that window wont close.
newbie
Activity: 34
Merit: 0
December 12, 2013, 10:09:47 PM
#93
@KovaFchina I am unable to view the pictures you posted. I assume you are having problems, but I cannot tell what.

@ahnonamis Usually when that happens it is a problem with the command line input. I assume you are trying to start the miner using a batch file since you said it opens and closes instantly. You can view why the miner is closing by open a command prompt and change directories to the one where your batch file is at and running the batch from the command prompt. You should see the error output.
member
Activity: 87
Merit: 10
December 12, 2013, 07:59:31 PM
#92
I'm completely new to using miners like this and having to set it up with the conf file. I tried reading through this topic a few times, and using the settings MrMagic posted, but it's not starting up; the miner just instantly opens then closes.

Is there an idiot proof newbie guide on how to set up the conf file to make it connect with the jhPrimeminer?    Kiss
newbie
Activity: 8
Merit: 0
December 12, 2013, 07:37:49 PM
#91
我根据你说的做了
I do according to your said
edit:http://xiangce.baidu.com/picture/detail/c6123ebc08d859e90e3b5d3c2d2eeecf7fd69fc4
edit:http://xiangce.baidu.com/picture/detail/d3b012767608f83b079555e356749736c1c34304
运行状况running statehttp://xiangce.baidu.com/picture/detail/5ff73b0303bdceddd6d40b59c79608d858e99a05
CPU:http://xiangce.baidu.com/picture/detail/3234901d942456f2cc096238c67fbf389945eab7
[/url]
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.
hero member
Activity: 840
Merit: 1000
December 12, 2013, 06:50:52 PM
#90
@mumus & all good people who want to test it:

I just compiled mpir.dll from sources for core2 and nehalem + avx optimized.
Tried to benchmark it few minutes, avx version seems to be even faster than last added to mumus build.

Here is the link to my skydrive:
http://sdrv.ms/19FlJPX

Gl & hf with more shares :-D



I compiled the same one, but it wasn't as fast as the Sandy Bridge mpir on my 4770k
hero member
Activity: 796
Merit: 505
December 12, 2013, 06:42:25 PM
#89
@mumus & all good people who want to test it:

I just compiled mpir.dll from sources for core2 and nehalem + avx optimized.
Tried to benchmark it few minutes, avx version seems to be even faster than last added to mumus build.

Here is the link to my skydrive:
http://sdrv.ms/19FlJPX

Gl & hf with more shares :-D

full member
Activity: 140
Merit: 100
December 12, 2013, 06:32:38 PM
#88
This coin is just begging for a pool!
sr. member
Activity: 350
Merit: 250
Vires in Numeris
December 12, 2013, 06:13:55 PM
#87
Thanks to everyone for helping me out and thank you mumus for putting in the work on these miners.

Mining 5 hours 10 mins on a quad core x64 machine.
254 x 6ch
24 x 7ch
2 x 8ch
0 x Valid Blocks

I can feeeeel a block coming.
newbie
Activity: 28
Merit: 0
December 12, 2013, 05:21:34 PM
#86
anyway to set the number of threads? like -t 4?

Yeah, it seems to be -t

Quote
Usage: jhPrimeminer.exe [options]
Performance Options:
  -t                        The number of threads for mining (default = detected cpu cores)
                                 For most efficient mining, set to number of CPU cores
newbie
Activity: 9
Merit: 0
December 12, 2013, 04:22:50 PM
#85
anyway to set the number of threads? like -t 4?
newbie
Activity: 58
Merit: 0
December 12, 2013, 04:20:26 PM
#84
I've had my rpcthreads=64 and haven't had any crashes. I've had multiple 9-chains as well. How often should a 9-chain actually end up in a mined block? Or does that even matter?
hero member
Activity: 796
Merit: 505
December 12, 2013, 04:13:29 PM
#83
@mumus:

I've found temporary fix for qt-wallet not closing connections, should work without crash at least longer.
Add rpcthreads=1024 in .conf file.

Tips are welcome :-P
Pages:
Jump to: