Bitcoin Forum
July 11, 2024, 11:05:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 181 182 183 184 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 ... 334 »
4601  Bitcoin / Bitcoin Technical Support / Re: Will this tx confirm? on: November 08, 2013, 09:46:12 AM
It's stuck until it's including in a block unfortunately  Cry

Was afraid that that would be the case.

Sad
4602  Bitcoin / Bitcoin Technical Support / Will this tx confirm? on: November 08, 2013, 09:42:38 AM
No tx fee included although the amount isn't that tiny and the size is minimal:

https://blockchain.info/tx/072b41c0b11ff88b454e3a0c9c3a3810a74c3fa25d92209a856554d6fe26092a

Was sent nearly 24 hours ago and queue position seems to move and up then move back (now saying another 10 hours).

Is it likely to get "dropped" if I make sure my client doesn't broadcast it again (so I could try another spend attempt with a fee) or is it stuck until it's included no matter how long that takes?
4603  Other / Beginners & Help / Re: Simple non-techy way to reasonably secure btc on: November 07, 2013, 05:14:45 PM
No, Armory.

Armory may be the way to go in a while but currently unless you are using a beta it requires a *huge* amount of memory (and bitcoind).
4604  Other / Beginners & Help / Re: Simple non-techy way to reasonably secure btc on: November 07, 2013, 05:01:38 PM
So what I've done is I've gone to bitaddress.org.  Generated an address and private key.  Screenshotted the page and saved the screenshot as a file on my laptop. Is this now a secure address that I can send some btc to so long as I don't lose the private key file?  As far as I can see the only risk is someone hacking my computer and stealing that file, the private key has never been typed, so no keylogging issue.  Yes?

Bad move - using bitaddress.org (online) is risky enough but then also saving screenshots of your private keys on your laptop means that you are just going to have to "hope" that no-one else is going to find them.

Key logging is a major problem but it isn't the only one. The only way to really safely secure your bitcoins is to generate your keys *offline* (and best to do that with a computer that *never* connects to the internet again).

For non-techies I think that the Trezor (or some similar) device might be the best answer.
4605  Bitcoin / Bitcoin Technical Support / Re: What is wrong with this raw transaction? on: November 07, 2013, 01:33:36 PM
Seems like the txid referenced in the vin doesn't exist. Both my localbitcoind and blockchain.info don't know about it.

Ah - thanks for that (I know what I've done wrong now).

It's a pity the error handling for the raw transactions API is so minimal.
4606  Bitcoin / Bitcoin Technical Support / What is wrong with this raw transaction? on: November 07, 2013, 12:10:46 PM
I have the following raw transaction (which was created via "createrawtransaction" and successfully signed with "signrawtransaction"):

Code:
0100000001c6689b75fcd871d1ed428e4630163601183288628d5fbe5c76c7339003b0e828000000008b48304502203deb0b9f61c88bc2bb5df24acb330b6cf1f2b9b8140203cafbf5db29935dd2a60221009c7c5fc049daf358ec392c0387022218b971a2f0c50386947e3b30c71f4bd2d201410408dc1b7167df71b68c12ec0a7e77ccb602cbcb1966f3bff773c925530905d3996e7a6c7eb8a404d5dbebff428ed36d1b9c8ab70dfebe9e80e0bd6b1dd298b677ffffffff01807c4301000000001976a91407dd428c4c6f8752d5ded10edabab12d912de14e88ac00000000

which if I paste after decoderawtransaction gives me the following:

Code:
{
"txid" : "c4b58d28e59e08c6cfa6272a8b56471896833aa20a5f2b05a952e6f9f0421e46",
"version" : 1,
"locktime" : 0,
"vin" : [
{
"txid" : "28e8b0039033c7765cbe5f8d6288321801361630468e42edd171d8fc759b68c6",
"vout" : 0,
"scriptSig" : {
"asm" : "304502203deb0b9f61c88bc2bb5df24acb330b6cf1f2b9b8140203cafbf5db29935dd2a60221009c7c5fc049daf358ec392c0387022218b971a2f0c50386947e3b30c71f4bd2d201 0408dc1b7167df71b68c12ec0a7e77ccb602cbcb1966f3bff773c925530905d3996e7a6c7eb8a404d5dbebff428ed36d1b9c8ab70dfebe9e80e0bd6b1dd298b677",
"hex" : "48304502203deb0b9f61c88bc2bb5df24acb330b6cf1f2b9b8140203cafbf5db29935dd2a60221009c7c5fc049daf358ec392c0387022218b971a2f0c50386947e3b30c71f4bd2d201410408dc1b7167df71b68c12ec0a7e77ccb602cbcb1966f3bff773c925530905d3996e7a6c7eb8a404d5dbebff428ed36d1b9c8ab70dfebe9e80e0bd6b1dd298b677"
},
"sequence" : 4294967295
}
],
"vout" : [
{
"value" : 0.21200000,
"n" : 0,
"scriptPubKey" : {
"asm" : "OP_DUP OP_HASH160 07dd428c4c6f8752d5ded10edabab12d912de14e OP_EQUALVERIFY OP_CHECKSIG",
"hex" : "76a91407dd428c4c6f8752d5ded10edabab12d912de14e88ac",
"reqSigs" : 1,
"type" : "pubkeyhash",
"addresses" : [
"1iankj4HSpksoUgXSm8G7Gf7dkvLP3V9d"
]
}
}
]
}

but if I attempt to send it using sendrawtransaction then I get the TX rejected (code -22) error (which I think is normally for badly formatted JSON data).
4607  Bitcoin / Development & Technical Discussion / Re: the Block Discarding Attack / shellfish mining on: November 06, 2013, 03:00:21 PM
By the way, the strategy was called "selfish" mining, in the sense of being selfish or acting in only one's own interest potentially on the expense of others.

It's a pity that the OP thinks that "shellfish" is more interesting (seriously OP - could you edit your title as it just looks plain silly).
4608  Bitcoin / Bitcoin Technical Support / Re: Blockchaininfo.com Vs. Exchanges (Coinbase) For Wallet on: November 06, 2013, 02:54:51 PM
They are stored by blockchain.info in encrypted form, encrypted with the password that you provide on the wallet.  If you choose a weak password, then it will be crackable by a hacker.  It is therefore important to choose a strong password.

Oops - I hadn't actually realised that (guess the .js stuff they use is not to store the private key locally but to do the encryption of it).

Also very important not to *forget* your password either!
4609  Bitcoin / Bitcoin Technical Support / Re: Blockchaininfo.com Vs. Exchanges (Coinbase) For Wallet on: November 06, 2013, 02:34:17 PM
On blockchain.info are the private keys stored online?  If so, isn't it better to store them offline on a paper wallet?

The keys are generated in your browser (presumably stored in 'localStorage' or similar) so not "online" in terms of being in blockchain.info's possession.

EDIT: (see below)
4610  Bitcoin / Bitcoin Technical Support / Re: Bitcoin-qt - All them files... on: November 05, 2013, 05:45:33 PM
Only wallet.dat has sensitive information - the blockchain files are what is shared across the P2P network (so are entirely public).

If paranoid then you might want to also check about BDB files - as presumably some wallet changes could be kept in those and not cleaned up if the client didn't close down properly.

The only other possible file to be concerned with (in regards to security) could be the config file (if you've edited it to put in the RPC credentials).
4611  Other / Beginners & Help / Re: Securing wallet for e-commerce use on: November 05, 2013, 02:13:21 PM
A "hot wallet" (i.e. one running on a server connected to the internet) is always going to be problematic.

Depending upon your needs you'd be better of having coins put into "cold storage" and signing transactions *offline* although that may not be suitable due to delays (especially if you process the *offline* transactions manually).

Typically sites like exchanges use a combination of "hot" and "cold" wallets to provide for quick response but with added security (better to only lose say 10% of the BTC due to a hacker than 100%).
4612  Bitcoin / Development & Technical Discussion / Re: Idea for Addressing Dormant Bitcoin Issue on: November 05, 2013, 02:05:17 PM
The issue of "dormant bitcoins" has been flogged to death many times before.

No-one is going to find it any more interesting to raise it again (and no-one is interested in doing this - there are alt coins that do though so perhaps try using them instead).

If ECDSA or some other core technology that Bitcoin depends upon is broken in the future then at that point a migration to new addresses might be required but that is not likely to be something that would occur for years.
4613  Economy / Services / Re: NEEDED: POSTFIX/DOVECOT WIZARD! on: November 05, 2013, 01:12:53 PM
I use postfix/dovecot on my VPS but the distro is SUSE - wouldn't call myself a wizard at all but might be able to help you out with some configuration settings if that's the issue.
4614  Bitcoin / Bitcoin Discussion / Re: Bitcoin bank accounts - maybe sooner than we think? on: November 04, 2013, 05:02:33 AM
The point that is being missed is insurance - if you're computer gets hacked and you lose all your BTC then it's simply "tough luck".
You're assuming that it's possible to create workable deposit insurance for BTC.

Insurance would most likely only be in the form of fiat - but I would rather get back 90% of the current fiat value of my BTC than to lose it all to a hacker.
4615  Bitcoin / Bitcoin Discussion / Re: Bitcoin bank accounts - maybe sooner than we think? on: November 04, 2013, 04:53:33 AM
The point that is being missed is insurance - if you're computer gets hacked and you lose all your BTC then it's simply "tough luck".

Devices like the Trezor may get us there without the need of a 3rd party but I think given the option quite a few people (especially the elderly and non-technically minded) would rather trust a bank than themselves.
4616  Bitcoin / Bitcoin Discussion / Re: Bitcoin bank accounts - maybe sooner than we think? on: November 04, 2013, 04:43:03 AM
Wow - quite a few replies - and some good points.

Where I see *banks* fitting in is simply giving you the convenience to transfer funds in and out of BTC via online banking and in insuring your BTC asset (something that I think might be important to those less tech savvy than many of the members of this forum).
4617  Other / Beginners & Help / Re: Is Paypal safe for bitcoin transactions? on: November 03, 2013, 02:43:09 PM
I believe the paypal must be send as a gift.

Can be gift charged back?

Yes it can - and by the Paypal TOS you cannot use Bitcoin (or any other internet currency).

Just read the stories of those that tried and failed creating services for Paypal to BTC (exactly why it should be stickied if it isn't already).
4618  Bitcoin / Bitcoin Discussion / Bitcoin bank accounts - maybe sooner than we think? on: November 03, 2013, 02:00:14 PM
Some thoughts:

1) China is unhappy with the US printing money (just Google it).

2) China seems to be warming to Bitcoin more and more (it was on the CCTV news recently and not negatively portrayed).

3) China has called for a *new world currency* (again just Google it).

4) China has the majority of ASIC production.

5) Chinese banks already let you buy PMs (gold and silver).

How long until Chinese banks let you create accounts in BTC?
4619  Bitcoin / Development & Technical Discussion / Re: CoinJoin: Bitcoin privacy for the real world on: November 03, 2013, 01:47:31 PM
Under no circumstances can you trust someone's word about not keeping logs. This applies to VPN providers, bitcoin mixers, email hosts, or any other privacy-sensitive service. If it's conceivably possible that they are keeping privacy-destroying logs then you must assume they are, and act accordingly.

I hate to do this (in fact it might be the first time I actually have) but:

+1
4620  Other / Beginners & Help / Re: Is Paypal safe for bitcoin transactions? on: November 03, 2013, 01:22:58 PM
Isn't there a stickied topic about Paypal and Bitcoin?

If not there probably should be (as the same questions come up often - as do people offering BTC via Paypal who end up getting screwed no matter how cleverly they think they have "worked it out").
Pages: « 1 ... 181 182 183 184 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 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!