Bitcoin Forum
June 23, 2024, 03:43:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Bitcoin / Development & Technical Discussion / Re: All Bitcoind / Bitcoin-qt nodes failing to come up. Workaround inside! on: September 10, 2013, 08:12:39 AM
Thanks this works for me!
2  Other / Beginners & Help / Re: BTC or LTC on: June 21, 2013, 09:35:01 AM
Found a site once which showed what coins were worth mining. Don't remember the URL but I remember LTC being more viable than BTC because BTC is more difficult these days.
3  Other / Beginners & Help / Re: how did you get your first bitcoin ? on: June 20, 2013, 07:59:41 PM
Bought from a local online store. Used for buying an AirVPN subscription. I was thinking about adding funds to my PayPal account but then I thought about how bad PayPal actually is (almost all my transactions took over three days for some reason) and tried Bitcoins. And actually it works really well.
4  Other / Beginners & Help / Re: bitcoins amount going down by being lost on: June 17, 2013, 10:18:02 AM
I think this loss is acceptable as it further increases the scarcity of bitcoins.

And technically the coins are not lost, they are just not recoverable.
5  Other / Beginners & Help / Re: My Bitcoin experience after a few thousand transaction on: May 27, 2013, 07:23:51 AM
The standart transaction fees are actually reduced to the 0.0001 BTC in the new Version of the QT Client. Which is in RC right now, so it will probably come out soon.

For the rest of your cons I agree and I hope that it will become saver in the future to accept 0 confirmation transactions, but actually it is not very risky yet, compared to cargeback risks of other systems.

In the few thousand transactions, where there a single double spend?

Thanks for sharing.
Thanks for all the replies. We didn't have any double spending problems (yet).
6  Other / Beginners & Help / My Bitcoin experience after a few thousand transaction on: May 24, 2013, 02:54:20 PM
In this post I will shortly detail my experience in dealing with Bitcoin transactions for a website. Maybe this well help other people starting out.

Background
I work for a company that sells online storage space. Users can get a free upload account with 50 GB and buy extra storage space using PayPal or Bitcoin. My task was to create a system where users would be able to buy extra storage space for Bitcoins and also sell their files and earn 95% of the profit. These are the pros and cons we experienced when working with Bitcoin.

Pros
  • Implementation is easy, the bitcoin daemon is reachable with RPC which is very easy to implement in PHP.
  • No third party involvement. Unlike PayPal a transaction cannot be undone by a third party, so we do refunds manually.
  • Generating unique addresses is very quick, we auto generate new accounts and addresses on the fly, generate a QR code in Javascript and people can pay within seconds.
  • The Bitcoin daemon is stable but a bit CPU and memory intensive compared to other daemons on the system.

Cons
  • Confirmations can literally take hours. Doing a transaction often takes minutes or even hours to get confirmed. We currently wait a few seconds before accepting a payment but cannot afford to wait for confirmations. (and thus have a less secure payment system than we'd like).
  • Transaction fees are relatively high for micro transactions. For example, when people sell their art pictures for 20 eurocents/2 mbtc each, the transaction fees increase the price by roughly 25%. This is hurting the really small transactions, we hope the network will reduce transaction fees to 0.1 mBTC or even less in the future.

Other considerations
  • Recurring payments are not possible, might be a problem depending on your niche.
  • We have a few thousand accounts and a few thousand addresses. Bitcoind queries are still very fast but we couldn't find any reliable metrics on queries against super large wallets with millions of addresses.

Conlcusion
We are very happy with Bitcoin as a payment option. Implementation is simple, easier and cheaper than PayPal and payment is virtually anonymous. However, we do risk double spending to reduce user annoyance and micro transactions are still not very cheap with Bitcoin. We consider these issues small compared to the benefits!
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!