Hello, I’m have a client that calls getinfo over the rpc interface. Everything works fine when host=localhost. However, when trying to get bitcoin at another host i cannot. I read the wiki and it says the interface only accepts requests from 127.0.0.1. Is this still the case? Is there a […]
Read moreMonth: September 2010
Re: Prioritized transactions, and tx fees
It ramps up the fee requirement as the block fills up: <50KB free 50KB 0.01 250KB 0.02 333KB 0.03 375KB 0.04 etc. It’s a typical pricing mechanism. After the first 50KB sells out, the price is raised to 0.01. After 250KB is sold, it goes up to 0.02. At […]
Read moreRe: Prioritized transactions, and tx fees
As noted in this wiki page and in this satoshi post, the -paytxfee switch may be employed give your sent transactions “priority.” Prioritized transactions appear to be defined as increasing the likelihood that a transaction will be included in a block, even if that block is very large (byte-wise or […]
Read moreRe: BitCoin Wikipedia page DELETED!!!
Can we just make different language versions of a deleted page without getting them removed? Let’s do it if we can. I can write a version in Finnish. If you do, I think it should be a very brief, single paragraph article like 100 words or less that simply identifies […]
Read more0.3.13 RC1 for Windows, please test
0.3.13 release candidate, to be released soon so please test: http://www.bitcoin.org/download/bitcoin-0.3.13-rc1-win32-setup.exe – don’t count or spend payments until they have 1 confirmation http://bitcointalk.org/index.php?topic=1306.0 – internal version number from 312 to 31300 – only accept transactions sent by IP address if -allowreceivebyip is specified – dropped DB_PRIVATE Berkeley DB flag – […]
Read moreRe: I broke my wallet, sends never confirm now.
As you figured out, the root problem is we shouldn’t be counting or spending transactions until they have at least 1 confirmation. 0/unconfirmed transactions are very much second class citizens. At most, they are advice that something has been received, but counting them as balance or spending them is premature. […]
Read moreRe: I broke my wallet, sends never confirm now.
Nothing I send gets confirmed now. Here’s how I did it: I was sending out payments under .01 in size and not paying a transaction fee, which of course were never confirmed. Here’s a guess as to why it broke my wallet: Because the change leftover was also then never […]
Read moreRe: How To Make a Distributed BitCoin Escrow Service
Summary: Giving BitCoin a decentralized escrow would give it an advantage over all other exchange mediums, which might increase its adoption rate. Details follow. For a decentralized currency, centralized escrows seem to be the norm for BitCoin today. An example: Alice wants to buy $5 USD worth of BitCoins from […]
Read moreRe: Internal version number
Quote from: satoshi on September 23, 2010, 16:19:08 In the next release (0.3.13), I’m going to change the format of the internal version number integer from 313 to 31300, for instance 31305 = 0.3.13.5. The last number represents changes on the SVN between releases and ought to be properly represented […]
Read moreRe: How divisible are bitcoins – the technical side
Hey, So there is another thread asking about bc and decimal places. It is stated that the client(s) only show 2 decimal places, but there are 8 in total. Now, working on stuff, I find that it would be nice if I could transfer at least 4 decimals precision, but […]
Read more