From 1d9807c7aab7667a5b619d7563a7db4c174aa41c Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:17:53 -0600 Subject: [PATCH] Create 7.md --- docs/emails/bitcoin-list/7.md | 44 +++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 docs/emails/bitcoin-list/7.md diff --git a/docs/emails/bitcoin-list/7.md b/docs/emails/bitcoin-list/7.md new file mode 100644 index 0000000..e0fcd6a --- /dev/null +++ b/docs/emails/bitcoin-list/7.md @@ -0,0 +1,44 @@ +--- +layout: default +title: “[bitcoin-list] Problems” +grand_parent: Emails +parent: bitcoin-list +nav_order: 7 +--- + +# Bitcoin P2P e-cash paper + +The email on the Cryptography Mailing List that announced Bitcoin publicly to the world. +{: .fs-6 .fw-300 } + +--- + +``` +Version 0.1.5 is now available. It includes the fix for the problem +Nicholas had, checking for disk full and changes to try to improve +things that were confusing. + +Special thanks to Nicholas and Dustin for all their help and feedback! + +Download link: +http://sourceforge.net/project/showfiles.php?group_id=244765&package_id=298441 + +Changes: +- disk full warning +- fixed a bug that could occur if dns lookup failed +- prevent entering your own address in the address book, +which confusingly changed the label for your own address +- moved change address button to menu under options +- tweaks to make it get connected faster +- close sockets on exit +- created minimum fee for transactions less than 1 cent +- hid the transaction-type selection box that only had one choice +- cleaned up ParseMoney a little +- slightly cleaner reformatting of message text +- changed the font in transaction details dialog +- added some explanation text to transaction details for generated coins +- reworded the description for transactions received with bitcoin address + +Satoshi Nakamoto +http://www.bitcoin.org +```