Search content
Sort by

Showing 20 of 210 results by gusterdd
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash
by
gusterdd
on 16/06/2018, 09:22:44 UTC
I have been syncing CDY for nearly a month, still behind.  With the upgrade, i had to download new wallet and start syncing again.
Is there any blockchain.zip to download?
Any other persons having trouble syncing?
thx

Upgrade to latest program
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash
by
gusterdd
on 09/05/2018, 05:59:29 UTC
/*if the last 10 blocks are generated in 5 minutes, we tripple the difficulty of the average of the last 10 blocks*/
if(height>nNewRuleHeight && sum_last10_time <= 5*60)   

    arith_uint256 avg_last10_target;
    avg_last10_target = sum_last10_target/10;
    if(next_target > avg_last10_target/3)  next_target = avg_last10_target/3;   
}


New pow function will solve block time fluctuation. Thanks Devs.  Wink
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash
by
gusterdd
on 02/05/2018, 01:55:39 UTC
candy need to change pow function.
ref) https://steemit.com/cdy/@bluejaytodd/bitcoin-candy-pow-function

chainparams.cpp
https://github.com/bitcoincandyofficial/bitcoincandy/blob/master/src/chainparams.cpp
 ################################################
        consensus.nZawyLwmaAveragingWindow = 60;

     change from 60 to 20  : decrease averaging window

        consensus.nZawyLwmaAveragingWindow = 20;

     //This(20) make change block time to 2 minute more faster.



pow.cpp
https://github.com/bitcoincandyofficial/bitcoincandy/blob/master/src/pow.cpp
unsigned int LwmaCalculateNextWorkRequired(const CBlockIndex* pindexPrev, const Consensus::Params& params)

 ################################################
        sum_time += solvetime * nWeight;  // Weighted solvetime sum. The nearsest blocks get the most weight.
        change to k^2 weight
        sum_time += solvetime * nWeight * nWeight;  // Weighted solvetime sum. The nearsest blocks get the most weight. with k^2 weight

 ################################################
 // Keep t reasonable in case strange solvetimes occurred.
// sum( k ) is N(N+1)/2
// next_target could be divided by 10 under extreme case

    if (sum_time < N * N * T / 2 /10) {
        sum_time = N * N * T /2 /10;
    }

change to k^2 weight pattern

 // Keep t reasonable in case strange solvetimes occurred.
// sum( k^2 ) is N(N+1)(2N+1)/6
// next_target could be divided by 100 under extreme case
    
if (sum_time < N * N * 2 * N * T /6 / 100) {
        sum_time = N * N * 2 * N * T /6 / 100 ;
    }

 ################################################
    arith_uint256 next_target = 2 * (sum_time/(N*(N+1)))* (sum_target/N) * adjust/T; // next_target = LWMA * avgTarget * adjust /T;

change to k^2 weight pattern

    arith_uint256 next_target = 6 * (sum_time/(N*(N+1)*(2*N+1)) )* (sum_target/N) * adjust/T; // next_target = LWMA * avgTarget * adjust /T;
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash
by
gusterdd
on 01/05/2018, 13:16:08 UTC
https://github.com/bitcoincandyofficial/bitcoincandy/blob/master/src/pow.cpp

cdy need to change follow function :
LwmaCalculateNextWorkRequired


// Keep t reasonable in case strange solvetimes occurred.
if (sum_time < N * N * T / 20) {
    sum_time = N * N * T / 20;
}

to

// Keep t reasonable in case strange solvetimes occurred.
if (sum_time < N * N * T / 200) {
    sum_time = N * N * T / 200;
}

You can change 200 to 500~600. It will make block time 2 minute faster under hash pumpping.
If cdy change upper function, it reduce block time flucuation.  Check my blog :
https://steemit.com/cdy/@bluejaytodd/18-5-1


581683block  9:17
581646block  9:08   8.2 faster block time

581645block 8:08
581624block 7:53    2.8 faster block time

581623block 7:21
581567block 7:12    12.4 faster block time

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash
by
gusterdd
on 30/04/2018, 12:32:22 UTC
NEWS :
2018/04/14:CDY will perform a hard fork upgrade at block height 573123 (about April 20, UTC time). The updated DAA algorithm can deal with fluctuations of hashrate much better. Please update the node as soon as possible.

that means there will be fork of Bitcoin Candy ?

Cdy need to change differculty program. please remove differculty sudden drop  in next hard fork.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FRESHCOIN new PHASE 2/Freshcoin for 1$ in games/First game on Google Play
by
gusterdd
on 26/02/2018, 02:09:14 UTC
Make FRSH active again !!

Need hard fork

Tx fee to be almost zero

Miner reward increasing
(1% coin number inflation per year)

And make developer incentive !!

accept "1frsh is not 1$"
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FRESHCOIN PHASE 2/Freshcoin for 1$ in games/First game on Google Play
by
gusterdd
on 26/12/2017, 15:53:26 UTC
yes they will be returned...do not worry...I asked months ago for coin returns...nobody answers...but they are on safe place...will be returned
ok Wink

Ok let's activate frsh again. I will add node again.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] FRESHCOIN PHASE 2/Freshcoin for 1$ in games/First game on Google Play
by
gusterdd
on 22/04/2017, 03:12:03 UTC
which node is active ?
I will run this with bitcoin node.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 16/03/2017, 14:40:32 UTC
Rebuying DASH sub 76$.

you're going to wait forever. you must have panicked lol and you thought it will also dip down to that level so you are preparing to buy back yet it didn't went down to $75. $80 seem a perfect price to buy, you just missed it. i only have few USD but somehow i managed to buy btc for my dash investment.

I saw dash price rise to 100 usd yesterday.

        market cap
BTC   20,000 m$
ETH    3,600 m$
DASH    700 m$

Is it possible Dash 7,000 m$  at the end of this year ?
Post
Topic
Board Speculation (Altcoins)
Re: [DASH] Dash Price and Trade Discussion Thread [UNMODERATED]
by
gusterdd
on 03/03/2017, 04:32:43 UTC



Dash become 4th score.
Speculator show pumpping and dumpping.
Peak value show mid-term target price to dash.
My analysis was wrong : hold coin as long as possible.
Big pumpping is bad for long time holder.
BTC is real winner now
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 03/03/2017, 03:55:00 UTC


Dash become 4th score.
Speculator show pumpping and dumpping.
Peak value show mid-term target price to dash.
My analysis was wrong : hold coin as long as possible.
Big pumpping is bad for long time holder.
BTC is real winner now.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 02/03/2017, 00:55:36 UTC

refer) newbium.com

Dash become real 3rd crypto .
If you have extra-money, buy BTC and Dash.
If you like eth, buy etc and eth.
Hold as long as possible.
(It is also hard to me to hold coin)

taoofsatoshi youtube show :
https://www.youtube.com/watch?v=yndPt92Xm0U

Many masternodes would be sent to capitalist.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 01/03/2017, 17:03:00 UTC
I'm a grown man and for the first time in many years, I cried today.

Some of you may remember me as a very early adopter of, "Darkcoin".  At one point, I owned about 10% of outstanding coins and gave away thousands to help jump start things.

Somewhere along the way, for various reasons, I stopped believing in DASH.  What a huge fucking mistake that was.

So here I am.  I am here to apologize for getting it wrong and to congratulate each of you (especially Evan) for sticking with DASH and getting it right.

I have a pit in my stomach because if I would have been smart, my little boys would never have to take out a loan for college when that day comes.  And yet I fucked up.  Big time.

Hopefully this post allows me to one day forgive myself for being so fucking stupid and short sighted.

Congratulations to you all.

Keep your chin up MyFarm, Dash is just 3 yrs old. Just imagine where it will be by the time your children are old enough for collage! In my case I am hoping that each of my children can get a Dash masternode and that will get them through their university times. I am struggling to buy a few dash and ever so slowly build up to the next masternode. Hopefully this will pay off some time down the road, it sure has been a wise decision this far. There is still plenty of time to start and build ever so slowly. Don't listen to the clowns trying to trash talk Dash, do what your heart tells you.

It isn't late.
toknormal ddlink7 analysis show the direction.
I respect their opinion.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 01/03/2017, 10:33:58 UTC

@toknormal if this breakout is confirmed it gives me a target of ~0.052

Do you think that number is realistic?

All bets are off now. I am temporarily suspending my predictive capabilities to sit back and spectate  Cheesy

There will of course be retraces but when and where is anyone's guess. I reduce my exposure at 24 absolutely convinced we were headed for a major retrace, then had to scramble to get back in as it took off again. Thanked my lucky stars I happened to be at my desk at the time. I won't be doing that again.

The thing is, this isn't the first time Dash has tested these altitudes against bitcoin - it's the fourth. Also, Dash as an asset hasn't parachuted in from nowhere, it's been sitting in the top 5 for years so the revaluation isn't some pump & dump.

It's time-served Wink

to brainshutdown
hold as long as possible,
For masternode owner, it is hard to hold .
Masternode operator supported dash price.
From today capitalist collect masternode's coin.
Capitalist always win the game. Capitalist target would be more high.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 01/03/2017, 10:12:25 UTC
Dash is under  the capitalist's control from today.
Masternode owner's dash coins are sent to capitalist by high price.
Hold your coin as long as possible.

evolution :
In this year dash team shoud set asset account to receive masternode reward with small amount of dash.It is hard holding 1000 dash for  many person.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 28/02/2017, 10:03:38 UTC


Ripple sit down to give #3 rank to Dash.
 Smiley
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 27/02/2017, 12:59:11 UTC
Slack -> dash nation -> masternodes

to tao, moocowmoo, etc

check my message please.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 25/02/2017, 04:06:38 UTC
I think masternode number decrease after pumpping.
But this week the number don't decrease,..
Does the number decrease, if Dash price pump to 100$ ?
 (My thought is increasing continuously....  now.)  
 strange to me
 strange to me .... only change owner, change hands.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency
by
gusterdd
on 24/02/2017, 04:50:00 UTC
Dash marketcap now at 185.6 million, if this continues i could see myself doing another happy dance real soon...

https://bitcointalk.org/index.php?topic=1736249.msg17957740#msg17957740



BTC DASH pumpping state
Post
Topic
Board Speculation (Altcoins)
Re: [DASH] Dash Price and Trade Discussion Thread [UNMODERATED]
by
gusterdd
on 24/02/2017, 03:40:49 UTC



Meet with litecoin, new fellow.

Wow, Crazy.