Pages:
Author

Topic: [Datacoin] Pool developer needed! Rewards and discussion (Read 4546 times)

sr. member
Activity: 350
Merit: 250
DTC unofficial team
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://bitcointalksearch.org/topic/dtc-digital-ocean-vpn-guide-for-mining-datacoin-at-first-new-pool-371865
newbie
Activity: 5
Merit: 0
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...
hero member
Activity: 840
Merit: 1000
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
sr. member
Activity: 350
Merit: 250
DTC unofficial team
Any movement on this? I've had no luck for quite a while now.
Do you use jhPrimeminer from 'external miner released' thread?
hero member
Activity: 840
Merit: 1000
Any movement on this? I've had no luck for quite a while now.
member
Activity: 112
Merit: 10
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!!
sr. member
Activity: 291
Merit: 250
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.
member
Activity: 112
Merit: 10
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.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
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://bitcointalksearch.org/topic/m.3895599
hero member
Activity: 724
Merit: 500
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?
hero member
Activity: 724
Merit: 500
We need a pool asap.
newbie
Activity: 28
Merit: 0
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.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
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.
newbie
Activity: 28
Merit: 0
Did anyone happen to find a compatible linux port of the jhPrimeminer source working for datacoin?
full member
Activity: 182
Merit: 100
Could be bad luck, but I think it's more likely that there's a large amount of computing power behind DTC.
hero member
Activity: 796
Merit: 505
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.
member
Activity: 70
Merit: 10
Designer
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!
newbie
Activity: 34
Merit: 0
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.
sr. member
Activity: 350
Merit: 250
DTC unofficial team
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?
Pages:
Jump to: