Pages:
Author

Topic: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS - page 31. (Read 388610 times)

hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
I see checkpoint server run for CAP, but where is server for CAPP?

So if I understand correctly you're asking where the Checkpoint server is for the snapshot of Bottlecaps (CAP) that you took, edited out addresses, changed the staking perameters and renamed CAPP?

Just found, to compromise me, as revenge hacker send to my address 2M CAP.
when it need I send this amount to cryptopia.

I'm curious if this balance 'compromise' was deleted out of the final CAP-shot to make it into CAPP?

The BottleCaps 2.3.0 wallet loaded up seamlessly - Thanks again Tranz!

This address is mine, I not swap only 2M that hacker send and will return it as bounty or to Cryptopia.
@Tranz generate keys for CAPP checkpoint server and say that give you master key.
full member
Activity: 152
Merit: 100
I see checkpoint server run for CAP, but where is server for CAPP?

So if I understand correctly you're asking where the Checkpoint server is for the snapshot of Bottlecaps (CAP) that you took, edited out addresses, changed the staking perameters and renamed CAPP?

Just found, to compromise me, as revenge hacker send to my address 2M CAP.
when it need I send this amount to cryptopia.

I'm curious if this balance 'compromise' was deleted out of the final CAP-shot to make it into CAPP?




The BottleCaps 2.3.0 wallet loaded up seamlessly - Thanks again Tranz!
hero member
Activity: 982
Merit: 517
Nature decays, but Latinum lasts forever. RoA:102
I see checkpoint server run for CAP, but where is server for CAPP?
And CAP server create checkpoint every last block, may be you set at least 5-10 block maturity? (in CAPP I set 8. )

CAP have error in function uint256 AutoSelectSyncCheckpoint()
Code:
//have

while (pindex->pnext && (pindex->GetBlockTime() + CHECKPOINT_MAX_SPAN <= pindexBest->GetBlockTime() || pindex->nHeight + std::min(6, nCoinbaseMaturity - 20) <= pindexBest->nHeight))
            pindex = pindex->pnext;
        return pindex->GetBlockHash();

//must be

while (pindex->pprev && (pindex->nHeight + 8 > pindexBest->nHeight))
            pindex = pindex->pprev;
        return pindex->GetBlockHash();

//must be, var2 from Orbit coin

while(pindex->pprev && (pindex->nHeight + (int)GetArg("-checkpointdepth", CHECKPOINT_DEFAULT_DEPTH))
          > pindexBest->nHeight) pindex = pindex->pprev;
        return(pindex->GetBlockHash());

newbie
Activity: 78
Merit: 0
i think the new splash screen just caused me vision loss.

lol...

I like the new splash screen !  CAPP ON !!!
member
Activity: 227
Merit: 26
“BitCloud [BTDX]”
Version 2.3.0 is now out.

https://github.com/Tranz5/bottlecaps/releases/tag/2.3.0

This will generate the new coins at block 3,390,000. So if you are not on this version by that block, your node will fork off.  After more people get on this version, I will send a note to Cryptopia to upgrade. After the fork, I will send them the missing coins.

Any extra coins will be destroyed or used for Bounties. I'll let you guys decide what you want done with them


Thanks!




running Cool thx
dnp
full member
Activity: 401
Merit: 110
i think the new splash screen just caused me vision loss.

lol...

legendary
Activity: 1540
Merit: 1060
May the force bit with you.
After you are up to speed, just double check your block chain against this one.

http://www.presstab.pw/phpexplorer/CAP/index.php

If you match you are good.

newbie
Activity: 78
Merit: 0
i been a way for a while and not been able to come in here. i see now there is a new wallet so what i do with my coins on the old wallet? when i download and run this new wallet will my coins from the old wallet show up in this new wallet or i have to do something to get my old bottle cap coins? sorry for the questions i just not want to lose my bottle caps.

I am guessing we delete everything but our wallet.dat and restart the wallet and the old balance should show up.



I loaded the new program I did not delete the blockchain or any other files and it simply took off and updated.
hero member
Activity: 2730
Merit: 552
i been a way for a while and not been able to come in here. i see now there is a new wallet so what i do with my coins on the old wallet? when i download and run this new wallet will my coins from the old wallet show up in this new wallet or i have to do something to get my old bottle cap coins? sorry for the questions i just not want to lose my bottle caps.

I am guessing we delete everything but our wallet.dat and restart the wallet and the old balance should show up.

newbie
Activity: 78
Merit: 0
Version 2.3.0 is now out.

https://github.com/Tranz5/bottlecaps/releases/tag/2.3.0

This will generate the new coins at block 3,390,000. So if you are not on this version by that block, your node will fork off.  After more people get on this version, I will send a note to Cryptopia to upgrade. After the fork, I will send them the missing coins.

Any extra coins will be destroyed or used for Bounties. I'll let you guys decide what you want done with them


@Tranz - Is this the new version of the original bottlecap wallet and is is ready for public download?  

If so, do we start it up and let the blockchain update itself to the point that it can?  I guess what I am getting at is can we use the existing block chain we have and just start up this new wallet?

Thanks in advance

Either.  If you have a corrupted blockchain you'll need to resync.  If not, you can if you want or you can go just the new wallet.  I'm resyncing for an issue not due to the coin or the wallet.


I went ahead and downloaded it and fired it up again what I have.  Took about 20 min to update to block 3,365,305 and everything seems to be fine from what I can tell. 
legendary
Activity: 1033
Merit: 1005
Version 2.3.0 is now out.

https://github.com/Tranz5/bottlecaps/releases/tag/2.3.0

This will generate the new coins at block 3,390,000. So if you are not on this version by that block, your node will fork off.  After more people get on this version, I will send a note to Cryptopia to upgrade. After the fork, I will send them the missing coins.

Any extra coins will be destroyed or used for Bounties. I'll let you guys decide what you want done with them


@Tranz - Is this the new version of the original bottlecap wallet and is is ready for public download?  

If so, do we start it up and let the blockchain update itself to the point that it can?  I guess what I am getting at is can we use the existing block chain we have and just start up this new wallet?

Thanks in advance

Either.  If you have a corrupted blockchain you'll need to resync.  If not, you can if you want or you can go just the new wallet.  I'm resyncing for an issue not due to the coin or the wallet.
newbie
Activity: 78
Merit: 0
Version 2.3.0 is now out.

https://github.com/Tranz5/bottlecaps/releases/tag/2.3.0

This will generate the new coins at block 3,390,000. So if you are not on this version by that block, your node will fork off.  After more people get on this version, I will send a note to Cryptopia to upgrade. After the fork, I will send them the missing coins.

Any extra coins will be destroyed or used for Bounties. I'll let you guys decide what you want done with them


@Tranz - Is this the new version of the original bottlecap wallet and is is ready for public download?  

If so, do we start it up and let the blockchain update itself to the point that it can?  I guess what I am getting at is can we use the existing block chain we have and just start up this new wallet?

Thanks in advance
full member
Activity: 233
Merit: 100
i been a way for a while and not been able to come in here. i see now there is a new wallet so what i do with my coins on the old wallet? when i download and run this new wallet will my coins from the old wallet show up in this new wallet or i have to do something to get my old bottle cap coins? sorry for the questions i just not want to lose my bottle caps.
legendary
Activity: 1540
Merit: 1060
May the force bit with you.
Version 2.3.0 is now out.

https://github.com/Tranz5/bottlecaps/releases/tag/2.3.0

This will generate the new coins at block 3,390,000. So if you are not on this version by that block, your node will fork off.  After more people get on this version, I will send a note to Cryptopia to upgrade. After the fork, I will send them the missing coins.

Any extra coins will be destroyed or used for Bounties. I'll let you guys decide what you want done with them


Thanks!


legendary
Activity: 1033
Merit: 1005

So I downloaded the new wallet, got it synced up.  I did not do this before I sent Vampirus the proof of my cryptopia account.  I assume I send him one of the new address's inside this new wallet for the CAPP coins ?


You'll have to ask the dev... suggest in the coin's thread since this technically isn't CAPP...
newbie
Activity: 78
Merit: 0

So I downloaded the new wallet, got it synced up.  I did not do this before I sent Vampirus the proof of my cryptopia account.  I assume I send him one of the new address's inside this new wallet for the CAPP coins ?
newbie
Activity: 78
Merit: 0
What the hell is going on with this piece of shit PoS coin?

So someone got hacked or forked the network or whatever and now someone made another fork and we have to send CAP to them or sign a message or something to get CAPP?

This is a $100k marketcap coin. Ain't nobody got time for that...

CAPP not fork of CAP, fully new coin with initial distribution to CAP users, except exchanges and hacker addresses.
CAPP start in 2018 and may be never will be on exchange. If all yours CAP at home wallet, just keep reserve copy of wallet.dat

I am not sure what to do here I have:

7,445 in my personal wallet and
198,740 on Cryptopia

Are we waiting for a new CAP Wallet?
It would be helpful if someone can simply list what the actions are that are planned for.  There seems to be allot of CONDITIONS such as, if your on the list?  If you have only so much?  But it does not say where in either personal or exchage wallet... Etc. etc.

Please advise and thank you

CAP ≠ CAPP.

Different blockchains.

You do not need to get the new CAPP wallet but if you are in the top 250 wallets as of Nov something you have "free" CAPP coins, divided by 10.  i.e. 1 mill CAP equals 100k CAPP.  Same address so you'll need to import that address into the CAPP wallet.

As for CAP, Tranz is going to release a new wallet soon with a new fork slated for next month to fix the double spend attach issue and reimburse Cryptopia for it's lost coins.  CAP will still live on.

Awesome news !!!!
1. I sent proof to Vampirus just a few min ago with screen shots of my cryptopia account.  I am a newbie so the forum will not let me send images.  I had to use Lightshot for screen shots.
2. Where do I find the new CAPP wallet?  Is it live or still under test?

For whatever it is worth I started with Bottlecap and while its future is un-determined yet I have an affinity to the coin !!!
Thanks Tranz and everyone else for making this happen.
legendary
Activity: 1033
Merit: 1005
What the hell is going on with this piece of shit PoS coin?

So someone got hacked or forked the network or whatever and now someone made another fork and we have to send CAP to them or sign a message or something to get CAPP?

This is a $100k marketcap coin. Ain't nobody got time for that...

CAPP not fork of CAP, fully new coin with initial distribution to CAP users, except exchanges and hacker addresses.
CAPP start in 2018 and may be never will be on exchange. If all yours CAP at home wallet, just keep reserve copy of wallet.dat

I am not sure what to do here I have:

7,445 in my personal wallet and
198,740 on Cryptopia

Are we waiting for a new CAP Wallet?
It would be helpful if someone can simply list what the actions are that are planned for.  There seems to be allot of CONDITIONS such as, if your on the list?  If you have only so much?  But it does not say where in either personal or exchage wallet... Etc. etc.

Please advise and thank you

CAP ≠ CAPP.

Different blockchains.

You do not need to get the new CAPP wallet but if you are in the top 250 wallets as of Nov something you have "free" CAPP coins, divided by 10.  i.e. 1 mill CAP equals 100k CAPP.  Same address so you'll need to import that address into the CAPP wallet.

As for CAP, Tranz is going to release a new wallet soon with a new fork slated for next month to fix the double spend attach issue and reimburse Cryptopia for it's lost coins.  CAP will still live on.
newbie
Activity: 78
Merit: 0
I decide take richlist snapshot today. You anyway not get yours CAP from exchange.
I remove some inactive and exchange addresses. If you not find yours address let me know.



I have 198,740 on Cryptopia.  Am I suppose to check my deposit address from Cryptopia on this list?
Or is this a personal wallet list?   Sorry for the questions but not sure what I am checking for.

If you have 198,740 on Cryptopia  before November, 6 and send me proof, I give you 19874 CAPP
All CAPP coins is free bonus to active CAP users. CAP continue working.

Proof being send via IM. 

However, will cryptopia open back up again CAP?  Or will CAP die off to CAPP?   
Pages:
Jump to: