Bitcoin Forum
May 14, 2024, 01:21:14 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Customer sent bitcoins to a deposit address he can't retrieve . Sorted  (Read 1636 times)
Mjbmonetarymetals (OP)
Legendary
*
Offline Offline

Activity: 1096
Merit: 1067



View Profile
November 10, 2012, 02:21:39 PM
Last edit: November 11, 2012, 01:49:51 AM by Mjbmonetarymetals
 #1

 Coins recovered excellent work !!!!!!!


I've sent 24btc to a customer who is having issues , he's not a member of the forum so im posting this here in hopes there someone with greater tech knowledge than me (not difficult) to help him . This would be much appreciated . I can contact him for more information if this is needed  .  Huh


24btc deposited to 1J4KbPT1Ba4Ut3tML2L2gYGHhrJGpQKxX6

Customers email --

Basically, the wallet on the laptop (bitcoind v0.70-beta) isn't synchronising with the network so won't update the balance.

I have put the address on my regular blockchain online wallet and can see the balance, but need a way to export the address to the online account so that I can access the coins.


Bitrated user: Mick.
1715692874
Hero Member
*
Offline Offline

Posts: 1715692874

View Profile Personal Message (Offline)

Ignore
1715692874
Reply with quote  #2

1715692874
Report to moderator
1715692874
Hero Member
*
Offline Offline

Posts: 1715692874

View Profile Personal Message (Offline)

Ignore
1715692874
Reply with quote  #2

1715692874
Report to moderator
Bitcoin mining is now a specialized and very risky industry, just like gold mining. Amateur miners are unlikely to make much money, and may even lose money. Bitcoin is much more than just mining, though!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715692874
Hero Member
*
Offline Offline

Posts: 1715692874

View Profile Personal Message (Offline)

Ignore
1715692874
Reply with quote  #2

1715692874
Report to moderator
1715692874
Hero Member
*
Offline Offline

Posts: 1715692874

View Profile Personal Message (Offline)

Ignore
1715692874
Reply with quote  #2

1715692874
Report to moderator
1715692874
Hero Member
*
Offline Offline

Posts: 1715692874

View Profile Personal Message (Offline)

Ignore
1715692874
Reply with quote  #2

1715692874
Report to moderator
piuk
Hero Member
*****
Offline Offline

Activity: 910
Merit: 1005



View Profile WWW
November 10, 2012, 02:37:48 PM
 #2

You can import the Bitcoin-Qt wallet.dat into a new blockchain wallet using this tool https://blockchain.info/wallet/import-wallet

Otherwise pywallet (https://github.com/joric/pywallet) is needed to dump the private keys.

BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 10, 2012, 02:50:28 PM
 #3

Sounds like he need to wait for the wallet to sync (which can take FOREVER these days)

If not, down load 0.7.1

go to to the terminal and use "walletpassphrase <passphrase> <timeout>" to unlock the wallet (if it is encrypted)
use "dumpprivkey <bitcoinaddress>" to dump the private key.

The import that private key into a client that is in snyc.

a running, in sync bitcoind
blockchain.info
mtgox.com

Mjbmonetarymetals (OP)
Legendary
*
Offline Offline

Activity: 1096
Merit: 1067



View Profile
November 10, 2012, 03:01:58 PM
 #4

He's viewing the thread, I hope this helps !!

Thanks BCB and piuk for taking time to assist on this . It really appreciated !!

Bitrated user: Mick.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 10, 2012, 03:06:52 PM
 #5

He's viewing the thread, I hope this helps !!

Thanks BCB and piuk for taking time to assist on this . It really appreciated !!

As long as he owns the address and has access to the private key your fine.
Mjbmonetarymetals (OP)
Legendary
*
Offline Offline

Activity: 1096
Merit: 1067



View Profile
November 10, 2012, 03:21:12 PM
 #6

Hes having some difficulty,.....

His reply as follows .........

I have downloaded the latest version of the wallet, but have no idea what to do with the code the people helped with in the forum.

I tried typing it in the console screen as is, but don't know if I was supposed to put the "<>" signs in the code line, nor what to enter where they said <timeout>?

The newer version doesn't appear to be synching any faster, so help with the code line would be greatif at all poss?

Bitrated user: Mick.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 10, 2012, 03:28:46 PM
 #7

Hes having some difficulty,.....

His reply as follows .........

I have downloaded the latest version of the wallet, but have no idea what to do with the code the people helped with in the forum.

I tried typing it in the console screen as is, but don't know if I was supposed to put the "<>" signs in the code line, nor what to enter where they said <timeout>?

The newer version doesn't appear to be synching any faster, so help with the code line would be greatif at all poss?



Changing clients will not cause the blockchain to download any faster. 

Last time on I downloaded the block chain on a local machine Windows xp pro with a DLS connection I know I had to leaving it running over night at the very least before it down loaded the full block chain.

If you are not in a hurry just let the blockchain down load and you will be fine.

The other suggestions are a bit more complicated so if you are having trouble with this I'd strongly suggest you wait.

You can also skype me at fdajkddcek.

Glad to help if I can.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 10, 2012, 11:32:58 PM
 #8

I have no idea why his bitcoind was not functioning.  I believe it was a windows permission problem.

He as able to download and install pywallet,
https://github.com/joric/pywallet

Extracted the private keys

Then import the private key of the receive address into blockchain.info using the "sweep" method.

on Windows install
http://www.python.org/ftp/python/2.7.2/python-2.7.2.msi

then download and unzip
https://github.com/joric/pywallet/archive/master.zip

unzip master.zip in you your "My Documents" folder

type "cmd" in the "run" box (above Start in Windows7)

also on windows 7 you'll need to run as administrator
so type "cmd" in the command box then hit "Ctrl+Shift + Enter"

Then hit "YES"

then in the command prompt (the black screen) navigate to to location of pywallet.py (it is in pywallet-master folder)

then type:

pywallet.py --password=your_password --dumpwallet > c:\wallet.txt
(only use "--password=your_password" if you walled it encrypted.)

you should now have a new file "wallet.txt" which is a PLAINTEXT list of every Public and Private  Key in you wallet.

Find the Public Key or Keys you want to import (or you could import the whole wallet if you don't have more then a few hundred addressed in there)


Remember any funds you had in the wallet or in those individual address in that are now fully accessable to anyone who has access to that unencrypted plaintext wallet.txt file so be careful what you do with it.



Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
November 10, 2012, 11:56:21 PM
 #9

Hi Mick, hi customer,

just nitpicking here, you're not synchronizing your wallet but the blockchain.
wallet - your collection of keys & addresses and transactions funding/spending addresses you control (small file)
blockchain - public ledger, complete history of all bitcoin transactions.

what happened (my guess) is that your wallet is OK, you have the keys and address
but you have issues to find out if you received the funds (blockchain synchronization pending).

I hope you'll solve the issue. just take good care of your wallet.dat file.
you can always download a copy of the blockchain but the wallet has some really unique and secret info that can not be recovered once lost.
Pywallet is great tool to view/modify your wallet.
& please make backups of your wallet on regular basis, especially before tinkering with it.

once you run pywallet.py you can also try http://localhost:8989/ - that should be your wallet in a browser with some tools to work with it.

You can't build a reputation on what you are going to do.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 11, 2012, 12:04:34 AM
 #10

Binford 6100

He was able to access the wallet and recover the funds.

After 3 days his client was still not synced with the block chain.

he was also not able to run commands from the console.

He was getting the following error:

Safe mode: Warning: Displayed transactions may not be correct! You may need to upgrade, or other nodes may need to upgrade. (code -2)

I'm guessing Windows Permission error but I have not idea for sure.


**Also I have never been able to get pywalled working using http://localhost:8989/  on a windows machine.

That is why I described the method we used in my previous post which worked just fine.

Thanks.
Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
November 11, 2012, 02:11:13 AM
 #11

there's also an unofficial torrent file with first 200k blocks that dramatically reduces the time needed to get the client synchronized with the network. maybe too late for that now. but other new users might find it interesting peace of info.

BCB thanks for the info. I had no issues with pywallet what so ever but, including the browser and local webserver. I liked your method description, good read and easy to follow.

You can't build a reputation on what you are going to do.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 11, 2012, 02:36:31 AM
 #12

Thanks.

What is the location of the Torrent file.  I'm actually going to install bitcoind on a new clean install laptop.  I'll give it a try.

Raoul Duke
aka psy
Legendary
*
Offline Offline

Activity: 1358
Merit: 1002



View Profile
November 11, 2012, 02:42:54 AM
 #13

Only JackJack's version of pywallet includes the server.
BCB
CTG
VIP
Legendary
*
Offline Offline

Activity: 1078
Merit: 1002


BCJ


View Profile
November 11, 2012, 02:49:37 AM
 #14

ahhhh

no wonder the server didn't work. I was using joric's.  So there are two versions of pywallet.

https://github.com/joric/pywallet

https://github.com/jackjack-jj/pywallet (with server)


Binford 6100
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500


PGP OTC WOT: EB7FCE3D


View Profile
November 11, 2012, 11:57:08 AM
 #15

@BCB
here's the torrent thread (jgarzik's torrent of the blockchain) https://bitcointalk.org/index.php?topic=117982.0

and as for the pywallet, I didn't pay attention to the source, my fault. I'm using jackjack's. that would explain the webserver part.

and if you already run bitcoin on local network, you could try start it with -addnode IP of the other LAN bitcoin to sync from it over the local network.

You can't build a reputation on what you are going to do.
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!