Bitcoin Forum
May 05, 2024, 10:52:35 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: This may sound stupid, but hey, I'm a newbie  (Read 1034 times)
thegamester (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 17, 2012, 04:03:39 PM
 #1

I bought 22 bitcoins at intersango, I sent them to my bitcoin-qt address, however bitcoin-qt doesn't work on my mac, so the bitcoins are floating about with no place on the net to be delivered, what can I do? I can see them alright at blockchain.info, but I can't access them without a private key.

Help would be appreciated, thanx
1714906355
Hero Member
*
Offline Offline

Posts: 1714906355

View Profile Personal Message (Offline)

Ignore
1714906355
Reply with quote  #2

1714906355
Report to moderator
Even in the event that an attacker gains more than 50% of the network's computational power, only transactions sent by the attacker could be reversed or double-spent. The network would not be destroyed.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
tehace
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 17, 2012, 04:14:07 PM
 #2

Im not sure I understand the question. So you ran bitcoinqt on your mac, bought the coins, sent them to that address but then the client no longer works? If so just save the wallet.dat and bring it to a computer with a working client should do the job. Can anyone confirm?

DOGE: DChHzYffNDrMsM9L1GtG14cmp1NUXrEe9Z
thegamester (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 17, 2012, 04:26:37 PM
 #3

I did manage to create a wallet.dat file, but bitcoin-qt never synched with the network.  I downloaded bitcoin-qt 7 to a friends mac which is newer than mine, but i can't figure out how to import the wallet.dat file, this has been going on for a month, I now have an online wallet and I can send and receive coins through that.  I was so enthusiastic when I discovered bitcoins that i just jumped in, instead of researching a bit more and figuring it out.  They can be a bit nerdy.
Thanx for quick reply
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 04:35:47 PM
 #4

OK. Easy way, or not. First check if you have curl installed.
Open a Terminal and type curl and see if it gives you a positive answer. If you don't have the curl libraries it will be harder Wink

If you have curl, do the following.

Open your bitcoin.conf file and put this inside

Code:
rpcuser=<username>
rpcpassword=<password>
server=1
replace <username> and <password> with a username and password of your choice, ofcourse.

Start Bitcoin-qt in the normal way and it will start as a server.

Open a Terminal and type
Code:
curl --user <username> --data-binary '{"method": "dumpprivkey", "params": ["<address>"] }' http://127.0.0.1:8332/

replace <username> with the username you set on the bitcoin.conf file and <address> with the address for which you want to get the private key

Press enter. It will prompt you for the password you set on the bitcoin.conf file. Write it and press enter.
Voilá, it will answer with the private key for the address.

Repeat the Terminal steps for each address you want to get the private key from.

Now import those private keys into your online wallet if it supports import of privkeys or you can import them to your friends wallet and send them to your online wallet.

You can import the privkeys on your friends Mac by opening the Debug window, pressing the Console tab and typing this:
Code:
importprivkey <private key>
replacing <private key> with the private key for each one you wish to import.
thegamester (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 17, 2012, 04:52:51 PM
 #5

Thanx psy,
but that really is too nerdy for me, I thought bitcoin would have been a bit like paypal, all I want is to buy stuff with them.
One love...
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 04:55:11 PM
 #6

Thanx psy,
but that really is too nerdy for me, I thought bitcoin would have been a bit like paypal, all I want is to buy stuff with them.
One love...

If you want you can mail me your wallet.dat and I'll send you the funds.
You'd have to trust me ofcourse.

Or you can try and follow the guide I posted.
thegamester (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 17, 2012, 05:00:39 PM
 #7

Ok, I'll have to think about that  Smiley
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 05:02:33 PM
 #8

Ok, I'll have to think about that  Smiley

Really, try to follow the guide. It's not that difficult. You just need to open your Mac Terminal/Console and copy those commands.
tehace
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
October 17, 2012, 05:04:53 PM
 #9

If your Bitcoinqt install just hasnt synched and the problem isnt that the application is crashing or something of that nature you could wait the few hours for it to catch up.

DOGE: DChHzYffNDrMsM9L1GtG14cmp1NUXrEe9Z
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 05:14:12 PM
 #10

Another method...

Start Bitcoin-qt on your friends Mac.
Go to Settings --> Options --> Main and mark the checkbox that says "Detach Databases at shutdown"
Save the options and shutdown Bitcoin-qt. It will take a little longer than usual to shutdown. Wait for it to stop completely.

Now navigate to the following folder: /Library/Application Support/Bitcoin/
Rename the wallet.dat you'll find there to wallet.dat.old and copy YOUR wallet.dat copy to that folder.

Now, restart Bitcoin-qt and see if your coins are there. Ofcourse you'll need to have an updated blockchain(not out of sync).
Or you can easily use the RPC Console of Bitcoin-Qt 0.7 to export the private key in case it is out of sync and you don't wish to wait it out.
thegamester (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 17, 2012, 05:23:31 PM
 #11

The detach databases at shutdown sounds like one I could just about manage, I sent you a pm I'm too old now to be a nerd.
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 05:58:22 PM
 #12

The detach databases at shutdown sounds like one I could just about manage, I sent you a pm I'm too old now to be a nerd.

You would still need to do a blockchain rescan. It was the exact same procedure I followed now to retrieve your coins.

Thanks for the tip. Keep us posted Wink
canubis
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
October 17, 2012, 06:08:33 PM
 #13

I do not know if Eclectrum works on a mac. If it does I think you might have a better time with it than you have had with bitcoin-qt. Electrum is at http://electrum-desktop.org/.
Gabi
Legendary
*
Offline Offline

Activity: 1148
Merit: 1008


If you want to walk on water, get out of the boat


View Profile
October 17, 2012, 06:19:21 PM
 #14

1)Stay calm
2)
Quote
so the bitcoins are floating about with no place on the net to be delivered
This is incorrect
Your bitcoins are already at your private address. But well it seems you already figured that. Yes, to access them you need a bitcoin client

The Bitcoin QT client should work on mac, i mean this one http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/bitcoin-0.7.0-macosx.dmg/download Dunno why it doesn't work on your mac. Aren't mac super extra mega computers where everything works fine and where there are no problems and with the best operative system around all the universe?  Roll Eyes Buy a real computer next time mkay?
Anyway, it should work on mac

Or, you can use a lightweight client wich doesn't require the full blockchain to be downloaded. Like
Electrum http://electrum-desktop.com/

Then you will have of course to import the private key to that client. Dunno if you can just copy-paste the wallet.dat file  Smiley

thegamester (OP)
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
October 17, 2012, 06:28:50 PM
 #15

1)Stay calm
2)
Quote
so the bitcoins are floating about with no place on the net to be delivered
This is incorrect
Your bitcoins are already at your private address. But well it seems you already figured that. Yes, to access them you need a bitcoin client

The Bitcoin QT client should work on mac, i mean this one http://sourceforge.net/projects/bitcoin/files/Bitcoin/bitcoin-0.7.0/bitcoin-0.7.0-macosx.dmg/download Dunno why it doesn't work on your mac. Aren't mac super extra mega computers where everything works fine and where there are no problems and with the best operative system around all the universe?  Roll Eyes Buy a real computer next time mkay?
Anyway, it should work on mac

Or, you can use a lightweight client wich doesn't require the full blockchain to be downloaded. Like
Electrum http://electrum-desktop.com/

Then you will have of course to import the private key to that client. Dunno if you can just copy-paste the wallet.dat file  Smiley

Thanx everyone for the all help, I am too old to become a nerd like my old mac, its over 5 years old and won't run btc-qt 7.0.  Apple refused to fix it because it is so old, firefox doesn't supply updates for my os, but it runs sweet as a nut on the silk road,
one love...
Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 06:29:29 PM
 #16

He said his mac is old, and starting with Bitcoin-Qt 0.7, support for OSX 10.5 and below was dropped.

From the Bitcoin 0.7 release readme file:
Quote
We recommend that everybody running prior versions of bitcoind/Bitcoin-Qt upgrade to this release, except for users running Mac OSX 10.5

Anyway, I retrieved his coins. He's good to go now, using a webwallet Wink
I would recommend trying Electrum as someone suggested. Webwallets are =/
Bia Yao Ma
Newbie
*
Offline Offline

Activity: 37
Merit: 0



View Profile
October 17, 2012, 06:49:11 PM
Last edit: October 17, 2012, 07:25:02 PM by Bia Yao Ma
 #17

Very helpful psy!

If you want to send wallet.dat to me, I have no WoT rating yet and two posts, I promise I will send it all back to you and take no fee. Trust me!

hehehe /sarcasm
Gabi
Legendary
*
Offline Offline

Activity: 1148
Merit: 1008


If you want to walk on water, get out of the boat


View Profile
October 17, 2012, 06:51:03 PM
 #18

Quote
He said his mac is old
Sorry, but i am not used to call a 5 years old system "so old that it doesn't even run today software" Cheesy
Hell, my motherboard is 7 years old and i can play every game at max settings at fullhd.  Cheesy

Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
October 17, 2012, 06:55:43 PM
 #19

Quote
He said his mac is old
Sorry, but i am not used to call a 5 years old system "so old that it doesn't even run today software" Cheesy

Go tell that to Gavin. He was the one who decided to stop supporting OSX 10.5 and below. Smiley
And old was the word the OP used, not my word. Wink
Gabi
Legendary
*
Offline Offline

Activity: 1148
Merit: 1008


If you want to walk on water, get out of the boat


View Profile
October 17, 2012, 07:12:43 PM
 #20

I suppose Gavin had his reasons to do that...

Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!