Author

Topic: Gold collapsing. Bitcoin UP. - page 485. (Read 2032286 times)

legendary
Activity: 1764
Merit: 1002
February 23, 2015, 03:31:41 PM
i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets? 

molecular would probably know.

I have no experience with the armory linear scheme in particular, but I would assume all type 2 deterministic schemes suffer from this problem. I can say it for sure for the classic electrum 'linear' scheme.

My solution: don't ever export private (sub)keys (my trezor nicely keeps me from doing that even when I'm drunk or whatever).


i think that is right.
donator
Activity: 2772
Merit: 1019
February 23, 2015, 03:30:17 PM
can the Trezor ppl see our balances and tx's while the Trezor is logged into myTrezor.com?

Out of curiosity, how do you guys plan on using your Trezor? I looked into them, like the idea and would like to get one, but couldn't see how a Trezor would fit into how I currently manage my BTC.

In my case I use Armory offline wallets for primary BTC storage, with secure HD seed backups so I'm confident I can always restore the wallets. For day to day usage I keep a small amount in Mycelium, and use this for buying pizza, etc. To fund Mycelium, in Armory I create spending addresses with a small amount of BTC and export the private key to Mycelium. The advantage to this is if I lose my phone, the BTC are recoverable in Armory or HD seed backups. The worse case is if someone steals and breaks my phone, I can only lose the amount on the phone (similar to cash in a real wallet). I like this method because: 1)  I can store and use BTC on my phone without worrying about losing the coins because they are simultaneously in Armory (which is an awesome property of Bitcoin) and 2) Only a small amount are ever "at risk", with the majority secure in Armory.

Because of this I can't see how a Trezor would fit. So how do you guys use it?

I use the trezor for both secure long-term storage and also for day-to-day spending. I actually think it's at least as secure a any armory (or other solution running on multipurpose hardware)-based solution. It's the nice thing about trezor: it combines ease of use with extreme security. In conjunction with electrum (as an example) I can also use address-based coin control for increasing privacy.

Of course, for ordering pizza or making the odd donation I use mycelium. It's just way faster (I make a habit of unplugging the trezor after use) and scanning qr-codes from the screen and seeing the payment arrive a second later has something very special to it.
legendary
Activity: 1764
Merit: 1002
February 23, 2015, 03:29:54 PM
can the Trezor ppl see our balances and tx's while the Trezor is logged into myTrezor.com?

Out of curiosity, how do you guys plan on using your Trezor? I looked into them, like the idea and would like to get one, but couldn't see how a Trezor would fit into how I currently manage my BTC.

In my case I use Armory offline wallets for primary BTC storage, with secure HD seed backups so I'm confident I can always restore the wallets. For day to day usage I keep a small amount in Mycelium, and use this for buying pizza, etc. To fund Mycelium, in Armory I create spending addresses with a small amount of BTC and export the private key to Mycelium. The advantage to this is if I lose my phone, the BTC are recoverable in Armory or HD seed backups. The worse case is if someone steals and breaks my phone, I can only lose the amount on the phone (similar to cash in a real wallet). I like this method because: 1)  I can store and use BTC on my phone without worrying about losing the coins because they are simultaneously in Armory (which is an awesome property of Bitcoin) and 2) Only a small amount are ever "at risk", with the majority secure in Armory.

Because of this I can't see how a Trezor would fit. So how do you guys use it?

i foresee the Trezor replacing the offline wallet and its pc and being more secure since the offline wallets can be susceptible to a USB malware attack.  as far as i know, there is no way to get privkeys off a Trezor so in that sense it is safer.  i would hope you could just plug it into your online pc to sign tx's from the online Armory watching only wallets.  we'll have to see what Armory comes up with.

i don't understand how or why you are using HD seeds since Armory currently only generates linear deterministic keypairs, not hierarchical.  i also wouldn't bother exporting privkeys from the offline Armory wallet since you can just make a HD seed backup of your Mycelium wallet that can be restored in case of theft or loss while avoiding excessive and unnecessary exposure to USB attacks from accessing the offline wallet.

i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets? 

molecular would probably know.

if SINGLE privkey is compromised from linear chain then ALL privkeys can be computed in same chain.

that's not right.  you'd need more information, like the chain code if it's even possible, than just a single privkey from the chain.
legendary
Activity: 1153
Merit: 1000
February 23, 2015, 03:25:19 PM
i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets?  

molecular would probably know.

if SINGLE privkey is compromised from linear chain then ALL privkeys can be computed in same chain.

Are you sure? A type 1 wallet is the simplest and weakest, and even in this one knowing the private key of one address provides zero knowledge of other addresses, that is unless SHA256 is broken.

https://en.bitcoin.it/wiki/Deterministic_wallet

In this simple type you take (string + n) and then put that through SHA256 to get a priv key. Then increment n for each additional key. Knowing the priv key of one address provides zero knowledge of either the root string or increment n, these are the pieces of information needed to generate new keys.  And this is for a Type 1, Type 2 which both BIP0032 and Armory are a form of is more secure.

The linear aspect does not mean a sequential set of priv key values. Instead the linear aspect is run through a non-reversible algorithm to generate the priv key, which protects the seed.

I think the advantage of type 2 HD wallets is you can generate a chain of both private and public keys. This enables you to create watching only wallets (which aren't possible with type 1). Here you can take "HD seed" -> generate "public seed" -> then generate "chain of public addresses", this has obvious benefits.
donator
Activity: 2772
Merit: 1019
February 23, 2015, 03:24:23 PM
i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets? 

molecular would probably know.

I have no experience with the armory linear scheme in particular, but I would assume all type 2 deterministic schemes suffer from this problem. I can say it for sure for the classic electrum 'linear' scheme.

My solution: don't ever export private (sub)keys (my trezor nicely keeps me from doing that even when I'm drunk or whatever).
legendary
Activity: 1153
Merit: 1000
February 23, 2015, 03:19:44 PM
i foresee the Trezor replacing the offline wallet and its pc and being more secure since the offline wallets can be susceptible to a USB malware attack.  as far as i know, there is no way to get privkeys off a Trezor so in that sense it is safer.  i would hope you could just plug it into your online pc to sign tx's from the online Armory watching only wallets.  we'll have to see what Armory comes up with.

OK thanks. So you are using the Trezor as a full replacement for the offline secure storage. And with the planned Armory support will continue to use online Armory watching only wallets as your wallet, but use the Trezor for signing.

That is neat. You keep the Armory front-end, while using a different back-end security platform for signing.

Personally for me I get worried about using any form of hardware that you have to plug into an online compute as the signing mechanism, it's just my preference but I prefer open-source code in machines that have never touched a network.

i don't understand how or why you are using HD seeds since Armory currently only generates linear deterministic keypairs, not hierarchical.  i also wouldn't bother exporting privkeys from the offline Armory wallet since you can just make a HD seed backup of your Mycelium wallet that can be restored in case of theft or loss while avoiding excessive and unnecessary exposure to USB attacks from accessing the offline wallet.

Using standard Armory backups. HD seed is just a general term for any wallet where a single seed can be used to recover any number of addresses. Armory before has advertised itself as being the first "Hierarchical Deterministic Wallet", that is all I was referring too. Understand Armory uses a different type than BIP0032 today.

i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets?  

molecular would probably know.

I do not believe that in any deterministic wallet knowing the private key of any one address provides knowledge of other addresses. When I last looked into this a couple years ago that was my takeaway. If this is not true then that method is broken IMHO. But either way in my case I'd be fine since I use a separate wallet chain for those addresses, only one is nominally funded at a time, so have at it.

molecular, are there issues here?
legendary
Activity: 1414
Merit: 1000
February 23, 2015, 03:19:15 PM
can the Trezor ppl see our balances and tx's while the Trezor is logged into myTrezor.com?

Out of curiosity, how do you guys plan on using your Trezor? I looked into them, like the idea and would like to get one, but couldn't see how a Trezor would fit into how I currently manage my BTC.

In my case I use Armory offline wallets for primary BTC storage, with secure HD seed backups so I'm confident I can always restore the wallets. For day to day usage I keep a small amount in Mycelium, and use this for buying pizza, etc. To fund Mycelium, in Armory I create spending addresses with a small amount of BTC and export the private key to Mycelium. The advantage to this is if I lose my phone, the BTC are recoverable in Armory or HD seed backups. The worse case is if someone steals and breaks my phone, I can only lose the amount on the phone (similar to cash in a real wallet). I like this method because: 1)  I can store and use BTC on my phone without worrying about losing the coins because they are simultaneously in Armory (which is an awesome property of Bitcoin) and 2) Only a small amount are ever "at risk", with the majority secure in Armory.

Because of this I can't see how a Trezor would fit. So how do you guys use it?

i foresee the Trezor replacing the offline wallet and its pc and being more secure since the offline wallets can be susceptible to a USB malware attack.  as far as i know, there is no way to get privkeys off a Trezor so in that sense it is safer.  i would hope you could just plug it into your online pc to sign tx's from the online Armory watching only wallets.  we'll have to see what Armory comes up with.

i don't understand how or why you are using HD seeds since Armory currently only generates linear deterministic keypairs, not hierarchical.  i also wouldn't bother exporting privkeys from the offline Armory wallet since you can just make a HD seed backup of your Mycelium wallet that can be restored in case of theft or loss while avoiding excessive and unnecessary exposure to USB attacks from accessing the offline wallet.

i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets? 

molecular would probably know.

if SINGLE privkey is compromised from linear chain then ALL privkeys can be computed in same chain.
legendary
Activity: 1764
Merit: 1002
February 23, 2015, 02:52:58 PM
can the Trezor ppl see our balances and tx's while the Trezor is logged into myTrezor.com?

Out of curiosity, how do you guys plan on using your Trezor? I looked into them, like the idea and would like to get one, but couldn't see how a Trezor would fit into how I currently manage my BTC.

In my case I use Armory offline wallets for primary BTC storage, with secure HD seed backups so I'm confident I can always restore the wallets. For day to day usage I keep a small amount in Mycelium, and use this for buying pizza, etc. To fund Mycelium, in Armory I create spending addresses with a small amount of BTC and export the private key to Mycelium. The advantage to this is if I lose my phone, the BTC are recoverable in Armory or HD seed backups. The worse case is if someone steals and breaks my phone, I can only lose the amount on the phone (similar to cash in a real wallet). I like this method because: 1)  I can store and use BTC on my phone without worrying about losing the coins because they are simultaneously in Armory (which is an awesome property of Bitcoin) and 2) Only a small amount are ever "at risk", with the majority secure in Armory.

Because of this I can't see how a Trezor would fit. So how do you guys use it?

i foresee the Trezor replacing the offline wallet and its pc and being more secure since the offline wallets can be susceptible to a USB malware attack.  as far as i know, there is no way to get privkeys off a Trezor so in that sense it is safer.  i would hope you could just plug it into your online pc to sign tx's from the online Armory watching only wallets.  we'll have to see what Armory comes up with.

i don't understand how or why you are using HD seeds since Armory currently only generates linear deterministic keypairs, not hierarchical.  i also wouldn't bother exporting privkeys from the offline Armory wallet since you can just make a HD seed backup of your Mycelium wallet that can be restored in case of theft or loss while avoiding excessive and unnecessary exposure to USB attacks from accessing the offline wallet.

i wonder if another reason to avoid exporting Armory linear deterministic privkeys is if you reveal that privkey on your phone along with perhaps the master public key, can ALL your privkeys be determined similar to how it can be done with an xpub+childprivkey in HD wallets? 

molecular would probably know.
legendary
Activity: 1764
Merit: 1002
February 23, 2015, 02:08:47 PM
can the Trezor ppl see our balances and tx's while the Trezor is logged into myTrezor.com?

Out of curiosity, how do you guys plan on using your Trezor? I looked into them, like the idea and would like to get one, but couldn't see how a Trezor would fit into how I currently manage my BTC.

In my case I use Armory offline wallets for primary BTC storage, with secure HD seed backups so I'm confident I can always restore the wallets. For day to day usage I keep a small amount in Mycelium, and use this for buying pizza, etc. To fund Mycelium, in Armory I create spending addresses with a small amount of BTC and export the private key to Mycelium. The advantage to this is if I lose my phone, the BTC are recoverable in Armory or HD seed backups. The worse case is if someone steals and breaks my phone, I can only lose the amount on the phone (similar to cash in a real wallet). I like this method because: 1)  I can store and use BTC on my phone without worrying about losing the coins because they are simultaneously in Armory (which is an awesome property of Bitcoin) and 2) Only a small amount are ever "at risk", with the majority secure in Armory.

Because of this I can't see how a Trezor would fit. So how do you guys use it?

i foresee the Trezor replacing the offline wallet and its pc and being more secure since the offline wallets can be susceptible to a USB malware attack.  as far as i know, there is no way to get privkeys off a Trezor so in that sense it is safer.  i would hope you could just plug it into your online pc to sign tx's from the online Armory watching only wallets.  we'll have to see what Armory comes up with.

i don't understand how or why you are using HD seeds since Armory currently only generates linear deterministic keypairs, not hierarchical.  i also wouldn't bother exporting privkeys from the offline Armory wallet since you can just make a HD seed backup of your Mycelium wallet that can be restored in case of theft or loss while avoiding excessive and unnecessary exposure to USB attacks from accessing the offline wallet.
legendary
Activity: 1153
Merit: 1000
February 23, 2015, 01:38:04 PM
can the Trezor ppl see our balances and tx's while the Trezor is logged into myTrezor.com?

Out of curiosity, how do you guys plan on using your Trezor? I looked into them, like the idea and would like to get one, but couldn't see how a Trezor would fit into how I currently manage my BTC.

In my case I use Armory offline wallets for primary BTC storage, with secure HD seed backups so I'm confident I can always restore the wallets. For day to day usage I keep a small amount in Mycelium, and use this for buying pizza, etc. To fund Mycelium, in Armory I create spending addresses with a small amount of BTC and export the private key to Mycelium. The advantage to this is if I lose my phone, the BTC are recoverable in Armory or HD seed backups. The worse case is if someone steals and breaks my phone, I can only lose the amount on the phone (similar to cash in a real wallet). I like this method because: 1)  I can store and use BTC on my phone without worrying about losing the coins because they are simultaneously in Armory (which is an awesome property of Bitcoin) and 2) Only a small amount are ever "at risk", with the majority secure in Armory.

Because of this I can't see how a Trezor would fit. So how do you guys use it?
uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
February 23, 2015, 09:52:03 AM
that is indeed very good news! Glad, I am using bitcoin.de, despite their relatively high fees (1% shared between buyer and seller).
I am fine paying a bit more higher fees, provided there can be some kind of guarantee on the funds held at the exchange (statutory German 100k€).
legendary
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
February 23, 2015, 12:01:15 AM
Citizen Four Wins!

It's a great movie and deserved to win.  Snowden is the baddest boy on the planet.  All the women want him and all the men want to be him.

He shit all over Barack "He's no hero" Obama's lying/spying face.  No wonder the poor butthurt DailyKos libtards call him "white boy."  Aww boo-hoo, their magic unicorn turned out to be Bush On Steroids, exactly as predicted.

My favorite parts are when Ed uses the phrase "pro tip" to tell Glen not to leave (radioactive) SD cards in his laptop, and when he describes (1:07) how uber-1337 his privileged access "PrivAc" level was.  D00D!!!1! 

Ha ha you Stasi ratfucks, the Ron Paul Army's cyberwar division completely rooted your box!   Cool
legendary
Activity: 1764
Merit: 1002
February 22, 2015, 10:51:35 PM
Citizen Four Wins!
legendary
Activity: 1470
Merit: 1000
Want privacy? Use Monero!
February 22, 2015, 10:26:01 PM
My favourite client, Armory, will also support Trezor in the future.

This is good news and should satisfy cyphers privacy needs.


finally Cheesy
legendary
Activity: 2968
Merit: 1198
February 22, 2015, 10:02:50 PM
bitcoin has a controlled amount , there could be a million kg of gold undiscovered.
Not really.
the gold resources that were not mined yet, are already identified and are scarce as well (that is why gold is one of the precious metals).
Also the ore quality is decreasing, so it costs more to get the same amount of gold.

Sounds a lot like peak oil. How did that turn out?

Bits beat atoms. Every damn time.
legendary
Activity: 1764
Merit: 1002
February 22, 2015, 09:59:06 PM
the Dow Theory non-confirmation grows larger and larger.  the US is not out of the woods, contrary to popular opinion:

hero member
Activity: 558
Merit: 500
February 22, 2015, 09:23:02 PM
bitcoin has a controlled amount , there could be a million kg of gold undiscovered.
Not really.
the gold resources that were not mined yet, are already identified and are scarce as well (that is why gold is one of the precious metals).
Also the ore quality is decreasing, so it costs more to get the same amount of gold.

Not really.

Asteroid mining is now within the realms of becoming viable. The gold resources there will dwarf anything seen on this planet. Once the transport mechanisms have been developed for recovery the gold is imminently more accessible, i.e. it is basically there in a pure form waiting to be "picked up".

Don't forget there's a ton of it in the oceans in fine particulate form that hasn't been profitable to "mine" but will become more so as we start refining ocean water for drinking on a large scale.  Not to mention, gold is considered valuable for other reasons than scarcity such as being highly conductive, malleable, ductile, non-corrosive, etc.  

These qualities will be equaled and surpassed in time by newer materials.  All of the above will contribute to the long-term decline of the value of gold.  

I talk about most of these things more in-depth in this video I recorded last year and recently uploaded to YouTube:
https://www.youtube.com/watch?v=1sceRsmT1yc
legendary
Activity: 947
Merit: 1008
central banking = outdated protocol
February 22, 2015, 08:28:43 PM
bitcoin has a controlled amount , there could be a million kg of gold undiscovered.
Not really.
the gold resources that were not mined yet, are already identified and are scarce as well (that is why gold is one of the precious metals).
Also the ore quality is decreasing, so it costs more to get the same amount of gold.

Not really.

Asteroid mining is now within the realms of becoming viable. The gold resources there will dwarf anything seen on this planet. Once the transport mechanisms have been developed for recovery the gold is imminently more accessible, i.e. it is basically there in a pure form waiting to be "picked up".
Viable? What does this exactly mean, can you elaborate a bit?
Asteroid-mining pops up from time to time as a "game-changer" in the press, but the fact is for now there is nothing mature enough to affect the price of gold.
We may use this as an argument once this becomes a real possibility, for now it is a bit off-topic, I am afraid.

Point being, you said gold was scarce and this is incorrect. More correctly it is technically inaccessible, for now.

Viable means economic to retrieve in this context, if that was not obvious. There is now an identifiable technology development path towards retrieving gold from asteroids, do your own research on this if you do not believe me, I don't have time to lay it all out for you. Time and costs to becoming viable will only decrease from here onwards.
All right.
Being involved in the gold market much longer than I am in Bitcoin, I would still stick to my claim that gold is still a scarce metal until proven otherwise. Yes, potentially there is gold beyond Earth that one day, in 20, 50 or maybe 150 years can be explored. But for now, it is only a remote possibility with no real influence on the price.

It is scarce and incredibly difficult to get gold off planet for the foreseeable future. However, gold's majority of use case at the moment is as money. That has been fine but there is now a much better money than gold with some of the attractive qualities of gold that threatens to take over a large portion of that use case demand. I'm sure as time goes on it will retain it's lesser decorative, medicinal, industrial, and superconductor uses and will remain valuable in those regards.

The Rhino super villain character from the '70s Spiderman animated TV show used to absolutely go nuts for the stuff!

uki
legendary
Activity: 1358
Merit: 1000
cryptojunk bag holder
February 22, 2015, 05:11:26 PM
bitcoin has a controlled amount , there could be a million kg of gold undiscovered.
Not really.
the gold resources that were not mined yet, are already identified and are scarce as well (that is why gold is one of the precious metals).
Also the ore quality is decreasing, so it costs more to get the same amount of gold.

Not really.

Asteroid mining is now within the realms of becoming viable. The gold resources there will dwarf anything seen on this planet. Once the transport mechanisms have been developed for recovery the gold is imminently more accessible, i.e. it is basically there in a pure form waiting to be "picked up".
Viable? What does this exactly mean, can you elaborate a bit?
Asteroid-mining pops up from time to time as a "game-changer" in the press, but the fact is for now there is nothing mature enough to affect the price of gold.
We may use this as an argument once this becomes a real possibility, for now it is a bit off-topic, I am afraid.

Point being, you said gold was scarce and this is incorrect. More correctly it is technically inaccessible, for now.

Viable means economic to retrieve in this context, if that was not obvious. There is now an identifiable technology development path towards retrieving gold from asteroids, do your own research on this if you do not believe me, I don't have time to lay it all out for you. Time and costs to becoming viable will only decrease from here onwards.
All right.
Being involved in the gold market much longer than I am in Bitcoin, I would still stick to my claim that gold is still a scarce metal until proven otherwise. Yes, potentially there is gold beyond Earth that one day, in 20, 50 or maybe 150 years can be explored. But for now, it is only a remote possibility with no real influence on the price.
Jump to: