Author

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

newbie
Activity: 52
Merit: 0
legendary
Activity: 1232
Merit: 1001
- Block reward controlled by moores law ( 1111 / (diff+1 ^ 2))

This is not working, right? I'm getting 500 coins as reward
see all function in source )))

Code:
 
 int64 static GetBlockValue(int nBits, int64 nFees)
{
    double dDiff =
        (double)0x0000ffff / (double)(nBits & 0x00ffffff);

    int64 nSubsidy = (1111 / (pow((dDiff+1),2)));
    if (nSubsidy > 500) nSubsidy = 500;
    if (nSubsidy < 1) nSubsidy = 1;
    nSubsidy *= COIN;

    return nSubsidy + nFees;
}

so i guess we have unlimited coins, dind't find your 84 mio max coins there !!!!!!!

Code:
static const int64 MAX_MONEY = 84000000 * COIN;
--> COINS that can be max in wallet/transaction - this has almost nothing to do with the cap, because the COIN cap is calculated from the blockvalue!!

Code:
if (txout.nValue > MAX_MONEY)
            return state.DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));

that checks transactions for MAX_MONEY but there isn't any check that prevents us from mining more than 84 mio coins !!



face palm (in dev face)
hero member
Activity: 784
Merit: 1005
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))


It hasn't changed for the last 3-4 hours
sr. member
Activity: 371
Merit: 250
- Block reward controlled by moores law ( 1111 / (diff+1 ^ 2))

This is not working, right? I'm getting 500 coins as reward
see all function in source )))

Code:
 
 int64 static GetBlockValue(int nBits, int64 nFees)
{
    double dDiff =
        (double)0x0000ffff / (double)(nBits & 0x00ffffff);

    int64 nSubsidy = (1111 / (pow((dDiff+1),2)));
    if (nSubsidy > 500) nSubsidy = 500;
    if (nSubsidy < 1) nSubsidy = 1;
    nSubsidy *= COIN;

    return nSubsidy + nFees;
}

so i guess we have unlimited coins, dind't find your 84 mio max coins there !!!!!!!

Code:
static const int64 MAX_MONEY = 84000000 * COIN;
--> COINS that can be max in wallet/transaction - this has almost nothing to do with the cap, because the COIN cap is calculated from the blockvalue!!

Code:
if (txout.nValue > MAX_MONEY)
            return state.DoS(100, error("CTransaction::CheckTransaction() : txout.nValue too high"));

that checks transactions for MAX_MONEY but there isn't any check that prevents us from mining more than 84 mio coins !!

member
Activity: 98
Merit: 10
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))
legendary
Activity: 1232
Merit: 1001
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?
hero member
Activity: 784
Merit: 1005
legendary
Activity: 1232
Merit: 1001
hero member
Activity: 784
Merit: 1005
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?
legendary
Activity: 1176
Merit: 1036
Dash Developer
beta version standalone cpu miner for Xcoin
https://github.com/ig0tik3d/xcoin-cpuminer

testnet dont work ... and i cant test cpuminer for finded blocks.. on minenet seems work fine but with amd a5800 with 2 threads probability find block solo is to low ))  if someone find block with this version cpu miner please write in thread about this))

example start
Code:
minerd -a X11 -o http://127.0.0.1:1234 -u 123 -p 1234567890qwertyuiop
don't forget set -a X11

p.s. win64 binary
https://mega.co.nz/#!2NhWVY4B!VU837WCDc6TIhyaLE22k22CppvUFMxRAri8JOFJiHJ8

https://www.virustotal.com/en/file/c94c0e346d51a44f9cc49adf0307da207d5c6d38994b60079912b6f5ca05efdc/analysis/1390124842/
some antivirus says it's virus but ... it's false alert..

p.s.s
address for donations ))
XjMcvp5LamEiVcnqjBq9ktGPkjrSL1BWHd

awesome. now time for a pool.

I'm working on this right now
legendary
Activity: 1176
Merit: 1036
Dash Developer
Finally, a WINDOWS Wallet. It is too late to solo mine with a CPU NOW. !!!!
Not true, my extremely lucky i7-4820K just mined two blocks (183286 hashes/s, 7 threads).

Nice hashrate, that's the highest I've seen
hero member
Activity: 784
Merit: 1005
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.

I guess the XCO/Day is not correct, right?
newbie
Activity: 32
Merit: 0
hero member
Activity: 750
Merit: 500
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

Think I found the first block (YAY!!) Smiley
sr. member
Activity: 322
Merit: 250
Supersonic
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.

Are you using the modified miner from an earlier page? 

minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u username.worker -p password -t 4

is what I am trying to use , but it won't let me connect.

[2014-01-20 00:10:44] Stratum connection failed: Failed to connect to xco.smalltimeminer.com port 3350: Connection refused
[2014-01-20 00:10:44] ...retry after 30 seconds

is the error I am getting.

EDIT
OK, it just connected and has given me a yay!

Thanks BigAl , looks like you got it working Cheesy



My apologies for the initial issues, I'm traveling today making it difficult to debug anything, now to find that first block!

Good work. Sending my (puny) hashrate that way.
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

Still reject. This is a CPU coin.

Are you using the modified miner from an earlier page? 

minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u username.worker -p password -t 4

is what I am trying to use , but it won't let me connect.

[2014-01-20 00:10:44] Stratum connection failed: Failed to connect to xco.smalltimeminer.com port 3350: Connection refused
[2014-01-20 00:10:44] ...retry after 30 seconds

is the error I am getting.

EDIT
OK, it just connected and has given me a yay!

Thanks BigAl , looks like you got it working Cheesy



My apologies for the initial issues, I'm traveling today making it difficult to debug anything, now to find that first block!
member
Activity: 64
Merit: 10
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.

Are you using the modified miner from an earlier page? 

minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u username.worker -p password -t 4

is what I am trying to use , but it won't let me connect.

[2014-01-20 00:10:44] Stratum connection failed: Failed to connect to xco.smalltimeminer.com port 3350: Connection refused
[2014-01-20 00:10:44] ...retry after 30 seconds

is the error I am getting.

EDIT
OK, it just connected and has given me a yay!

Thanks BigAl , looks like you got it working Cheesy

hero member
Activity: 784
Merit: 1005
Difficulty increased to 1, so reward is 277 now?

It should, but I'm still seeing 500.

Now I saw a 277 block
member
Activity: 64
Merit: 10
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.

Are you using the modified miner from an earlier page? 

minerd -a X11 -o stratum+tcp://xco.smalltimeminer.com:3350 -u username.worker -p password -t 4

is what I am trying to use , but it won't let me connect.

[2014-01-20 00:10:44] Stratum connection failed: Failed to connect to xco.smalltimeminer.com port 3350: Connection refused
[2014-01-20 00:10:44] ...retry after 30 seconds

is the error I am getting.
hero member
Activity: 784
Merit: 1005
Difficulty increased to 1, so reward is 277 now?

It should, but I'm still seeing 500.
Jump to: