Bitcoin Forum
June 18, 2024, 11:40:28 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3] 4 5 6 7 »  All
  Print  
Author Topic: [Datacoin] External miner released!  (Read 10524 times)
sugarkey
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 11, 2013, 08:41:09 AM
 #41

Has somebody found any block with this miner yet?
5 and counting. Literally just got one 23 minutes ago.

How many PCs you got?

Currently running 6 cores on (1) i7-4770 and 7 cores on (12) i7-3770. I save the last core on the 3770s for gpu litecoin mining overhead.

wooow, how much times when you get 5 blocks on these PCs?

And what's the "ACC" mean?
LeftToeCut
Full Member
***
Offline Offline

Activity: 154
Merit: 100


View Profile
December 11, 2013, 09:15:48 AM
 #42

linux pretty please?
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
December 11, 2013, 09:37:36 AM
 #43

linux pretty please?
I'm still fighting with the native Linux version but meantime I would suggest running the windows version with wine
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
December 11, 2013, 12:25:00 PM
 #44

I was mining with jhPrimeminer for the last 24h with 6 PCs (core i5-i7). Found two blocks, or in other words paid as much for electricity as the coin value is (probably even a loss). Don't know if jhPrimeminer is the cause. Was mining with datacoind 2 weeks ago (diff was less) and had 6 blocks with 6 PCs in 24h.

Radix - just imagine
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 11, 2013, 12:32:33 PM
 #45

I was mining with jhPrimeminer for the last 24h with 6 PCs (core i5-i7). Found two blocks, or in other words paid as much for electricity as the coin value is (probably even a loss). Don't know if jhPrimeminer is the cause. Was mining with datacoind 2 weeks ago (diff was less) and had 6 blocks with 6 PCs in 24h.
2 weeks ago diff was much lower...

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
December 11, 2013, 01:05:39 PM
 #46

I've just checked the logs, the diff was 9.6.

Radix - just imagine
TheMightyX
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Vires in Numeris


View Profile
December 11, 2013, 01:30:55 PM
 #47

Hey guys,
I'm having trouble getting this to work?
I've created a datacoind.conf file and put it in the datacoin directory.
I've added:

server=1
rpcallowip=*
rpcport=9199
rpcuser=USERNAME
rpcpassword=PASSWORD

to it and added a .bat file to the miner's folder with this:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD

It crashes with error "GetBlockTemplate mode requires -xpm parameter".
What am I missing? Can anyone give me the proper structure of the jhPrimeminer batch file?
For non-ATX version if that matters.

I got the miner from this link in this thread:
https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Any help is appreciated.
Thanks!
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 11, 2013, 01:33:17 PM
 #48

I've just checked the logs, the diff was 9.6.
9.7489277 is much more than 9.6. This difference can lead to 3x-6x less coins per day. Remember that diff is not linear, but exponential

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
ig0tik3d
Legendary
*
Offline Offline

Activity: 1246
Merit: 1000



View Profile
December 11, 2013, 01:33:32 PM
 #49

Hey guys,
I'm having trouble getting this to work?
I've created a datacoind.conf file and put it in the datacoin directory.
I've added:

server=1
rpcallowip=*
rpcport=9199
rpcuser=USERNAME
rpcpassword=PASSWORD

to it and added a .bat file to the miner's folder with this:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD

It crashes with error "GetBlockTemplate mode requires -xpm parameter".
What am I missing? Can anyone give me the proper structure of the jhPrimeminer batch file?
For non-ATX version if that matters.

I got the miner from this link in this thread:
https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Any help is appreciated.
Thanks!
Code:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD -getwork
TheMightyX
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Vires in Numeris


View Profile
December 11, 2013, 02:34:37 PM
 #50

Hey guys,
I'm having trouble getting this to work?
I've created a datacoind.conf file and put it in the datacoin directory.
I've added:

server=1
rpcallowip=*
rpcport=9199
rpcuser=USERNAME
rpcpassword=PASSWORD

to it and added a .bat file to the miner's folder with this:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD

It crashes with error "GetBlockTemplate mode requires -xpm parameter".
What am I missing? Can anyone give me the proper structure of the jhPrimeminer batch file?
For non-ATX version if that matters.

I got the miner from this link in this thread:
https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Any help is appreciated.
Thanks!
Code:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD -getwork

Thanks ig0tik3d, but I already tried the -getwork tag with no success.
with that tag it stays open, but It repeats these two errors over and over:
Getwork() failed with error code 1
getblockcount() failed with error code 1

I'm not sure whats wrong...
I've set the datacoin wallet to setgenerate true 0 and its open...
Any other ideas?
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
December 11, 2013, 03:30:19 PM
 #51


Thanks ig0tik3d, but I already tried the -getwork tag with no success.
with that tag it stays open, but It repeats these two errors over and over:
Getwork() failed with error code 1
getblockcount() failed with error code 1

I'm not sure whats wrong...
I've set the datacoin wallet to setgenerate true 0 and its open...
Any other ideas?
Try adding to the datacoin.conf file rpcallowip=127.0.0.1 then restart the datacoin wallet and run the miner again with the -getwork parameter.
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 11, 2013, 03:49:59 PM
 #52

Mumus, any eta on linux version?
MrMagic
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 11, 2013, 04:10:32 PM
 #53

Hey guys,
I'm having trouble getting this to work?
I've created a datacoind.conf file and put it in the datacoin directory.
I've added:

server=1
rpcallowip=*
rpcport=9199
rpcuser=USERNAME
rpcpassword=PASSWORD

to it and added a .bat file to the miner's folder with this:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD

It crashes with error "GetBlockTemplate mode requires -xpm parameter".
What am I missing? Can anyone give me the proper structure of the jhPrimeminer batch file?
For non-ATX version if that matters.

I got the miner from this link in this thread:
https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Any help is appreciated.
Thanks!
Code:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD -getwork

Thanks ig0tik3d, but I already tried the -getwork tag with no success.
with that tag it stays open, but It repeats these two errors over and over:
Getwork() failed with error code 1
getblockcount() failed with error code 1

I'm not sure whats wrong...
I've set the datacoin wallet to setgenerate true 0 and its open...
Any other ideas?

Check to make sure that port is open on your router if your miner is on a different network than your wallet.
cryptrol
Hero Member
*****
Offline Offline

Activity: 637
Merit: 500


View Profile
December 11, 2013, 04:12:37 PM
 #54

Hey guys,
I'm having trouble getting this to work?
I've created a datacoind.conf file and put it in the datacoin directory.
I've added:

server=1
rpcallowip=*
rpcport=9199
rpcuser=USERNAME
rpcpassword=PASSWORD

to it and added a .bat file to the miner's folder with this:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD

It crashes with error "GetBlockTemplate mode requires -xpm parameter".
What am I missing? Can anyone give me the proper structure of the jhPrimeminer batch file?
For non-ATX version if that matters.

I got the miner from this link in this thread:
https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Any help is appreciated.
Thanks!
Code:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD -getwork

Thanks ig0tik3d, but I already tried the -getwork tag with no success.
with that tag it stays open, but It repeats these two errors over and over:
Getwork() failed with error code 1
getblockcount() failed with error code 1

I'm not sure whats wrong...
I've set the datacoin wallet to setgenerate true 0 and its open...
Any other ideas?

Check to make sure that port is open on your router if your miner is on a different network than your wallet.
should be datacoin.conf
MrMagic
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 11, 2013, 04:17:56 PM
 #55

Hey guys,
I'm having trouble getting this to work?
I've created a datacoind.conf file and put it in the datacoin directory.
I've added:

server=1
rpcallowip=*
rpcport=9199
rpcuser=USERNAME
rpcpassword=PASSWORD

to it and added a .bat file to the miner's folder with this:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD

It crashes with error "GetBlockTemplate mode requires -xpm parameter".
What am I missing? Can anyone give me the proper structure of the jhPrimeminer batch file?
For non-ATX version if that matters.

I got the miner from this link in this thread:
https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Any help is appreciated.
Thanks!
Code:
jhPrimeminer.exe -o http://localhost:9199 -u USERNAME -p PASSWORD -getwork

Thanks ig0tik3d, but I already tried the -getwork tag with no success.
with that tag it stays open, but It repeats these two errors over and over:
Getwork() failed with error code 1
getblockcount() failed with error code 1

I'm not sure whats wrong...
I've set the datacoin wallet to setgenerate true 0 and its open...
Any other ideas?

Check to make sure that port is open on your router if your miner is on a different network than your wallet.
should be datacoin.conf

Just because you put the port in the datacoin.conf does not make it open on your router. You will need to go to your router administration page (192.168.1.1 for example) , and forward the port to your machine. Remember you will only need to forward the port if your miners are in a different network than your wallet.
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
December 11, 2013, 09:40:54 PM
 #56

Comeon guys, he doesnt need any ports open, he doesnt even need router in theory, hes mining on LOCALHOST - 127.0.0.1

mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
December 11, 2013, 09:46:14 PM
 #57

Mumus, any eta on linux version?

Almost done, still need some extra time because it's not stable. Because I need also some sleep I guess in about 12h I will try to push some sources out.
Snard
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
December 11, 2013, 09:56:55 PM
 #58

I would be happy to help if your looking for some beta testers.
MrMagic
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 11, 2013, 10:48:00 PM
 #59

Comeon guys, he doesnt need any ports open, he doesnt even need router in theory, hes mining on LOCALHOST - 127.0.0.1


Didn't notice he was mining on localhost. I know you don't need to open ports if on localhost which is why I put "if your miner is on a different network than your wallet".
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 12, 2013, 06:41:45 AM
 #60

I'm also waiting linux version, want to check some things...

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
Pages: « 1 2 [3] 4 5 6 7 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!