Author

Topic: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency - page 7004. (Read 9722493 times)

phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
Difficulty just changed to 3.44635085, block reward is now: 1111 / (1 + 3.44635085)^2 = 56.1961549627. I guess there is little point in solo mining now.
legendary
Activity: 1176
Merit: 1036
Dash Developer
New pool:
http://cpu-pool.net/xco/
Working fine. found 1 block ...
just some problems with diff and block count (today will fix it )


Added to the first post, thanks!
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
New pool:
http://cpu-pool.net/xco/
Working fine. found 1 block ...
just some problems with diff and block count (today will fix it )
member
Activity: 70
Merit: 10
Hmmm I can never tell how long I should be expecting a payout with a wallet miner.
legendary
Activity: 1176
Merit: 1036
Dash Developer
Is it me or difficulty is stuck at 1.00 for the last 2 hours? The network is around 100Mh/s, and we are solving blocks faster than every 5 minutes, shouldn't diff be higher?

Yeah, it's been around 12 hours now and difficulty changed only few times. In the code there is:

static const int64 nTargetTimespan = 24 * 60 * 60; // Xcoin: 1 day
static const int64 nTargetSpacing = 2.5 * 60; // Xcoin: 2.5 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

so interval between difficulty changes is 24 * 60 / 2.5 = 576 blocks. For me it looks like the target difficulty adjustment period is 1 day, not 1 hour.

You're correct.
full member
Activity: 204
Merit: 100
The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

Getting 100% rejects.

Thanks for checking it for me, I'll have to fix it later. Sorry folks.

I think I have it fixed now folks if anyone wants to try again. Thanks

AUTOMATIC PAYOUT DOESNOT WORKING,PLEASE FIX IT

Sorry once again my connection is so bad I can't even get logged into the pool never fear they will go out here shortly.
sr. member
Activity: 253
Merit: 250
Let's Boolberry
The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

Getting 100% rejects.

Thanks for checking it for me, I'll have to fix it later. Sorry folks.

I think I have it fixed now folks if anyone wants to try again. Thanks

AUTOMATIC PAYOUT DOESNOT WORKING,PLEASE FIX IT
hero member
Activity: 658
Merit: 500
Has anyone mining on the mining pool been able to cash out?
Neither auto payout or manual payout is working for me.
Also could not send support message though the website.
phm
full member
Activity: 378
Merit: 110
DATABLOCKCHAIN.IO SALE IS LIVE | MVP @ DBC.IO
Is it me or difficulty is stuck at 1.00 for the last 2 hours? The network is around 100Mh/s, and we are solving blocks faster than every 5 minutes, shouldn't diff be higher?

Yeah, it's been around 12 hours now and difficulty changed only few times. In the code there is:

static const int64 nTargetTimespan = 24 * 60 * 60; // Xcoin: 1 day
static const int64 nTargetSpacing = 2.5 * 60; // Xcoin: 2.5 minutes
static const int64 nInterval = nTargetTimespan / nTargetSpacing;

so interval between difficulty changes is 24 * 60 / 2.5 = 576 blocks. For me it looks like the target difficulty adjustment period is 1 day, not 1 hour.
hero member
Activity: 770
Merit: 500
any working  windows wallet ?
There is a link somewhere in the thread (page 3 if I remember right).

thanks , trying it now .
newbie
Activity: 38
Merit: 0
any working  windows wallet ?
There is a link somewhere in the thread (page 3 if I remember right).
legendary
Activity: 1176
Merit: 1036
Dash Developer
OK... unlimited money supply. Sad

 Well done.

Switching to something else.

You mean... mining has been useless so far?
Almost. Seems like developer focused so much on the new algos that he forgot to set the coin properly  Undecided
A fork in the future might help ...

Nope, it's limited to 84 million.

Unfortunately, we don't see this in the code.

I just saw that message. I'll fix that asap

Should we stop mining? Our already mined coins (90 so far in my case) will be valid after fixing the code?

No, you can keep mining. Everything will still be valid.
hero member
Activity: 770
Merit: 500
any working  windows wallet ?
newbie
Activity: 38
Merit: 0

Should we stop mining? Our already mined coins (90 so far in my case) will be valid after fixing the code?
The coins will be valid. Up to you weather keep mining or not.
legendary
Activity: 1176
Merit: 1036
Dash Developer
OK... unlimited money supply. Sad

 Well done.

Switching to something else.

You mean... mining has been useless so far?
Almost. Seems like developer focused so much on the new algos that he forgot to set the coin properly  Undecided
A fork in the future might help ...

Nope, it's limited to 84 million.

Unfortunately, we don't see this in the code.

I just saw that message. I'll fix that asap
legendary
Activity: 1232
Merit: 1001
OK... unlimited money supply. Sad

 Well done.

Switching to something else.

You mean... mining has been useless so far?
Almost. Seems like developer focused so much on the new algos that he forgot to set the coin properly  Undecided
A fork in the future might help ...

Nope, it's limited to 84 million.

Unfortunately, we don't see this in the code.
legendary
Activity: 1176
Merit: 1036
Dash Developer
Is it me or difficulty is stuck at 1.00 for the last 2 hours? The network is around 100Mh/s, and we are solving blocks faster than every 5 minutes, shouldn't diff be higher?

I notice this too.  Why isn't diff increasing?


- 5 minute block target
- 6 Confirms per transaction
- Difficulty re-targets every 60 minutes
- Block reward controlled by moores law ( 1111 / (diff+1 ^ 2))


Opps, updated that. It's every 576.0 blocks.
newbie
Activity: 38
Merit: 0
OK... unlimited money supply. Sad

 Well done.

Switching to something else.

You mean... mining has been useless so far?
Almost. Seems like developer focused so much on the new algos that he forgot to set the coin properly  Undecided
A fork in the future might help ...
legendary
Activity: 1232
Merit: 1001
OK... unlimited money supply. Sad

 Well done.

Switching to something else.

You mean... mining has been useless so far?

Pretty much.  How have you done?
legendary
Activity: 1176
Merit: 1036
Dash Developer
The Small Time Miner XCoin Pool
* http://xco.smalltimeminer.com
* Pplns Payouts. Full Block Rewards Rewards Including Tx Fees, 1% Pool Fee.
* Stratum Only: stratum+tcp://xco.smalltimeminer.com:3350

Pool should work, completely untested at this point, wasn't a miner available at the time and I won't even be able to test it myself for several hours, difficulty is still low so solo mining is probably the best option yet but its running if anyone wants to try it out.

Getting 100% rejects.

Thanks for checking it for me, I'll have to fix it later. Sorry folks.

I think I have it fixed now folks if anyone wants to try again. Thanks

Still reject. This is a CPU coin.


It's working for me! I added it to the list of pools.
Jump to: