Bitcoin Forum
June 19, 2024, 06:33:40 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 [3]  All
  Print  
Author Topic: I need help with hexadecimal keys  (Read 368 times)
nicehome (OP)
Member
**
Offline Offline

Activity: 74
Merit: 12


View Profile
October 24, 2021, 04:08:47 PM
 #41

how i can add 4 keys in bitcoin core to check ?
-snip-
how about if the 4 keys encoded by MD5 ?
If those are hashed with MD5, then you wont be able to reverse them easily since it's not reversible.
MD5 is broken so you may be able to bruteforce or exploit the vulnerabilities but that's a job for experts in that field.

If those are HEX, do the same procedure that you did to the previous four keys in the OP to encode them into WIF.
Then import it to your "blank wallet" using the steps I've mentioned in my previous post.

Make sure Bitcoin Core's prune setting is disabled so you can rescan after it's fully synced or you'll just waste your internet bandwidth and time.

how i can Make sure Bitcoin Core's prune setting is disabled ?  


this is size storage in my computer - https://ibb.co/yqndVtj

nc50lc
Legendary
*
Offline Offline

Activity: 2450
Merit: 5720


Self-proclaimed Genius


View Profile
October 25, 2021, 01:59:53 AM
Merited by vapourminer (2), ABCbits (1)
 #42

how i can Make sure Bitcoin Core's prune setting is disabled ?  

this is size storage in my computer - https://ibb.co/yqndVtj
I see, so the main disk doesn't have enough space for the blockchain that's why pruning is enabled.

You can use your 'disk D' as the data directory then disable pruning in Bitcoin-qt's setting:
  • Open Bitcoin Core (bitcoin-qt) and open the settings: "Settings->Options..."
  • Click "Open Configuration File" below and 'bitcoin.conf' will open using your notepad.
  • Type/Paste: datadir=D:\Bitcoin into that text file, save it, then close it.
  • Lastly, uncheck "Prune block storage to" to disable pruning (I have already told you this when you're just starting the sync process).

Restart Bitcoin core to reload the config file and it will sync from scratch after that.
That's all you need for now, wait until it's fully synced, then you can always use importprivkey to your 'blank wallet' if you found more keys.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nicehome (OP)
Member
**
Offline Offline

Activity: 74
Merit: 12


View Profile
October 25, 2021, 11:48:43 AM
 #43

how i can Make sure Bitcoin Core's prune setting is disabled ?  

this is size storage in my computer - https://ibb.co/yqndVtj
I see, so the main disk doesn't have enough space for the blockchain that's why pruning is enabled.

You can use your 'disk D' as the data directory then disable pruning in Bitcoin-qt's setting:
  • Open Bitcoin Core (bitcoin-qt) and open the settings: "Settings->Options..."
  • Click "Open Configuration File" below and 'bitcoin.conf' will open using your notepad.
  • Type/Paste: datadir=D:\Bitcoin into that text file, save it, then close it.
  • Lastly, uncheck "Prune block storage to" to disable pruning (I have already told you this when you're just starting the sync process).

Restart Bitcoin core to reload the config file and it will sync from scratch after that.
That's all you need for now, wait until it's fully synced, then you can always use importprivkey to your 'blank wallet' if you found more keys.
hey

did exactly what you told me and i got this masg ---->>>> https://ibb.co/FKXQRTy

i can delete and re install bitcoin core if you like and choce D ?
Chikito
Legendary
*
Offline Offline

Activity: 2422
Merit: 2058



View Profile WWW
October 25, 2021, 12:16:51 PM
 #44


i can delete and re install bitcoin core if you like and choce D ?


you don't have to reinstall it. Just move the bitcoin folder from C disk (C:\Users\AppData\Roaming\Bitcoin) to D disk,

after that, on BTC shortcut change target (right-click property) into your new directory D -datadir=D:\Bitcoin

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
nicehome (OP)
Member
**
Offline Offline

Activity: 74
Merit: 12


View Profile
October 25, 2021, 12:34:54 PM
 #45


i can delete and re install bitcoin core if you like and choce D ?


you don't have to reinstall it. Just move the bitcoin folder from C disk (C:\Users\AppData\Roaming\Bitcoin) to D disk,

after that, on BTC shortcut change target (right-click property) into your new directory D -datadir=D:\Bitcoin
yeah it works fine - thank you 👍
nicehome (OP)
Member
**
Offline Offline

Activity: 74
Merit: 12


View Profile
October 25, 2021, 12:44:12 PM
 #46

how i can Make sure Bitcoin Core's prune setting is disabled ?  

this is size storage in my computer - https://ibb.co/yqndVtj
I see, so the main disk doesn't have enough space for the blockchain that's why pruning is enabled.

You can use your 'disk D' as the data directory then disable pruning in Bitcoin-qt's setting:
  • Open Bitcoin Core (bitcoin-qt) and open the settings: "Settings->Options..."
  • Click "Open Configuration File" below and 'bitcoin.conf' will open using your notepad.
  • Type/Paste: datadir=D:\Bitcoin into that text file, save it, then close it.
  • Lastly, uncheck "Prune block storage to" to disable pruning (I have already told you this when you're just starting the sync process).

Restart Bitcoin core to reload the config file and it will sync from scratch after that.
That's all you need for now, wait until it's fully synced, then you can always use importprivkey to your 'blank wallet' if you found more keys.

i clicked on ( Prune block storage to ) - it show 2 GB - do i need to change it for 400GB ?

Size of database cache ( 450MB )

Numbers of script verification ( 0 )
nc50lc
Legendary
*
Offline Offline

Activity: 2450
Merit: 5720


Self-proclaimed Genius


View Profile
October 26, 2021, 08:06:39 AM
 #47

-snip-
  • Lastly, uncheck "Prune block storage to" to disable pruning (I have already told you this when you're just starting the sync process).
i clicked on ( Prune block storage to ) - it show 2 GB - do i need to change it for 400GB ?
:-\ "uncheck" means "remove the check" in the box.
If it's now unchecked, the value (2GB) that you're seeing is now grayed-out, it won't be used because pruning is now disabled and you cannot edit it.
If it's checked, pruning is still enabled.

You can also post a thread in your local board to speed things up, there, users post at your local timezone so they can reply as soon as you post.
Plus you can use your native language there.
Local Boards: https://bitcointalk.org/index.php#5 | Use Other languages/locations if your language doesn't have a local board.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nicehome (OP)
Member
**
Offline Offline

Activity: 74
Merit: 12


View Profile
October 26, 2021, 07:09:55 PM
 #48

-snip-
  • Lastly, uncheck "Prune block storage to" to disable pruning (I have already told you this when you're just starting the sync process).
i clicked on ( Prune block storage to ) - it show 2 GB - do i need to change it for 400GB ?
Undecided "uncheck" means "remove the check" in the box.
If it's now unchecked, the value (2GB) that you're seeing is now grayed-out, it won't be used because pruning is now disabled and you cannot edit it.
If it's checked, pruning is still enabled.

You can also post a thread in your local board to speed things up, there, users post at your local timezone so they can reply as soon as you post.
Plus you can use your native language there.
Local Boards: https://bitcointalk.org/index.php#5 | Use Other languages/locations if your language doesn't have a local board.

ahaa - thank you for everything - you did great job - i will use new topic for my local language ( arabic ) there - have a great night 🌹
nc50lc
Legendary
*
Offline Offline

Activity: 2450
Merit: 5720


Self-proclaimed Genius


View Profile
October 27, 2021, 02:36:01 AM
 #49

-snip-
You can also post a thread in your local board to speed things up, there, users post at your local timezone so they can reply as soon as you post.
Plus you can use your native language there.
Local Boards: https://bitcointalk.org/index.php#5 | Use Other languages/locations if your language doesn't have a local board.
ahaa - thank you for everything - you did great job - i will use new topic for my local language ( arabic ) there - have a great night 🌹
You're welcome.
You can get back here or in the Bitcoin Technical Support board if you can't find any support in your local board.

█▀▀▀











█▄▄▄
▀▀▀▀▀▀▀▀▀▀▀
e
▄▄▄▄▄▄▄▄▄▄▄
█████████████
████████████▄███
██▐███████▄█████▀
█████████▄████▀
███▐████▄███▀
████▐██████▀
█████▀█████
███████████▄
████████████▄
██▄█████▀█████▄
▄█████████▀█████▀
███████████▀██▀
████▀█████████
▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀▀
c.h.
▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄▄
▀▀▀█











▄▄▄█
▄██████▄▄▄
█████████████▄▄
███████████████
███████████████
███████████████
███████████████
███░░█████████
███▌▐█████████
█████████████
███████████▀
██████████▀
████████▀
▀██▀▀
nicehome (OP)
Member
**
Offline Offline

Activity: 74
Merit: 12


View Profile
October 27, 2021, 09:25:14 AM
 #50

-snip-
You can also post a thread in your local board to speed things up, there, users post at your local timezone so they can reply as soon as you post.
Plus you can use your native language there.
Local Boards: https://bitcointalk.org/index.php#5 | Use Other languages/locations if your language doesn't have a local board.
ahaa - thank you for everything - you did great job - i will use new topic for my local language ( arabic ) there - have a great night 🌹
You're welcome.
You can get back here or in the Bitcoin Technical Support board if you can't find any support in your local board.

ok 👍
Pages: « 1 2 [3]  All
  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!