Bitcoin Forum
June 20, 2024, 02:18:06 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 [111] 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 ... 258 »
2201  Economy / Service Discussion / Re: Frame Grabber Recommendations on: June 09, 2013, 10:16:01 PM
Any model recommendations? And what's a fair price for HD 1920X1200 video?
I highly doubt a USB VGA capture device can do 1920*1200 video. For that high resolution, you'll need a pci-e capture card (around $100). But really, BIOS runs at a small resolution (640*480 tops), so you don't need high resolution video. As for the price, go on ebay and check the lowest price Tongue.
2202  Economy / Service Discussion / Re: Frame Grabber Recommendations on: June 09, 2013, 10:09:04 PM
I don't see what's wrong with a camera pointed towards a monitor. If you really need high quality video, you can boot into VMWare's BIOS and capture that.
2203  Bitcoin / Hardware / Re: Avalon batch [2] countdown! on: June 09, 2013, 08:23:53 PM
Hope we don't get and update because NO news is GOOD news!
sarcasm detected?
2204  Bitcoin / Bitcoin Technical Support / Re: wallet.dat questions on: June 09, 2013, 07:09:14 PM
nope, u need a backup every 100 xfers.
or use "keypool=9000" in bitcoin.conf. (your backup will be good for 9000 transactions)
2205  Bitcoin / Bitcoin Technical Support / Re: Powered 16x to 16x riser just exploded and caught fire... on: June 09, 2013, 07:06:42 PM
hint: you don't need capacitors ("power filters") for your powered riser. If you have a shitty power supply, a small 16v capacitor isn't going to help.

As for your riser, it burst into flames because the wires are too thin. Get a thicker wire and solder the wires properly.
2206  Bitcoin / Bitcoin Technical Support / Re: Sending coins while offline on: June 09, 2013, 07:02:14 PM
What happens when you restart bitcoin-qt? Does it continue to try to send the transaction? If it does then the question is where is transaction data stored? If it is stored in the wallet then you will extract all private keys using pywallet and then recreate it.
you're trying to help, yet you don't know how bitcoin works.

The satoshi client will attempt to rebroadcast unconfirmed transactions at random intervals (30 minute on average, AFAIK). You can "cancel" the transaction by using pywallet and deleting the transaction from your wallet. That way, your transaction will essentially be "canceled".
2207  Bitcoin / Bitcoin Technical Support / Re: Dat Transaction Confirmation Time... on: June 09, 2013, 01:13:30 AM
How can one make a "free" transaction? I tried with electrum, doesn't work.
https://bitcointalk.org/index.php?topic=22434.0
2208  Bitcoin / Bitcoin Technical Support / Re: Powered 16x to 16x riser just exploded and caught fire... on: June 09, 2013, 01:13:05 AM
Quote
[...]one of there cables literally just had the power filter pop[...]
what the hell is a power filter?
2209  Bitcoin / Pools / Re: A guide for mining efficiently on P2Pool, includes FUD repellent and FAQ on: June 09, 2013, 12:13:11 AM
any updates with avalon? are they suitable for p2pool?
2210  Bitcoin / Legal / Re: Decentralized Exchanges Are Illegal. on: June 09, 2013, 12:04:57 AM
bait topic is bait
2211  Economy / Goods / Re: Now in BitMit: Corsair K90 mechanical backlit keyboard on: June 08, 2013, 03:50:30 PM
One day left an no bids.

Did I something wrong with the ad or is the product uninteresting?
if you can ship to canada, I'll bid.
2212  Bitcoin / Bitcoin Technical Support / Re: How safe are Password Management Programs? on: June 08, 2013, 02:38:32 PM
keepass has "two channel obfuscation", which attempts to screw up keyloggers/clipboard monitors. however, with all password managers, a virus can (at the very least) hijack the subroutine that accepts the password at the target program. it's certainly safer than nothing, but it's not guaranteed security.
2213  Bitcoin / Bitcoin Technical Support / Re: Dat Transaction Confirmation Time... on: June 08, 2013, 02:32:58 PM
Now I am kinda confused Tongue
I've had no-fee transactions under 1000 bytes take more than 30 hours to confirm. However, I just made another no-fee transaction that was 2057 bytes, and it confirmed in 3 minutes Tongue
TXID is 2d3d0b3b39480afe1eba50b63047f980c0c31e116e203eab248b86db510105dc if anybody is interested.
Anybody care to explain why?
the transaction had a higher priority.

...or you were lucky and a pool that likes free transactions Tongue
2214  Bitcoin / Development & Technical Discussion / Re: dumpprivkey scam / feature request on: June 08, 2013, 02:27:09 PM
I think the RPC console is already not so easy for non-techies to find (although I guess an *advanced* option could be used to hide/display the Debug Window menu item in the Help menu).
It doesn't really matter, because newbies can always be social engineered into unlocking it.
2215  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: June 08, 2013, 12:46:08 AM
after step 5:
Code:
alexander@vurtual-ubuntu-x64:~/Downloads/gitian-builder$ bin/make-base-vm
2013-06-07 04:46:31,692 INFO    : Calling hook: preflight_check
2013-06-07 04:46:31,695 INFO    : Calling hook: set_defaults
2013-06-07 04:46:31,695 INFO    : Calling hook: bootstrap

infinite waiting.
press Ctrl+c, see next:
Code:
^CTraceback (most recent call last):
  File "/usr/bin/vmbuilder", line 24, in <module>
    cli.main()
  File "/usr/lib/python2.7/dist-packages/VMBuilder/contrib/cli.py", line 218, in main
    distro.build_chroot()
  File "/usr/lib/python2.7/dist-packages/VMBuilder/distro.py", line 83, in build_chroot
    self.call_hooks('bootstrap')
  File "/usr/lib/python2.7/dist-packages/VMBuilder/distro.py", line 67, in call_hooks
    call_hooks(self, *args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/VMBuilder/util.py", line 165, in call_hooks
    getattr(context, func, log_no_such_method)(*args, **kwargs)
  File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/distro.py", line 136, in bootstrap
    self.suite.debootstrap()
  File "/usr/lib/python2.7/dist-packages/VMBuilder/plugins/ubuntu/dapper.py", line 269, in debootstrap
    run_cmd(*cmd, **kwargs)
  File "/usr/lib/python2.7/dist-packages/VMBuilder/util.py", line 113, in run_cmd
    fds = select.select([x.file for x in [mystdout, mystderr] if not x.closed], [], [])[0]
KeyboardInterrupt

how to step 6,7?

wait longer. it takes more than 30 minutes to set up both VM.
2216  Bitcoin / Development & Technical Discussion / Re: List funds per address on: June 08, 2013, 12:41:59 AM
https://bitcointalk.org/index.php?topic=144331.0
2217  Economy / Digital goods / Re: Vbulletin 5.0 all beta auto injector - 1337day verified exploit sell - update on: June 07, 2013, 11:14:29 PM
Just a headsup for any potential buyers: the exploit is public; this is just a tool to make it easier if you want to pretend you're a 1337hex0r.

and Mr. could you pls give us a link where it is public ( Original python script ?? not exe one that is public by its author ) ?
and yes, its a tool to make one's work easier and complete hours work in matter of few mins.
he said the exploit is public, not the script or the "injector".
2218  Bitcoin / Development & Technical Discussion / Re: no 0.8.2 branch in git? on: June 07, 2013, 10:27:36 PM
stable releases are "tagged"

Quote
The master branch is regularly built and tested, but is not guaranteed to be completely stable. Tags are created regularly to indicate new official, stable release versions of Bitcoin.
2219  Economy / Goods / Re: wtb fertilizer on: June 07, 2013, 06:15:42 PM
wtf? why are you selling and buying shit at the same time?
2220  Economy / Service Announcements / Re: BitLasers.com - Handheld Lasers and accessories on: June 07, 2013, 02:18:54 PM
It's probably intentional. DNS is down so they're probably doing maintenance or switching hosts.
Quote
C:\>nslookup bitlasers.com
Server:  [...]
Address:  192.168.1.1

DNS request timed out.
Pages: « 1 ... 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 [111] 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 ... 258 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!