Bitcoin Forum
March 28, 2024, 10:29:42 AM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1]
  Print  
Author Topic: more noob questions  (Read 687 times)
jorlowitz (OP)
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 06, 2012, 08:32:45 AM
 #1

Thanks for your answers last time, they were very helpful.  Here are a few more:

1.  It seems the most likely targets for government regulation would be the exchanges.  What do you think the bitcoin universe would look like if mtgox and tradehill were required by governments to keep full financial records?  Would they just move to a new country? (Where?)

2.  Thousands of people download the bitcoin client from sourceforge.net.  Isn't that a huge security vulnerability if it was hacked and someone started releasing a modified version of the software.  What's to stop this from happening (or prove it hasn't happened already?)  Is there some way to verify that the copy of the bitcoin client one is running is the *real* one?

3.  Last is an idea.  I think there should be an implementation or a patch which allows you to send a short message when you send bitcoins.  Is this possible or desireable?
1711621782
Hero Member
*
Offline Offline

Posts: 1711621782

View Profile Personal Message (Offline)

Ignore
1711621782
Reply with quote  #2

1711621782
Report to moderator
1711621782
Hero Member
*
Offline Offline

Posts: 1711621782

View Profile Personal Message (Offline)

Ignore
1711621782
Reply with quote  #2

1711621782
Report to moderator
1711621782
Hero Member
*
Offline Offline

Posts: 1711621782

View Profile Personal Message (Offline)

Ignore
1711621782
Reply with quote  #2

1711621782
Report to moderator
The forum strives to allow free discussion of any ideas. All policies are built around this principle. This doesn't mean you can post garbage, though: posts should actually contain ideas, and these ideas should be argued reasonably.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1711621782
Hero Member
*
Offline Offline

Posts: 1711621782

View Profile Personal Message (Offline)

Ignore
1711621782
Reply with quote  #2

1711621782
Report to moderator
1711621782
Hero Member
*
Offline Offline

Posts: 1711621782

View Profile Personal Message (Offline)

Ignore
1711621782
Reply with quote  #2

1711621782
Report to moderator
1711621782
Hero Member
*
Offline Offline

Posts: 1711621782

View Profile Personal Message (Offline)

Ignore
1711621782
Reply with quote  #2

1711621782
Report to moderator
Stephen Gornick
Legendary
*
Offline Offline

Activity: 2506
Merit: 1010


View Profile
January 06, 2012, 11:48:24 AM
 #2

1.  It seems the most likely targets for government regulation would be the exchanges.  What do you think the bitcoin universe would look like if mtgox and tradehill were required by governments to keep full financial records? 

The exchanges do already perform steps such as requiring verification for certain accounts, due to government regulations.

3.   I think there should be an implementation or a patch which allows you to send a short message when you send bitcoins.  Is this possible or desireable?

The message is not necessary for Bitcoin to be used as a currency.  Adding that would bloat the blockchain.

Unichange.me

            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █
            █


jake262144
Full Member
***
Offline Offline

Activity: 210
Merit: 100


View Profile
January 06, 2012, 12:08:04 PM
 #3

I'll stick to the techie stuff and leave wild guessing to others.

Ad 2.
As to sourceforge, ALWAYS download the .asc file together with the version of the client you're downloading
(if you need bitcoin-0.5.1-win32.zip, make sure to grab bitcoin-0.5.1-win32.zip.asc as well).
The .asc file is a digital signature file.
You can use an open source tool named gpg to verify that not one bit was changed in the bitcoin client since Gavin signed it.

Verification is done like that:
Code:
gpg --verify s:\progs\bitcoin\bitcoin-0.5.1-win32.zip.asc s:\progs\bitcoin\bitcoin-0.5.1-win32.zip

Of course you need Gavin's public key to do that. Just grab it from bitcoin.org (http://bitcoin.org/gavinandresen.asc)
You'll need to import it into gpg:
Code:
gpg --import c:\...\gavinandresen.asc


If you're REALLY paranoid, downoading source code only and doing a complete diff against the previous version might be the way to go.
Once you've satisfied yourself, compile Smiley


Ad 3.
A short message? Tempting as it may sound to a non-technical user, that would be like applying growth hormones to the blockchain. Those messages would all have to live there, right?
The last thing anyone needs is a bloated blockchain artificially inflated with user's messages.
Also, messaging is kinda out of spec: bitcoin is a money transfer system, it serves the same purpose as Visa's infrastructure. Why bother?
Bricks
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
January 08, 2012, 12:58:48 AM
 #4

Short messages?  The protocol already allows that unto 10k via the script system.  Checkout the wiki under transactions.
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!