Bitcoin Forum
May 27, 2024, 12:25:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: [Datacoin] Pool developer needed! Rewards and discussion  (Read 4533 times)
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 09, 2013, 06:50:54 AM
 #21

I think you can point jhProtominer at Datacoin-qt, not sure.

If anyone wants to try:

Help -> Debug console -> Console and type in: setgenerate true 0

Then point the miner at the ip:port.

Will test aswell soon

-mstfck

I tried to point jhProtominer at a local datacoind without luck. I am trying all this stuff on linux CLI, and don't have a QT wallet built yet as I am on a mac.

All the versions of jhProtominer that I found are trying to use the "x.pushthrough(xpt) protocol" , I thought DTC required the getwork method now?



just now - yes, only getwork.

Would that mean that a whole new miner has to be built or....?

No, the first bitcoin pool miners were made with getwork.
But i am pretty sure we can use a x.pushthrough proxy for mining. More efficent, and i am looking into 'getblocktemplate' instead of getwork. It is more easier to use, and provides more information.

I found a jhPrimeminer source that can be used to mine datacoins. https://github.com/hg5fm/jhPrimeminer.

The only changes I had to make were adding transaction.h and transaction.cpp to the project and setting useGetBlockTemplate = false. I compiled using x64-AVX in Visual Studio 2012 Express.

To start mining you need to open the debug console on your server wallet and put "setgenerate true 0". Now you can point your miner at the wallet and start mining.

I tested on testnet with a few PCs and watched the mined blocks roll in. I have been running on mainnet on all my PCs for about 24 hours and I mined one block so far.

Cool!! Do you know who owns this repo?

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
MrMagic
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
December 09, 2013, 07:03:19 AM
 #22

I think you can point jhProtominer at Datacoin-qt, not sure.

If anyone wants to try:

Help -> Debug console -> Console and type in: setgenerate true 0

Then point the miner at the ip:port.

Will test aswell soon

-mstfck

I tried to point jhProtominer at a local datacoind without luck. I am trying all this stuff on linux CLI, and don't have a QT wallet built yet as I am on a mac.

All the versions of jhProtominer that I found are trying to use the "x.pushthrough(xpt) protocol" , I thought DTC required the getwork method now?



just now - yes, only getwork.

Would that mean that a whole new miner has to be built or....?

No, the first bitcoin pool miners were made with getwork.
But i am pretty sure we can use a x.pushthrough proxy for mining. More efficent, and i am looking into 'getblocktemplate' instead of getwork. It is more easier to use, and provides more information.

I found a jhPrimeminer source that can be used to mine datacoins. https://github.com/hg5fm/jhPrimeminer.

The only changes I had to make were adding transaction.h and transaction.cpp to the project and setting useGetBlockTemplate = false. I compiled using x64-AVX in Visual Studio 2012 Express.

To start mining you need to open the debug console on your server wallet and put "setgenerate true 0". Now you can point your miner at the wallet and start mining.

I tested on testnet with a few PCs and watched the mined blocks roll in. I have been running on mainnet on all my PCs for about 24 hours and I mined one block so far.

Cool!! Do you know who owns this repo?

I believe mumus owns the repo. I also just mined another block so it is definitely working Cheesy.
Zorrosv
Member
**
Offline Offline

Activity: 70
Merit: 10

Designer


View Profile
December 09, 2013, 08:04:34 AM
 #23

So many good news! It's wonderful if it's true!

If you need a help with website development - just write me! We would have the best pool! Yeah!

DTC: DT8McJ9kaBZN4s3jH5o4ZkSZF1rJ4JQEWX
MarcusDe
Hero Member
*****
Offline Offline

Activity: 796
Merit: 505



View Profile WWW
December 09, 2013, 08:12:07 AM
 #24

Haha, 10 days of mining on few machines, maybe 40 cores total and no single block. Thats bad bad luck :-/
or there is hidden pool.

tubbyjr
Full Member
***
Offline Offline

Activity: 182
Merit: 100


View Profile
December 09, 2013, 08:48:29 AM
 #25

Could be bad luck, but I think it's more likely that there's a large amount of computing power behind DTC.
mpjetta
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 09, 2013, 07:25:10 PM
 #26

Did anyone happen to find a compatible linux port of the jhPrimeminer source working for datacoin?
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 09, 2013, 08:17:17 PM
 #27

Did anyone happen to find a compatible linux port of the jhPrimeminer source working for datacoin?
Mumus told that he will implement some fixes to current Linux port of jhPrimeminer and release build instructions for it shortly.

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
mpjetta
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
December 09, 2013, 08:41:48 PM
 #28

Did anyone happen to find a compatible linux port of the jhPrimeminer source working for datacoin?
Mumus told that he will implement some fixes to current Linux port of jhPrimeminer and release build instructions for it shortly.

Awesome news.
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
December 10, 2013, 06:50:28 AM
 #29

We need a pool asap.

Radix - just imagine
Sharky444
Hero Member
*****
Offline Offline

Activity: 724
Merit: 500


View Profile
December 10, 2013, 07:20:55 AM
 #30

I found a jhPrimeminer source that can be used to mine datacoins. https://github.com/hg5fm/jhPrimeminer.

The only changes I had to make were adding transaction.h and transaction.cpp to the project and setting useGetBlockTemplate = false. I compiled using x64-AVX in Visual Studio 2012 Express.

To start mining you need to open the debug console on your server wallet and put "setgenerate true 0". Now you can point your miner at the wallet and start mining.

I tested on testnet with a few PCs and watched the mined blocks roll in. I have been running on mainnet on all my PCs for about 24 hours and I mined one block so far.

How to compile it on linux?

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

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 10, 2013, 07:28:57 AM
 #31

I found a jhPrimeminer source that can be used to mine datacoins. https://github.com/hg5fm/jhPrimeminer.

The only changes I had to make were adding transaction.h and transaction.cpp to the project and setting useGetBlockTemplate = false. I compiled using x64-AVX in Visual Studio 2012 Express.

To start mining you need to open the debug console on your server wallet and put "setgenerate true 0". Now you can point your miner at the wallet and start mining.

I tested on testnet with a few PCs and watched the mined blocks roll in. I have been running on mainnet on all my PCs for about 24 hours and I mined one block so far.

How to compile it on linux?


https://bitcointalk.org/index.php?topic=344860.msg3895599#msg3895599

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
sugarkey
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 10, 2013, 10:10:01 AM
 #32

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.
mumus
Sr. Member
****
Offline Offline

Activity: 291
Merit: 250



View Profile
December 11, 2013, 08:32:18 AM
 #33

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.

Hi,
In case you are still interested I have a fully synchronized node on 84.228.200.63 and I'm also connected to 2 additional nodes: 144.76.123.194, 108.61.57.80.
sugarkey
Member
**
Offline Offline

Activity: 112
Merit: 10


View Profile
December 11, 2013, 08:55:13 AM
 #34

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.

Hi,
In case you are still interested I have a fully synchronized node on 84.228.200.63 and I'm also connected to 2 additional nodes: 144.76.123.194, 108.61.57.80.

That's very useful, thanks very much!!
Teka
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
December 11, 2013, 07:04:12 PM
 #35

Any movement on this? I've had no luck for quite a while now.
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 11, 2013, 07:21:09 PM
 #36

Any movement on this? I've had no luck for quite a while now.
Do you use jhPrimeminer from 'external miner released' thread?

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

Activity: 840
Merit: 1000



View Profile
December 11, 2013, 07:43:22 PM
 #37

Any movement on this? I've had no luck for quite a while now.
Do you use jhPrimeminer from 'external miner released' thread?

I used the one in this guide: https://cryptocointalk.com/topic/1630-guide-how-to-mine-datacoin-using-digital-ocean/ which I believe on git could be found here: https://github.com/foo1inge/datacoin-hp
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 11, 2013, 08:12:11 PM
 #38

Any movement on this? I've had no luck for quite a while now.
Do you use jhPrimeminer from 'external miner released' thread?

I used the one in this guide: https://cryptocointalk.com/topic/1630-guide-how-to-mine-datacoin-using-digital-ocean/ which I believe on git could be found here: https://github.com/foo1inge/datacoin-hp
If you're working with Windows, please use that
https://bitcointalk.org/index.php?topic=364205.0
or that
https://bitcointalk.org/index.php?topic=347296.0

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
starwater
Newbie
*
Offline Offline

Activity: 5
Merit: 0


View Profile
December 16, 2013, 12:57:08 AM
 #39

Any updates on a pool? I've been solomining and found around 6 blocks in the last week, but I haven't gotten in the past 2 days...
maxsolnc (OP)
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


DTC unofficial team


View Profile WWW
December 16, 2013, 04:33:32 PM
 #40

Any updates on a pool? I've been solomining and found around 6 blocks in the last week, but I haven't gotten in the past 2 days...
try this one:
https://bitcointalk.org/index.php?topic=371865.0

DTC: DMcKNp47fNtgM7sritK9GfJEQ1DzME5nwk
BTC: 1FgUGra685ZwkrX5VnRvfaYp4bHJhC7x4H
Pages: « 1 [2]  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!