Pages:
Author

Topic: I send BTC to offline wallet (Read 634 times)

newbie
Activity: 10
Merit: 0
August 17, 2020, 08:36:28 AM
#28
nvm i find the right key and wow it really worked thanks alot for all help guys u guys are trully legends <3
newbie
Activity: 10
Merit: 0
August 17, 2020, 07:38:10 AM
#27
how do i know which key is right and wrong i got like 100 and i cant just copy paste everything until i find the right one?
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
August 17, 2020, 06:57:42 AM
#26
Call it an "address", using wallet might mislead others into thinking that you're talking about a wallet software or a wallet file with set of addresses.

Okay, when following HCP's guide, look for that particular address when exporting the WIF private key.
The correct private key should be in the next 2 lines after the address, don't forget to tick "Include Unused (Address Pool)" to display them all.
newbie
Activity: 10
Merit: 0
August 17, 2020, 06:25:55 AM
#25
here is the wallet i send it too and i send it before it was connected with bitcoin core cause i didnt research and thought i only needed a wallet on armory https://imgur.com/a/CQEboJZ
legendary
Activity: 2394
Merit: 5531
Self-proclaimed Genius
August 16, 2020, 10:57:19 PM
#24
The addresses tab is hidden by default, you can enable it by clicking "View/Visa->Show Addresses".
But since that wallet seems connected and synced, it looks like you've imported the wrong private key or you've sent a "different Bitcoin" to Armory before.

Do you still have the TXID of the inbound transaction?
newbie
Activity: 10
Merit: 0
August 16, 2020, 05:50:42 PM
#23
ok i followed every step but this is how my electrum looks like no adress is showing up https://imgur.com/a/9sUQ94Q
HCP
legendary
Activity: 2086
Merit: 4314
August 15, 2020, 05:12:00 PM
#22
...so i guess my coins are gone cause i cant fix the problem.
Don't worry, your coins are not "gone"... you'll be able to get them back! Wink


i dont know how to sweep and cant find any button about it too and i tried too paste my keys to electrum but cant press next for some reason
If Electrum won't accept the key, there is likely some minor formatting issue with the key, like extra text or spaces etc.

Assuming the Armory address you sent BTC to starts with a "1", then the private key you want to be pasting to Electrum will start with a "5"... If the address you sent coins to starts with a "3", let me know, because the instructions will be slightly different.


 if you followed my guide, then you should have made sure that the "Omit spaces in key data" box was checked, it's VERY important... extra spaces will prevent you being able to paste into Electrum!



If you got something that looks like this:
Code:
1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4Kj
   PrivBase58: 5Kb8kL f9zgWQ nogidD A76MzP L6TsZZ Y36hWX MssSzN ydYXYB 9KF
That will not work with Electrum... so make sure that the "Omit Spaces in key data" is checked!


Yo need to have output in Armory that looks like:
Code:
1CC3X2gu58d6wXUWMffpuzN9JAfTUWu4Kj
   PrivBase58: 5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF

Then you simply need to copy just the PrivBase58 value... so you want to copy this part only: 5Kb8kLf9zgWQnogidDA76MzPL6TsZZY36hWXMssSzNydYXYB9KF


Then you can paste that into Electrum, using "File -> New/Restore -> Import Bitcoin Addresses or Private Keys":



Paste in the private key, and click "Next":



You'll be asked if you want to add a wallet password, you can enter one or leave it blank, then click "Next", and the wallet will be created with your address and you should be able to see your transaction history and balance etc:







newbie
Activity: 10
Merit: 0
August 15, 2020, 02:27:22 PM
#21
i dont know how to sweep and cant find any button about it too and i tried too paste my keys to electrum but cant press next for some reason so i guess my coins are gone cause i cant fix the problem. its easier to show pictures so i know where ishould be and how it would look like
HCP
legendary
Activity: 2086
Merit: 4314
August 14, 2020, 05:43:25 PM
#20
i dont undersatand how to run server 1 on bitcoin core and isnt there a easier too just refund cause armory is too complicated too me tbh and i dont have that much disk for it too.
...
In that case, follow my guide here to find the private key for the address that you sent your bitcoins to. Simply look through the list of address until you find the one you sent coins to (should be right at the top), then import or sweep that private key (will be labelled as "Plain Base58") using a "light" (aka SPV) wallet like Electrum.

NOTE:
- You should only download Electrum from: https://electrum.org/
- And you should really take the time to verify it as per the instructions here: https://bitcoinelectrum.com/how-to-verify-your-electrum-download/
newbie
Activity: 10
Merit: 0
August 14, 2020, 04:19:43 PM
#19
i dont undersatand how to run server 1 on bitcoin core and isnt there a easier too just refund cause armory is too complicated too me tbh and i dont have that much disk for it too. i bought my btc on btcx and emailed them for refund but they cant do shit so i have too contact armory or just accept that im never gonna get back my btc cause icant see my btc anywhere but blockchain
legendary
Activity: 1624
Merit: 2481
August 14, 2020, 05:50:42 AM
#18
i dont have the bitcoin core on the same disk maybe thats the error? and it think its fully synced cause ive rebuild and rescan armory once but i am so lost so i actually have no idea of anything so please explain more detail

No, everything is fine.
The mistake was on my side due to me misinterpreting your logfile. I was looking at earlier entries, where the correct path wasn't set yet, as pointed out by HCP.
HCP
legendary
Activity: 2086
Merit: 4314
August 13, 2020, 09:34:17 PM
#17
Code:
2020-08-06 19:21 (ERROR) -- BDM.pyc:275 - setSatoshiDir: directory does not exist: C:\Users\viggo\AppData\Roaming\Bitcoin\
[...]
2020-08-09 21:49:16 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\viggo\AppData\Roaming/Bitcoin/blocks is not a valid path
[...]
You need to look at the bottom of the log file next time Wink

The pathing looks fine... assuming that the Bitcoin Core datadir is "D:\BTC\Bitcoin" Wink
Quote
2020-08-13 13:45:57 (INFO) -- ArmoryQt.py:1872 - setSatoshiPaths
2020-08-13 13:45:57 (WARNING) -- SDM.pyc:402 - Spawning DB with command: C:\Program Files (x86)\Armory\ArmoryDB.exe --db-type="DB_FULL" --cookie --satoshi-datadir="D:/BTC/Bitcoin\blocks" --satoshi-port=8333 --datadir="C:\Users\viggo\AppData\Roaming\Armory\" --dbdir="C:\Users\viggo\AppData\Roaming\Armory\databases"
2020-08-13 13:45:57 (INFO) -- ArmoryUtils.pyc:689 - Executing popen: ['C:\\Program Files (x86)\\Armory\\ArmoryDB.exe', '--db-type="DB_FULL"', '--cookie', u'--satoshi-datadir="D:/BTC/Bitcoin\\blocks"', '--satoshi-port=8333', '--datadir="C:\\Users\\viggo\\AppData\\Roaming\\Armory\\"', u'--dbdir="C:\\Users\\viggo\\AppData\\Roaming\\Armory\\databases"']

I see that the "Connected" message is in purple and not green which generally means that Armory is not able to connect to the Bitcoin Core node "properly". I'd suggest making sure that the Bitcoin Core node is being started with "server=1" in the bitcoin.conf.

Once "Connected" is showing in Green, if you still have zero blocks, try doing the "Help -> Rebuild and Rescan Databases" option in Armory.
newbie
Activity: 10
Merit: 0
August 13, 2020, 06:04:06 PM
#16
i dont have the bitcoin core on the same disk maybe thats the error? and it think its fully synced cause ive rebuild and rescan armory once but i am so lost so i actually have no idea of anything so please explain more detail
legendary
Activity: 1624
Merit: 2481
August 13, 2020, 02:43:51 PM
#15
Code:
2020-08-06 19:21 (ERROR) -- BDM.pyc:275 - setSatoshiDir: directory does not exist: C:\Users\viggo\AppData\Roaming\Bitcoin\
[...]
2020-08-09 21:49:16 (ERROR) -- BDM.pyc:197 - DB error: C:\Users\viggo\AppData\Roaming/Bitcoin/blocks is not a valid path
[...]


Do you have core installed and fully synced?

If so, can you verify the above mentioned path is actually where your blockchain is stored? Is the data directory the same as the path above (satoshiDir) ?
If not, you'll need to install core and have it fully synced to be able to see your coins in armory.
newbie
Activity: 10
Merit: 0
August 13, 2020, 02:32:17 PM
#14
i just pasted it all hope its right
https://pastebin.com/4csPbAvq
legendary
Activity: 1624
Merit: 2481
August 13, 2020, 01:58:12 PM
#13
how do i send my logs?

Export your logs by clicking File -> Export Log File or by opening it directly located in:
Code:
C:\Users\USER\AppData\Roaming\Armory\

Then upload them to https://pastebin.com/ or a similar service and post the URL.
newbie
Activity: 10
Merit: 0
August 13, 2020, 08:44:39 AM
#12
how do i send my logs?
legendary
Activity: 3640
Merit: 1345
Armory Developer
August 13, 2020, 08:12:30 AM
#11
It's failing to find your blockchain data. You need to post logs.
newbie
Activity: 10
Merit: 0
August 13, 2020, 07:59:04 AM
#10
ive done the same and this is how it looks like, (i have the latest updates on both armory and bitcoin core)
https://imgur.com/a/rYCIroF
legendary
Activity: 1624
Merit: 2481
June 07, 2020, 04:52:13 AM
#9
ok. Is now everything set correctly? I can't see these bitcoins now too.

Yes. Armory is connected to core.

You can't see your coins yet because your wallet is synced up to block 389815 (according to your screenshot).
However, your transaction was included in block 633007.

Once core has passed this block, you will see your coins.




do you think I lost my BTC?

If the address you sent the coins to is from armory, no. You did not lose your BTC.

With a transaction, you are transferring the ownerships of UTXO's (your BTC's) to a different public key.
And with the corresponding private key, you are able to spend them.

Just because you don't see them in your wallet yet, doesn't mean that you don't own them.
Pages:
Jump to: