Bitcoin Forum
May 22, 2024, 03:09:58 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 [119] 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 »
2361  Bitcoin / Development & Technical Discussion / Re: Can viruses steal people's bitcoin purses? What can be done for protection? on: January 09, 2011, 10:48:06 PM
First step:  the devs should enable the db4 database feature that AES-encrypts the wallet.dat database on disk.  The wallet should never be stored unencrypted by default, IMO.
2362  Bitcoin / Bitcoin Discussion / Re: A "real" Bitcoin on: January 09, 2011, 10:45:35 PM
Am I missing something or what ?  If you give the smartcard, the only way for the receiver to check that it realy has some value is to proceed to a transfer.  Then the card doesn't have any value anymore.  So what's the point of keeping it ?

A physical-world digital store of money has many uses.  Anonymous, reloadable VISA debit cards are quite popular, for example.  A card would be nothing more than an anonymous bitcoin wallet.

Currently bitcoins are as portable as your computer...  but they could be more portable with a smartcard.

Simply handing someone a card is a useful way to move money.
2363  Economy / Marketplace / Re: Numerous auctions on biddingpond on: January 08, 2011, 06:28:46 AM
Maybe you can provide links or a description of what you're selling?  Your forum post here is quite vague.
2364  Bitcoin / Bitcoin Discussion / Re: End the Confusion - Organizing the Protocol development effort on: January 08, 2011, 03:23:17 AM
Also we need to create a minimalistic core protocol with places to extend (see the capabilities discussion on this forum) : make it easy for people to implement the core and make it hard to get it wrong!

A brand new protocol is quite the new and separate effort from simply documenting the existing protocol.
2365  Bitcoin / Development & Technical Discussion / Re: Needed: calling db4.8 testers! on: January 08, 2011, 12:34:32 AM
db 4.8, 4.9 and 5.0 work here on Fedora.
2366  Other / Off-topic / Re: I am changing my name... Advice would be appreciated... on: January 06, 2011, 10:31:25 PM

Let the free market decide!  I pledge 100 BTC for you to change your name to Megatron.
2367  Bitcoin / Development & Technical Discussion / Re: [RFC] monitor JSON-RPC api (push instead of poll) on: January 06, 2011, 08:59:42 PM
+1, I think this feature should go upstream

Not sure what's going on with OpenSSL on Windows.  OpenSSL SSL_* C API works for me, when using Fedora 13/14 + their mingw installation, where openssl DLLs come pre-built.  cpuminer's Windows installer (which runs 100% on Linux) ships openssl as a CURL dependency. I know that data point is not very helpful, but well, there it is.
2368  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: January 06, 2011, 05:12:46 PM
So my question then is what will happen, and what should happen, when a solution is found part-way through a block of work?  Does the miner continue looking for further solutions, or does it throw away the rest of the piece of work?  (I guess as well the answer partially depends on what the mining server is expecting).

If it throws away the rest of the piece of work that means the miner is behaving differently to the vanilla bitcoin client - in that case the worker loop keeps going until a solution is found (or someone else beats us to the solution).  Would there be any reason for the miner not to continue as well?

If a solution is found, it is pointless to continue work on that block.  You cannot solve a block twice.

cpuminer's behavior matches the vanilla bitcoin client's BitcoinMiner().
2369  Economy / Economics / Re: Bitcoin Bank on: January 06, 2011, 01:20:48 AM
Forgive me if this is a silly question, but, isn't it possible for me to directly transfer bitcoins to someone I'm face to face with, without a transaction getting recorded in the block chain?

Yes.  You could give someone a wallet.dat file.  Or you could transfer person-to-person using websites such as https://mtgox.com/ or https://www.mybitcoin.com/
2370  Economy / Marketplace / Re: I'm selling Reloadable Visa Debit cards for Bitcoin. on: January 06, 2011, 12:38:43 AM
Very nice!  Glad to see this new service added to the bitcoin economy.
2371  Bitcoin / Project Development / Re: Bitcoin Central going open source ! Open your own trading site for free ! on: January 03, 2011, 06:04:46 PM
I've decided to fully opensource the code behind Bitcoin Central.

Someone (he'll make his name public if he wishes) specifically requested it and donated a respectable amount of bitcoins to make it happen.

The source has already been released to this person and will be publicly released under the AGPL Free Software Foundation license on February 1st.

I am that donor.  Feel free to mention me...  I am just trying to help out the bitcoin community.

Bitcoin needs an open source currency exchange site, to make it easier for others to open, for example, a Bitcoin-to-Polish-zloty exchange.
2372  Bitcoin / Development & Technical Discussion / Re: Bitcoin Application Limits on: January 02, 2011, 03:52:10 AM
There's no limit (except disk space required).

And RAM.  There's no limit, except disk space and memory required.
2373  Economy / Marketplace / Re: Announcing bitcoin-central.net - trade USD and EUR for free! on: January 02, 2011, 03:48:44 AM
- Replace LRXXX by LR$ and LR€

IMO, special characters are always a pain, and should be avoided.

  • '$' is used for several currencies around the world, not just USD
  • a standard keyboard cannot always generate these symbols
  • 'USD' or 'EUR' is easily representable on most world keyboards, and terminals
  • LRUSD, LREUR, etc. are what the currency provider uses

2374  Economy / Marketplace / Re: We accept Bitcoins on: January 02, 2011, 03:44:48 AM
IMHO,

We should list things on http://www.bitcoin.org/trade only if the website actually accepts bitcoins at the time of posting.

2375  Bitcoin / Bitcoin Discussion / Re: Micropayments? on: December 31, 2010, 10:17:55 PM
Note that the only thing broadcast for transactions and blocks is their hash.

Whenever a P2P node receives a new TX / block, they tell people "I have $HASH"

And only nodes without that $HASH will then request "give me tx or block with $HASH"

Thus, each node should ideally only receive the data once.
2376  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: December 30, 2010, 09:59:54 PM
running ./configure for the .5 release, i get this:

Code:
configure: error: Missing required libcurl >= 7.10.1

this is on ubuntu lucid 32bit, with libcurl 7.19.7-1ubuntu1 installed.
any thoughts on why it'd think 7.19.7 is not >= 7.10.1 ?

maybe curl-config is broken or missing?  You could try passing --with-libcurl={directory} to configure.
2377  Economy / Economics / Re: Could BitCoin ever be backed by Gold? on: December 30, 2010, 08:46:48 AM
Could BitCoin ever be backed by Gold or some other commodity in the following fashion? And would it be desirable to do this?

If you are rich and don't mind losing lots of gold, sure Smiley
2378  Economy / Marketplace / Re: Pastecoin on: December 30, 2010, 07:49:31 AM
Patience.  The store is closed for the holidays.
2379  Economy / Economics / Re: Good money vs bad money fight on: December 30, 2010, 12:14:30 AM
To kick start the process though and for bitcoins to have any value we need a functioning economy willing to accept bitcoins in exchange for goods and services. This is probably the only important element to achieve next. Everything else will not matter if this doesn't happen.

Correct.

The software is, overall, sufficient for a factor-100 or more increase in transaction volume at this time.  Building a functioning bitcoin economy is what gives / will give bitcoins their value.

I would argue that building the bitcoin economy is more important than further bitcoin software modification.  The lone feature I think is sorely missing is the much-discussed "lightweight client."
2380  Economy / Marketplace / Re: We accept Bitcoins on: December 30, 2010, 12:08:49 AM
We accept bitcoins at UpgradeYa.com. UpgradeYa is a small, affordable web design company owned and operated by two brothers from Raleigh, North Carolina. We focus in building and hosting Drupal websites. Anyone paying in bitcoins will receive a 10% discount. Bitcoin info in footer and on http://upgradeya.com/pricing

You have a PM.  I'm also in Raleigh NC.
Pages: « 1 ... 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 [119] 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!