Author

Topic: |ANN| DAS - Decentralized and Secure. Private Send. Masternodes. - page 151. (Read 153952 times)

sr. member
Activity: 322
Merit: 250
I don't really have any idea how to mine DAS and even if I had I don't have a mining rig. (if a nVidia 650 is sufficient and there is a detailed guide how to mine under linux, I would try)
Is there any other way to get the 1000 DAS for the masternode? Can I just buy it? Is it traded anywhere or any ICO, maybe airdrop coming?

Thanks.
full member
Activity: 140
Merit: 100
What's the total supply of DAS coin?

~ 18 900 000 coins
For 18,9m coins of total supply it's too easy to mine your coin dev. In my opinion, if it's not too late, need to recalculate the difficulty of mining in to decrease side to make DAS more rare.

What is actually done in the source code.
Code:
    if(nPrevHeight > 4500 || Params().NetworkIDString() != CBaseChainParams::MAIN) dDiff = ConvertBitsToDouble(nPrevBits);

    CAmount nSubsidy = 0;
    if(nPrevHeight >= 5465) {
        if((nPrevHeight >= 17000 && dDiff > 75) || nPrevHeight >= 24000) { // GPU/ASIC difficulty calc
            // 2222222/(((x+2600)/9)^2)
            nSubsidy = (2222222.0 / (pow((dDiff+2600.0)/9.0,2.0)));
            if (nSubsidy > 25) nSubsidy = 25;
            if (nSubsidy < 5) nSubsidy = 5;
        } else { // CPU mining calc
            nSubsidy = (11111.0 / (pow((dDiff+51.0)/6.0,2.0)));
            if (nSubsidy > 500) nSubsidy = 500;
            if (nSubsidy < 25) nSubsidy = 25;
        }
    } else {
        nSubsidy = (1111.0 / (pow((dDiff+1.0),2.0)));
        if (nSubsidy > 500) nSubsidy = 500;
        if (nSubsidy < 1) nSubsidy = 1;
sr. member
Activity: 1344
Merit: 252
What's the total supply of DAS coin?

~ 18 900 000 coins
For 18,9m coins of total supply it's too easy to mine your coin dev. In my opinion, if it's not too late, need to recalculate the difficulty of mining in to decrease side to make DAS more rare.
full member
Activity: 140
Merit: 100
First payments from the pool:

DTCkXXkS34aFKwp5U4HTDkjcGWec87zLkG (40.59462531)
DUUJ53jCqWQKTW7tN58ywyMP7ZmP95ZkZF (68.58764587)
DLsGYZoxaAm9RoHyvV5x6sUEiEUo2ak6rQ (12865.08736048)
D8pJCWYZjGaHMYqyEAgoGPsmZbayKDB1gM (18804.27695818)
DDebKsNSAseBVp4CS9iLZNec12eifXo7LK (25242.83442301)
DAE2KiStLQACAebEVcTZ9povEdqP6r76cB (29797.05506394)
DDccHu8LnCzdL61R82oH8ZmNvcZe1GoS2x (30855.28810017)
DD5WyTA1jmmBrRdtGPK774BaBdXRoL694U (33705.03986993)
DRzdz1ANf1Rj4QEk4gwkbB7gbY5ivkjrYp (57018.22373231)
legendary
Activity: 1162
Merit: 1000
Very interesting, I want to mine it.
member
Activity: 99
Merit: 10
Can you show us real quick on how to run the masternode, or is that "start mixing" button is for ?
full member
Activity: 140
Merit: 100
What's the total supply of DAS coin?

~ 18 900 000 coins
sr. member
Activity: 1344
Merit: 252
What's the total supply of DAS coin?
full member
Activity: 173
Merit: 100
Look at this guy post history fucked up last coin(  https://bitcointalk.org/index.php?topic=1912728.0 )and left community with nothing.Also involded in other shit coins , watch out !

thank you for share the important information ! the BTT manager should lock this ID
full member
Activity: 140
Merit: 100
New DAS  (2% fee): (x11)
http://lpool.name/

-o stratum+tcp://lpool.name:3533 -u -p c=DAS

Bounty/Donate: DAE2KiStLQACAebEVcTZ9povEdqP6r76cB (DAS)

Node list: http://lpool.name/explorer/peers?id=1721
Explorer: http://lpool.name/explorer/DAS


thanks

Status: 33 confirmations
Date: 28.06.2017 10:47
To: DAE2KiStLQACAebEVcTZ9povEdqP6r76cB
Debit: -3000.00000000 DAS
Transaction fee: -0.00013600 DAS
Net amount: -3000.00013600 DAS
Transaction ID: 6c70fe9e72c395d88b41c34bb0fe48a2a466ac1c5a2579949bf8f2ae8852f2ff-000
full member
Activity: 532
Merit: 101
Look at this guy post history fucked up last coin(  https://bitcointalk.org/index.php?topic=1912728.0 )and left community with nothing.Also involded in other shit coins , watch out !

hmm I'm missing tons of communication in that topic, as to why that coin failed. thnx for pointing that out
sr. member
Activity: 420
Merit: 250
"Proof-of-Asset Protocol"
New DAS  (2% fee): (x11)
http://lpool.name/

-o stratum+tcp://lpool.name:3533 -u -p c=DAS

Bounty/Donate: DAE2KiStLQACAebEVcTZ9povEdqP6r76cB (DAS)

Node list: http://lpool.name/explorer/peers?id=1721
Explorer: http://lpool.name/explorer/DAS
member
Activity: 99
Merit: 10
Waiting for mining pool, hopefully with high diff port
hero member
Activity: 700
Merit: 500
No anything new, no future, bro.
full member
Activity: 140
Merit: 100
is the developer same like credits ? i see it similiar with dynamic but with other algorithm.

how manyoin we need to set masternodes ?

1000 DAS
sr. member
Activity: 770
Merit: 258
The Standart Protocol - Solving Inflation
is the developer same like credits ? i see it similiar with dynamic but with other algorithm.

how manyoin we need to set masternodes ?
full member
Activity: 140
Merit: 100
getting this error when trying to mine

Empty data received in json_rpc_call.
get_work failed, retry after 30 seconds

getwork removed bitcoin core and dash source code. setgenerate true comand line start cpu mining
newbie
Activity: 10
Merit: 0
getting this error when trying to mine

Empty data received in json_rpc_call.
get_work failed, retry after 30 seconds
full member
Activity: 140
Merit: 100
{
  "blocks": 1303,
  "currentblocksize": 1000,
  "currentblocktx": 0,
  "difficulty": 0.002627082905741701,
  "errors": "",
  "genproclimit": 1,
  "networkhashps": 71338.71654373025,
  "pooledtx": 0,
  "testnet": false,
  "chain": "main",
  "generate": true
}
sr. member
Activity: 588
Merit: 422
How many people are behind this project?
Jump to: