From befb1c60da2fc8b367528e716d851896d5af9dec Mon Sep 17 00:00:00 2001 From: wakgill <76528604+wakgill@users.noreply.github.com> Date: Fri, 1 Jan 2021 15:18:52 -0600 Subject: [PATCH] Create 8.md --- docs/emails/bitcoin-list/8.md | 45 +++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 docs/emails/bitcoin-list/8.md diff --git a/docs/emails/bitcoin-list/8.md b/docs/emails/bitcoin-list/8.md new file mode 100644 index 0000000..80b4edb --- /dev/null +++ b/docs/emails/bitcoin-list/8.md @@ -0,0 +1,45 @@ +--- +layout: default +title: “[bitcoin-list] Bitcoin v0.1.5 released” +grand_parent: Emails +parent: bitcoin-list +nav_order: 8 +--- + +# 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 +```