Bitcoin Forum
May 29, 2024, 01:37:57 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 [235] 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 463 »
4681  Bitcoin / Legal / Re: FOPIA Request to the FBI Processing on: August 26, 2012, 02:12:39 AM
Sadly, I do not have a scanner.  So all that's on there are pics

Heh, that's a challenge.  Can anyone make out what it says?
4682  Other / Beginners & Help / Re: Question Blocks on: August 26, 2012, 01:35:59 AM
Apparently, blocks, which records every transaction, can also record the ip address of the sender and receiver.

Here's the raw data from a block:
 - http://blockexplorer.com/rawblock/00000000000000fb84a13a76c4594f3aae4b1173e308887e961c9953031b4811

There is no IP address recorded.

However Blockchain.info says that it believes Deepbit was the miner where that specific block came from:

 - http://blockchain.info/block-index/266324/00000000000000fb84a13a76c4594f3aae4b1173e308887e961c9953031b4811

Blockchain.info knows this only because it has a connection to Deepbit (and to most other pools and some miners).  Because Deepbit was the first node where that block was seen, Blockchain.info themselves record that node's IP address and displays it as the "relayed by".

In other words, by listening to the network, some conclusions can be made and be semi-accurate.

The same thing happens for transactions.  If your node was connected only to one node, let's say that node was Deepbit's, and Deepbit relayed your transaction, then Blockchain.info would think that Deepbit was the node where your transaction occurred.   Your IP would not be revealed anywhere as a result.


I love being entirely anonymous, so I was wondering if there was a why to prevent a block from recording your ip address.

The bitcoin.org client can use tor.

Even without Tor, you can make sure your client does no listening, and only connects to a specific well connected node that isn't sharing your IP.  Because there is no guarantee that this sharing occurs, if anonymity is important, then your better bet is to use Tor.

Another thing you can do is to use a hosted (shared) EWallet, such as Instawallet, or a hybrid EWallet (Bitcoin Spinner mobile app, Electrum, or Blockchain.info/wallet ) instead of running a node yourself.  That way the IP address reported will not have any link to your IP.   There is no guarantee that an EWallet isn't logging your IP address though, so again, the best answer there as well is Tor.
4683  Economy / Trading Discussion / Re: Fastest and cheapest method to withdraw GBP to UK from MtGox IBAN or SWIFT/BIC?? on: August 26, 2012, 01:00:06 AM
With Intersango UK bank account being closed I need a new GBP withdrawal method for funds to my UK bank account. 

To clarify that, the announcement describes the Metro account being discontinued at the end of the month:

 - http://bitcointalk.org/index.php?topic=63877.msg1122824#msg1122824

Have you any experience with this exchange?

 - http://londonbitcoinexchange.wordpress.com

4684  Bitcoin / Bitcoin Discussion / Re: Bitcoin is NOW at the PAUL Festival in Tampa on: August 25, 2012, 11:27:05 PM
Tatiana is performing her concert now. She will be in the Bitcoin booth for a meet & greet after the show!

Her performance at PorcFest last month:

 - http://www.youtube.com/watch?v=-xPo2R8Zl58
 - http://www.youtube.com/watch?v=aA11ODU1MJ8

4685  Economy / Gambling / Re: bitZino - HTML5 Bitcoin Casino - Provably Fair on: August 25, 2012, 10:38:06 PM
The problem is that with the standard bitcoind, it seems that you can't even figure out the balance of a private key without either importing it first, or importing the blockchain into a separate external data structure. So, since you don't know the balance, you can't really create a valid transaction

Armory, which uses the blockchain from bitcoind appears to provide this:

Code:
unspentTxOuts = walletObj.getAddrTxOutList(addr160, 'Spendable')

 - https://github.com/etotheipi/BitcoinArmory/blob/master/createTxFromAddrList.py

Which can be called using a script from:

 - https://github.com/etotheipi/BitcoinArmory/blob/master/extras/sample_armory_code.py
4686  Bitcoin / Bitcoin Discussion / Re: Bitcoin is NOW at the PAUL Festival in Tampa on: August 25, 2012, 09:56:01 PM
Presidential Nominee Gary Johnson speaking on stage, with the bitcoin banner!

Heh, I believe Gary Johnson might have been the first politician to have received a bitcoin (at least the first presidential candidate to have received one):

 - http://bitcointalk.org/index.php?topic=41892.msg606229#msg606229
4687  Economy / Service Discussion / Re: BitFloor Customer Reviews on: August 25, 2012, 09:12:29 PM
Trying to login I get:

Code:
504 Gateway Time-out

The server didn't respond in time.
4688  Bitcoin / Development & Technical Discussion / Re: coin selection vs low value spam: non-deterministic failure on: August 25, 2012, 08:55:17 PM
Isn't the implication here that you could destabilize a site by spamming them with low value transactions?  And increase their transaction fees when SelectCoins randomly picks up the low value inputs.

That's one risk you face when using a static Bitcoin address.   If your service gives a unique address per payment there is less chance of this being a problem.  But someone could repeatedly send spam-like amounts to inflict pain on the recipient.  A coin selection method that ignores amounts under a certain threshold when otherwise including them would increase the fee would neutralize that threat.

The only ones complaining about it so far are those who are getting the dust spam from their losing bets from SatoshiDICE, so that is self-inflicted pain.
4689  Bitcoin / Project Development / Re: [ANNOUNCE] btctip.com- send bitcoins with a tweet on: August 25, 2012, 06:48:54 PM
Quote
hey @maxkeiser and @stacyherbert have some #btctip 100 mBTC

what would happen? does the "#btctip" have to be directly after the @[user]?

You need to put the #btctip directly before @[user]. The ordering of the terms in the tipping command has to be: #btctip @[user] [amount] [unit]. The tipping command can be put any where in the tweet (e.g. beginning, middle, end).

Also, note that you can only tip one person per tweet, so if you include two tipping commands in one tweet, it won't work.

I think I see a problem.  If I am doing an @reply to someone, BTCTip didn't catch it.

Here's the one that this happened on. BTCTip has not yet sent out the tweet to notify the recipient:
 - https://twitter.com/bitcoindia/status/239272879458504706
4690  Other / Beginners & Help / Re: New UK GBP User Followed BTC for year and a half just starting to buy coins HELP on: August 25, 2012, 05:28:30 AM
Yeah as well as Intersango is MtGox which have a UK Barclay Bank to make deposits.

Oh ya, I forgot about that method.  There is a 1.5% fee.

 - http://en.bitcoin.it/wiki/Mtgox#UK_.28GBP.29
4691  Economy / Gambling / Re: bitZino - HTML5 Bitcoin Casino - Provably Fair on: August 25, 2012, 12:55:57 AM
Do you have any technical advice on a good way to implement this?

Well, you don't need to import the key into the wallet.  You are simply doing a one-time redeem to spend any funds on that coin.  And because the key is compromised (as it comes from an external source), I certainly would never mix it in with a wallet holding other funds.

I just assume you create a spend transaction with the output address being one that is tied to that user's account.  The Bitcoin.org client v0.7 has raw transaction support.  You could also build a transaction and use Blockchain.info's pushtx I believe.

 - https://people.xiph.org/~greg/signdemo.txt

Or use genjix's Subvertx:
 - http://bitcointalk.org/index.php?topic=50721.msg604667#msg604667
4692  Other / Beginners & Help / Re: Bitchain Messenger on: August 25, 2012, 12:48:12 AM
So, anyone know of any software which does something similar to this currently?

 - http://bitcoin.stackexchange.com/a/2635/153
4693  Other / Off-topic / Re: GreenDot Reloadable Cards- Not Business Friendly on: August 24, 2012, 10:26:26 PM
I cannot open a new account with them.

Do you get a check from them with the unspent balance then?

There are many other prepaid cards:

Ones with no monthly charge and accept Moneypak include:

 - https://www.americanexpress.com/us/content/prepaid/american-express-prepaid-card/faqs.html
 - http://www.wuprepaid.com/


From this thread:

 - http://bitcointalk.org/index.php?topic=93152.msg1030597#msg1030597
4694  Other / Beginners & Help / Re: New UK GBP User Followed BTC for year and a half just starting to buy coins HELP on: August 24, 2012, 10:17:27 PM
Plenty of UK users around.

In addition to those:

You can deposit cash into Mt. Gox's account with Barclays:
 -  http://en.bitcoin.it/wiki/Mtgox#UK_.28GBP.29

There is a site called London Bitcoin Exchange, though there is not much about them yet so if you do trade, perhaps use an escrow.
 - http://londonbitcoinexchange.wordpress.com/

You can send cash (GBP) or check to Bitcoin Nordic, by mail, to purchase bitcoins:
 - http://en.bitcoin.it/wiki/Bitcoin_Nordic

You might find a local trader (or place an buy order and see if anyone is selling):
 - http://www.LocalBitcoins.com

There are a number of methods:

 - http://en.bitcoin.it/wiki/Buying_bitcoins
4695  Other / Beginners & Help / Re: How to Buy Bitcoins in Australia on: August 24, 2012, 10:15:45 PM
Just thought I would let you know there is a new and easy way to buy bitcoins with cash in Australia:

Please consider adding an article on the Bitcoin wiki as well.
4696  Other / Beginners & Help / Re: 2nd generation cryptocurrency: Trustcoin on: August 24, 2012, 09:43:13 PM
I look forwards to hearing your views and opinions

Already exists:

 - http://occcu.com
 - http://occcu.com/faq.php
4697  Economy / Trading Discussion / Re: Exchange account solvency on: August 24, 2012, 09:36:09 PM

 What banks do the various exchanges use and how solvent are they?

Some banks in Europe are obviously going to be pretty shaky. I wonder if Gox's accounts in Japan are any better, or whether that is just as exposed since Japan is pretty linked to the west anyway.

Seeing as Bitcoin for many is part of an emergency store of wealth ready for problems with the various banking systems, and many are speculating, I thought it an important question.

Of course, the obvious is don't store more with the exchange than you plan to use for trading.

Bitcoins can be withdrawn with no fee, and adding back is confirmed in about an hour -- so there's no reason to store large amounts of coins at an exchange.

At one point in time Dwolla was claiming their customer funds were kept in FDIC (and/or NCUA) insured accounts.  They no longer have that assurance.  But that was one way to have fiat funds ready to put into play (as deposits to the exchanges was pretty quick) yet not have any risk while you weren't trading.   

With BitFloor, you can ACH out for free, and then deposit cash to add funds.  There that is one way to keep your balance off the exchange unless you are actively trading as well.

Just an FYI, more info on the exchanges themselves (e.g., ownership info, etc.) is here:

 - http://bitcointalk.org/index.php?topic=93386.0
4698  Other / Beginners & Help / Re: Liberty Reserve still down? on: August 24, 2012, 09:18:43 PM
No it is still down, probably a very bad sign.

The were down for nearly two weeks in 2011, a lot of people wrote them off and they came back like nothing happened.

So this second year in a row now.  If they do come back, then that possibly means they are getting a full audit, possibly by their regulators there and are turning over the data (neiither of which would they or could they reveal to anyone, of course).

But allegedly their non-reversible payments aren't so "non-reversible":

 - https://twitter.com/briankrebs/status/237939638860402688

Another thread on the topic:

 - http://bitcointalk.org/index.php?topic=101955.0
4699  Economy / Service Discussion / Re: LibertyReserve mass account blocking on: August 24, 2012, 09:10:50 PM
Still down ... Firday Aug 24, 22:00 UTC

Here's another thread on the topic:

 - http://bitcointalk.org/index.php?topic=102992.0
4700  Other / Beginners & Help / Re: Are there any game retailer websites that accept BTC as payment? on: August 24, 2012, 09:02:26 PM
Game retailers:

 - http://en.bitcoin.it/wiki/Trade#Games_2


Online games:

 - http://en.bitcoin.it/wiki/Trade#Games


Toys and games:

 - http://en.bitcoin.it/wiki/Trade#Toys.2C_Games_and_Hobbies
Pages: « 1 ... 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 [235] 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 ... 463 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!