Bitcoin Forum
April 24, 2024, 03:30:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: The mining focus is bad - we need better clients ;)  (Read 2626 times)
NetTecture (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 05, 2011, 01:32:34 PM
 #1

Yes, provovative, but here is the problem.

The curent client is not only bad UI Wise, it also is unsafe and not controllable for an enterprise level application, and enterprise level is what you WANT and NEED. As in: you need to provide an infrastructure (or have one provided) that is programmed in a way to handle (a) million usd deposits with safety and (b) enterrise level authorization scenarios.

The following should be possible:

* Isolating a wallet level client and a node that works on transactions. More code = more attack surface, make my wallet smaller.
* separate authentication for outgoing payments.
* Read only access to wallet only after authorization, encrypt it yourself.
* Allow automatic distribution of wallet and keys between authenticated servers (to faciliate a key loss / wallet loss, which both are devastating scenarios).
* Provide an easy to use API to enter payment requests and get incoming funds. API should handle authentication and authorization.
* Provide automatic forwarding of funds to backup / store addresses. Money comes in,gets send to a separate address.
* Provide "accounts", not addresses. Addresses are arbitrary small. The software should be able to form logical accounts from those. Especially as addresses may be "one time use".
* Provide access to an external WORM space to handle keys. For example sending keys (private) over SERIAL CABLE (!) to another box. Point being: Serial cable is not network, so it is quite impossible to use as a standard attack vector, and the backup box would keep a log of all keys. Or... a printer Wink If every private key gets printed out, a computer crash can not harm them. Been there, implemented somehting along these lines for an online payment provider years ago (every transaction goes to an audit computer via serial + is printed for later scanning in case of a total computer attack).

The end problem is: if I have 100.000 BTC somewhere stored and am an enterprise (and large values have to be possible) then right now I run a high risk setup. None of the normal provisions are in place that my bank gives me. Unless you want this totally to be a bank service (and finding a bank doing this is hard - banks are HEAVILY regulated) this means that the BTC handling is very insecure. And burying it in a vault somewhere is not practical if it is your operating capital.

My bank gives me a lot of features, from nice account statements to an API and a 4 eye principle acount (one person enters transfer, other person has to approove them) to make sure money is not "diverted". Money loss is also a high risk and now way too technical - with a lot of manual intervention.

The end idea should be / would be to have a system that can be installed as a small harware applicane (in a cluster of x) that servves are wallet server. This can then be secured highly (physically) and provides an API that is enterprise level, so my secretary handling my transfers does not run with my money Wink

This, a separate node for processing (no ui needed) and at the end a friendly end user installable client are needed to get out of funny geeky space.

Don't count on services to take over - so far I know of not a single "exchange" adhering to minimal financial standards, and no virtual bank at all. And even then, at the end...  it sould have t operate with a pretty bad infrastructure.
1713972637
Hero Member
*
Offline Offline

Posts: 1713972637

View Profile Personal Message (Offline)

Ignore
1713972637
Reply with quote  #2

1713972637
Report to moderator
Even if you use Bitcoin through Tor, the way transactions are handled by the network makes anonymity difficult to achieve. Do not expect your transactions to be anonymous unless you really know what you're doing.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713972637
Hero Member
*
Offline Offline

Posts: 1713972637

View Profile Personal Message (Offline)

Ignore
1713972637
Reply with quote  #2

1713972637
Report to moderator
1713972637
Hero Member
*
Offline Offline

Posts: 1713972637

View Profile Personal Message (Offline)

Ignore
1713972637
Reply with quote  #2

1713972637
Report to moderator
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
June 05, 2011, 01:35:17 PM
 #2

Too much "should", "need", "we", too little "i've contributed", "come test my addition" etc.

NetTecture (OP)
Full Member
***
Offline Offline

Activity: 140
Merit: 100


View Profile
June 05, 2011, 01:52:04 PM
 #3

Too much "should", "need", "we", too little "i've contributed", "come test my addition" etc.

Yes. Say that to all people needing something Wink

I try to get "this thing" into my financial infrastructure - which just happens to be a little more complicated than "typical miner in his basement". More complicated like "multiple levels of security and different workstations where you can move moeny at the press of a button".

What about: Willing to pay for a company level solution.
eturnerx
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile
June 05, 2011, 05:15:37 PM
 #4

OP: If you think we should/need this then get to building it. If you can't do this yourself then put together a solid business plan, recruit people and issue shares. Who knows, I might even throw some BTC your way.
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
June 05, 2011, 05:18:42 PM
 #5

What about: Willing to pay for a company level solution.
I like this idea, you should give more details about what exactly you want to do.

jerfelix
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 05, 2011, 10:02:51 PM
 #6

I like this idea, you should give more details about what exactly you want to do.
I'm thinking about writing a simple client whose purpose would be to help facilitate a large money storage area - a lock box. 

The concept is to take large quantities of Bitcoins and dump them offline where they can be stored onto (gasp) paper.  Paper has some benefits for wealth storage.  I don't have to worry about viruses.  It's not "easy" for someone remotely to steal a copy, etc.


The software would behave like this:

1) When you run it, the program creates a new wallet key pair.  Not 100 like the current client, but just one (or as few as necessary).
2) It creates a new wallet file, with a name different from wallet.dat, containing public and private keys.  Let's call it lockbox.dat.  The idea is that this is a MINIMAL file - as small as possible.
3) It connects to the bitcoin network like all other clients.
4) You can transfer funds to this wallet (or lockbox) using your normal client.
5) You can print out the contents of the lockbox file in Hex or other readable characters.
6) You can select a function named  "shred" or "destroy" - which, after confirmation that you really want to do this, overwrites your lockbox.dat file with random zeros and ones.  You now have only the printed copy of your lockbox file - no electronic version.
7) You can select "recreate", which allows you to type in your lockbox file to get your money into electronic form again.



Is there any value in this?   I think I can do it by modifying the current client to eliminate a lot of the current functionality, and add in a few simple functions listed above.

Any suggestions for improvement?  Should this be a feature of the current client, or a separate program?
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 05, 2011, 10:11:11 PM
 #7

Your logic is flawed.  Storing Bitcoins on paper doesn't prevent the software bugs that could wipe out your wallet and/or transactions.

The paper isn't good by itself.  It would have to be reloaded into the "flawed" software to get them back into the network.


--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
supa
Copper Member
Newbie
*
Offline Offline

Activity: 56
Merit: 0


View Profile
June 05, 2011, 10:56:14 PM
 #8

Your logic is flawed.  Storing Bitcoins on paper doesn't prevent the software bugs that could wipe out your wallet and/or transactions.

The paper isn't good by itself.  It would have to be reloaded into the "flawed" software to get them back into the network.



QRCode.

Simple commercial equipment that most people already have are capable of importing/exporting.  Nearly nonexistent chance of decay/corruption if printed reasonably big.

Wallets could be stored like real-world savings bonds and cashed in from a paper document.  Any transfers made while the wallet was inactive will still apply.
weex
Legendary
*
Offline Offline

Activity: 1102
Merit: 1014



View Profile
June 05, 2011, 11:19:14 PM
 #9

Keep in mind that when people do backup what they really want is restore. Therefore it would be great if your program made a successful restore required to mark a backup successful.
jerfelix
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
June 06, 2011, 06:39:00 AM
 #10

Your logic is flawed.  Storing Bitcoins on paper doesn't prevent the software bugs that could wipe out your wallet and/or transactions.

The paper isn't good by itself. 

How is my logic flawed? 
I am not saying it is a perfect system, but I am saying that it is far easier for me to be sure that there is no virus on a PC on just two occasions - once at the storage to the lockbox and once at the restore from the lockbox, than it is to assure that there is no virus on my PC EVER.

Do others agree that this is a flawed idea?



I believe that Bitcoins will be under attack by virus writers in the coming six months, and that will be a serious blow to their acceptance.  Considering how many zombie PC's are out there as part of botnets, if any one of them gets a wallet.dat file, it'll be stolen.  And, with zero-day vulnerabilities being discovered regularly, I am not willing to risk a large store of my wealth in one place online.

I know personally this is my biggest fear of having a sizable amount of Bitcoins in one place.  I don't fear that they will be worthless or that the crypto will be hacked external to my PC.  I don't worry that my file will get destroyed without a backup.  No, I worry that the PC will get a virus and the file will be copied.

It would have to be reloaded into the "flawed" software to get them back into the network.
Remember, Bitcoins are never gone from the network.   Even "lost coins" are still in the block chain.


QRCode.
Of course.  Silly of me not to think of that.  That's a much better solution, assuming the file can be small enough.  And a series of QR codes is a much better solution if it doesn't fit into a single one.

The easiest way I know of to print a QR code is to use the Google Graphs URL, but that would obviously introduce a security hole - passing the lockbox codes over the net to Google.  I'll have to check into open source QR code generators - looks like there are several on sourceforge.
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
June 06, 2011, 06:53:35 AM
 #11

Do others agree that this is a flawed idea?
I think paper can be a very good storage medium that doesn't suffer from that are specific to computer storage.
It's not a complete answer, but it has very interesting properties to store BTC.

The easiest way I know of to print a QR code is to use the Google Graphs URL, but that would obviously introduce a security hole - passing the lockbox codes over the net to Google.  I'll have to check into open source QR code generators - looks like there are several on sourceforge.
Implementing a QR code output is pretty trivial.

Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 08, 2011, 12:28:18 PM
 #12

Do others agree that this is a flawed idea?
I think paper can be a very good storage medium that doesn't suffer from that are specific to computer storage.
It's not a complete answer, but it has very interesting properties to store BTC.

I think that's crazy.  My opinion.  Paper is terribly suspect to all sorts of disasters that electronic documents are not.  If you're worried about your wallet.  Encrypt it, then store it on various USB drives, put them in lockboxes, and also store them in multiple cloud providers.  Printing the wallet on paper means that wherever you store that paper you have to ensure the entire physical environment.  That's why people have safety deposit boxes and fire safes.  To protect paper documents and even then there are massive losses to them.  I still have electronic documents from 30 years ago (and yes, I know there are paper documents preserved for hundreds, even thousands of years). 

Just make sure you're printing on acid-free, high-quallity paper and that it's stored in an environment to prevent decay, yellowing, and other environmental issues.  Because if just 1 tiny little block in the QR code becomes unreadable, or the ink/toner flakes off.  You've lost the whole thing.  Oh, and make sure you store the electronic software to read that code with it.  Because software updates, and if you don't update the codes with the software, you run the risk that the latest generation software cannot read your code.

Go back and try and open a PGP Encrypted Disk from 1998 (the commercial software, not the open source software).  The software to do it doesn't exist today, you have to have the original software you used back then.  Same thing with Tax record files you created with TurboTax 2000, TurboTax 2011 won't open them.

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
June 08, 2011, 12:34:10 PM
 #13

Do others agree that this is a flawed idea?
I think paper can be a very good storage medium that doesn't suffer from that are specific to computer storage.
It's not a complete answer, but it has very interesting properties to store BTC.

I think that's crazy.  My opinion.  Paper is terribly suspect to all sorts of disasters that electronic documents are not.  If you're worried about your wallet.  Encrypt it, then store it on various USB drives, put them in lockboxes, and also store them in multiple cloud providers.  Printing the wallet on paper means that wherever you store that paper you have to ensure the entire physical environment.  That's why people have safety deposit boxes and fire safes.  To protect paper documents and even then there are massive losses to them.  I still have electronic documents from 30 years ago (and yes, I know there are paper documents preserved for hundreds, even thousands of years). 

Just make sure you're printing on acid-free, high-quallity paper and that it's stored in an environment to prevent decay, yellowing, and other environmental issues.  Because if just 1 tiny little block in the QR code becomes unreadable, or the ink/toner flakes off.  You've lost the whole thing.  Oh, and make sure you store the electronic software to read that code with it.  Because software updates, and if you don't update the codes with the software, you run the risk that the latest generation software cannot read your code.

Go back and try and open a PGP Encrypted Disk from 1998 (the commercial software, not the open source software).  The software to do it doesn't exist today, you have to have the original software you used back then.  Same thing with Tax record files you created with TurboTax 2000, TurboTax 2011 won't open them.


Print the key in plain text in multiple copies then, put it in a couple of sealed envelopes at a notary office

GimEEE
Member
**
Offline Offline

Activity: 112
Merit: 10

Ride or Die


View Profile WWW
June 08, 2011, 12:53:11 PM
 #14

if the client had multi-wallet support and address balance differentiation, it would alleviate many of these problems.

The only way to make sure people you agree with can speak is to support the rights of people you don't agree with.
Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 08, 2011, 01:45:01 PM
 #15


Print the key in plain text in multiple copies then, put it in a couple of sealed envelopes at a notary office


And what does that buy you over just having multiple electronic copies?

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
June 08, 2011, 02:01:16 PM
 #16


Print the key in plain text in multiple copies then, put it in a couple of sealed envelopes at a notary office


And what does that buy you over just having multiple electronic copies?
Trojans can't read paper.
You can also combine both

Rob P.
Member
**
Offline Offline

Activity: 84
Merit: 10


View Profile WWW
June 09, 2011, 10:35:04 PM
 #17

Trojans can't read paper.
You can also combine both

So now we're back to having a computer, infected with a Trojan, that you're keeping your bitcoins safe by having them printed on paper.  So, do you figure out you have a trojan before reading them into your computer?  How?  You got the trojan, so obviously your method of detection is flawed, or else you could use it all the time.

I'll give you that you could build a new machine from scratch, not attached to the Internet, then read the coins into the "clean" machine, possibly even then use them without "fear".  However, once attached to the Internet you have all of the inherit problems you were trying to avoid in the first place, and are you really going to go to all of this trouble every time you wish to spend or save coins?

That's like keeping all of your money in a safe deposit box, in cash, and only spending cash for purchases.

--

If you like what I've written here, consider tipping the messenger:
1GZu4CtHa6ai8iWoWiVFxV5VVoNte4SkoG

If you don't like what I've written, send me a Tip and I'll stop talking.
davout
Legendary
*
Offline Offline

Activity: 1372
Merit: 1007


1davout


View Profile WWW
June 10, 2011, 10:00:56 AM
 #18

Trojans can't read paper.
You can also combine both

So now we're back to having a computer, infected with a Trojan, that you're keeping your bitcoins safe by having them printed on paper.  So, do you figure out you have a trojan before reading them into your computer?  How?  You got the trojan, so obviously your method of detection is flawed, or else you could use it all the time.

I'll give you that you could build a new machine from scratch, not attached to the Internet, then read the coins into the "clean" machine, possibly even then use them without "fear".  However, once attached to the Internet you have all of the inherit problems you were trying to avoid in the first place, and are you really going to go to all of this trouble every time you wish to spend or save coins?

That's like keeping all of your money in a safe deposit box, in cash, and only spending cash for purchases.
Every method obviously has its flaws, it's up to you to pick what makes the most sense, paper has its own advantages that electronic storage does not have, end of story.

Nesetalis
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250



View Profile
June 10, 2011, 10:12:42 AM
 #19

a new bitcoin client would certainly go a long way toward helping bitcoin itself.

for one we should have a loadable, savable, and deliberately encrypted wallet.dat files there is no reason not to encrypt them as it stands... i am pefectly capable of entering a password when wanting to send BTC or check my balance.

paper is handy for backups, and I agree that there should be a method.. be it QR codes, or making a plaintext version of the wallet.dat and printing it out.

no matter what anyone says about the durability of paper, there are very few mediums that have survived over 2000 years, most digital variants never will. Burned CDs are only good up to 10 years usually, tape even less unless very well kept, flash chips are even worse for long term storage. (sorry USB stick lovers!)


ZOMG Moo!
arturh
Jr. Member
*
Offline Offline

Activity: 59
Merit: 10



View Profile
June 10, 2011, 03:01:18 PM
 #20

The mining focus is bad: we need a better infographic!
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!