Pages:
Author

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

legendary
Activity: 910
Merit: 1000
PHS 50% PoS - Stop mining start minting
December 12, 2013, 05:09:12 AM
#62
Hi,
Regarding to the Linux miner I've just found out that my last day work was a little useless because tandyuk in his repository already merged the relevant changes to a different branch that works also with datacoin. Source is here: https://github.com/tandyuk/jhPrimeminer/tree/mumu-v8
Building instructions can be found also there. (This version doesn't requires the "-getwork" parameter)
There are still problems with solo mining on the Linux builds in general because of some communication problems with the wallet. Each request to the wallet takes at least 2 sec and the connection is not closed correctly as a result the miner doesn't gets the new block notification in time and also may result in crashing the wallet. I'm working on fixing this issue.

-M


Thanks mumus!
sr. member
Activity: 291
Merit: 250
December 12, 2013, 04:31:14 AM
#61
Hi,
Regarding to the Linux miner I've just found out that my last day work was a little useless because tandyuk in his repository already merged the relevant changes to a different branch that works also with datacoin. Source is here: https://github.com/tandyuk/jhPrimeminer/tree/mumu-v8
Building instructions can be found also there. (This version doesn't requires the "-getwork" parameter)
There are still problems with solo mining on the Linux builds in general because of some communication problems with the wallet. Each request to the wallet takes at least 2 sec and the connection is not closed correctly as a result the miner doesn't gets the new block notification in time and also may result in crashing the wallet. I'm working on fixing this issue.

-M
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 12, 2013, 02:41:45 AM
#60
I'm also waiting linux version, want to check some things...
newbie
Activity: 34
Merit: 0
December 11, 2013, 06: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".
full member
Activity: 140
Merit: 100
December 11, 2013, 05:56:55 PM
#58
I would be happy to help if your looking for some beta testers.
sr. member
Activity: 291
Merit: 250
December 11, 2013, 05: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.
hero member
Activity: 796
Merit: 505
December 11, 2013, 05: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
newbie
Activity: 34
Merit: 0
December 11, 2013, 12: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.
hero member
Activity: 637
Merit: 500
December 11, 2013, 12: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
newbie
Activity: 34
Merit: 0
December 11, 2013, 12: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.
full member
Activity: 140
Merit: 100
December 11, 2013, 11:49:59 AM
#52
Mumus, any eta on linux version?
sr. member
Activity: 291
Merit: 250
December 11, 2013, 11:30:19 AM
#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.
sr. member
Activity: 350
Merit: 250
Vires in Numeris
December 11, 2013, 10:34:37 AM
#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?
legendary
Activity: 1246
Merit: 1000
December 11, 2013, 09:33:32 AM
#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
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 11, 2013, 09:33:17 AM
#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
sr. member
Activity: 350
Merit: 250
Vires in Numeris
December 11, 2013, 09:30:55 AM
#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!
hero member
Activity: 724
Merit: 500
December 11, 2013, 09:05:39 AM
#46
I've just checked the logs, the diff was 9.6.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 11, 2013, 08:32:33 AM
#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...
hero member
Activity: 724
Merit: 500
December 11, 2013, 08:25:00 AM
#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.
sr. member
Activity: 291
Merit: 250
December 11, 2013, 05: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
Pages:
Jump to: