Bitcoin Forum
May 22, 2024, 04:46:45 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 [2]  All
  Print  
Author Topic: Privacy wallets  (Read 420 times)
hosseinimr93
Legendary
*
Offline Offline

Activity: 2408
Merit: 5243



View Profile
December 24, 2022, 03:14:04 PM
Merited by o_e_l_e_o (4)
 #21

But if I extract the private keys of all 7 addresses and individually load one by one address then server will not have any knowledge that all 7 addresses were a part of the same HD wallet.
To add to o_e_l_e_o's reply:
It's also needed that you generate your seed phrase and extract the individual private keys (and addresses for watch-only wallets) on an offline device.
If your HD wallet has connected to a server, your privacy has been already compromised.


How the online existed blockchain already figured out the wallet address belongs to an offline wallet that is already created?
The blockchain explorer can't know whether your address belongs to a hot wallet or an offline wallet at all and if you use TOR connection, they won't have any way to link your addresses to your IP address.
But if you search for multiple addresses in a block explorer in a short time, they may conclude that there's a connection between those addresses.

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

Activity: 2268
Merit: 18565


View Profile
December 24, 2022, 04:00:33 PM
 #22

When loading it at the same time or even in different time then the server may know based on the IP log or the circuit information.
Correct. So although it may only know the IP address of your Tor exit node and not your real IP address, it can still link all the addresses to each other.

How the online existed blockchain already figured out the wallet address belongs to an offline wallet that is already created?
It doesn't. It has no way of knowing in what kind of wallet that address was generated, or indeed, if that address has been generated by a wallet at all. Every possible valid bitcoin address which can exist already exists, and the wider network has absolutely no way of knowing. For example, if I give you this address:

1MJR9fFWBTN6Zh3EGcYMsFnZzqxzKN6rXh

All the network can do is check the address is valid - it has the correct length, the correct character set, a valid checksum, and starts with a valid network byte. It does not know if I have generated the private key for that address in a hot wallet, a cold wallet, a hardware wallet, or indeed, if I have absolutely no idea what the private key is. Until coins are spent from address, the network has no way of knowing if anyone knows the private key at all.

Incidentally, the address above decodes to the pubkeyhash DEADBEEFDEADBEEFDEADBEEFDEADBEEFDEADBEEF. I have no idea what the private key is, and neither does anyone else.
BitcoinGirl.Club
Legendary
*
Offline Offline

Activity: 2786
Merit: 2726


Farewell LEO: o_e_l_e_o


View Profile WWW
December 26, 2022, 09:03:35 PM
 #23

When loading it at the same time or even in different time then the server may know based on the IP log or the circuit information.
Correct. So although it may only know the IP address of your Tor exit node and not your real IP address, it can still link all the addresses to each other.

Based on the IP of the broadcasted transaction or anything else like from the input address they can find the master public key and know all address of the HD wallet?
With using TOR connection, there is no way for the owner of the server to know your IP address at all. But they can know that the generated addresses belongs to the same person.
All my confusions were with the response from hosseinimr93. May be this is a misunderstanding. hosseinimr93 is talking about the clear net IP only and I thought he meant both clear net and Tor circuit information as IP.

So now we can fairly say that, the server will know all addresses of an HD wallet will be know from the IP log or TOR circuit exit node information. No?

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
o_e_l_e_o
In memoriam
Legendary
*
Offline Offline

Activity: 2268
Merit: 18565


View Profile
December 27, 2022, 01:08:43 PM
 #24

So now we can fairly say that, the server will know all addresses of an HD wallet will be know from the IP log or TOR circuit exit node information. No?
I'm not sure if I am correctly interpreting your question, but I think what you are saying is correct.

If your HD wallet software is connecting to a third party server in order to function (i.e. any wallet which is not running exclusively from your own node), then that software will query that third party server for the balance and transaction history of every address in your wallet. The third party server will then see a bunch of requests for different addresses all showing up at once from the same IP address, and can therefore be almost certain that all those addresses belong to the same wallet and are owned by the same person. If you are using Tor, the third party will see your Tor exit node's IP address; if you are not using Tor (or some other service such as a VPN) the third party will see your IP address.

If you then open a different wallet using the same software and query the same third party server, then that server will again see a bunch of requests for different addresses all showing up at once from the same IP address as before (whether that is a Tor IP address or your own IP address). It is possible then for the third party to link this second wallet to the first wallet by nature of the same IP address.

You can improve on this second problem somewhat by using a different Tor circuit and different third party server for each of your wallets. However, to completely mitigate both problems, then you must have your wallet software collect data exclusively from your own node.
BenCodie
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036

6.25 ---> 3.125


View Profile
December 27, 2022, 02:28:57 PM
Last edit: December 27, 2022, 08:52:11 PM by BenCodie
 #25

When it comes to privacy, monero should be your go-to solution. That's tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
dkbit98
Legendary
*
Offline Offline

Activity: 2240
Merit: 7184



View Profile WWW
December 27, 2022, 08:00:54 PM
 #26

When it comes to privacy, monero should be your go-to solution. That's are tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
If I understand correctly this Incognito stuff is neither supporting mainnet Bitcoin nor mainnet Monero, and it has some new shitcoin centralized blockchain with worthless tokens, bridges and other crap like that.
I wouldn't call that privacy at all, especially when there are legitimate options for exchanging coins with atomic swaps or using Bisq exchange.


Talking about privacy wallets, there is one option that uses Layer 2 Bitcoin statechains, and it's called Mercury wallet.
It's far from perfect, but it's one more privacy tool and developers are actively working on improving code and implementing Lightning Network.

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
BenCodie
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036

6.25 ---> 3.125


View Profile
December 27, 2022, 09:12:58 PM
 #27

When it comes to privacy, monero should be your go-to solution. That's are tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
If I understand correctly this Incognito stuff is neither supporting mainnet Bitcoin nor mainnet Monero, and it has some new shitcoin centralized blockchain with worthless tokens, bridges and other crap like that.
I wouldn't call that privacy at all, especially when there are legitimate options for exchanging coins with atomic swaps or using Bisq exchange.


Talking about privacy wallets, there is one option that uses Layer 2 Bitcoin statechains, and it's called Mercury wallet.
It's far from perfect, but it's one more privacy tool and developers are actively working on improving code and implementing Lightning Network.

I think your post about incognito was a bit one-sided. You must not have gotten very far in your reading.
- Yes, it uses its own blockchain. The mainnet token of their blockchain is used mostly to pay for the fees used to create transactions or using the dex if you are using it only for privacy purposes.
- No, I don't think it directly supports mainnet bitcoin or mainnet monero, other than adding a privacy layer for its users (which is what the OP was asking for). No, it is not centralized, there are plenty of full node operators. No, its tokens and bridges are not worthless, they add privacy to dexes on multiple blockchains.
- There is no requirement to use the token for any other purpose than that. If you do use the bridges or dex, there is usually no slippage as it's liquid. The wallet and pTokens (wrapped cryptos on their privacy chain) are equally as easy to exit back to the original mainnet as they are to enter from the mainnet.
suzanne5223
Hero Member
*****
Offline Offline

Activity: 2632
Merit: 650


Want top-notch marketing for your project, Hire me


View Profile WWW
December 27, 2022, 10:45:02 PM
 #28

When it comes to privacy, monero should be your go-to solution. That's tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
When I first saw the site you provided I first thought of it to be another alternative cross chain privacy trading platform for cryptocurrency but I was disappointed when I see that the crypto they provide on are not actual Bitcoin, ETH, etc. What they provide is pBTC, pETH which is a shitcoin.
I think it best I use the privacy wallet and Crypton Exchange when privacy is a top priority since the Crypton Exchange always makes anonymous trading look legit.

BenCodie
Legendary
*
Offline Offline

Activity: 1638
Merit: 1036

6.25 ---> 3.125


View Profile
December 28, 2022, 03:34:45 AM
 #29

When it comes to privacy, monero should be your go-to solution. That's tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
When I first saw the site you provided I first thought of it to be another alternative cross chain privacy trading platform for cryptocurrency but I was disappointed when I see that the crypto they provide on are not actual Bitcoin, ETH, etc. What they provide is pBTC, pETH which is a shitcoin.
I think it best I use the privacy wallet and Crypton Exchange when privacy is a top priority since the Crypton Exchange always makes anonymous trading look legit.
When it comes to privacy, monero should be your go-to solution. That's are tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
If I understand correctly this Incognito stuff is neither supporting mainnet Bitcoin nor mainnet Monero, and it has some new shitcoin centralized blockchain with worthless tokens, bridges and other crap like that.
I wouldn't call that privacy at all, especially when there are legitimate options for exchanging coins with atomic swaps or using Bisq exchange.


Talking about privacy wallets, there is one option that uses Layer 2 Bitcoin statechains, and it's called Mercury wallet.
It's far from perfect, but it's one more privacy tool and developers are actively working on improving code and implementing Lightning Network.

If I may clarify with you both - wrapped tokens that enable utility and are sufficiently liquid are still by default classified as shitcoins here?
BitcoinGirl.Club
Legendary
*
Offline Offline

Activity: 2786
Merit: 2726


Farewell LEO: o_e_l_e_o


View Profile WWW
December 28, 2022, 05:28:57 AM
 #30

So now we can fairly say that, the server will know all addresses of an HD wallet will be know from the IP log or TOR circuit exit node information. No?
I'm not sure if I am correctly interpreting your question, but I think what you are saying is correct.

If your HD wallet software is connecting to a third party server in order to function (i.e. any wallet which is not running exclusively from your own node), then that software will query that third party server for the balance and transaction history of every address in your wallet. The third party server will then see a bunch of requests for different addresses all showing up at once from the same IP address, and can therefore be almost certain that all those addresses belong to the same wallet and are owned by the same person. If you are using Tor, the third party will see your Tor exit node's IP address; if you are not using Tor (or some other service such as a VPN) the third party will see your IP address.

If you then open a different wallet using the same software and query the same third party server, then that server will again see a bunch of requests for different addresses all showing up at once from the same IP address as before (whether that is a Tor IP address or your own IP address). It is possible then for the third party to link this second wallet to the first wallet by nature of the same IP address.

You can improve on this second problem somewhat by using a different Tor circuit and different third party server for each of your wallets. However, to completely mitigate both problems, then you must have your wallet software collect data exclusively from your own node.
You and me is coming from the same logic.

If I may clarify with you both - wrapped tokens that enable utility and are sufficiently liquid are still by default classified as shitcoins here?
Yes, because they are not bitcoin. They are some digits against bitcoin and running in a different chain.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
suzanne5223
Hero Member
*****
Offline Offline

Activity: 2632
Merit: 650


Want top-notch marketing for your project, Hire me


View Profile WWW
December 28, 2022, 02:27:05 PM
 #31

When it comes to privacy, monero should be your go-to solution. That's tried and true. If you want privacy for other blockchains, I definitely recommend checking out the work going on at incognito.org. They are working on some great solutions to add privacy in a legitimate way.
When I first saw the site you provided I first thought of it to be another alternative cross chain privacy trading platform for cryptocurrency but I was disappointed when I see that the crypto they provide on are not actual Bitcoin, ETH, etc. What they provide is pBTC, pETH which is a shitcoin.
I think it best I use the privacy wallet and Crypton Exchange when privacy is a top priority since the Crypton Exchange always makes anonymous trading look legit.
If I may clarify with you both - wrapped tokens that enable utility and are sufficiently liquid are still by default classified as shitcoins here?
Technically, Yes. They are shitcoin no matter how wrapped tokens were considered to be utility and liquidity enable they will always be a shitcoin because they contradict the fundamental concept of the Bitcoin mechanism. For example, you yourself classified it to be a "wrapped token"  and tokens are shitcoin.
Ask every genuine Bitcoiner they will tell you wBTC, pBTC, etc are shitcoin.

dkbit98
Legendary
*
Offline Offline

Activity: 2240
Merit: 7184



View Profile WWW
December 28, 2022, 11:56:42 PM
 #32

No, it is not centralized, there are plenty of full node operators. No, its tokens and bridges are not worthless, they add privacy to dexes on multiple blockchains.
- There is no requirement to use the token for any other purpose than that. If you do use the bridges or dex, there is usually no slippage as it's liquid. The wallet and pTokens (wrapped cryptos on their privacy chain) are equally as easy to exit back to the original mainnet as they are to enter from the mainnet.
How much nodes there are exactly and who operates them, except ''boss'' who created this ''revolutionary'' magical machine with his buddies?
All bridges are centralized and controlled by few amateurs, dand it's going to be like in one old English song...  London Bridge Is Falling Down.
You can believe and use whatever you want, but we are talking about Bitcoin and bitcoin related privacy wallets here.

If I may clarify with you both - wrapped tokens that enable utility and are sufficiently liquid are still by default classified as shitcoins here?
Correct, they are basically worthless wrapped shit on centralized blockchains, and I really doubt there is any real liquidity there.
Just look back in recent history and see how many ''bridges'' got hacked and coins stolen, how many ''stable'' coins stopped existing, how many ''usable'' exchange tokens like FTT gone to zero.

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


▄▄████▄▄
▄███▀▀███▄
██████████
▀███▄░▄██▀
▄▄████▄▄░▀█▀▄██▀▄▄████▄▄
▄███▀▀▀████▄▄██▀▄███▀▀███▄
███████▄▄▀▀████▄▄▀▀███████
▀███▄▄███▀░░░▀▀████▄▄▄███▀
▀▀████▀▀████████▀▀████▀▀
o_e_l_e_o
In memoriam
Legendary
*
Offline Offline

Activity: 2268
Merit: 18565


View Profile
December 31, 2022, 09:44:37 AM
 #33

wrapped tokens that enable utility and are sufficiently liquid are still by default classified as shitcoins here?
Not your keys, not your coins. I don't want to swap my coins for some wrapped token which introduces significant risk in that whichever party issued those wrapped tokens can exit scam me or go bankrupt at any time. Not to mention that using a centralized chain which issues wrapped tokens provides zero privacy.

And directly from the privacy policy:
You agree to permit us to track your activities on the Website and the Apps.

I'll be avoiding this one, thanks.
Pages: « 1 [2]  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!