Bitcoin Forum
May 25, 2024, 11:13:34 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 [517] 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 ... 590 »
10321  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core or XT? POLL on: May 30, 2015, 09:09:25 PM
Will I be able to import my private keys into XT?
Yes, it is just like Bitcoin Core but with a few extra features added.
10322  Bitcoin / Bitcoin Discussion / Who holds the alert keys? on: May 30, 2015, 09:08:36 PM
Does anyone have a list of all of the people that hold the alert key's private key? I know that Gavin and Satoshi both have it since Satoshi gave it to Gavin. Also, according to https://en.bitcoin.it/wiki/Alerts, theymos also has the key. Does anyone know who else has the alert key?

I'm asking this because of the possibility of Gavin using the alert key to abuse the alert system and broadcast to everyone that they need to switch to his fork. If other people hold the key, then this kind of abuse of the alert system can be mitigated because they can send out alerts which cancel Gavin's.
10323  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core or XT? POLL on: May 30, 2015, 09:04:40 PM
"XT uses the same data directories as Core so you can easily switch back and forth."

as i understand it, these two versions will run together for some time with no problems. when you reach a critical mass with one version, you can make that version the main version.

There might be problems actually. If the blockchain forks, then you will have two blockchains, one that works with core, and the other that works with XT. Once that happens, then you will need two data directories. Furthermore, if the two blockchains coexist, then you will be able to spend your Bitcoins on both chains, effectively doubling the amount of Bitcoin that you have. This could become a major issue if total consensus is not reached.
10324  Bitcoin / Bitcoin Technical Support / Re: Command bitcoin-cli getaccountaddress method not found on: May 30, 2015, 09:01:55 PM
When do I get sudo apt-get install libdb4.8-dev libdb4.8++-dev: Package 'libdb4.8-dev' has no installation candidate
E: Package 'libdb4.8 ++ - dev' has no installation candidate
Oops, Sorry I made a mistake.

Open /etc/apt/sources.list and add the line
Code:
deb http://[mirror]/debian/ oldstable main
where [mirror] is
Code:
ftp.<country>.debian.org
and <country> is any country on this list: https://www.debian.org/mirror/official#list.

Then run
Code:
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev
and compile
10325  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core or XT? POLL on: May 30, 2015, 08:52:03 PM
I wanted to say that I lot of people will not keep their money and it will cause themselves a damage also if they are in favour of the Gavin's proposal (because they will not know what they should do).

Almost nobody uses Bitcoin Core and Gavin can send a message to people telling them that there's an important update using the alert function.
I did some research about the alerts, and it appears that Gavin is not the only one with the alert key. According to https://en.bitcoin.it/wiki/Alerts, it appears that theymos also holds the alert key. I would also assume then that the other core devs also hold the alert key. Thus, if Gavin sent out an alert to everyone to update, the other devs could cancel the alert and Gavin would then have less power.
10326  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core or XT? POLL on: May 30, 2015, 08:42:12 PM
I like the idea that XT progressively increases the blocksize limit, but I think it would be better to fix core instead of switching entirely. However I need more information comparing the two. It would be nice if someone could post a quick comparison table between core and xt so everyone knows what they are voting for.

i dont understand why this isnt possible Huh maybe someone can explain that.
The core devs disagree on whether or not to implement the fix into core. Therefore, Gavin is thinking about leaving the team and going to Bitcoin XT to implement the change while the other devs stay with Core and not implement the change.
10327  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core or XT? POLL on: May 30, 2015, 08:29:35 PM
I'm not so secure of this thing , this is what I am thinking that it will be a chaos.
Maybe try it with testnet before using with actual Bitcoins. That way you won't lose any money and you will be able to see whether it works or not.
10328  Bitcoin / Bitcoin Technical Support / Re: Command bitcoin-cli getaccountaddress method not found on: May 30, 2015, 08:27:52 PM
After ./configure gives me an error: error: Found Berkeley DB other than 4.8, required for portable wallets (--with-incompatible-bdb to ignore or --disable-wallet to disable wallet functionality) I tried to give ./configure --with-bdb-compatible and ./configure --with-bdb-compatible \ but I always get the same error. How can I fix
That means that the BerkeylyDB version is not compatible with Bitcoin core. To install the correct one, run these:
Code:
deb http://[mirror]/debian/ oldstable main
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8++-dev

Then compile.
10329  Bitcoin / Bitcoin Discussion / Re: Bitcoin Is About to Fundamentally Change on: May 30, 2015, 08:12:03 PM
The solution he’s proposing is to increase the size of blocks from one megabyte to 20 with a code update. This means that fewer blocks would be uploaded to the blockchain overall, easing network congestion.
That is not true. The only thing that would change the number of blocks being discovered and broadcast is the difficulty and the hashrate, not the blocksize. This update would only ease network congestion by allowing more transactions to be added to a block and thus reducing the UTXO set. It could then increase confirmation times if transactions are not being confirmed due to not being added into a block because of the large UTXO set.

Get your facts right.
10330  Bitcoin / Bitcoin Discussion / Re: Bitcoin core developer using fame to manipulate the community on: May 30, 2015, 08:09:24 PM
If he is doing this over the course of several months to a year, then I think that is plenty of time for the core devs to reach a compromise and a resolution to this issue. It also is enough time to test the system for a few months to make sure that nothing breaks with the increase so that a stable version can be released.
10331  Bitcoin / Development & Technical Discussion / Re: Miner spending on: May 30, 2015, 08:05:43 PM
The transaction fee is included as part of the coinbase transaction. If you look at any block's transactions, you will see that the coinbase transaction is little over 25 BTC. The extra on top of the 25 are all of the transaction fees. This way the miner can spend those Bitcoins.
10332  Bitcoin / Bitcoin Discussion / Re: Bitcoin Core or XT? POLL on: May 30, 2015, 08:03:30 PM
Before I cast my vote, I need to know more about XT. In which language it is written ? Where do I get to see the source code ? Who are the people in control of the source code ?
XT is a fork of Bitcoin Core. It is written in C/C++ and the code is located at https://github.com/bitcoinxt/bitcoinxt. Mike Hearn is in control of the code and possibly Gavin now too.

I might switch, if I knew what the differences between Core and XT are. Also, XT is very behind on updates to Core and it hasn't been updated in over 5 months.
10333  Bitcoin / Bitcoin Technical Support / Re: Command bitcoin-cli getaccountaddress method not found on: May 30, 2015, 07:55:59 PM
I compiled bitcoind following this guide http://bitcoin-austria.at/artikel/full-bitcoind-node-debian-7-server  the debug file is too large are 4.5 Mb how can I do to publish
That's the problem. You compiled with --disable-wallet option and this prevents you from being able to use the getaccountaddress option which requires a wallet. Try recompiling using these instructions instead: https://github.com/bitcoin/bitcoin/blob/master/doc/build-unix.md
10334  Bitcoin / Bitcoin Discussion / Re: Gavin Threatens to Quit Bitcoin Development and Join Hearn's Fork on: May 30, 2015, 07:40:11 PM
"If you’re not really a fan of digesting the technical aspects of Bitcoin and how it works, this probably wouldn’t be of concern to you. However, chances are that most Bitcoin users from all around the world hope that Bitcoin will actually become the currency of the future, but how can that really happen in the case that it currently only handles 7 transactions per second? Yes, that’s right. Each second, only 7 people are able to make a transaction, which is mostly due to the block size limit of a Bitcoin. To put things into a better perspective, only 420 people can make a transaction during the same minute. While this may seem like a large number, it definitely isn’t as nobody wants to wait minutes or even seconds before a transaction is actually completed."

Source: http://themerkle.com/coins/overcoming-7-transactions-per-second-bitcoin-limit/

Most probably the article is wrong but I have aòways thought 7 tx/sec (now the average size of each block is 0.55 MB).
I feel that the tx/sec measurement is misleading. With the current limit, a block can have about 5000 txs. This averages down to 8 tx/s and with the varying size of transactions and the extra data with a block, about 7 tx/sec. However, this doesn't mean that only 7 txs can be created and broadcast per second. You could theoretically have 5000 txs broadcast per second, and have 5000 tx/sec. But, only 5000 txs are put into a block and confirmed, which means that for more transactions to be confirmed, a larger block size is required.
10335  Bitcoin / Bitcoin Technical Support / Re: Command bitcoin-cli getaccountaddress method not found on: May 30, 2015, 07:22:54 PM
Did you compile Bitcoin with wallet support? Could you show us your debug.log?
10336  Bitcoin / Bitcoin Discussion / Re: Gavin Threatens to Quit Bitcoin Development and Join Hearn's Fork on: May 30, 2015, 06:55:41 PM
Under 'gavincoin', 20MB is not the mandatory size of all new blocks. It's the maximum blocksize. If, as you say, Bitcoin is chugging along comfortably right now at 1 transaction a second, it's not suddenly going to jump to 20MB blocks overnight. OTOH if it DOES do that, it rather suggests that the 1 tr/sec was a bottleneck choking the system, doesn't it? That 20MB isn't going to be filled up unless the transactors need it to be, in which case it's a damn good job it was there.

However, if it was the bottleneck, then we would see tons of 1 Mb blocks right now, and there aren't. The average blocksize right now is around 0.5 Mb.
10337  Economy / Micro Earnings / Re: Lucky Bitcoin New look new Income on: May 30, 2015, 06:42:06 PM
Hello my friends!

Lucky bitcoin now have new unique script  Wink

http://www.luckybitcoin.com

The main thing you can get up to 0.10 BTC (for now)

for asking your friends to vote on your profile link  Shocked

Points then can be used to gain Bitcoins  Smiley

2 betting games and 1 game with chance to win more free points!

Come and show how many friends you have: http://www.luckybitco.in

Happy free bitcoins Smiley
Which url is the right one? http://www.luckybitcoin.com redirects to this site, http://bitcoinboard.com/index.php/topic,32.0.html, which lists the domain for sale.

luckybitco.in seems like the site your actually talking about.
10338  Bitcoin / Bitcoin Discussion / Re: So the destruction of Bitcoin is now official? on: May 30, 2015, 06:38:37 PM
ok and then you're going to solve the scalability problem how?
Use bigger blocks, but not jump immediately from 1Mb to 20Mb. Instead, I think we should slowly ease our way up to 20 Mb blocks. We should increment the changes since this is not that large of an issue with the network yet that we need to jump up that high immediately.
10339  Bitcoin / Bitcoin Discussion / Re: So the destruction of Bitcoin is now official? on: May 30, 2015, 06:27:48 PM
Bitcoin-HT is simply a different coin ! WHAT'S THE BIG DEAL ?

THE MARKET WILL SUPPORT BOTH!!!!

:-)

====> no worries!!!
Since the new coin is based on blocks from the old Bitcoin, then people who have Bitcoin prior to the fork then have Bitcoins in both the old Bitcoin and the new Bitcoin. If both coins are still on the market at similar prices, then everyone who had Bitcoins prior to the fork just got their money doubled. This is a major problem if that happens. The market cannot support both.
10340  Economy / Services / Re: [CloudThink.IO] ★ Signature Campaign ★ | Record Weekly Pay / Post ! | [OPEN] on: May 30, 2015, 05:46:11 PM
1. For users asking for mining address, mining pool and other mining information:

How in the hell did you arrive at the conclusion that we are offering cloud mining? Did you even bother to READ OUR WEBSITE? Someone starting asking questions like: "where's the mining address?" "show us the mining address" and then others with NO RESEARCH WHATSOEVER have started to ask these questions and calling us a scam or ponzy because we don't want to provide this information.

THIS SHOULD BE VERY CLEAR IF YOU DON'T EVEN BOTHER TO READ OUR WEBSITE: https://cloudthink.io
Your site implies that you are offering a mining service and contracts. As you see in the image, It can be misleading since you are saying that we can sign up and start mining bitcoins.


Quote
WE DO NOT SELL CLOUD MINING CONTRACTS, CLOUD MINING HASHING POWER or anything like this.
We do not offer users mining power or mine in to their address. We do not give any public access to our mining farm.
We didn't say anything about cloud mining or offering hashing power to our users. This is NOT our business plan, this would be very a inefficient plan in comparison to what we do.

This and many other details about our business plan and services are available on our website.
So from what I gather, it looks like you want people to invest in your company and they will receive a daily payout which comes from your mining operation. Is this correct?
Pages: « 1 ... 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 [517] 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 ... 590 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!