Bitcoin Forum
October 12, 2024, 06:06:59 PM *
News: Latest Bitcoin Core release: 28.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 334 »
5181  Bitcoin / Development & Technical Discussion / Re: bitcoin-qt: how to check my passphrase without transferring money on: May 03, 2013, 01:47:01 AM
It's not so convenient because I would not prefer to change current passphase.

You can't change it to what it currently is?
5182  Bitcoin / Bitcoin Technical Support / Re: Transaction sent 12 hours ago still nothing on blockchain.info? on: May 03, 2013, 01:40:31 AM
But what I'm asking about is if you have the Bitcoin-Qt client and it is not currently sync'd, but then create a new spend transaction.  Are you claiming that the transaction is then broadcast to the network immediately ... before sync is attained?

Yes - I do this *all* the time (as I don't normally run bitcoin so my client is *never* in sync when I start it). You have to wait until the GUI *appears* (so you can't do a tx *instantly*) but you certainly *do not* need to wait to be in sync.
5183  Bitcoin / Development & Technical Discussion / Re: First 70,000 blocks only 1 transaction in? on: May 02, 2013, 12:58:40 PM
Yes - a lot of the first year of blocks mined are coinbase rewards that have never been spent (which many assume are *owned* by Satoshi).
5184  Bitcoin / Development & Technical Discussion / Re: Parsing Raw Transaction Data. Who Can help? on: May 02, 2013, 10:39:25 AM
Ciyam, could we jump on skype with you now for a quick chat?

You can send me a PM if you like (am a little busy for IM).
5185  Bitcoin / Development & Technical Discussion / Re: Parsing Raw Transaction Data. Who Can help? on: May 02, 2013, 10:31:18 AM
If you are wanting to convert a raw tx from hex to JSON then use the "decoderawtransaction" RPC command.
5186  Bitcoin / Development & Technical Discussion / Re: Security Fast Payments Against Double Spends? on: May 02, 2013, 09:48:11 AM
I think a "green address" could be what you are looking for: https://en.bitcoin.it/wiki/Green_address (which AFAICT is limited to usage on Gox).
5187  Bitcoin / Development & Technical Discussion / Re: Yet another Coin Control Release on: May 01, 2013, 08:25:01 AM
Looking very nice - hope to see it appearing in the next major release (although you can do this and more with raw tx's it is going to be helpful to have something so easy to use in the GUI itself).
5188  Bitcoin / Development & Technical Discussion / Re: What ownership proof does Bitcoin client send to network when spending coins? on: May 01, 2013, 02:30:22 AM
But isn't that public now, and can't that be reused by someone else as proof they can spend my account's remaining bitcoins?

One or more public keys are made public at the point of "spending" funds - this is still no real risk as the private key is never seen (except by yourself) although if any weakness is found with ECDSA (or some future quantum computer is built to discover private keys from public ones) then potentially any remaining funds at that address could be at risk.

It is for this reason that you are advised never to re-use an address.
5189  Bitcoin / Bitcoin Discussion / Re: Never seen private key trade system/ Virtual Casascius/ self-escrow-coin SEC on: May 01, 2013, 01:01:49 AM
infact....this may be a problem for BITCOIN as miners would not be needed....or very rarely needed....

Even if most "general" tx's were to be handled offline like this am sure SD and its like will be keeping the miners busy. Smiley
5190  Bitcoin / Bitcoin Discussion / Re: Never seen private key trade system/ Virtual Casascius/ self-escrow-coin SEC on: May 01, 2013, 12:52:48 AM
so I send you a private key that I can prove I have never seen and you can verify this, and you can choose to send on or open, then use as normal

I am not sure how you can *prove* you have never seen the private key but if you assume some sort of tamper proof covering can be trusted then the other part (being sure it will work) could be handled as a signed message for the public key which can be made visible to all.
5191  Bitcoin / Bitcoin Technical Support / Re: Transaction sent 12 hours ago still nothing on blockchain.info? on: May 01, 2013, 12:21:05 AM
Are you saying they are being broadcast to the network before it has reached sync?  If so, is this from the Bitcoin-Qt or sent via API with bitcoind?

Yes - and this can be done with bitcoin-qt as well. Assuming you don't have a copy of the wallet on another computer then there is no problem doing this as tx you make are stored in your wallet (so it won't try and spend the UTXOs again).
5192  Bitcoin / Development & Technical Discussion / Re: bitcoin-qt: how to check my passphrase without transferring money on: April 30, 2013, 01:59:06 PM
Also the "change passphrase" option can be used to check your passphrase which is a menu option in bitcoin-qt.

Good one (don't know how I missed that).
5193  Alternate cryptocurrencies / Altcoin Discussion / Re: Collectors Coins (suggest your own) on: April 30, 2013, 12:44:35 PM
meant to post this thread in the altcoin board, can someone move it

You can move it yourself - check the bottom left of your screen (when editing I think).

And don't worry - I did not know that myself until after having made hundreds of posts. Smiley
5194  Bitcoin / Bitcoin Technical Support / Re: Transaction sent 12 hours ago still nothing on blockchain.info? on: April 30, 2013, 12:41:15 PM
If you are claiming that v0.7.x broadcast a transaction without being in sync, I'm not sure why that would be.

I regularly send tx's when out of sync (with all versions of the client I have used) - where did this idea that you need to be in sync to send a tx come from?
5195  Bitcoin / Development & Technical Discussion / Re: bitcoin-qt: how to check my passphrase without transferring money on: April 30, 2013, 12:18:47 PM
If you are not worried that someone might *observe* your password if it appears on the screen then you could use Help->Debug then go to the Console and issue the RPC command: walletpassphrase <your passphrase here> 1

If you don't want it to be visible then perhaps try by sending funds to yourself?
5196  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: April 29, 2013, 01:05:38 PM
Apologize, I havn't done C++ in 10 years since college and back in those days I used a borland compiler on a unix server and never did anything that complex.

Borland *compiler* on unix?

Are you perhaps referring to the C++ BuilderX environment (which is *not* a compiler)?
5197  Bitcoin / Development & Technical Discussion / Re: Limits to accepting a new longest chain to prevent >50% on: April 28, 2013, 04:30:25 PM
I do agree that we haven't seen such a threat - but it always is a nagging concern (damn it Satoshi are you sure you got it right?).

Grin
5198  Bitcoin / Bitcoin Discussion / Re: So let's say we solved the magical problem of centralized exchanges... on: April 28, 2013, 01:58:55 PM
If you believe in the future of digital currencies then the only *exchanging* you will need to be doing is that of your efforts (to *earn* coins) or that for service/product providers (to *spend* coins).

The speculation part is really not that important (although a good way to try and get coins without much effort if you are prepared to take the risks that go along with combining non-reversible digital currencies with reversible fiat ones).

If you can earn coins and spend them for everything you need then why do you still need to be converting coins to fiat on an exchange?
5199  Other / Beginners & Help / Re: Bitcoincharts.com down - alternatives? on: April 27, 2013, 02:09:55 PM
It's back up now.
5200  Economy / Service Announcements / Re: [Announcement] TorEx "Anonymous Bitcoin Exchange" on: April 26, 2013, 11:52:41 AM
really? do you have a list?

I don't have a list but do recall at least two different ToR services that disappeared along with peoples coins (they might have actually been *mixing* services rather than exchanges actually).

But whether they were just mixing services or not just think about it - you are taking a very big risk leaving bitcoins on any exchange as it is (several have been hacked or have closed leaving people in the lurch) so putting your bitcoins into an anonymous service that could disappear without a trace is just asking to be robbed IMO.
Pages: « 1 ... 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 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 ... 334 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!