Bitcoin Forum
May 09, 2024, 06:49:14 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: Best way to create watch only wallet?  (Read 262 times)
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
September 22, 2018, 12:32:58 PM
 #1

Im trying to create a watch only address for a wallet.dat file with Bitcoin Core. Last time I attempted this I think the command lines were different. Right now I can't seem to do it.

Do you have a step by step tutorial to do this? I would like to have all the addresses nicely ordered in the watch only wallet. I would also like a step by step tutorial in how to do the raw transaction thing because I haven't done this in years and im not sure if things have changed.

Can I do it through the GUI selecting any inputs I want, then export what I did in a raw text and paste it within the online node? because doing it manually is a pain in the ass:

https://www.youtube.com/watch?v=jWKuqP-zTFk
The grue lurks in the darkest places of the earth. Its favorite diet is adventurers, but its insatiable appetite is tempered by its fear of light. No grue has ever been seen by the light of day, and few have survived its fearsome jaws to tell the tale.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715237354
Hero Member
*
Offline Offline

Posts: 1715237354

View Profile Personal Message (Offline)

Ignore
1715237354
Reply with quote  #2

1715237354
Report to moderator
1715237354
Hero Member
*
Offline Offline

Posts: 1715237354

View Profile Personal Message (Offline)

Ignore
1715237354
Reply with quote  #2

1715237354
Report to moderator
1715237354
Hero Member
*
Offline Offline

Posts: 1715237354

View Profile Personal Message (Offline)

Ignore
1715237354
Reply with quote  #2

1715237354
Report to moderator
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16620


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 22, 2018, 12:54:54 PM
 #2

Im trying to create a watch only address for a wallet.dat file with Bitcoin Core. Last time I attempted this I think the command lines were different. Right now I can't seem to do it.

Do you have a step by step tutorial to do this? I would like to have all the addresses nicely ordered in the watch only wallet.
Are you making a new wallet.dat which you'll only use for watch only addresses?
What I do, is just import the addresses into my existing wallet, and write "watch only" in the label. You can sort the address labels, so depending on how you name them, it's easy to find them all back withing a wallet with normal balances too.

I haven't tried it in the latest wallet yet, but this should work: importaddress.
Use "false" to prevent Bitcoin Core from rescanning after each address, it will save you many hours.

cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
September 22, 2018, 02:53:47 PM
 #3

Im trying to create a watch only address for a wallet.dat file with Bitcoin Core. Last time I attempted this I think the command lines were different. Right now I can't seem to do it.

Do you have a step by step tutorial to do this? I would like to have all the addresses nicely ordered in the watch only wallet.
Are you making a new wallet.dat which you'll only use for watch only addresses?
What I do, is just import the addresses into my existing wallet, and write "watch only" in the label. You can sort the address labels, so depending on how you name them, it's easy to find them all back withing a wallet with normal balances too.

I haven't tried it in the latest wallet yet, but this should work: importaddress.
Use "false" to prevent Bitcoin Core from rescanning after each address, it will save you many hours.

Just imagine a wallet.dat filled with 100's of transactions. I want to have a 1:1 replica which is watch only in an online node and leave the one with the actual coins in cold storage. Whenever I need to recieve of transact I would load the offline node, create the receiving addresses needed or do a raw tx and pass it into the online node.

Can I import it all in bulk? if I have to do it one address at a time it will be a pain in the ass. Like I said before, we are talking 100's.
LoyceV
Legendary
*
Offline Offline

Activity: 3304
Merit: 16620


Thick-Skinned Gang Leader and Golden Feather 2021


View Profile WWW
September 22, 2018, 03:10:38 PM
 #4

Can I import it all in bulk? if I have to do it one address at a time it will be a pain in the ass. Like I said before, we are talking 100's.
See this:
create & execute .bat file with lines like

Code:
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey L4mP3joYEhSv1ofdsWbz8xEmqCmYK9vGyi8mJmWWbh79Xx2NsS1M addr-1DfyaDvr-1 false
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey Ky2EGjWLhfKv1sWnPcuN4SHF2iALj6SfK7hoLWKx5T4zMqXg7aT9 addr-1DfyaDvr-2 false
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey KzrZ4DULdVWFqpF48pdJicFJfX5dqrhxBkqDnT4HRkCswdFy3Eo4 addr-1DfyaDvr-3 false
"C:\Program Files\Bitcoin\daemon\bitcoind.exe" importprivkey L2ELWXewr1PQnMwFDpfobHFqspyM6g1noM4uzkCMgoSZTSf3sQJF addr-1DfyaDvr-4 false
...

aleksej996
Sr. Member
****
Offline Offline

Activity: 490
Merit: 389


Do not trust the government


View Profile
September 22, 2018, 09:46:30 PM
 #5

Well I mean, I can write a sh script for you, if you want.
Just run "bitcoin-cli getnewaddress" a thousand times, store it in file, and run "bitcoin-cli importaddress" on those addresses.

Is that what you are trying to achieve?
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10555



View Profile
September 23, 2018, 03:21:15 AM
 #6

unfortunately there are a lot of features missing from bitcoin core although it has the capability of supporting all of them. maybe someone with more insight can tell "why" they are missing?

bitcoin core is already a Hierarchical Deterministic wallet which means you have a master private key that all your key pairs are being derived from. you can use "dumpwallet a file path" to get that master private key in a plain text. having this means you should technically be able to derive all the private/public keys that are currently in use or will be in the future.

but now the problem is in your watch only wallet you want to import a master public key but bitcoin core doesn't have this feature. you can however use another tool to get the addresses from your master public key then use "importmulti" command to import your addresses in your watch only wallet. but then you will have to do it every time you create a new key pair outside of the range that you just imported.

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

Activity: 1372
Merit: 1252


View Profile
September 24, 2018, 02:35:15 PM
 #7

My wallet is from an old version of Core so it shouldn't be HD. Im not sure if the latest versions of Core did something to the wallet and converted it into an HD wallet or not.

Anyway, I need to monitor the public keys. I don't understand why I need to import anything but the public key. It would be the same as using a block explorer but better because it's all inside the Core wallet so you get the sum of all of your balances and you can use it for raw transactions with your offline wallet.

Someone suggested a bat file but the problem is I would like to have the labels too.. so I would need to manually label everything which is hell.

Isn't there really a way to get a dump of all of your balances with the public keys + the labels only so it's ideal to import in an online wallet so you don't risk importing anything that could compromise your wallet (like a master key, which could be used for derivation of private keys so you don't want any of that in an online computer)? I hope this makes sense.
seoincorporation
Legendary
*
Offline Offline

Activity: 3150
Merit: 2931


Top Crypto Casino


View Profile
September 24, 2018, 02:51:19 PM
 #8

The video you post was about how to create a raw transaction, and that's other topic, after reading your posts i'm not sure what are you trying to do, but it looks like an onchain engine. You need to give more clear ideas about what are you trying.

By the way, if you wan a watch only wallet, you don't need bitcoin core for it, you can use commands like
Code:
curl, wget or lynx
to read the information form the addy direct on the web, that way you can avoid running the full node.

█████████████████████████
████▐██▄█████████████████
████▐██████▄▄▄███████████
████▐████▄█████▄▄████████
████▐█████▀▀▀▀▀███▄██████
████▐███▀████████████████
████▐█████████▄█████▌████
████▐██▌█████▀██████▌████
████▐██████████▀████▌████
█████▀███▄█████▄███▀█████
███████▀█████████▀███████
██████████▀███▀██████████
█████████████████████████
.
BC.GAME
▄▄░░░▄▀▀▄████████
▄▄▄
██████████████
█████░░▄▄▄▄████████
▄▄▄▄▄▄▄▄▄██▄██████▄▄▄▄████
▄███▄█▄▄██████████▄████▄████
███████████████████████████▀███
▀████▄██▄██▄░░░░▄████████████
▀▀▀█████▄▄▄███████████▀██
███████████████████▀██
███████████████████▄██
▄███████████████████▄██
█████████████████████▀██
██████████████████████▄
.
..CASINO....SPORTS....RACING..
█░░░░░░█░░░░░░█
▀███▀░░▀███▀░░▀███▀
▀░▀░░░░▀░▀░░░░▀░▀
░░░░░░░░░░░░
▀██████████
░░░░░███░░░░
░░█░░░███▄█░░░
░░██▌░░███░▀░░██▌
░█░██░░███░░░█░██
░█▀▀▀█▌░███░░█▀▀▀█▌
▄█▄░░░██▄███▄█▄░░▄██▄
▄███▄
░░░░▀██▄▀


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
cellard (OP)
Legendary
*
Offline Offline

Activity: 1372
Merit: 1252


View Profile
September 24, 2018, 02:56:00 PM
 #9

The video you post was about how to create a raw transaction, and that's other topic, after reading your posts i'm not sure what are you trying to do, but it looks like an onchain engine. You need to give more clear ideas about what are you trying.

By the way, if you wan a watch only wallet, you don't need bitcoin core for it, you can use commands like
Code:
curl, wget or lynx
to read the information form the addy direct on the web, that way you can avoid running the full node.

I like to run a full online node better and transact through it rather than trusting some website.

The video was to ilustrate how annoying ti is to do a raw transaction manually. What I want to do is have an online node with all of my balances in watch only, so importing the public key + the label to know from where these bitcoins came from.

For instance you get paid in bc1dfgdsghiihidhgiusdhguisui under label "Chipmixer signature campaign".

Now, that is in an offline wallet, so you can't know if the coins arrived.

The idea is to put bc1dfgdsghiihidhgiusdhguisui in an online wallet (by online wallet I mean synced full Core node) with label "Chipmixer signature campaign". Of course the problem is if you have 100's of different addresses with different labels, you would need to import all manually. I need to dump all this information at once. And be sure to not import anything sensitive in the online wallet, like private addresses or even xpub which I don't trust to be online.
pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10555



View Profile
September 25, 2018, 03:31:23 AM
 #10

My wallet is from an old version of Core so it shouldn't be HD. Im not sure if the latest versions of Core did something to the wallet and converted it into an HD wallet or not.

if you created your wallet with a bitcoin core version that is smaller than 0.13.0 then it is not HD and upgrading your bitcoin core to a higher version never changed this so far up to 0.16.x that i have seen.

i would say using Electrum is so much more user friendly than core. of course you should already know that an SPV wallet is not providing you with near as much security or privacy that a full node provides even through Tor.

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
bob123
Legendary
*
Offline Offline

Activity: 1624
Merit: 2481



View Profile WWW
September 29, 2018, 05:55:25 AM
 #11

i would say using Electrum is so much more user friendly than core. of course you should already know that an SPV wallet is not providing you with near as much security or privacy that a full node provides even through Tor.

While you are right with the heavily decreased privacy on an SPV client, the sercurity should be completely independent from the type of the wallet (full node / SPV).

All a wallet needs to do in order to be secure, is to keep all private information secured.
This is not depending on whether the wallet gets the information through an SPV server or through other nodes on the network.

The proper process of gathering entropy, generating private keys, storing/encrypting private keys is what makes a wallet secure / not secure. Not the source of information.

pooya87
Legendary
*
Offline Offline

Activity: 3444
Merit: 10555



View Profile
October 01, 2018, 04:19:03 AM
 #12

i would say using Electrum is so much more user friendly than core. of course you should already know that an SPV wallet is not providing you with near as much security or privacy that a full node provides even through Tor.

While you are right with the heavily decreased privacy on an SPV client, the sercurity should be completely independent from the type of the wallet (full node / SPV).

All a wallet needs to do in order to be secure, is to keep all private information secured.
This is not depending on whether the wallet gets the information through an SPV server or through other nodes on the network.

The proper process of gathering entropy, generating private keys, storing/encrypting private keys is what makes a wallet secure / not secure. Not the source of information.

you are correct but i was talking about a different aspect of security which concerns receiving blocks and transaction history. when you run a full node, you receive each block and verify them. so for example when you receive a transaction in block X and then time passes and X+3 block is also found, you can be sure it is deep enough to not be double spent. but when you run an SPV node you can not verify blocks, you trust a node is doing it and is not on a wrong fork and there is no block reorg. depending on how the SPV client works these can be more or less serious. https://en.bitcoin.it/wiki/Thin_Client_Security

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
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!