Pages:
Author

Topic: [Datacoin] External miner released! (Read 10520 times)

jr. member
Activity: 49
Merit: 2
hero member
Activity: 796
Merit: 505
January 13, 2014, 04:00:52 AM
Has anyone gotten an AVX version to run with GPool? Non-AVX speeds are killing me.


I will make it for you in free time.
newbie
Activity: 4
Merit: 0
January 02, 2014, 08:26:47 AM
Has anyone gotten an AVX version to run with GPool? Non-AVX speeds are killing me.
hero member
Activity: 796
Merit: 505
December 19, 2013, 04:23:20 PM
T16 wont work;

I've made package with MINI-HOWTO, its 'generic miner' on my skydrive

http://sdrv.ms/18GG22y
member
Activity: 98
Merit: 10
December 18, 2013, 03:00:44 PM
server ip which ran wallet datacoin-qt
legendary
Activity: 1428
Merit: 1001
getmonero.org
December 18, 2013, 02:53:35 PM
server IP 192.168.253.6 i datacoin.conf
Quote
server=1
rpcallowip=192.168.253.6
rpcport=4321
rpcuser=user
rpcpassword=pass


run
Kod:
Quote
jhPrimeminer-T16.exe -o http://192.168.253.6:4321 -u user -p pass


Quote
c:\bit\jhPrimeminer>jhPrimeminer-T16.exe -o http://192.168.253.6:4321 -u user -p
 pass -getwork

╔═══════════════════════════════════════════════════════════════╗
║  jhPrimeMiner - mod by AeroCloud - T16                        ║
║     optimised from rdebourbon 3.3 build + HP11 updates        ║
║  author: JH (http://ypool.net)                                ║
║  contributors: x3maniac, rdebourbon                           ║
║  Credits: Sunny King for the original Primecoin client&miner  ║
║  Credits: mikaelh for the performance optimizations           ║
║                                                               ║
║  Donations:                                                   ║
║        XPM: AFv6FpGBqzGUW8puYzitUwZKjSHKczmteY                ║
║        BTC: 1Ca9qP6tkAEo6EpgtXvuANr936c9FbgBrH                ║
╚═══════════════════════════════════════════════════════════════╝
Launching miner...
GeneratePrimeTable() : prime table [1, 10000000] generated with 664579 primes
Connecting to '192.168.253.6' (192.168.253.6)
Using 8 threads
Username: user
Password: pass


and nothing more:(

Where did you get that IP?
member
Activity: 98
Merit: 10
December 18, 2013, 01:38:09 PM
server IP 192.168.253.6 i datacoin.conf
Quote
server=1
rpcallowip=192.168.253.6
rpcport=4321
rpcuser=user
rpcpassword=pass


run
Kod:
Quote
jhPrimeminer-T16.exe -o http://192.168.253.6:4321 -u user -p pass


Quote
c:\bit\jhPrimeminer>jhPrimeminer-T16.exe -o http://192.168.253.6:4321 -u user -p
 pass -getwork

╔═══════════════════════════════════════════════════════════════╗
║  jhPrimeMiner - mod by AeroCloud - T16                        ║
║     optimised from rdebourbon 3.3 build + HP11 updates        ║
║  author: JH (http://ypool.net)                                ║
║  contributors: x3maniac, rdebourbon                           ║
║  Credits: Sunny King for the original Primecoin client&miner  ║
║  Credits: mikaelh for the performance optimizations           ║
║                                                               ║
║  Donations:                                                   ║
║        XPM: AFv6FpGBqzGUW8puYzitUwZKjSHKczmteY                ║
║        BTC: 1Ca9qP6tkAEo6EpgtXvuANr936c9FbgBrH                ║
╚═══════════════════════════════════════════════════════════════╝
Launching miner...
GeneratePrimeTable() : prime table [1, 10000000] generated with 664579 primes
Connecting to '192.168.253.6' (192.168.253.6)
Using 8 threads
Username: user
Password: pass


and nothing more:(
sr. member
Activity: 350
Merit: 250
DTC unofficial team
newbie
Activity: 1
Merit: 0
December 17, 2013, 10:03:54 AM
need linux version Smiley
sr. member
Activity: 966
Merit: 250
newbie
Activity: 34
Merit: 0
December 14, 2013, 03:20:36 PM
Do you have the correct port in your datacoin.conf file? Eg. rpcport=9199
Yes, I can mine on local host.

Hmm. That's a tough one. You can open other ports fine on your router?
sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
December 14, 2013, 03:17:50 PM
Do you have the correct port in your datacoin.conf file? Eg. rpcport=9199
Yes, I can mine on local host.
newbie
Activity: 34
Merit: 0
December 14, 2013, 03:13:10 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.

Primes per second is a bad metric to measure your speed. Since the two miners calculate the stats of your mining differently it is hard to compare the numbers. The way that I measured performance was by running each miner on testnet for 3 minutes and then counted how many blocks each miner got.

What was your result?

I tested a few days ago before mumus posted about using different versions of mpir.dll. I was using the one included with the repo at the time, which had lower performance for my machines. Anyway, the results at the time were about 93 blocks for external and 130 for HP miner. Since then though I have been using the sandy bridge mpir.dll, which gave me a big boost in performance for the external miner. I have not tested since upgrading, but my chains/h was about 3x higher using the sandy bridge dll over the default, so I assume the external is faster with the right mpir.

I am having trouble port forwarding.

ipconfig
IPv4 Address: 192.168.0.103

Port Forwarding Rules
IP Address: 192.168.0.103
TCP: 9199
UDP: 9199

canyouseeme.org: can't see me on 9199 Huh

I tried connecting from another network:
C:\Users\NAME\Downloads\jhPrimeminer-v8.2\jhPrimeminer.exe -o http://"myExternalIP":9199 -u USERNAME -p 1 -getwork
getwork error code 1

Locally I can mine
Thanks!

Do you have the correct port in your datacoin.conf file? Eg. rpcport=9199

sr. member
Activity: 560
Merit: 250
"Trading Platform of The Future!"
December 14, 2013, 02:58:54 PM
I am having trouble port forwarding.

ipconfig
IPv4 Address: 192.168.0.103

Port Forwarding Rules
IP Address: 192.168.0.103
TCP: 9199
UDP: 9199

canyouseeme.org: can't see me on 9199 Huh

I tried connecting from another network:
C:\Users\NAME\Downloads\jhPrimeminer-v8.2\jhPrimeminer.exe -o http://"myExternalIP":9199 -u USERNAME -p 1 -getwork
getwork error code 1

Locally I can mine
Thanks!
hero member
Activity: 724
Merit: 500
December 14, 2013, 09:09:47 AM
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.

Primes per second is a bad metric to measure your speed. Since the two miners calculate the stats of your mining differently it is hard to compare the numbers. The way that I measured performance was by running each miner on testnet for 3 minutes and then counted how many blocks each miner got.

What was your result?
hero member
Activity: 796
Merit: 505
December 14, 2013, 03:24:22 AM
3 blocks/last 24h (linux+win mixed + around 50cores total)
sr. member
Activity: 289
Merit: 250
December 14, 2013, 12:40:41 AM
I have been soloing with this miner for 3 days now with decent success. Day 1 - (6) blocks, Day 2 (4) blocks, Day 3 (3) blocks. Total of 137 DTC after 3 days.

Hardware - (6) HP BL460c G6 Blade servers - 96 logical cpu cores (16 per host including hyper threading) Windows 2008 Server X64.
legendary
Activity: 1428
Merit: 1001
getmonero.org
December 13, 2013, 11:29:33 PM
So does this miner works for solo mining on linux or not? I am pretty noob but i want to mine with this guide here  https://bitcointalksearch.org/topic/guide-step-by-step-to-mine-dtc-or-xpm-with-cloud-mining-giveaway-1-dtcpers-345209 on DO but using the external miner. Is it possible or i am wasting my time?

full member
Activity: 205
Merit: 100
December 13, 2013, 09:59:54 PM
Couldn't get testnet working. Will have a look later tonight.
newbie
Activity: 34
Merit: 0
December 13, 2013, 09:42:48 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.

Primes per second is a bad metric to measure your speed. Since the two miners calculate the stats of your mining differently it is hard to compare the numbers. The way that I measured performance was by running each miner on testnet for 3 minutes and then counted how many blocks each miner got.
Pages:
Jump to: