Bitcoin Forum
May 13, 2024, 10:16:00 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 »
341  Bitcoin / Development & Technical Discussion / Re: Anybody Doing A Firefox Wallet Plugin? on: April 29, 2010, 04:35:33 PM
A Firefox plugin would be a great product if it worked without the Bitcoin server serving the JSON requests in the background. That would require some way to make it communicate with the Bitcoin network, but I don't know if Firefox plugins can do that. Maybe if Bitcoin nodes could communicate via XML- or JSON-RPC?

A good Firefox plugin would make Bitcoin a lot more attractive for the less-tech-savvy folks and perhaps more practical for everyone who handles small btc amounts.

Payment links could be done without a browser plugin, using a specific URI as proposed in this thread.
342  Bitcoin / Development & Technical Discussion / Re: Number of connections on: April 27, 2010, 01:38:43 PM
Irc statistics would be interesting indeed. Lately there's been around 100 users online at any time. A few months ago it was like 30.
343  Economy / Marketplace / Re: NEW SERVICE: Anonymous email & web hosting! on: April 23, 2010, 10:22:45 AM
Vekja.net Presents a Bitcoin Exclusive:

Awesome! I'll add a "Trade" page on the bitcoin.org main site, where we can list btc-accepting services.
344  Economy / Trading Discussion / What's your favorite international payment method? on: April 22, 2010, 05:45:41 PM
Which one would you use for buying or selling BTC internationally? Do you have experience using some of these? Any other good suggestions? PayPal etc. would be great, but they can't be used for a bigger scale exchange because of their usage policies.

I'd like to hear about Link2Voip's payment method distribution if possible Smiley
345  Bitcoin / Bitcoin Discussion / More forum sections needed? on: April 22, 2010, 04:57:16 PM
Do you think we should have more forum sections here, such as trading / economy, development or something else? Or is it fine with the current division?
346  Economy / Marketplace / Re: BitcoinExchange.com Bitcoin Exchange Rate on: April 19, 2010, 08:51:39 PM
I'm sorry Link2Voip, but I think I'll be dropping Pecunix off the list. It's way safer, easier and less expensive to store my assets in the bank. I'll send you another PM so we can sort out your transaction.
347  Bitcoin / Bitcoin Discussion / Re: We need a wiki! on: April 18, 2010, 11:43:55 AM
Quote
Except where otherwise noted, content on this wiki is licensed under the following license:CC Attribution-Noncommercial-Share Alike 3.0 Unported
Could we please change that to an attribution license? This, for example.

Changed.

Quote
May I ask why the choice in software?

Simple, lightweight, took less than a minute to install, pages saved as .txt files. Do you think MediaWiki or something else would be better?
348  Economy / Marketplace / Re: BitcoinExchange.com Bitcoin Exchange Rate on: April 17, 2010, 08:19:30 PM


Here's a pic that hopefully helps to explain the calculation of my exchange rate. The €-value of a Bitcoin transaction is the area under the exchange rate curve between points P1 and P2 on the x-axis, where P1 is my BTC reserves before the transaction, and P2 after the transaction. When you sell 10000 BTC and buy them back before someone else does, the spread (my profit margin) is always about 2%.
349  Economy / Marketplace / Re: BitcoinExchange.com Bitcoin Exchange Rate on: April 16, 2010, 05:17:29 AM
Oh, my exchange service got publicity. Maybe I should have posted here myself before I talked about it in the IRC, to let people know what it's about.

Just did a test trade @ BitcoinExchange.com for Pecunix. Wink

I'll report back on how it goes.

Sorry, I wasn't prepared for Pecunix transactions yet (as it reads on the page also). I'll need to get some Pecunix currency first. I'll send you a PM about your transaction.

However, automated SMS purchases of Bitcoin work already. You should get your coins in a few seconds after the payment. Go ahead and try it Smiley

I'll tell more about my service later, need to go now.
350  Bitcoin / Bitcoin Discussion / Re: We need a wiki! on: April 14, 2010, 04:32:31 PM
Sirius delivers: http://bitcoin.org/wiki/

I'll add a link onto the main page when we have some content.
351  Bitcoin / Bitcoin Discussion / Re: What happens when block generation becomes too slow? on: April 10, 2010, 08:02:14 PM
If the network grows very large and that makes it difficult to get your transaction into a block for free, you can make it happen faster by paying a small transaction fee to the node that puts your transaction into the block chain. Bitcoin supports this functionality.
352  Economy / Marketplace / Re: Link2VoIP now has full automation on: April 10, 2010, 06:22:41 AM
That's great to hear! I'm in the process of getting my exchange service up, so maybe we can co-operate in the future. Smiley
353  Bitcoin / Bitcoin Technical Support / Re: removing bitcoin addresses on: April 10, 2010, 06:12:31 AM
A question to Satoshi: have you tested the program with thousands of own addresses in the wallet? If I make a new address for each automated transaction, it's going to be a big amount. Or maybe I could reuse the addresses, given a big enough pool.
354  Bitcoin / Development & Technical Discussion / Re: Command Line and JSON-RPC on: April 06, 2010, 10:06:57 PM
Here is code for a simple Python API.  Each method connects to the server, sends a request, gets a response, then returns a Python dictionary equivalent of the JSON.  It uses standard Python modules.  No error checking is done and only three functions from rpc.cpp are implemented.  If there's interest I can write more.

Well, you could just install python-json-rpc (http://json-rpc.org/wiki/python-json-rpc) and do:

Code:
from jsonrpc import ServiceProxy
s = ServiceProxy("http://127.0.0.1:8332")
s.getinfo()

Returns a python dict. It's that easy Wink
355  Bitcoin / Bitcoin Discussion / Re: who is bitcoin.com on: March 22, 2010, 08:18:15 PM
It's not related to our project. Apparently it's some company called Bitcoin Ltd. The page has been saying "alpha test coming soon" since the last summer at least.
356  Bitcoin / Bitcoin Discussion / Re: Make your "we accept Bitcoin" logo on: March 21, 2010, 04:05:18 PM
Adding a new one to my stack.



Donations greatly appreciated: 1J7aZ1ay5ZJvWBc1EhbNAh5HpCzN8dtW6o

Can you make a another version of that with the new Bitcoin logo? I'll pay you in BC of course. Wink
357  Economy / Marketplace / Re: Bitcoin Exchange on: March 16, 2010, 05:20:09 AM
Lately I've had a lot of other things I need to work on, so it's been a delay with this project. I hope to get this done soon anyway.
358  Economy / Marketplace / Re: Bitcoin Exchange on: March 05, 2010, 03:05:50 AM
I decided to take the second option, I'll be working on it.

The 64bit version memory leak is fixed now, so you can notice the successful Bitcoin integration on the statistics page. Cool
359  Bitcoin / Bitcoin Discussion / Re: Pros and Cons of Anonymous Digital Cash on: March 02, 2010, 09:51:16 PM
I don't think using a private currency is illegal anywhere outside some banana republics. Liberty Dollar users haven't been prosecuted. As I've understood, Liberty Dollar was shut down because it could be allegedly mistaken for the US Dollar.
360  Economy / Marketplace / Re: Bitcoin Exchange on: March 02, 2010, 08:25:17 AM
Your pricing calculation should only take into account your available balances after the transactions have been finalized.

With the current model I need to take received orders into account when calculating the price, because otherwise the customer would have an incentive to make ten orders of 1,000 btc instead of one order of 10,000btc. For example, with my pricing 1,000 btc might cost 1€ but 10,000 btc would cost 11€ which is more than 10 * 1€.

Quote
I think the second option is better, but if you use the first option, you have to make it clear whether they're getting the rate when the order is placed or when the funds are received. And if it's at the rate when the funds are received, I'd recommend you emphasize that the amount is an estimation until the transaction is complete and also reserve additional funds to take into account the currency's exchange rate changing.

That would be like the second option but without the choice to set a min/max price. It's true that I need to emphasize that only the current spot price is shown.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 [18] 19 20 21 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!