Bitcoin Forum
June 21, 2024, 01:22:24 PM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 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 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 258 »
2741  Bitcoin / Bitcoin Technical Support / Re: Import Private Key from blockchain.info Paper Wallet into any client on: April 18, 2013, 08:30:19 PM
yeah, the reach was typo correction fail Sad
2742  Economy / Service Announcements / Re: New Exchange (btcto.com) Help us Test it with TestNET! on: April 18, 2013, 07:14:29 PM
The leading Canadian BTC exchange right now is cavirtex, with 1.2K BTC of volume. How are you going to compete with them? Your site design is certainly better, but you need to provide tangible benefits if you want anyone to use your exchange. The biggest downside of cavirtex is their fees (3% trade fee + $6 for withdraw), so having low fees will definitely make me switch.
2743  Bitcoin / Bitcoin Technical Support / Re: Listening behind a router on: April 18, 2013, 05:29:36 PM
Thanks guys
Do we know the ratio outgoing-only/upnp enabled clients?
1. get a list of peers using getpeerinfo RPC command
2. use telnet to open a TCP connection
3. if the tcp connection succeeds, the screen will turn black, and will eventually boot you back to command prompt. if it fails, it will say connection refused or similar.
2744  Bitcoin / Bitcoin Technical Support / Re: can't use my wallet? error -30974 on: April 18, 2013, 05:23:57 PM
sounds like your wallet is corrupt
2745  Bitcoin / Bitcoin Technical Support / Re: can't use my wallet? error -30974 on: April 18, 2013, 01:52:16 AM
1. backup your wallet
2. get pywallet
3. extract all the private keys
4. delete wallet (not the backup!)
5. import your keys
2746  Bitcoin / Bitcoin Technical Support / Re: 0.8.1-qt crashing ever since upgraded to (from 0.8). is it just me? on: April 18, 2013, 01:50:16 AM
I have had the 0.8.0-qt client crash on me twice in the past couple of weeks with the cryptic message "Failed to write block." I'm on Mac OS X and have plenty of disk space. I'm upgrading to 0.8.1 as we speak, but the OP spoke of this happening with 0.8.1, so I doubt it will fix the problem.
you can always delete everything in the bitcoin data directory except for wallet.dat (and maybe bitcoin.conf if you have it), and allow the client to redownload from scratch.
You aren't offline when building the blockchain and I ask as I had similar problem which seemed to be solved when I changed from chrome. Every time I try using chrome the wallet crashes.
lolwut
2747  Bitcoin / Bitcoin Technical Support / Re: Import Private Key from blockchain.info Paper Wallet into any client on: April 18, 2013, 01:48:32 AM
reach on bitcoin wiki before posting.
https://en.bitcoin.it/wiki/How_to_import_private_keys_v7%2B
2748  Bitcoin / Bitcoin Technical Support / Re: Listening behind a router on: April 18, 2013, 01:46:25 AM
  • the client always tries to maintain 8 outgoing connections. this can be done even behind NAT/router
  • the client always listens for incoming connections, accepting until the connection limit is reached
  • the client advertises itself on the network, allowing other clients to open outbound connections to it
If your client's ability to accept incoming connections is hampered (NAT, router, firewall, improper port-forwarding, ISP restrictions), other clients will not be able to connect to you. The only way to exceed 8 connections is to have incoming connections (or editing the source to open more outgoing connections *not recommended*)
2749  Bitcoin / Bitcoin Technical Support / Re: Manually pinging bitcoind/bitcoin-qt peers for new blocks? on: April 18, 2013, 01:36:17 AM
I really don't understand what you're trying to do. Are you trying to make your own custom client that communicates with other clients? If that's the case, look into how bitcoin communicates with other clients over tcp. Alternately, run your own bitcoin instance and query that.
2750  Bitcoin / Hardware / Re: List of Avalon ASIC batch 3 orders on: April 17, 2013, 06:34:23 PM
order number: 70xx
# Modules: 3
# Ordered: 1
PSU: Y
Date Paid: March 25
Shipper: EMS
Dest. Country: CANADA
2751  Bitcoin / Bitcoin Technical Support / Re: Manually pinging bitcoind/bitcoin-qt peers for new blocks? on: April 17, 2013, 04:45:32 PM
https://en.bitcoin.it/wiki/Protocol_specification#getblocks
https://en.bitcoin.it/wiki/Original_Bitcoin_client/API_calls_list (getblockhash/getblock/getblockcount)
2752  Alternate cryptocurrencies / Altcoin Discussion / Re: cgminer 2.11.4 and LTC on: April 17, 2013, 04:44:31 PM
the pool uses a large averaging window. wait a few hours and it will be more accurate.
2753  Alternate cryptocurrencies / Altcoin Discussion / Re: New at LTC mining , well mining period on: April 17, 2013, 04:42:10 PM
don't bother.
  • you will get crap hashrates (slow CPU, integrated GPU)
  • your laptop WILL overheat
  • not worth the time/electricity
2754  Bitcoin / Development & Technical Discussion / Re: How to run 2 bitcoin-qts? on: April 17, 2013, 04:36:03 PM
Is there any step by step guide on how to configure more than one bitcoin server that  accepts bitcoin-rpc commands?
windows:

1. go to %appdata% (or wherever it's located for your OS)
2. make a copy of bitcoin folder, and rename it something like "bitcoin2"
3. put this in bitcoin.conf (create if it doesn't exist).
%appdata%\bitcoin:
Code:
rpcuser=user1
rpcpassword=mypassword1

%appdata%\bitcoin2
Code:
rpcuser=user2
rpcpassword=mypassword2
port=8335
rpcport=8334
4. open the folder where bitcoind.exe is installed, shift-right click the folder, "open command window here"
5. start bitcoind.exe
6. bitcoind.exe -datadir=%appdata%\bitcoin2

congratulations. now you have 2 servers running. rpc port for server 1 is 8332, server 2 is 8334
2755  Bitcoin / Bitcoin Technical Support / Re: is my 5830 going to die? on: April 17, 2013, 03:58:50 PM
  • check your temperatures (use gpu-z, msi afterbuner), and make sure it's below 90C
  • run benchmarking programs to make sure your card is stable
2756  Economy / Service Discussion / Re: how much BTC would you trust in a blockchain.wallet,how long should passord be?? on: April 17, 2013, 03:45:24 PM
I'll trust it for up to $50 worth of bitcoins, but I will never store any money on it. What's the point of that when you can run a lite/thin client on your desktop?

Trust it with as much value as you'd feel comfortable carrying around as physical cash in your wallet on a daily basis.

Password should be at least 30 random characters and generated by a password generator, which itself is protected by a high-entropy passphrase.
30 characters is extreme, unless you're trying to store thousands of dollars' worth of bitcoins.
2757  Alternate cryptocurrencies / Altcoin Discussion / Re: Ripple SCAM: You *do not* own BTC or USD, you own debt that will collapse on: April 17, 2013, 03:30:29 PM
  • It's closed source
For good and obvious reasons until their out of beta and stable.
and what are they trying to accomplish by doing that? security through obscurity? bitcoin is still beta, but it's open source as well.
2758  Bitcoin / Hardware / Re: Avalon Chips out of stock on: April 17, 2013, 01:19:03 AM
there seems to be an infinite supply of those chips:
2759  Bitcoin / Bitcoin Discussion / Re: Greed is killing Bitcoin. on: April 16, 2013, 11:20:43 PM
bitcoin is greed

No, Bitcoin is a cryptocurrency.  Greed requires emotion and I don't think Bitcoin is capable of that.
symbolism kthx
2760  Bitcoin / Hardware / Re: Current/future Avalon owners - where will you mine? on: April 16, 2013, 04:49:05 PM
fees
fees
fees

why bother?
Pages: « 1 ... 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 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 ... 258 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!