Bitcoin Forum
June 04, 2024, 11:39:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 55 56 57 58 59 60 61 62 63 64 65 66 67 68 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 ... 162 »
2081  Economy / Marketplace / Re: BiddingPond and MyBitcoin problems on: March 15, 2011, 05:55:05 PM

I have no clue what is wrong with the biddingpond folks, but I have been bugging them for a simple, working payment method for well over six months...

MyBitcoin people usually respond to my support emails within 2-3 days.

2082  Bitcoin / Mining / Re: [NEW POOL & NEW MINER] - BitcoinPool.com - Jump In! on: March 15, 2011, 04:50:13 AM
Slush bases his pool speed off of the speed of getwork requests being made (as far as I can tell)

I'm not so sure.

The consensus on IRC was that pool performance is measured by submitted solutions, and I've never seen slush contradict this.

Do you have some evidence / numbers / URLs?

2083  Economy / Trading Discussion / Re: BTC, an alternative to Paypal? on: March 15, 2011, 03:59:53 AM
Well, there is CoinPal: Buy bitcoins with Paypal.

For a more complete list of currency exchanges see https://en.bitcoin.it/wiki/Trade#Currency_exchange

2084  Bitcoin / Mining software (miners) / Re: New demonstration CPU miner available on: March 15, 2011, 03:46:47 AM
Version 0.7.2 is released.  Changes:

- Add port of ufasoft's sse2 assembly implementation (Linux only)
  This is a substantial speed improvement on Intel CPUs.

  Big thanks to mmarker/chromicant for this work.

- Move all JSON-RPC I/O to separate thread.  This reduces the
  number of HTTP connections from one-per-thread to one, reducing resource
  usage on upstream bitcoind / pool server.

  This is prepartion for adding long-polling support.

See top of thread for URLs and info.

SHA1: 2673c5f5c2cd85acc332a9c8a1f48415b8dd0fc9  cpuminer-installer-0.7.2.zip
MD5: 24211f26b1d6b0c68fe696662b3082e7  cpuminer-installer-0.7.2.zip
2085  Bitcoin / Mining / Re: [NEW POOL & NEW MINER] - BitcoinPool.com - Jump In! on: March 15, 2011, 12:51:38 AM
I just want to make sure I understand this correctly.  I'm taking the definition of long polling from deepbit.net's page.
[...]
Would this be an accurate description? If so, I'm not sure exactly when we will be implementing it.

Yes.  It will permit miners (CPU miners, in particular) to get cut their number of HTTP connections and ask rate quite dramatically.

2086  Bitcoin / Development & Technical Discussion / Re: Wallet import/export: bitkeys format on: March 14, 2011, 11:36:49 PM
Still, a proposal:

[
  { // moura6ybHvwzMtrWdyqiEN6n2mMakf8HxD (50.01 BTC)
    "privkey" : "91iwnurxhWmDF9gqwc4CbuLCB4HxuMXf5B2vEhTPDftY3rkMgDY",
    "firstblock" : 10806
  },
  { // mmFPR1oaDExBfJqpRohWBvbE2aCg86Kwcx (0.00 BTC)
    "privkey" : "92JsNVMJgG4RiC2ARxpduJp8DXKgdDMj9WREE5jo66Hg8UMdr3L",
    "firstblock" : 10870,
    "label" : "My Address"
  },
  { // midiVjwgBCkMSup4X2FifFinwLhpHYe2wn
    "privkey" : "91s3swvX2a3F7FDoypEV7rTVhWUKiw8RCBmDuHMN8xMksLn3YtV",
    "firstblock" : 10870
  },
  { // reserve
    "privkey" : "93NM1B7y35d9VxqGBvc8DZcAvEB9kE5UZV7WqNGMTNWhPBdhsJT",
    "firstblock" : 10870,
    "reserve" : true
  }
]


Very nice.  If you have this JSON, you shouldn't need anything else IMO.


Quote
Does anyone know how JSON libraries cope with comments?

According to my research, the sad fact is comments are outside JSON scope Sad  You may add faux-entries like

Code:
    "_comment1" : "privkey is the private key associated with your request",
    "_comment2" : "firstblock is the first block where it appeared",

Ugly hack, I know.

2087  Bitcoin / Mining / Re: [NEW POOL & NEW MINER] - BitcoinPool.com - Jump In! on: March 14, 2011, 11:34:36 PM
1) It decreases load on the server by not asking for work as often, which benefits the server.

Seems like it would be better for the entire community, if you simply worked with other pool servers to accomplish the same goal.

If you support long polling, then the default upstream poclbm (m0mchil's) -- and soon, every other miner -- will only ask for work once every ~60 seconds.

Community standards like this benefit everyone.

2088  Bitcoin / Development & Technical Discussion / Re: Order ID in a new transaction type? on: March 14, 2011, 10:30:02 PM
Also, I would rather like to see a feature that permits bitcoin to sign and verify simple messages.  That verifies you control a private key, without needing to send any in-band data.
2089  Bitcoin / Development & Technical Discussion / Re: Order ID in a new transaction type? on: March 14, 2011, 10:27:08 PM
I think providing the first [working, sustainable] decentralized digital currency is enough.

And what that means is, people should remember that supporting currencies have multiple layers.  The US dollar itself does not provide any hooks for payment APIs, nor chargebacks, nor fraud protection.  These are all layers on top of the currency itself, and occur out-of-band with respect to information transiting with the currency itself.

If we keep the base currency simple, and not used for other exotic goals such as distributed data publishing, that makes it most likely that bitcoin-the-currency will succeed.

So, adding a 512-byte opaque data area to each TX, for this merchant, seems excessive because

1) It could be done elsewhere.  Merchants are best served by a merchant friendly solution that provides gadgetry like order id's.  Bitcoin is a money transfer network, and traditionally merchants do not hook directly into a money transfer network.  They connect to a provider (FirstACH, PayPal, ...) who then connects them to the transfer network.  The great freedom that bitcoin provides is universal public access to the money transfer network -- but that comes with a high maintenance cost of living directly on a beta-quality P2P network.  Your small business coffee shop or flower shop should not be encouraged to connect directly to the bitcoin P2P network unless their staff has the time and skill to understand and handle P2P security issues.

2) Privacy-eroding poor programming practices become easier, such as storing unencoded order data in that area.  Programmers should never store anything except cryptographic hashes or encrypted data in such a data area, but they will be tempted to do otherwise because it's easy.

3) It would seem to open the door to other data storage applications.  Is data storage possible now?  Yes.  But that doesn't mean we should encourage non-currency uses.

That said, as a programmer I certainly recognize the value of being able to attach a piece of my data to a transaction whose contents is entirely outside the control of the creator, save for $BitcoinAddress and $Amount.  Thus, my fallback position on this issue has always been, if overruled by the community, argue for no more than a 32-byte data area.  Enough to store a cryptographic hash of your own, but small enough still to (hopefully) discourage people from storing Lady Gaga music in the block chain.

2090  Bitcoin / Development & Technical Discussion / Re: Order ID in a new transaction type? on: March 14, 2011, 09:36:12 PM
Also, I think it is a bad idea for most merchants to run a local bitcoind node.  That implies they will need to know a good deal about P2P networking, in order to defend their installation against attacks.  You have to track bitcoin software closely for security updates, that sort of thing.

That's just not realistic for most merchants, IMO.

We should be directing most merchants to APIs such as mybitcoin.com's SCI or mtgox.com's merchant API.

And they can provide an order id (I think MBC does already?) through those Web APIs.
2091  Bitcoin / Development & Technical Discussion / Re: [PATCH] UPnP on: March 14, 2011, 09:28:40 PM
Latest gnutella release adds support for UPNP and NAT-PMP...  Smiley
2092  Bitcoin / Development & Technical Discussion / Re: Order ID in a new transaction type? on: March 14, 2011, 09:28:20 PM
If this data is stored in the block chain, it reawakens the entire BitDNS/BitX debate.

512 bytes of blank data space in the chain just makes it trivial for non-currency users to use bitcoin for its generic data broadcasting services...
2093  Bitcoin / Development & Technical Discussion / Re: Wallet import/export: bitkeys format on: March 14, 2011, 07:43:32 PM
Keys have a standard PEM format...
2094  Economy / Marketplace / Re: Building an online store, seeking aid. on: March 14, 2011, 03:34:52 PM
I strongly recommend a merchant solution such as mybitcoin.com's SCI or mtgox.com's merchant API.  Running a bitcoin node yourself is maintenance intensive, and requires additional knowledge on the part of the site owner.
2095  Bitcoin / Mining / Re: New mining pool for testing on: March 13, 2011, 08:29:18 PM
You still looking for testers? I'm willing to donate a single miner running a 5970 core. What method are you using to share the bitcoins earned?

The pool test has been closed for a few weeks.  I'll update the top post.

2096  Bitcoin / Bitcoin Discussion / Re: Peer-To-Peer Lending: The Free Market In Action on: March 13, 2011, 02:06:36 AM
See the history of Prosper.com for peer-to-peer lending...

Don't even get me started on Prosper.com.........

You can read all about the history and problems of Prosper.com on the forums at http://prospers.org

Yep.  I was on proper.com (and that site) from inception until they banned lending North Carolina due to regulatory issues.

Very educational.

2097  Bitcoin / Bitcoin Discussion / Re: Peer-To-Peer Lending: The Free Market In Action on: March 13, 2011, 01:07:28 AM
There is IMO absolutely nothing wrong with lending bitcoins.  I think any healthy economy must involve lending -- which is essentially human beings investing in other human beings, moving progress and civilization forward.

When used wisely, debt may better direct capital to useful enterprises (== entrepreneur borrowing to invest in new business you would have never thought of, or have time to run).  The lender understands there is a risk that money may simply never be recovered, in certain cases (bankruptcy or theft).

2098  Economy / Marketplace / Re: Not enough interest for a UK-based BitCoin exchange? on: March 13, 2011, 01:04:00 AM
Well done.

In particular, kudos for working on a license.  This is the best way to legitimize bitcoin, and take it mainstream.

2099  Bitcoin / Bitcoin Discussion / Re: Peer-To-Peer Lending: The Free Market In Action on: March 13, 2011, 12:40:49 AM
See the history of Prosper.com for peer-to-peer lending...
2100  Bitcoin / Development & Technical Discussion / Re: Via Padlock hardware acceleration on: March 12, 2011, 06:07:01 PM
Unfortunately, you are duplicated work.  This CPU miner supports VIA padlock: https://github.com/jgarzik/cpuminer

The main client does not need any CPU mining tweaks.  In fact, we discuss from time-to-time how to hide / disable / remove CPU mining from the main bitcoin client.
Pages: « 1 ... 55 56 57 58 59 60 61 62 63 64 65 66 67 68 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 ... 162 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!