Bitcoin Forum
June 21, 2024, 07:34:28 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 10 11
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash on: June 16, 2018, 09:22:44 AM
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
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash on: May 09, 2018, 05:59:29 AM
/*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
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash on: May 02, 2018, 01:55:39 AM
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;
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash on: May 01, 2018, 01:16:08 PM
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

5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash on: April 30, 2018, 12:32:22 PM
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.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FRESHCOIN new PHASE 2/Freshcoin for 1$ in games/First game on Google Play on: February 26, 2018, 02:09:14 AM
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$"
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FRESHCOIN PHASE 2/Freshcoin for 1$ in games/First game on Google Play on: December 26, 2017, 03:53:26 PM
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.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] FRESHCOIN PHASE 2/Freshcoin for 1$ in games/First game on Google Play on: April 22, 2017, 03:12:03 AM
which node is active ?
I will run this with bitcoin node.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: March 16, 2017, 02:40:32 PM
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 ?
10  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [DASH] Dash Price and Trade Discussion Thread [UNMODERATED] on: March 03, 2017, 04:32:43 AM



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
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: March 03, 2017, 03:55:00 AM


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.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: March 02, 2017, 12:55:36 AM

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.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: March 01, 2017, 05:03:00 PM
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.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: March 01, 2017, 10:33:58 AM

@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.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: March 01, 2017, 10:12:25 AM
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.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: February 28, 2017, 10:03:38 AM


Ripple sit down to give #3 rank to Dash.
 Smiley
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: February 27, 2017, 12:59:11 PM
Slack -> dash nation -> masternodes

to tao, moocowmoo, etc

check my message please.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: February 25, 2017, 04:06:38 AM
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.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][DASH] Dash (dash.org) | First Self-Funding Self-Governing Crypto Currency on: February 24, 2017, 04:50:00 AM
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
20  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [DASH] Dash Price and Trade Discussion Thread [UNMODERATED] on: February 24, 2017, 03:40:49 AM



Meet with litecoin, new fellow.

Wow, Crazy.
Pages: [1] 2 3 4 5 6 7 8 9 10 11
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!