|
Lauda
Legendary
Offline
Activity: 2674
Merit: 2965
Terminated.
|
|
November 14, 2013, 06:10:10 PM |
|
I'll update the petition with this, thank you for the share.
|
"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks" 😼 Bitcoin Core ( onion)
|
|
|
Majormax
Legendary
Offline
Activity: 2534
Merit: 1129
|
|
November 14, 2013, 09:34:11 PM |
|
How many 'signs' do we need before they consider it? 300 should be enough. I guess it will fall way short, but will be interesting to see how many supporters there are.
|
|
|
|
mercSuey
|
|
November 14, 2013, 09:58:36 PM |
|
Well, I know for a fact there are people who own CGB and have no clue what bitcointalk.org is...hell, they don't even know what BTC-e is.
The market cap should speak for itself over time.
|
|
|
|
rampalija
|
|
November 14, 2013, 11:03:52 PM |
|
How many 'signs' do we need before they consider it? 300 should be enough. I guess it will fall way short, but will be interesting to see how many supporters there are. i think that there are more supporters than they will sign up, maybe some percentage ppl dont know about anket
|
|
|
|
xmast
Newbie
Offline
Activity: 44
Merit: 0
|
|
November 15, 2013, 06:52:10 AM |
|
Let's hope that we buy at the right time. And it is the currency that will go into growth I believe mercSuey . And wish him (and us along with it) good luck
|
|
|
|
ethought
Legendary
Offline
Activity: 1316
Merit: 1000
|
|
November 15, 2013, 09:37:00 AM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you.
|
|
|
|
mercSuey
|
|
November 15, 2013, 09:51:38 AM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you. You probably just need to download the blockchain from start. If you go to the debug console and type the command getcheckpoint, the output needs to be:  { "synccheckpoint" : "000000001da3185b0b68ac3499084fd96e95487f62700f5ffd040bd8b4d58398", "height" : 183993, "timestamp" : "2013-11-02 20:45:11 UTC" } If not, then close your client and go to your data folder and delete the blk0001.dat, blkindex.dat, and peers.dat files. Don't touch your wallet.dat file. Then restart your client. Your client should start to download the blockchain from start. And don't be alarmed if your balance is incorrect. It will be okay once the blockchain is downloaded completely. Let me know how it goes. And thanks for the support.
|
|
|
|
ethought
Legendary
Offline
Activity: 1316
Merit: 1000
|
|
November 15, 2013, 11:09:24 AM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you. You probably just need to download the blockchain from start. If you go to the debug console and type the command getcheckpoint, the output needs to be:  { "synccheckpoint" : "000000001da3185b0b68ac3499084fd96e95487f62700f5ffd040bd8b4d58398", "height" : 183993, "timestamp" : "2013-11-02 20:45:11 UTC" } If not, then close your client and go to your data folder and delete the blk0001.dat, blkindex.dat, and peers.dat files. Don't touch your wallet.dat file. Then restart your client. Your client should start to download the blockchain from start. And don't be alarmed if your balance is incorrect. It will be okay once the blockchain is downloaded completely. Let me know how it goes. And thanks for the support. It was a fresh install from source last night. I get this from getcheckpoint: { "synccheckpoint" : "000002655a721555160ea9bcb1072faf63ff0c8dffed173d60b1d3556a134dc1", "height" : 0, "timestamp" : "2013-06-27 16:52:05 UTC" } I can delete the blockchain and peers file but shouldn't a fresh install from last night have received the correct data anyway?
|
|
|
|
mercSuey
|
|
November 15, 2013, 11:18:56 AM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you. You probably just need to download the blockchain from start. If you go to the debug console and type the command getcheckpoint, the output needs to be:  { "synccheckpoint" : "000000001da3185b0b68ac3499084fd96e95487f62700f5ffd040bd8b4d58398", "height" : 183993, "timestamp" : "2013-11-02 20:45:11 UTC" } If not, then close your client and go to your data folder and delete the blk0001.dat, blkindex.dat, and peers.dat files. Don't touch your wallet.dat file. Then restart your client. Your client should start to download the blockchain from start. And don't be alarmed if your balance is incorrect. It will be okay once the blockchain is downloaded completely. Let me know how it goes. And thanks for the support. It was a fresh install from source last night. I get this from getcheckpoint: { "synccheckpoint" : "000002655a721555160ea9bcb1072faf63ff0c8dffed173d60b1d3556a134dc1", "height" : 0, "timestamp" : "2013-06-27 16:52:05 UTC" } I can delete the blockchain and peers file but shouldn't a fresh install from last night have received the correct data anyway? It's a timing thing as the client is downloading the block chain. Sometimes the checkpoint data is skipped over for whatever reason. Seems to be a Win7 thing, but I'm not sure.
|
|
|
|
ethought
Legendary
Offline
Activity: 1316
Merit: 1000
|
|
November 15, 2013, 11:20:28 AM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you. You probably just need to download the blockchain from start. If you go to the debug console and type the command getcheckpoint, the output needs to be:  { "synccheckpoint" : "000000001da3185b0b68ac3499084fd96e95487f62700f5ffd040bd8b4d58398", "height" : 183993, "timestamp" : "2013-11-02 20:45:11 UTC" } If not, then close your client and go to your data folder and delete the blk0001.dat, blkindex.dat, and peers.dat files. Don't touch your wallet.dat file. Then restart your client. Your client should start to download the blockchain from start. And don't be alarmed if your balance is incorrect. It will be okay once the blockchain is downloaded completely. Let me know how it goes. And thanks for the support. It was a fresh install from source last night. I get this from getcheckpoint: { "synccheckpoint" : "000002655a721555160ea9bcb1072faf63ff0c8dffed173d60b1d3556a134dc1", "height" : 0, "timestamp" : "2013-06-27 16:52:05 UTC" } I can delete the blockchain and peers file but shouldn't a fresh install from last night have received the correct data anyway? It's a timing thing as the client is downloading the block chain. Sometimes the checkpoint data is skipped over for whatever reason. Seems to be a Win7 thing, but I'm not sure. Hmm, using Debian 7 64 bit server not Win7
|
|
|
|
mercSuey
|
|
November 15, 2013, 11:23:14 AM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you. You probably just need to download the blockchain from start. If you go to the debug console and type the command getcheckpoint, the output needs to be:  { "synccheckpoint" : "000000001da3185b0b68ac3499084fd96e95487f62700f5ffd040bd8b4d58398", "height" : 183993, "timestamp" : "2013-11-02 20:45:11 UTC" } If not, then close your client and go to your data folder and delete the blk0001.dat, blkindex.dat, and peers.dat files. Don't touch your wallet.dat file. Then restart your client. Your client should start to download the blockchain from start. And don't be alarmed if your balance is incorrect. It will be okay once the blockchain is downloaded completely. Let me know how it goes. And thanks for the support. It was a fresh install from source last night. I get this from getcheckpoint: { "synccheckpoint" : "000002655a721555160ea9bcb1072faf63ff0c8dffed173d60b1d3556a134dc1", "height" : 0, "timestamp" : "2013-06-27 16:52:05 UTC" } I can delete the blockchain and peers file but shouldn't a fresh install from last night have received the correct data anyway? It's a timing thing as the client is downloading the block chain. Sometimes the checkpoint data is skipped over for whatever reason. Seems to be a Win7 thing, but I'm not sure. Hmm, using Debian 7 64 bit server not Win7 I've honestly never seen it on a fresh install, come to think of it. But I'll definitely research it. Perhaps happening on a Deb 7 64 bit is a hint...
|
|
|
|
rampalija
|
|
November 15, 2013, 11:17:46 PM |
|
Then i dont know a solution to your problem
|
|
|
|
jt7382
|
|
November 16, 2013, 03:16:59 AM |
|
Did I miss some news today? Price up almost 80%?
|
|
|
|
mercSuey
|
|
November 16, 2013, 04:10:37 AM Last edit: November 16, 2013, 04:29:18 AM by mercSuey |
|
Did I miss some news today? Price up almost 80%?
Maybe people are realizing that it's one of a few legitimate, non-shady altcoins outside of the major alts trading on Cryptsy. Or maybe people are realizing that with the Bitcoin regulation meetings to take place next month, and the possibility of a Bit License being required not just by businesses offering virtual currencies as a payment option, but also by a representative of the development team of a virtual currency as well. And that the registration fee is a non-trivial amount, that many of these virtual currencies and their 'teams' will be forced to disappear so to maintain their (shady) anonymity. And maybe people know that such a Bit License would be a non-issue for CB...that I could take care of it quite easily and happily. I would applaud it actually. Good riddance to all these shady mother fuckers making coins. Or maybe it's just people trying to buy something there's not much of... Or maybe... http://www.marketwatch.com/story/ny-regulator-considers-bitcoin-regulation-license-2013-11-14
|
|
|
|
jt7382
|
|
November 16, 2013, 04:45:18 AM |
|
Did I miss some news today? Price up almost 80%?
Maybe people are realizing that it's one of a few legitimate, non-shady altcoins outside of the major alts trading on Cryptsy. Or maybe people are realizing that with the Bitcoin regulation meetings to take place next month, and the possibility of a Bit License being required not just by businesses offering virtual currencies as a payment option, but also by a representative of the development team of a virtual currency as well. And that the registration fee is a non-trivial amount, that many of these virtual currencies and their 'teams' will be forced to disappear so to maintain their (shady) anonymity. And maybe people know that such a Bit License would be a non-issue for CB...that I could take care of it quite easily and happily. I would applaud it actually. Good riddance to all these shady mother fuckers making coins. Or maybe it's just people trying to buy something there's not much of... Or maybe... http://www.marketwatch.com/story/ny-regulator-considers-bitcoin-regulation-license-2013-11-14So no news then, okay.
|
|
|
|
Killiz
|
|
November 16, 2013, 05:41:58 AM |
|
Did I miss some news today? Price up almost 80%?
Maybe people are realizing that it's one of a few legitimate, non-shady altcoins outside of the major alts trading on Cryptsy. Or maybe people are realizing that with the Bitcoin regulation meetings to take place next month, and the possibility of a Bit License being required not just by businesses offering virtual currencies as a payment option, but also by a representative of the development team of a virtual currency as well. And that the registration fee is a non-trivial amount, that many of these virtual currencies and their 'teams' will be forced to disappear so to maintain their (shady) anonymity. And maybe people know that such a Bit License would be a non-issue for CB...that I could take care of it quite easily and happily. I would applaud it actually. Good riddance to all these shady mother fuckers making coins. Or maybe it's just people trying to buy something there's not much of... Or maybe... http://www.marketwatch.com/story/ny-regulator-considers-bitcoin-regulation-license-2013-11-14Hahaha like it
|
|
|
|
Lauda
Legendary
Offline
Activity: 2674
Merit: 2965
Terminated.
|
|
November 16, 2013, 06:02:36 AM |
|
We've reached out highest market cap so far at ~$695,000; with each CGB valued at ~$0.77. Edit: it was even a bit higher at the price 0.00199.
|
"The Times 03/Jan/2009 Chancellor on brink of second bailout for banks" 😼 Bitcoin Core ( onion)
|
|
|
Sustainable
Member
Offline
Activity: 70
Merit: 10
|
|
November 16, 2013, 06:05:18 AM |
|
We've reached out highest market cap so far at ~$695,000; with each CGB valued at ~$0.77. Edit: it was even a bit higher at the price 0.00199. To the moon guys, to the moon. Thanks to the community and the development team so far elambert and merc thanks for giving us this opportunity!
|
Cloud Mining - Mine when your computer is not on. Mine if you don't have the appropriate hardware or operating system! Mine when you are asleep! ---> https://cex.io/r/1/Sustainable/0/
|
|
|
ethought
Legendary
Offline
Activity: 1316
Merit: 1000
|
|
November 16, 2013, 06:28:05 PM |
|
Using "version" : "v1.1.6.4-gdf9d55a-cgb' Showing current block: "blocks" : 201855, getting the following warning: "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers." Was going to add CGB to https://www.coinwallet.co however I would like to confirm this error is not an issue first. Thank you. You probably just need to download the blockchain from start. If you go to the debug console and type the command getcheckpoint, the output needs to be:  { "synccheckpoint" : "000000001da3185b0b68ac3499084fd96e95487f62700f5ffd040bd8b4d58398", "height" : 183993, "timestamp" : "2013-11-02 20:45:11 UTC" } If not, then close your client and go to your data folder and delete the blk0001.dat, blkindex.dat, and peers.dat files. Don't touch your wallet.dat file. Then restart your client. Your client should start to download the blockchain from start. And don't be alarmed if your balance is incorrect. It will be okay once the blockchain is downloaded completely. Let me know how it goes. And thanks for the support. It was a fresh install from source last night. I get this from getcheckpoint: { "synccheckpoint" : "000002655a721555160ea9bcb1072faf63ff0c8dffed173d60b1d3556a134dc1", "height" : 0, "timestamp" : "2013-06-27 16:52:05 UTC" } I can delete the blockchain and peers file but shouldn't a fresh install from last night have received the correct data anyway? It's a timing thing as the client is downloading the block chain. Sometimes the checkpoint data is skipped over for whatever reason. Seems to be a Win7 thing, but I'm not sure. Hmm, using Debian 7 64 bit server not Win7 I've honestly never seen it on a fresh install, come to think of it. But I'll definitely research it. Perhaps happening on a Deb 7 64 bit is a hint... Deleted the whole CGB directory and started again. Same error. "errors" : "WARNING: Checkpoint is too old. Wait for block chain to download, or notify developers."
|
|
|
|
|