Bitcoin Forum
May 20, 2024, 01:40:29 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 82 »
161  Local / Nederlands (Dutch) / Re: Ik ben bestolen on: December 13, 2013, 06:15:36 AM
Dat verklaart wel waarom je wallet.dat ineens weg was inderdaad.

Wat een klote actie Sad

Ik kan wel allerlei advies gaan ophangen over hoe je het beste een aparte PC/netbook kan gebruiken voor je BTC activiteiten, maar daar krijg je je geld niet mee terug.
162  Bitcoin / Development & Technical Discussion / Re: CoinJoin: Bitcoin privacy for the real world on: December 11, 2013, 10:03:55 AM
Interesting approach.  This has some very nice advantages.  For example, we could add a flag to sendtoaddress that makes it return the unsigned tx hex.  Thus we take advantage of the coin selector built into the node, etc.
It'd also need to mark the inputs as spent so that further transactions don't double-spend.
This could be done using `lockunspent` but these are not saved when bitcoind is restarted.
163  Bitcoin / Bitcoin Discussion / Re: Has there been a time when you nearly lost your faith in Bitcoin? on: December 11, 2013, 07:52:49 AM
I think P2Pool should be built into the reference client
What's stopping you?
164  Bitcoin / Bitcoin Discussion / Re: Has there been a time when you nearly lost your faith in Bitcoin? on: December 11, 2013, 07:37:36 AM
The only time I was a bit concerned was when Satoshi left. Luckily, the other core dev team members and the rest of the community have picked up the pieces very well.
165  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt / bitcoind version 0.8.6 released on: December 11, 2013, 07:32:06 AM
Is there any chance for future releases that the upload bandwidth used by bitcoind could have a throttle option?
There is a Linux script in contrib/qos that allows throttling the outgoing bandwidth for connections on the Bitcoin network.
For other operating systems, there are likely similar ways to throttle certain applications/ports.
166  Bitcoin / Bitcoin Discussion / Re: bitcoin.org/en/secure-your-wallet = out of date? on: December 10, 2013, 03:45:28 PM
Yes, this is still a concern.

There is wallet software that uses "deterministic wallets" (BIP 0032) that use keys that are derived from a single seed. For example, Armory. Those you only need to back up once.

But for example Bitcoin-Qt (and Multibit AFAIK) does not, so you need to back up regularly if you use the wallet actively as new keys are added to the wallet all the time.

bitcoin.org/en/secure-your-wallet says:
By the way, with the QT clients, if I've encrypted my wallet with a password and I "Backup Wallet", is the backed up wallet encrypted also?
Yes. It is encrypted with the same passphrase.
167  Bitcoin / Bitcoin Discussion / Re: How to circumvent the banks' Bitcoin blockade - gude not only for US citizens on: December 10, 2013, 03:43:16 PM
It's baffling.
Also looks like it's mostly US banks doing this.
Sure, there have been some (for example) Dutch banks as well that have blocked transfers to bitcoin exchanges for "fraud" reasons, but none that close or threaten to close accounts.
168  Other / Politics & Society / Re: The propaganda of artificial intelligence on: December 10, 2013, 12:45:35 PM
It is important to distinguish between narrow AI and general AI.

Narrow AI is very realistic. Pattern recognition, data mining, AI in games, trading bots, and so on. Computers can beat humans hand-down in narrowly defined cognitive tasks. Autonomous drones and self driving cars are no longer science fiction.

General AI on the other hand is not much closer than it was in the 60's. Computers are not creative, do not perform ground-breaking science or philosophy, and do not develop a consciousness. They may get there one day, as there is no physical reason why it would not be possible, but this is far future sci-fi.

However, what is defined as "AI" tends to shift over time. Back in the 60's, a computer playing world-level Chess would be defined as AI, on-par with a human. But in time we discovered that there is much more to it than playing games effectively.
169  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt / bitcoind version 0.8.6 released on: December 10, 2013, 08:21:32 AM
When you update the client do your bitcoins on the client stay intact?
Yes. But as always, backup your wallet.dat regularly to make sure a freak accident doesn't lose your coins.

Edit: Looks like it is a subkey - https://github.com/bitcoin/bitcoin.org/pull/279
I would kindly suggest the release notes be edited to document this change as both differences happening with no warning is a bit scary.
I've added a note to the forum post.
170  Bitcoin / Bitcoin Discussion / Re: BITCOIN should get BACK TO BASICS on: December 09, 2013, 05:22:16 PM
You can't put the genie back into the bottle.
171  Economy / Economics / Re: Apple Tells Gliph to Remove App’s Bitcoin Transfer Function on: December 09, 2013, 03:59:31 PM
If you insist on sticking with Apple Grin you can use Kyle Drake's coinpunk wallet, which is completely HTML5 based so cannot be banned by Apple.

See https://www.youtube.com/watch?v=L77XfFnoxdI
172  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt / bitcoind version 0.8.6 released on: December 09, 2013, 03:45:31 PM
-beta is probably not intended for a production release?
The -beta has been there in every release since the beginning.
173  Bitcoin / Development & Technical Discussion / Re: which operations require the bitcoind wallet to be unlocked? on: December 09, 2013, 02:59:01 PM
* dumpprivkey
* dumpwallet
* importwallet
* keypoolrefill
* sendfrom
* sendmany
* sendtoaddress
* signmessage
* signrawtransaction (if keys are not provided on command line)

(just look where EnsureWalletIsUnlocked is used)
174  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 09, 2013, 01:15:13 PM
I believe he wants to re-implement the protocol.
As many people have done, I guess it qualifies as learning experience.
175  Bitcoin / Bitcoin Discussion / Bitcoin-Qt / bitcoind version 0.8.6 released on: December 09, 2013, 12:43:34 PM
Bitcoin-Qt version 0.8.6 final is now available from:

  http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.8.6/

This is a maintenance release to fix a critical bug; we urge all users to upgrade.

Please report bugs using the issue tracker at github:

  https://github.com/bitcoin/bitcoin/issues

How to Upgrade
--------------

If you already downloaded 0.8.6rc1 you do not need to re-download. This release is exactly the same.

If you are running an older version, shut it down. Wait
until it has completely shut down (which might take a few minutes for older
versions), then run the installer (on Windows) or just copy over
/Applications/Bitcoin-Qt (on Mac) or bitcoind/bitcoin-qt (on Linux).

If you are upgrading from version 0.7.2 or earlier, the first time you
run 0.8.6 your blockchain files will be re-indexed, which will take
anywhere from 30 minutes to several hours, depending on the speed of
your machine.

0.8.6 Release notes
===================

- Default block size increase for miners.
  (see https://gist.github.com/gavinandresen/7670433#086-accept-into-block)

- Remove the all-outputs-must-be-greater-than-CENT-to-qualify-as-free rule for relaying
  (see https://gist.github.com/gavinandresen/7670433#086-relaying)

- Lower maximum size for free transaction creation
  (see https://gist.github.com/gavinandresen/7670433#086-wallet)

- OSX block chain database corruption fixes
  - Update leveldb to 1.13
  - Use fcntl with `F_FULLSYNC` instead of fsync on OSX
  - Use native Darwin memory barriers
  - Replace use of mmap in leveldb for improved reliability (only on OSX)

- Fix nodes forwarding transactions with empty vins and getting banned

- Network code performance and robustness improvements

- Additional debug.log logging for diagnosis of network problems, log timestamps by default

- Fix Bitcoin-Qt startup crash when clicking dock icon on OSX

- Fix memory leaks in CKey::SetCompactSignature() and Key::SignCompact()

- Fix rare GUI crash on send

- Various small GUI, documentation and build fixes

Warning
-------

- There have been frequent reports of users running out of virtual memory on 32-bit systems
  during the initial sync.
  Hence it is recommended to use a 64-bit executable if possible.
  A 64-bit executable for Windows is planned for 0.9.

Note: Gavin Andresen's GPG signing key for SHA256SUMS.asc has been changed from  key id 1FC730C1 to sub key 7BF6E212 (see https://github.com/bitcoin/bitcoin.org/pull/279).
176  Economy / Speculation / Re: Everyone Betting On Bitcoin Will Lose All Of Their Money on: December 09, 2013, 11:10:28 AM
Big bitcoin holders only control the market up until the point that they sold all their coins. They can have deep pockets, but not infinite ones.

This is very different from the FED which can print new money as they wish.
177  Bitcoin / Development & Technical Discussion / Re: bitcoin from scratch on: December 09, 2013, 09:48:18 AM
Okay, good luck! The project can always use more devs Smiley
178  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt / bitcoind version 0.8.6 rc1 released on: December 09, 2013, 09:46:36 AM
We are still planning on doing this(https://github.com/bitcoin/bitcoin/issues/3224) correct?
I'm not sure -- I suggest discussing this on the development mailing list. There are quite a few people that don't want to put all eggs in one basket on github.
179  Bitcoin / Bitcoin Discussion / Re: Bitcoin-Qt / bitcoind version 0.8.6 rc1 released on: December 08, 2013, 08:47:47 AM
I'm happy to say that so far I've been LevelDB corruption-free on OSX Mavericks with this and the other recent OMG builds.

However, this version seems to be missing some other features that Warren's OMG builds have:

...
You don't understand how it works. We always have two active branches:

- 0.8.x AKA stable AKA "maintenance releases"
- master AKA unstable (which will be 0.9 when it is released, this is expected end of next month)

The new features that you mention (and more) are in the master branch, thus will be in 0.9.0rc1 when it is released. These new features also introduce potential bugs so the risk profile is larger.

Stable releases such as this one only contain bugfixes and very minor changes. By all means help by testing Bitcoin-OMG and other test builds, but they are not recommended for production usage.

(and this is a release candidate for a stable release, which is unusual, but we decided to go for this instead of a straight 0.8.6 release because we're not 100% that the MacOSX corruption fixes fix the entire problem. In any case, given that no new issues arise, this will be relabeled 0.8.6 final really soon)
180  Bitcoin / Project Development / Re: Bitcoins in space! on: December 06, 2013, 05:21:38 PM
Extremely cool project, I'll certainly be watching this.
Pages: « 1 2 3 4 5 6 7 8 [9] 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 ... 82 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!