Bitcoin Forum
June 17, 2024, 06:16:21 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 »  All
  Print  
Author Topic: [ANN] Bitcoin Candy - Fork 1:1000 of Bitcoin Cash  (Read 4868 times)
zyrenhufalar11
Newbie
*
Offline Offline

Activity: 126
Merit: 0


View Profile
March 26, 2018, 09:23:28 AM
 #201

looks sound sweet about your project,lets see how is it,hope will run it well and soon it will popular in community
Bitcoin-Pro
Member
**
Offline Offline

Activity: 320
Merit: 18


View Profile WWW
March 28, 2018, 07:51:18 AM
 #202

block explorer is not working, please check.

refBitcoin.com - Bitcoin Marketing
vladivostokom
Newbie
*
Offline Offline

Activity: 112
Merit: 0


View Profile
March 30, 2018, 06:30:18 AM
 #203

ill be looking forward to see it guys,hope will working it right here,ill keep following on it
BtcVolcano
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
March 30, 2018, 06:46:50 AM
 #204

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.
ETP_mining_pool
Newbie
*
Offline Offline

Activity: 65
Merit: 0


View Profile WWW
March 30, 2018, 12:59:28 PM
 #205

Hello, can we talk with your developer? How we contact him directly?
SnowDawn
Member
**
Offline Offline

Activity: 392
Merit: 11


View Profile
March 30, 2018, 01:05:43 PM
 #206


another fork of the biton, another PR on the name "bitcoin". It would be better to come up with a more original name.
Nicholasa
Jr. Member
*
Offline Offline

Activity: 238
Merit: 2


View Profile
March 30, 2018, 01:20:18 PM
 #207

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
Bitcoin-Pro
Member
**
Offline Offline

Activity: 320
Merit: 18


View Profile WWW
April 07, 2018, 09:14:05 AM
 #208

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.

refBitcoin.com - Bitcoin Marketing
Bitcoin-Pro
Member
**
Offline Offline

Activity: 320
Merit: 18


View Profile WWW
April 18, 2018, 06:48:45 AM
 #209

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 ?

refBitcoin.com - Bitcoin Marketing
alex7308
Newbie
*
Offline Offline

Activity: 125
Merit: 0


View Profile
April 21, 2018, 03:11:55 PM
 #210

I’m glad that this project continues to live. This coin also has a chance
Bitcoin-Pro
Member
**
Offline Offline

Activity: 320
Merit: 18


View Profile WWW
April 23, 2018, 01:05:39 PM
 #211

bitcoin cash now has super price, up to %25 up last 24 hours.

refBitcoin.com - Bitcoin Marketing
Pcgamer34
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
April 23, 2018, 04:52:05 PM
 #212

I like this project!
gusterdd
Full Member
***
Offline Offline

Activity: 220
Merit: 100


View Profile
April 30, 2018, 12:32:22 PM
 #213

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.

Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
gusterdd
Full Member
***
Offline Offline

Activity: 220
Merit: 100


View Profile
May 01, 2018, 01:16:08 PM
Last edit: May 01, 2018, 03:50:40 PM by gusterdd
 #214

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


Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
BtcMan2009
Sr. Member
****
Offline Offline

Activity: 1022
Merit: 340



View Profile
May 01, 2018, 03:25:54 PM
 #215

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
gusterdd
Full Member
***
Offline Offline

Activity: 220
Merit: 100


View Profile
May 02, 2018, 01:55:39 AM
Last edit: May 02, 2018, 02:12:27 AM by gusterdd
 #216

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;

Interest : Mining Rig, Bitcoin, Litecoin, Ethereum, Monero, Dash, Bitshare
HenryRoo
Full Member
***
Offline Offline

Activity: 574
Merit: 112



View Profile
May 02, 2018, 06:42:10 AM
Last edit: May 02, 2018, 06:54:52 AM by HenryRoo
 #217

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...
Bitcoin-Pro
Member
**
Offline Offline

Activity: 320
Merit: 18


View Profile WWW
May 04, 2018, 06:24:38 AM
 #218

nice project, good luck to your new coin!

refBitcoin.com - Bitcoin Marketing
ulhaq
Sr. Member
****
Offline Offline

Activity: 503
Merit: 286


View Profile
May 04, 2018, 01:30:58 PM
 #219

Is this real? Why isn't it listed on coinmarketcap?
Bitcoin-Pro
Member
**
Offline Offline

Activity: 320
Merit: 18


View Profile WWW
May 08, 2018, 07:23:12 AM
 #220

Is this real? Why isn't it listed on coinmarketcap?

this is not bitcoin fork. it's cheap bitcoin cash fork.

refBitcoin.com - Bitcoin Marketing
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!