Pages:
Author

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

full member
Activity: 154
Merit: 100
December 11, 2013, 05:15:48 AM
#42
linux pretty please?
member
Activity: 112
Merit: 10
December 11, 2013, 04: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?
newbie
Activity: 34
Merit: 0
December 11, 2013, 04:24:21 AM
#40
Quick question: is the chainsperday stat on the datacoin daemon supposed to give a reading when you are using an external miner?

I'm just wondering because mine is sitting at 0, other than that everything seems to be working correctly. I got a big boost from using the Sandy Bridge mpir on my i7 4770 as well.

No. The chains per day stat is generated by the internal mining code of the wallet.
hero member
Activity: 840
Merit: 1000
December 11, 2013, 04:08:30 AM
#39
Quick question: is the chainsperday stat on the datacoin daemon supposed to give a reading when you are using an external miner?

I'm just wondering because mine is sitting at 0, other than that everything seems to be working correctly. I got a big boost from using the Sandy Bridge mpir on my i7 4770 as well.
newbie
Activity: 34
Merit: 0
December 11, 2013, 03:55:35 AM
#38
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.
member
Activity: 112
Merit: 10
December 11, 2013, 03:49:43 AM
#37
Has somebody found any block with this miner yet?
5 and counting. Literally just got one 23 minutes ago.

How many PCs you got?
newbie
Activity: 34
Merit: 0
December 11, 2013, 03:40:20 AM
#36
Has somebody found any block with this miner yet?
5 and counting. Literally just got one 23 minutes ago.
newbie
Activity: 53
Merit: 0
December 11, 2013, 03:35:58 AM
#35
Has somebody found any block with this miner yet?
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 11, 2013, 02:08:42 AM
#34
seems that solo mining with home computers can be profitable again? Wink
newbie
Activity: 34
Merit: 0
December 10, 2013, 11:04:56 PM
#33
hero member
Activity: 637
Merit: 500
December 10, 2013, 05:46:35 PM
#32
Can someone explain this to me:

Datacoin allows anyone to place entire files permanently in its blockchain - so how long until someone uploads illegal material and then everyone who runs a Datacoin node can be arrested?
There is (at least) one wiki*eaks document (a leaked document) stored into the bitcoin blockchain.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 10, 2013, 03:41:04 PM
#31
Thank you mumus for fast reply!
sr. member
Activity: 291
Merit: 250
December 10, 2013, 11:14:20 AM
#30
Hi,
I've just updated the source at https://github.com/hg5fm/jhPrimeminer with some fixes related to what MrMagic suggested in his previous post.
Now the miner will accept "-getwork" command line parameter that can be used to do the classic solo mining using datacoin wallet and getwork protocol. It also should have some fix that may prevent the wallet crashing problem reported by some users.
A precompiled binary can be found here: https://mega.co.nz/#!mRMnSAwC!ZoAHgBVIMIOthnRQOq9ukRWWz-hvayNyshB1oXpHcXU
Compiling the source can be done using Visual Studio 2008/2010/2012/2013 or by installing the Windows SDK.
If someone doesn't want to install Visual Studio here is a little guide to compile it with windows SDK.
1. Download and install the Microsoft Windows SDK for Windows 7 from: http://www.microsoft.com/en-us/download/details.aspx?id=8279
2. Download and extract the jhPrimeminer source code from: https://github.com/hg5fm/jhPrimeminer/archive/master.zip
3. Open the "Windows SDK 7.1 Command Prompt"
4. Change the current directory to the extracted jhPrimeminer source location, for example:
Code:
cd C:\jhPrimeminer-master\src
5. Compile the miner with the following command:
Code:
msbuild primecoinMiner-vs2010.sln /t:Rebuild /p:Configuration=Release;Platform=x64
The jhPrimeminer.exe will be located under C:\jhPrimeminer-master\src\bin\ directory
In order to run it you will need also the mpir.dll which depends on MS Visual C++ runtime. One can be found in the jhPrimeminer-v8.2.zip mentioned above.
6. Run the miner
Code:
jhPrimeminer.exe -o http://127.0.0.1:11777 -u datacoinrpc -p rpcpassword -getwork
Of course replace the username and password with your values specified in the wallet's datacoin.conf

You may want to test that your miner and configuration works well using the datacoin  testnet network where the difficulty is very low so you can find block easily.
In order to do this run the latest wallet (I've compiled form the latest code today, earlier versions may not work on testnet) with the following command:
Code:
datacoin-qt.exe -testnet -rpcuser=datacoinrpc -rpcpassword=rpcpassword -rpcallowip=*.*.*.* -rpcport=11776
Then run the miner:
Code:
jhPrimeminer.exe -o http://127.0.0.1:11776 -u datacoinrpc -p rpcpassword -getwork


Regarding to building the miner with different compilation flags targeting some CPU features like AVX, SSE3, SSE4, etc., I've found no significant performance improvement in my tests.
More important is the version of the mpir.dll that is used by the miner which can lead to 20-30% improvements with specific CPUs.
A package of some precompiled mpir.dll can be found here:  https://mega.co.nz/#!DMdBCSII!ZYAYTzxeNJu_JzKVpUFNa01ehTYfHQHH_leijY28wbQ

I've also tried to solo mine datacoins with one of the Linux port of the jhPrimeminer that was forked form https://github.com/hg5fm/jhPrimeminer at an earlier stage. It should support getwork protocol but  looks like it is broken now. I'm working on the fix and will post and update when I have something.

member
Activity: 112
Merit: 10
December 10, 2013, 02:21:57 AM
#29
did anyone have active testnet node? my wallet in testnet cannot sync...

I just want to check my config is right, so I want test it in testnet.
hero member
Activity: 796
Merit: 505
December 09, 2013, 06:33:20 PM
#28
And lets say it:

Illegal content is only illegal from someones point of view.

We all agree that pedobear is bad guy, but we all agree that some documents should be acessible to all, even if some people say they are secret.

We are making free decentralised data service, which cant be closed that easily.

We are making Internet more free.



sr. member
Activity: 350
Merit: 250
DTC unofficial team
December 09, 2013, 06:05:24 PM
#27
Can someone explain this to me:

Datacoin allows anyone to place entire files permanently in its blockchain - so how long until someone uploads illegal material and then everyone who runs a Datacoin node can be arrested?

I answered this questions a lot of times. Firstly, all coins that support messages and small data can contain such content - Namecoin for example.
Secondly, files stored in blockchain are not just files on your harddrive - they're turned into blobs and encrypted into blockchain. You need special soft (wallet) to get these files, so it cannot be easily proved that you have some illegal content. I can write a program that takes definite bytes from Windows common files and writes them to file '1.jpg'. This program won't contain any such content, but if you run it, you can get illegal picture from windows common files. So do you think that all Windows users can be arrested in such a way? Smiley
newbie
Activity: 35
Merit: 0
December 09, 2013, 05:53:07 PM
#26
Can someone explain this to me:

Datacoin allows anyone to place entire files permanently in its blockchain - so how long until someone uploads illegal material and then everyone who runs a Datacoin node can be arrested?
hero member
Activity: 796
Merit: 505
December 09, 2013, 05:48:06 PM
#25
@MrMagic:

Good job!
I was able to sucessfully compile it with VS2013 in AVX & non-AVX versions.
newbie
Activity: 34
Merit: 0
December 09, 2013, 05:18:26 PM
#24
So we can make a private pool with someones wallet ?

Yes. I have 12 machines running on my one wallet.
sr. member
Activity: 476
Merit: 250
December 09, 2013, 05:16:48 PM
#23
So we can make a private pool with someones wallet ?
Pages:
Jump to: