Pages:
Author

Topic: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash - page 2. (Read 4865 times)

sr. member
Activity: 503
Merit: 286
Is this real? Why isn't it listed on coinmarketcap?
member
Activity: 320
Merit: 18
nice project, good luck to your new coin!
full member
Activity: 574
Merit: 112
At first when I saw this project I said to myself "are you serious?"
But now I understand that many more buy those coins that are now cheaper!!! I would buy myself bitcoins for the future...
full member
Activity: 220
Merit: 100
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;
sr. member
Activity: 1022
Merit: 340
bitcoin cash now has super price, up to %25 up last 24 hours.
Yes, of course, to compare them not even really well. Quite different weight categories. Then the ratio distribution at 1:1000 speaks for itself. As everyone knows, the candy can be both delicious and not very tasty. Don't forget that.  Cool
full member
Activity: 220
Merit: 100
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

full member
Activity: 220
Merit: 100
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.
newbie
Activity: 42
Merit: 0
I like this project!
member
Activity: 320
Merit: 18
bitcoin cash now has super price, up to %25 up last 24 hours.
newbie
Activity: 125
Merit: 0
I’m glad that this project continues to live. This coin also has a chance
member
Activity: 320
Merit: 18
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 ?
member
Activity: 320
Merit: 18
Wow finaly bitcoin candy crush with premine. equihash is pretty good algo since it's gpu only.
Any exchange for dump this after fork?

there is CoinEx site for bitcoin candy exchange.
jr. member
Activity: 238
Merit: 2
I see your project is still quite new and hope it will develope strongly in the future. If I have a chance, I will be a part of your community
member
Activity: 392
Merit: 11

another fork of the biton, another PR on the name "bitcoin". It would be better to come up with a more original name.
newbie
Activity: 65
Merit: 0
Hello, can we talk with your developer? How we contact him directly?
sr. member
Activity: 672
Merit: 250
There are too many fork coins to make me feel the value of the main currency will decline.

This fork of BCash what are talking about where are these too many forks. Can you please share the links for those upcoming forks.
here with you he completely agrees. Very now there are a lot of forks and not only now, it from last year the fashion went. Here it is not known how many still will be such releases. Many users like free distribution, but to sense is not present.
newbie
Activity: 112
Merit: 0
ill be looking forward to see it guys,hope will working it right here,ill keep following on it
member
Activity: 320
Merit: 18
block explorer is not working, please check.
newbie
Activity: 126
Merit: 0
looks sound sweet about your project,lets see how is it,hope will run it well and soon it will popular in community
member
Activity: 224
Merit: 10
“Create Your Decentralized Life”
as I understand it, the project is unlikely to succeed. I do not believe in projects that are not interested in projects in which managers or the team do not communicate with potential investors.
Pages:
Jump to: