Bitcoin Forum
May 23, 2024, 07:52:10 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 »
301  Bitcoin / Bitcoin Discussion / Re: Bitcoin version 0.3.22 on: June 11, 2011, 12:35:16 AM
Okay, it finally found some connections and is updating.

I thought the minimum fee was reduced to .0005 bitcoins? I tried sending some bitcoin and recieved the error message that it requires a transaction fee of .01 due to the complexity, size, or use of recently recieved funds.
0.3.23 will lower the fee.

I am sending >.01 BTC, so the size should be okay. I am just sending from one address to another, so the complexity should be okay. The funds have over 1000 confirmations, so they are not recently recieved (BTW, how recent is recent?, and am I correct that the recentness is measured by confirmations?). What am I missing?
You are probably combining a shitload of tiny coins, thus making a large (in kB) transaction.
302  Bitcoin / Development & Technical Discussion / Re: Vanity bitcoin addresses: a new way to keep your CPU busy on: June 11, 2011, 12:18:06 AM
Thanks for reviving this old thread.

I've added a "vanityAddress" function in my bash lib:
Cool, except it doesn't work...

Code:
bash: ibase=16; n=${1^^}; while(n>0) { n%3A ; n/=3A }: bad substitution
303  Bitcoin / Development & Technical Discussion / Re: Who pays transaction fees on: June 10, 2011, 11:45:20 PM
One of the purposes of the fees is to avoid spam on the network. If you made the recipient pay, anyone could drain someone's balance by spamming them with empty transactions, each one taking 0.01 from the victim's balance.
304  Bitcoin / Bitcoin Discussion / Re: [ANN] Bitcoin URL handler on: June 10, 2011, 11:08:20 PM
Wrong URI format! Here's the proper one: https://en.bitcoin.it/wiki/URI_Scheme
305  Bitcoin / Bitcoin Discussion / Re: So I'd love to get started but.... on: June 10, 2011, 10:47:05 PM
Too bad that the faucet is down. Post your Bitcoin address in this thread and maybe some generous forum member will send you a bitcent to play around with... Smiley
306  Bitcoin / Bitcoin Discussion / Re: Question about wallet on: June 10, 2011, 10:17:09 PM
I want to see the answers to this because I am so confused about the wallet! I just encrypted my wallet.dat, I think, using truecrypt. That is, I encrypted a BACKUP of wallet.dat. But the original wallet.dat is sitting there on my drive unencrypted and seemingly vulnerable as hell! I still don't get how to have a long-term, deep storage wallet and another spending money wallet.

Any help with this stuff would be most appreciated. Might even get a tip!
Bitcoin will eventually encrypt wallet.dat, but it does not yet do that.

To have a secure "savings account" wallet, I would suggest installing Bitcoin inside a VirtualBox VM. That way any viruses on the host computer can't access the wallet. You only need to boot up the VM when you want to spend coins, you can receive them while Bitcoin isn't running, and check the balance on blockexplorer.com.
307  Bitcoin / Bitcoin Discussion / Re: If you brought at 31.00, are you kicking yourself now? Market down to 20.00 on: June 10, 2011, 09:42:48 PM
Can we kick you instead
+1  Grin
308  Bitcoin / Bitcoin Discussion / Re: Mt.Gox changed the bank transfer message! on: June 10, 2011, 08:49:59 PM
I have also successfully sent money to Mt. Gox this week. I just checked and I now also have an X at the end of my number. I hope the transfer I sent yesterday (without X) goes through...
UPDATE: The money made it to Mt. Gox without problems.
309  Bitcoin / Bitcoin Technical Support / Re: 0 Connections on: June 10, 2011, 08:42:33 PM
For the last several days I've been trying to connect to "the network" with the standard bitcoin client (0.3.20.1), but it's stuck at 0 connections, 125364 blocks.

I saw that there was a version 0.3.22 released, but I didn't think I had to upgrade to stay connected.

How can I help my poor client connect?  I've got a few coins floating around in transactions my client hasn't downloaded yet, and would like to send them somewhere else!
Upgrading to the latest version may help since the IRC bootstrapping mechanism was changed. The other standard advice is to (a) forward port 8333 in your router and/or (b) add some fallback nodes.
310  Economy / Trading Discussion / Re: Mt Gox Euro Transfer Message Changed? on: June 10, 2011, 10:25:59 AM
http://forum.bitcoin.org/index.php?topic=14027
311  Bitcoin / Development & Technical Discussion / Re: Feature request: easier online payments on: June 09, 2011, 10:05:26 PM
That would work but it requires you to teach every browser how to handle the bitcoin: protocol.
No. URI handlers are registered in the operating system.
312  Bitcoin / Development & Technical Discussion / Re: Feature request: easier online payments on: June 09, 2011, 10:00:51 PM
Argh! Stop it with the unnecessary slashes already! Double slashes introduce a server name, there are no server addresses in bitcoin!

The Bitcoin URI scheme already exists, and is documented on the Wiki: https://en.bitcoin.it/wiki/URI_Scheme
313  Bitcoin / Bitcoin Technical Support / Re: Not receiving my bitcoins on: June 09, 2011, 04:51:12 PM
I have had anywhere from 1-9 connections for the last 3 days and 900,000 blocks on the lower right corner of my client. Using Mac OS X.
Welcome, visitor from the future. What's it like in the year 2026? Wink

314  Bitcoin / Bitcoin Discussion / Re: Bitcoin won't download blocks. Am i not connected? on: June 09, 2011, 04:10:17 PM
Also, try adding some fallback nodes: https://en.bitcoin.it/wiki/Fallback_Nodes
315  Bitcoin / Development & Technical Discussion / Re: My own bitcoin network on: June 09, 2011, 03:11:46 PM
http://sourceforge.net/projects/bitcoin/files/Bitcoin/testnet-in-a-box/
316  Bitcoin / Bitcoin Discussion / Re: Mt.Gox changed the bank transfer message! on: June 09, 2011, 02:39:41 PM
Quote
Has anyone successfully moved any money to or from Mt.Gox using SEPA in the last 7 days?

I did, and I still had the number without the X. But I just checked and now I also have it with the X. So it seems they've changed it (probably for some good reason).
I have also successfully sent money to Mt. Gox this week. I just checked and I now also have an X at the end of my number. I hope the transfer I sent yesterday (without X) goes through...
317  Bitcoin / Bitcoin Discussion / Re: Bitcoins in mainland China on: June 09, 2011, 10:18:39 AM
What I mean is, if I say that my Bitcoin address is 13FsW67CtKn97TfjVqG8bDqTRA3b7Xjgxg , can you be sure that you see what I actually wrote? Maybe an evil forum admin changed the address to his own, so instead of giving me money, you give it to the forum authorities...
This is what PGP signing was invented for.
318  Bitcoin / Development & Technical Discussion / Re: How to calculate the target from getwork function? on: June 09, 2011, 10:14:42 AM
Wait. This is the target for finding a full block? I thought the getwork function returned a easier problem.
bitcoind returns the current network difficulty. You need pool software to get difficulty 1.
319  Bitcoin / Bitcoin Discussion / Re: btcmsg.com - a concept on: June 08, 2011, 01:45:36 PM
You could just as well use a pastebin, and set up a short URL with the bitcoin address. Less likely to go down than some random dude's LAMP server. Wink

Proof of concept: http://dft.ba/-18WdSNcMBGfwUH3EwMaL7K678CVrJo5Vqd
320  Bitcoin / Bitcoin Discussion / Re: Let's add up the KNOWN lost bitcoins on: June 08, 2011, 01:33:33 PM
As per the above story:  Smiley

18,838.31000000
+      0.01000001
-----------------
18,838.32000001
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!