Bitcoin Forum
May 29, 2024, 09:06:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 »
3001  Bitcoin / Bitcoin Discussion / Re: Freenode / #Bitcoin-Dev Chat Logs on: September 05, 2010, 07:32:37 PM

I would rather it not be archived.

3002  Economy / Exchanges / Re: BuyBitcoins.com - 50,000 bitcoins for sale at 15 BTC/USD on: September 05, 2010, 07:32:08 PM

Placed an order...  let's see how it goes.  Not a lot of confidence so far, as it does not return a transaction number for credit card purchase.  It went so fast -- which might be good -- it made me wonder if my credit card was really charged.
3003  Economy / Marketplace / Re: WANTED: 6000+ BTC, for Pecunix GAU on: September 04, 2010, 10:28:38 PM

Bump.  Still looking to purchase BTC, in any amounts >= 100 BTC, for Pecunix GAU.

Email bitcoinstore@gmail.com if you have BTC to sell.  PGP public key https://bitcoinstore.yyz.us/public-key.txt

Thanks!

3004  Economy / Marketplace / WANTED: 100+ BTC, for Pecunix GAU on: September 03, 2010, 10:49:44 PM
Have Pecunix, want to buy at least 6000 BTC.  Willing to pay 0.0015 GAU per bitcoin.

Send PM if interested.  Thanks.
3005  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with LR or Pecunix on: September 03, 2010, 12:58:49 AM
Purchases are now limited to 10,000 BTC per day per IP (ie. per person), in an attempt to pro-actively comply with US regulations.

We want to help establish bitcoin as a viable digital commodity, a store of value, by making it easy for others to obtain bitcoins.

We do not want to enable law-breakers or money launderers etc.

3006  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with LR or Pecunix on: September 02, 2010, 07:04:54 AM

Rates are now posted via RSS 2.0 at http://bitcoinstore.yyz.us/rates-rss.xml

3007  Bitcoin / Development & Technical Discussion / HTTPS support for bitcoin JSON-RPC on: September 02, 2010, 06:09:31 AM
SSL connections are The Right Answer.

If I had any OpenSSL programming experience I'd volunteer to implement it.  Anybody willing and able to teach bitcoin to speak https?

And for extra credit, support SSL client certificates for authentication either instead of or in addition to HTTP-Basic...

SSL is easy in C.  C++, satoshi-style, is another matter Smiley  boost has some stuff: http://live.boost.org/doc/libs/1_37_0/doc/html/boost_asio/overview/ssl.html
3008  Bitcoin / Development & Technical Discussion / Re: [PATCH] implement 'listtransactions' on: September 01, 2010, 08:36:28 PM
RE: binding to any/all IPs:  DANGER! Make sure you have good firewall rules for port 8332 or you are likely to find yourself with an empty wallet!  Bitcoin is using HTTP BASIC authentication, so anybody who can eavesdrop on the connection between your JSON-RPC client and the bitcoin server can see the password (it is NOT encrypted).
I was thinking about adding support for Digest auth...
I wouldn't bother-- HTTP Digest auth is vulnerable to man-in-the-middle attacks, it'd be a lot of work for a probably false sense of security.

For Some Value Of vulnerable.  Smiley  The password cannot be obtained, at least.  MiTM can (a) tell the client to use another auth, and (b) impersonate a server.  (a) can be mitigated by requiring RFC 2617, (b) by SSL.

But, use of HTTP-Basic is just a crime, because it is so trivial to obtain the shared secret.  If HTTP-Basic is to be kept, at least require SSL connections?

3009  Bitcoin / Development & Technical Discussion / Re: [PATCH] implement 'listtransactions' on: September 01, 2010, 06:40:17 PM

Patch updated for current SVN, r146, aka the "break patches with a CR/LF policy change" revision.

Same patch URL (see top of this thread), no change in implementation or operation.
3010  Bitcoin / Development & Technical Discussion / Re: [PATCH] implement getblock RPC command on: September 01, 2010, 06:39:57 PM

Patch updated for current SVN, r146, aka the "break patches with a CR/LF policy change" revision.

Same patch URL (see top of this thread), no change in implementation or operation.
3011  Bitcoin / Development & Technical Discussion / Re: [PATCH] implement 'listtransactions' on: September 01, 2010, 06:35:40 PM
RE: binding to any/all IPs:  DANGER! Make sure you have good firewall rules for port 8332 or you are likely to find yourself with an empty wallet!  Bitcoin is using HTTP BASIC authentication, so anybody who can eavesdrop on the connection between your JSON-RPC client and the bitcoin server can see the password (it is NOT encrypted).

I was thinking about adding support for Digest auth...

3012  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with LR or Pecunix on: September 01, 2010, 09:02:58 AM
Damn, that was fast. Eh, did they contact you or did you remove it preemptively after reading terms or something?

BCS had contacted support on an unrelated issue -- Google Base was having trouble "claiming" our store's URL -- and while handling that support issue, Google says they noticed a policy violation, and disabled BCS's Google Checkout account.
3013  Economy / Marketplace / Re: We accept Bitcoins on: September 01, 2010, 08:03:09 AM
The Bitcoin Store (http://bitcoinstore.yyz.us/) accepts multiple currencies in payment, and gives out bitcoins.

Would an admin kindly remove "Google Checkout" from the list of our accepted payment methods, on http://www.bitcoin.org/trade

Thanks for the mention!
3014  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with LR or Pecunix on: September 01, 2010, 06:23:03 AM

Google Checkout support has been removed.  Apparently they don't like digital currency.

3015  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with card, LR or Pecunix on: August 31, 2010, 09:12:23 PM

Updated and simplified the Google Checkout experience a bit.

I wonder if there is a payment processor that accepts only debit cards?  The chargeback issue is largely one of credit cards, if I understand correctly.

3016  Economy / Marketplace / Re: We accept Bitcoins on: August 31, 2010, 09:10:44 PM
The Bitcoin Store (http://bitcoinstore.yyz.us/) accepts multiple currencies in payment, and gives out bitcoins.
3017  Bitcoin / Bitcoin Technical Support / Re: How to check status of bitcoind on: August 31, 2010, 07:31:24 PM
Thanks. I've heard about the insecurity of IP payments on the forum now and will use bitcoin addresses.

"listtransactions" is not implemented in the bitcoind binary (0.3.11).

Correct, it's a patch.

See http://bitcointalk.org/index.php?topic=611.0

3018  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with card, LR or Pecunix on: August 31, 2010, 04:45:32 PM
They claim they dont have chargebacks yet in their tos it says they do?wtf?

Im coming to the conclusion that it is almost impossible to avoid this situation.

Handling chargebacks is required by law in the US, which indeed leads to an unavoidable situation.

3019  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with card, LR or Pecunix on: August 31, 2010, 09:13:37 AM
https://www.alertpay.com/en/Default.aspx here is a payment gateway worth investigating.


Their terms regarding transaction disputes and resolutions certainly makes for interesting reading...

3020  Economy / Marketplace / Re: Bitcoin Store - buy bitcoins with card, LR or Pecunix on: August 31, 2010, 06:49:52 AM
LR doesnt have chargebacks Smiley

True but it does charge transfer fees, which we currently absorb.

Quote
Whats your markup for this service?

At the moment?  There isn't a set number, it's largely a finger-in-the-air experiment for each currency.  Looking at non-bitcoin exchanges, for example, Liberty Reserve-USD seems to be slightly undervalued compared to PayPal-USD, so I try to compensate for that.  Each payment method has its own transfer fees, though I could look into giving people the option of paying that themselves, and reducing the price.

Pages: « 1 ... 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!