Bitcoin Forum
May 05, 2024, 08:41:26 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 »
201  Other / Beginners & Help / Re: Bitcoin-qt.exe has stopped working? on: January 26, 2013, 06:21:15 AM
That's what it's doing.

It goes "not responding" until the blockchain is loaded, which can take 10 minutes or longer. Just wait.
202  Economy / Speculation / Re: Wall Observer - MtGoxUSD wall movement tracker on: January 26, 2013, 06:02:02 AM
accumulate dept!
It's almost as if the toxic loans leading to a crash in 2008 never happened. Don't accumulate debt unless you're a nation-state and can keep your creditors out by force.
203  Other / Beginners & Help / Re: cannot get over 8 connections w/ port 8333 open on router on: January 26, 2013, 05:56:07 AM
It is indeed possible you put in the wrong address.

I'll talk through what I think is going on, let me know if I got a step wrong:

1. You sent some USD to MTGox

2. You used MTGox to buy some BTC

3. You installed Bitcoin-Qt

4. You added a new address to Bitcoin-Qt

5. You copy/pasted the address into MTGox

6. You withdrew the BTC from MTGox to that address

7. Now there are no addresses in Bitcoin-Qt

That last part surprises me. Can you post a screenshot of your Bitcoin-Qt "Receive" window showing no addresses?
204  Other / Off-topic / Re: PC troubleshooting on: January 26, 2013, 05:51:40 AM
Sounds like something serious is wrong. Are you offering BTC if we help you?
205  Other / Beginners & Help / Re: cannot get over 8 connections w/ port 8333 open on router on: January 26, 2013, 01:14:02 AM
listaddressgroupings

(remember the s on the end)
206  Other / CPU/GPU Bitcoin mining hardware / Re: is it possible to mine from 2 different GPUs? on: January 26, 2013, 12:04:25 AM
Yes

Is it possible to make money with GPUs? Well, not very likely and it will take a long time.
207  Other / Beginners & Help / Re: cannot get over 8 connections w/ port 8333 open on router on: January 25, 2013, 11:33:18 PM
You can copy the private key over from your existing wallet.

Your wallet.dat file can be on multiple clients at once.

BIG WARNING: The network will think you're trying to scam it by doing a double-spend if you send BTC from more than one client at a time. So if you're still just downloading the blockchain in Bitcoin-Qt just make sure to not send anything using Bitcoin-Qt. If you've already sent something in Bitcoin-Qt, you need to wait for it to show up in all your clients or you can only use Bitcoin-Qt to send more coins. Basically, pick a client and stick with it.

I'll post instructions for copying the private key to Electrum. If you want the multibit instructions they are similar.

1. Install Electrum - follow instructions at that link

2. When you first start it, it asks if you want to create a new wallet. Create a new wallet and write down the seed it gives you, then put that in a safe place. (This is all just the standard process for getting Electrum up and running.)

3. In Bitcoin-Qt, open the Help menu > click "Debug Window"

4. At the top of the Debug Window, click on the "Console" tab. It should show you "Welcome to the Bitcoin RPC console. Use up and down arrows..."

5. Type "listaddressgroupings" in the text box at the bottom

6. It will show you a list of all your addresses. Here's an example:
Code:
[
[
[
"1GiN4UWo8VZ9PZuJXfMQYbQyP9opGsayYD",
0.00000000,
"my wallet 1"
],
[
"1GiN4UWo8VZ9PZuJXfMQYbQyP9opGsayYD",
0.00000000,
"my wallet 2"
]
]
]

7. Pick the top address, so you're looking for something like 1GiN4UWo8VZ9PZuJXfMQYbQyP9opGsayYD but that is my address. You want to get one of your addresses, then type "dumpprivkey 1GiN4UWo8VZ9PZuJXfMQYbQyP9opGsayYD" in the text box at the bottom. (Replace my address with your address when you type it.) If you want, you can use Copy (Ctrl-C) and Paste (Ctrl-V) to speed this up. If you type the address wrong (or paste it wrong) you'll get an error "Invalid Bitcoin address" or another error. Try typing again.

8. Do not post the information it just gave you - that is the private key to that address, and it has the power to spend coins. Keep it safe!

9. Hilight that information it just gave you, and hit Ctrl-C to copy it.

10. Open Electrum and click the Wrench/Screwdriver icon at the bottom (Preferences)

11. In the Electrum Settings window, click the Import/Export tab

12. The third row is "Private Key" and has a button "Import" - click the "Import" button on the third row. I think Electrum shows a warning the first time, asking if you are sure you want to do this - click Yes.

13. paste the information from Bitcoin-Qt into Electrum and click OK

14. if you copy/pasted it correctly, Electrum then shows a Popup that just shows the address. This confirms you pasted it correctly. If it says something like "invalid password" go back and copy the information again from step 9

15. Click OK to clear the address popup. Click OK to close the Electrum Settings.

16. You can verify the address can now be used in Electrum by going to the Receive tab in the main window. If you see the address there, Electrum now knows about it and can send/receive the coins at that address.

17. Now that you've imported one address, you can go back to step 7 and get another address from Bitcoin-Qt
208  Other / Beginners & Help / Re: Bitfilm Festival to use Bitcoin on: January 25, 2013, 12:23:42 PM
Maybe one day I can spend BTC to buy a plane ticket. Smiley

If I were close to the festival, I'd attend!
209  Other / Beginners & Help / Re: it mining worth it these days? on: January 25, 2013, 12:21:33 PM
If ASICs continue to be more profitable than FPGAs then more people will buy, pushing the difficulty up until ASICs are not more profitable than FPGAs.

It's a speculation game / race to the bottom to try to get one before everyone else.
210  Economy / Service Discussion / Re: Ars: Satoshi Dice rakes in more than $500,000 profit in six months on: January 25, 2013, 12:16:52 PM
Hey!

Please take the discussion about "anti social behavior" to your own thread.

One more post on this thread that isn't relevant to the first post and thread will be locked.
211  Other / Off-topic / Re: Any Linux pros able to lend a hand to tune a server for high load? on: January 25, 2013, 05:33:48 AM
Smiley mysqltuner is awesome

Can you upgrade the ram in the machine? 2 GB is so little - I just picked up 16 GB for a machine for less than $100

memcached is currently running. It may be hiding problems - until the underlying LAMP stack is running smoothly I recommend disabling it. (Then enable it for sure, but get some more ram for the machine first maybe?)
212  Other / Off-topic / Re: Any Linux pros able to lend a hand to tune a server for high load? on: January 25, 2013, 05:25:15 AM
One thing to keep in mind when using MySQLTuner --

Allow MySQL server to run for at least 24-48 hours before trusting suggestions

It's right in the MySQLTuner help page.

It looks like the server has been up ~10 hours now. I suspect the problem is not only mysql: there is probably some SQL running on the main page that is eating 90% of the page's load time. If we can find it and fix it, that'll help a lot.

memcached is also running

This machine only has 2 GB of ram. It may not make sense to run memcached with so little RAM, especially while you're busy tuning the underlying LAMP stack.
213  Other / Off-topic / Re: Any Linux pros able to lend a hand to tune a server for high load? on: January 25, 2013, 04:34:45 AM
Ok, maybe we can work this out on the forum (let anybody chime in who knows).

I just opened CoinURL.com and yes, it's slow. So I timed the request. It took 3 seconds just to get the first HTTP request back!



Can you try running 'top -d1' and look at what processes are using the most CPU. I know it's only 20-30% load, but it seems like a badly tuned process, so top should identify that.

Basically my first guess is that it's either the apache config (too few workers) or the PHP (bad config, bad SQL, or bad external library). Either of these will show apache using the most cpu, so if it's something else we'll know to look at that. Smiley
214  Other / Beginners & Help / Re: Mt.Gox out of money on: January 24, 2013, 05:17:35 PM
MTGox is an acronym, but it's from back when it was a Magic The Gathering store / trading site. (They've since gone all-in on bitcoins.)

MTG = Magic The Gathering.

MTGox = Magic The Gathering Online exchange.
215  Other / Politics & Society / Re: Petition the government to declare the legal status of Bitcoin? on: January 24, 2013, 04:54:30 PM
At least this guy is saying Bitcoin will be shut down by the governments of the world in 2014. He thinks that will crash BTC to 0.
216  Economy / Services / Re: Small Programming Project Needed on: January 24, 2013, 04:46:44 AM
You can move the thread yourself. At the very bottom of the thread is a link that says,

"move topic" (and to the right, "lock topic")

Please PM me - I'm a programmer and might be able to help you.
217  Bitcoin / Hardware / Re: Avalon have been shipped in -3 DAYS -24 HOURS on: January 23, 2013, 05:54:29 PM
BitSyncom has been posting their status, just not on this thread.
218  Other / Off-topic / Re: False flag school shooting take #2? on: January 23, 2013, 11:02:25 AM
@myrkul:

Avoid the mainstream media. It's a total waste of time (well, if you're looking for trolling and flamebaiting, go ahead and tune in.)
219  Other / Politics & Society / Re: Bulgarian Politician Attacked With Pepper Spray Gun on: January 23, 2013, 10:57:24 AM
In the US, both Democrats and Republicans are dancing the same dance:

Tax and Spend as a way to seize more power. Generic imperialists.

The US "Tea Party" isn't going to actually solve it, though they claim to be the solution.

I don't think it's random chance that this is happening all around the world at the same time. Politicians are too lazy and too fractious to independently come up with the same ideas at the same time.
220  Economy / Economics / Re: us fiscal cliff: what is it? on: January 23, 2013, 10:55:03 AM
Everyone I talk to seems to have an opinion one way or the other about inflation.

"Inflation is good. Without the ability to pump money into the market and drive consumer spending, nobody would invest."

Me? I think that's obviously false. If inflation pumped money into the market, why hasn't Obama mailed me my "inflation check" yet?

I think it's obvious inflation (in its current form) is bad. Printing new dollars is simply stealing from every dollar that already exists.

If an existing manufacturer cuts spending on maintenance and new build-out, even if she is doing it in a recession, she's only hurting herself. Only a monopoly can affect demand by reducing supply; otherwise, the supply/demand curve will climb until the price is high enough to spur investment.

To me, it's simple: the Federal Reserve's ability to print money directly attacks supply/demand, distorting the economy and forcing a boom/bust cycle.

There can be cycles without a Federal Reserve, but they are feedback on real decisions by manufacturers and other participants in the economy. The force boom/bust does the exact opposite, distorting that vital information and turning decision-making over to the Federal Government. Since I don't think a planned economy will ever work, I oppose it.

I don't agree with everything Adam Smith said. I think he's just the most famous person who picked up on the simple concept of supply and demand.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!