Pages:
Author

Topic: [ANN] [BUK] CryptoBuck Official Notes BUK2.1.1 -->New ChainStart 2017-02-01 - page 11. (Read 89130 times)

legendary
Activity: 1672
Merit: 1010
so what happens with the coins that have glitched?  whoever did that does not deserve to profit from it, will they be removed or blacklisted?
legendary
Activity: 2268
Merit: 1092
Quick suggestion - please exclude cryptobuckd from being uploaded to git. The majority of the 18MB source archive is this executable...
full member
Activity: 161
Merit: 100
Version 1.3.1 Now Available


HardFork coming - Please update your client to version 1.3.1
Official Compiled Versions for both English and Chinese:
http://cryptobuck.com/clientrepository/CryptoBuckV1.3.1-WindowsQT.exe
http://cryptobuck.com/clientrepository/CryptoBuckV1.3.1.chinese-WindowsQT.exe
Official Source:
https://github.com/CryptoBuck/CryptoBuck

Current Height:http://buk.cryptocoinexplorer.com/


Remaining Peers Needing Update:


We are continuing to code version 2.0 which will include many enhancements and code base updates. This version is to address and
include "CoinBase Reward Exploit" as mentioned in prior posts. Mining Fee with Checkblock has tested as working and has been coded
back into source with upcoming block 205000.
  // Check coinbase reward
    if (vtx[0].GetValueOut() > (IsProofOfWork()? (GetProofOfWorkReward(pindex->nHeight) + nFees) : 0))
        return DoS(50, error("CheckBlock() : coinbase reward exceeded %s > %s", 
           FormatMoney(vtx[0].GetValueOut()).c_str(),
           FormatMoney(IsProofOfWork()? GetProofOfWorkReward(pindex->nHeight) : 0).c_str()));
    // ppcoin: track money supply and mint amount info

As originally launched,
the Chinese Compiles will be included with all updates now and in the future.  Once this current version 1.3.1 is running successfully
on the POW/POS chain, we will reach out to the exchanges looking for a Cryptsy Replacement.  If any Markets Chinese or American
would like to contact us, please email [email protected]

Looking Forward to continued success,
CryptoBuck Team
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
Looks like soon we will see fixed 1.3.1 version, hardfork after 205000 block.
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
If set PoS rate to 200% and set max PoS reward to 11 coin - it is same inflation as in original specification.
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
I think developer can not use mining fee with checkblok, in some other coins, fee not give to miner, just destroyed. In BUK, developer remove check block reward.
I modify original check function to work with fee.
legendary
Activity: 1672
Merit: 1010
I fix check reward in test version and resynch. All block good until 169778.
Just add some code in function "bool CBlock::ConnectBlock"
Code:
...
    // Check coinbase reward
    if (vtx[0].GetValueOut() > (IsProofOfWork()? (GetProofOfWorkReward(pindex->nHeight) + nFees) : 0))
        return DoS(50, error("CheckBlock() : coinbase reward exceeded %s > %s", 
           FormatMoney(vtx[0].GetValueOut()).c_str(),
           FormatMoney(IsProofOfWork()? GetProofOfWorkReward(pindex->nHeight) : 0).c_str()));
    // ppcoin: track money supply and mint amount info
...

What about change PoS rate to 12, 50, 100, or 200%?

unless those rogue PoW blocks can be removed, i dont see how this coin could be saved.

If intention is to go PoS only then the most needed change PoS would be to reduce the eligibility for stake from 30 days to maybe 1 day, as it will take a lot of time to get the network going again should that address that been staking nonstop for years come to a halt. 
Interest does not need to be increased unless you only want a coin with short term life, no one wants to buy a coin that explodes to billions supply be worthless in 6 months like some "superturbohyperstakingmegasproutscoin2"  Cheesy, only good for scam exchanges that end up owning most of the coins and then use the stake for regular income off their users. (why do so many of these ridiculous interest coins originate with cryptsy or their associated?)

I dont have much hope for coin after all the stalling tactics from cryptsy on shifting it out maintenance, but it would be interesting to see someone could come up with a clean solution that removes the rogue generated coins in the blockchain without breaking it.

This exploit you have found reminds me of those other cryptsy coins like CENT pennies and LGD legendarycoin that were contain glitches that were secretly exploited then dumped, which was likely by members of the cryptsy team themselves, given what has been revealed so far about those crooks.  Perhaps the same idea planned for BUK but the wallet guy had already run off before they could get the wallet working to profit from it?  There was a very unusual promotion of it for a short period where i'm guessing cryptsy had "sponsored" the coin with 1 BTC to pump the price but the wallet was not working so they could deposit any new coins into the system.
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
I fix check reward in test version and resynch. All blocks good until 169778.
Just add some code in function "bool CBlock::ConnectBlock"
Code:
...
    // Check coinbase reward
    if (vtx[0].GetValueOut() > (IsProofOfWork()? (GetProofOfWorkReward(pindex->nHeight) + nFees) : 0))
        return DoS(50, error("CheckBlock() : coinbase reward exceeded %s > %s",  
           FormatMoney(vtx[0].GetValueOut()).c_str(),
           FormatMoney(IsProofOfWork()? GetProofOfWorkReward(pindex->nHeight) : 0).c_str()));
    // ppcoin: track money supply and mint amount info
...

What about change PoS rate to 12, 50, 100, or 200%?
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
I think developer must create new version with check reward and reject all blocks after 1 December 2015. Now almost all blocks PoS.

Cryptopia reject BUK, because I ask suspend BUK until new fixed version. If developer disappear, I can create new fixed version.
newbie
Activity: 33
Merit: 0
Bad news for BUK.
Developer - scammer (may be).
Or may be because of weak code, everyone can hack BUK.
Function CheckBlock, not check POW reward.

Blocks:
169778
....
169820
generated 36663 BUK, summary 403K
Check it yourself.
http://buk.cryptocoinexplorer.com/transaction?transaction=f7439d1cb494c2ce5ea6f4a5e78aaaab4f4c968a74e49cbf3c2c267ddb63ad74

And what's next??? Thats all??? Finita la comedia???
All coins to trash bin???

Cryptopia rejected BUK
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
I think developer delete check coinbase reward intentionally.
code
Code:
// Check coinbase reward
if (vtx[0].GetValueOut() > (IsProofOfWork()? (GetProofOfWorkReward(nBits) - vtx[0].GetMinFee() + MIN_TX_FEE) : 0))
   return DoS(50, error("CheckBlock() : coinbase reward exceeded %s > %s", 
           FormatMoney(vtx[0].GetValueOut()).c_str(),
           FormatMoney(IsProofOfWork()? GetProofOfWorkReward(nBits) : 0).c_str()));
was in Novacoin since Aug 23 2012. https://github.com/novacoin-project/novacoin/commit/2a4202a1545f86a78afc41d5641ed596f90356b2
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
Bad news for BUK.
Developer - scammer (may be).
Or may be because of weak code, everyone can hack BUK.
Function CheckBlock, not check POW reward.

Blocks:
169778
169779
169784
169787
169789
169798
169801
169801
169804
169805
169820
generated 36663 BUK, summary 403K
Check it yourself.
http://buk.cryptocoinexplorer.com/transaction?transaction=f7439d1cb494c2ce5ea6f4a5e78aaaab4f4c968a74e49cbf3c2c267ddb63ad74
hero member
Activity: 588
Merit: 503
Congrats on cryptopia!

Pool still available and running at https://hobbyistpool.ddns.net/cryptobuck
legendary
Activity: 1672
Merit: 1010
Hurray!
BUK on cryptopia
Last Winner: CryptoBucks(BUK) - 500010 DOT votes

nice sadly too late, this was one of the first coins Cryptsy kept permanently in maintenance starting nearly nearly 2 years ago, even with all the necessary information provided many times to them over that period, they did absolutely nothing to get the wallet back up and running they ignored it.

Congrats with winning on Cryptopia, it looks like a good exchange Smiley

newbie
Activity: 33
Merit: 0
Hurray!
BUK on cryptopia
Last Winner: CryptoBucks(BUK) - 500010 DOT votes
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
working nodes on default port:
203.20.114.252
76.95.178.229
167.160.36.176
70.163.93.56
full member
Activity: 126
Merit: 100
I have tried to synchronized my wallet but without success. Is there a good list with working nodes?
newbie
Activity: 33
Merit: 0
Because so little voting on Cryptopia for BUK, I propose another way
https://www.cryptopia.co.nz/Forum/Thread/492
Depend on current day price it is "only" 0.075BTC

Need 8 BUK community members - each 0.01 - not so much
Who contribute???
1. I
2.
....
full member
Activity: 203
Merit: 100
Not sure if there is enough interest for this coin to find a new market now that Cryptsy has failed.

Looks like quite a few Alts will not find new markets to trade on now.

Also it seems that my 125,000+ BUK are now only good for a coin collection. Cheesy

Oh well, If anyone wants some BUK  i will sell them for 0.00002000 BTC each

25,000   BUK = 0.50000000 BTC
50,000   BUK = 1.00000000 BTC
125,000 BUK = 2.50000000 BTC
full member
Activity: 203
Merit: 100
Looks like this coin is on the brink now ?
Pages:
Jump to: