Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2019-03-05 | fix merge errors, update recommended version to 0.14.0.2 | Riccardo Spagni | 1 | -4/+4 | |
2019-03-05 | update checkpoints, update README for 0.14.1 release | Riccardo Spagni | 1 | -7/+7 | |
2019-03-05 | update readme via cherry-pick | Riccardo Spagni | 1 | -3/+4 | |
2019-02-21 | OS X -> macOS | Jesse Jackson | 1 | -5/+5 | |
2019-02-07 | readme: add new workflow for translations (Pootle) | erciccione | 1 | -0/+6 | |
2019-01-29 | README.md - add few FreeBSD instructions, fix v13.0 release tag | monerorus | 1 | -5/+8 | |
tested on current FreeBSD 11.2-p4 , used master and release-v0.13 branchs of monero (w\o any patches) `gmake` - success `gmake release-static` - fail (-fPIC error, i think i need build dependencies from ports static instead install from pkg) `gmake debug` - fail (wallet2.cpp.o - file not recognized: file format no recognized) `gmake release-test` - success (100% passed) | |||||
2019-01-28 | Adding initial support for broadcasting transactions over Tor | Lee Clagett | 1 | -0/+6 | |
- Support for ".onion" in --add-exclusive-node and --add-peer - Add --anonymizing-proxy for outbound Tor connections - Add --anonymous-inbounds for inbound Tor connections - Support for sharing ".onion" addresses over Tor connections - Support for broadcasting transactions received over RPC exclusively over Tor (else broadcast over public IP when Tor not enabled). | |||||
2019-01-13 | update readme to include blurb on decentralization | Gingeropolous | 1 | -0/+2 | |
it occurred to me that someone discovering monero for the first time, through the code and actually reading the readme, would not have any indication of the design focuses of keeping monero decentralized, both in terms of the mining infrastructure and the low cost of node operation. I know the topic is sort of a ... wishy washy thing, but I tried to craft some language that gets the point across in general terms. | |||||
2019-01-09 | README.md: updated build instructions for OpenBSD 6.4 | ston1th | 1 | -3/+18 | |
2019-01-04 | Changed Windows build commands. | Aniket Pradhan | 1 | -2/+2 | |
`pacman -Syuu` can either upgrade or degrade the packages (depending upon the package lists), and should not be normally used. Instead of that, one should use `pacman -Syu` which only upgrades the packages. | |||||
2019-01-02 | remove trailing whitespace in README.md | David Meister | 1 | -15/+15 | |
2018-12-04 | Add glibc back compat code | TheCharlatan | 1 | -0/+2 | |
To ensure that the binaries compiled by gitian run across many linux distributions, enforce 2.17 as the minimum libc version supported. | |||||
2018-11-11 | readme 0.13.0.4 in the table | Gingeropolous | 1 | -2/+2 | |
its the one thing I do. I change the table. | |||||
2018-10-29 | README.md: increase swap size on Raspberry Pi | Neofito89 | 1 | -2/+2 | |
Increased swap size on raspberry pi compiling guide, since it might crash if the raspberry has any service runing in the background | |||||
2018-10-24 | Minor wording changes; added research repository links | Sarang Noether | 1 | -3/+3 | |
2018-10-24 | Added research information to main readme | Sarang Noether | 1 | -0/+9 | |
2018-10-22 | update readme for 0.13.0.4 | Riccardo Spagni | 1 | -3/+3 | |
2018-10-16 | Add building with depends to the Makefile | TheCharlatan | 1 | -12/+9 | |
Depends can now be compiled with `make depends target=$triple`, where $triple is one of the supported build targets. Adapt the Makefile for this change, remove not needed windows deps from depends setup description. | |||||
2018-10-15 | README: add libnorm to the dependency list | moneromooo-monero | 1 | -2/+4 | |
2018-10-14 | readme: update OSX build badges | xiphon | 1 | -1/+1 | |
2018-10-10 | README: mention max_usb_current setting on Raspberry Pi | moneromooo-monero | 1 | -0/+2 | |
2018-10-09 | Utils: Add Dockerfile for android 64-bit build | Gregory Lemercier | 1 | -2/+4 | |
2018-10-08 | Remove last traces of libpcsc-lite | moneromooo-monero | 1 | -2/+1 | |
2018-10-07 | README: update MSYS2 dependencies for Ledger | Lafudoci | 1 | -2/+2 | |
2018-10-03 | Move cross compiling steps into proper heading | K3v1n Kur14k053 | 1 | -17/+20 | |
As per #3430 | |||||
2018-09-29 | Merge pull request #4434 | Riccardo Spagni | 1 | -2/+12 | |
89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero) | |||||
2018-09-25 | README: mention ASAN usage alongside valgrind | moneromooo-monero | 1 | -2/+12 | |
2018-09-22 | update readme with v13.0 | Riccardo Spagni | 1 | -4/+4 | |
2018-09-22 | README: remove overlooked conflict | moneromooo-monero | 1 | -46/+0 | |
2018-09-18 | README: harmonize command formatting inside README.md | Andrea | 1 | -1/+47 | |
rebased by moneromooo | |||||
2018-09-18 | README: Compile boost with cxxflags=-fPIC cflags=-fPIC | Italocoin Project | 1 | -1/+1 | |
Rebased and squashed by moneromooo | |||||
2018-09-18 | README: fill in libsodium package name for Arch | phloatingman | 1 | -1/+1 | |
Rebased by moneromooo, with a sensible commit message | |||||
2018-09-14 | update readme fork table | Gingeropolous | 1 | -1/+3 | |
with consensus rules and block heights | |||||
2018-09-10 | Update readmes to reflect the usage of depends | TheCharlatan | 1 | -1/+17 | |
Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme. | |||||
2018-09-09 | README: bump cmake requirement to 3.5, as required by miniupnpc | moneromooo-monero | 1 | -1/+1 | |
2018-08-23 | add and use constant time 32 byte equality function | moneromooo-monero | 1 | -1/+1 | |
2018-08-22 | Docker: Fix android build | MoroccanMalinois | 1 | -2/+2 | |
2018-08-12 | README: add dependency on libpgm-dev | stoffu | 1 | -1/+2 | |
2018-08-02 | update README to change all 0.12.2 to 0.12.3 | Gingeropolous | 1 | -5/+5 | |
I didn't change the minimum version in the table though, because 0.12.0 will work for this block version | |||||
2018-07-04 | README: remove mentions of external miniupnpc dependency | moneromooo-monero | 1 | -4/+3 | |
2018-07-03 | docker: update to new versions of dependencies | HomDx | 1 | -0/+3 | |
2018-06-23 | Changed URLs to HTTPS | einsteinsfool | 1 | -9/+9 | |
2018-06-16 | add disclaimer about 3rd party packages | Jethro Grassie | 1 | -43/+40 | |
Demoted the 3rd party maintained package installs to after compiling from repository source and removed the broken Homebrew package instructions. | |||||
2018-06-08 | update readme to include debian one liner for deps | Gingeropolous | 1 | -0/+3 | |
update readme to include debian one liner for deps , because who wants to select all of those individually | |||||
2018-06-08 | Update readme to include pcslite dependency | Gingeropolous | 1 | -0/+1 | |
Update readme to include pcslite dependency | |||||
2018-06-05 | README: mention --untrusted-daemon | moneromooo-monero | 1 | -0/+2 | |
when connecting the wallet to a daemon on a tor hidden service | |||||
2018-06-05 | readme - explain building master vs. release | Gingeropolous | 1 | -2/+13 | |
Update readme to explain and warn about building master, and encourage (via example) to build release branches. Also updated instance where example build instructions had 0.11.0 as the most recent release. | |||||
2018-06-04 | Update Readme to indicate recommended version | Gingeropolous | 1 | -1/+1 | |
... is v0.12.2.0 | |||||
2018-05-31 | Incorporate Window debug build targets | philkode | 1 | -0/+10 | |
2018-05-29 | adding win building details. | k1nghat | 1 | -0/+14 | |
cloning and extra build details included. | |||||
2018-05-06 | Update readme to include link to announcement list | Gingeropolous | 1 | -0/+4 | |
Added link to readme for https://lists.getmonero.org | |||||
2018-04-29 | README.md: mention building deps with -fPIC for static builds | moneromooo-monero | 1 | -0/+2 | |
2018-03-21 | Revert bb19386b | Howard Chu | 1 | -1/+1 | |
The requirement for CMake 3.2.0 was introduced erroneously in commit e29282d2081709e126b1fb67f49e9d4a666794da and is no longer present | |||||
2018-03-21 | change wording in hard fork description section | Gingeropolous | 1 | -3/+4 | |
changed wording in hard fork section because reasons. Added prospective slot of next hardfork to communicate that more are coming because it never stops. its everywhere and all at the same time. | |||||
2018-03-18 | README: add instructions for cloning / submodules | anonimal | 1 | -0/+10 | |
2018-03-18 | Move v7 fork to 1546000 to give more update time | moneromooo-monero | 1 | -1/+1 | |
2018-03-12 | README.md: Updated OpenBSD build instructions | ston1th | 1 | -15/+20 | |
* Removed the db package, as it is not required * Added the libiconv package * Updated the boost build instructions (added locale) * Updated cppzmq to version 4.2.3 which does not require the symlink hack anymore added missing hashes for boost patches | |||||
2018-03-10 | systemd,readme: torsocks config for service | redfish | 1 | -15/+33 | |
2018-03-07 | core: add v7 for 1539500 on mainnet | moneromooo-monero | 1 | -2/+2 | |
2018-02-14 | README.md: bump minimum cmake version to 3.2.0 | iDunk5400 | 1 | -1/+1 | |
2018-01-26 | Update 2018 copyright | xmr-eric | 1 | -1/+1 | |
2018-01-19 | Update readme with correct tag version | Calvin Liang | 1 | -1/+1 | |
2017-12-26 | Added Fedora devel dependencies | Jonny Heggheim | 1 | -19/+19 | |
2017-12-17 | README.md: Improve copy for supporting the project | xmr-eric | 1 | -5/+1 | |
2017-12-15 | Add Guix SD to available distro packages in README.md | vasi | 1 | -0/+4 | |
2017-12-11 | Dockerfile: add option to set build parallelism | MoroccanMalinois | 1 | -0/+4 | |
2017-12-07 | add libsodium as dependency for building in readme | Gingeropolous | 1 | -0/+2 | |
this finally got my debug-static-all to build. Obviously, its me, so this could use some edits or something. | |||||
2017-12-07 | Scheduled mandatory software upgrades | xmr-eric | 1 | -4/+4 | |
2017-12-05 | Keep VRP a proper noun | xmr-eric | 1 | -1/+1 | |
2017-12-04 | Shorten a title, remove a section, small edits | xmr-eric | 1 | -16/+12 | |
2017-12-04 | Capitalization on first word only | xmr-eric | 1 | -17/+17 | |
2017-12-02 | Readme.md: Normalize heading capitalization | xmr-eric | 1 | -3/+3 | |
2017-11-22 | added missing link for OpenBSD build instructions | ston1th | 1 | -0/+3 | |
2017-11-19 | Update README.md with info about release timelines | Gingeropolous | 1 | -0/+4 | |
Added a heading in the readme that describes the release staging schedule and protocol. | |||||
2017-11-18 | Force docker image to use --non-interactive | Bruno Clermont | 1 | -3/+0 | |
2017-11-17 | fix and improve docker image, add doc for docker-compose | Bruno Clermont | 1 | -0/+3 | |
2017-11-14 | make this build on SunOS/Solaris | Pavel Maryanov | 1 | -0/+11 | |
2017-10-27 | Updated OpenBSD build instructions and fixed libressl linking issue | ston1th | 1 | -0/+67 | |
Issue: #2575 Build instructions for OpenBSD 6.2: * boost (built with clang) * cppzmq Fixed a issue, where cmake was not able to find and link against libressl in unbound. restored OpenBSD 5.8 build instructions | |||||
2017-10-19 | always use core_tests for consistency, not coretests | moneromooo-monero | 1 | -1/+1 | |
Other tests use unit_tests, performance_tests, etc. This fixes getting it wrong half the time when typing. | |||||
2017-10-19 | Problem: Copyright notice is very confusing | Gareth | 1 | -2/+2 | |
Solution: add line break to copyright notice and fix grammar. | |||||
2017-10-10 | dns_utils: allow an optional DNS server IP in DNS_PUBLIC | moneromooo-monero | 1 | -1/+1 | |
tcp://a.b.c.d | |||||
2017-10-01 | README: Add package installation instructions for Void Linux | Helmut Pozimski | 1 | -0/+4 | |
2017-09-26 | readme: update Arch/AUR pkg name; post-rebranding | redfish | 1 | -1/+1 | |
2017-09-26 | Include additional instructions for Jessie | Mike C | 1 | -1/+33 | |
Raspbian Jessie users must compile boost themselves. | |||||
2017-09-25 | fix portable binaries build targets | lancillotto | 1 | -5/+5 | |
2017-09-21 | README: Add libzmq to dependencies and update MSYS2 dependencies | iDunk5400 | 1 | -2/+6 | |
2017-09-20 | Update Raspberry Pi build instructions | Mike C | 1 | -19/+9 | |
We don't have to compile boost by ourselves anymore! | |||||
2017-09-20 | README Network Consensus Protocol Upgrade Table | Gingeropolous | 1 | -9/+12 | |
Aligned table for all you terminal knuckleheads and tried to better explain the schedule and what a user needs to do | |||||
2017-09-16 | Readline is now supported directly | Howard Chu | 1 | -8/+1 | |
Remove rlwrap info | |||||
2017-09-11 | Repo: remove in-tree VRP, link to single-policy VRP | anonimal | 1 | -0/+5 | |
2017-09-10 | readme.me again, fixed v2 fork info on table | Gingeropolous | 1 | -1/+1 | |
included increased fee free zone of 60 kb, changed data of v2 | |||||
2017-09-10 | README.md - update info for first fork | Gingeropolous | 1 | -1/+1 | |
Include change in blocktime | |||||
2017-09-10 | README.md - update fork table with fork height | Gingeropolous | 1 | -6/+7 | |
I added a column for fork height and included the september 2016 fork info | |||||
2017-09-08 | README.md: add instructions to fix core pattern | moneromooo-monero | 1 | -1/+3 | |
2017-09-06 | update hardfork table with height and version info | Gingeropolous | 1 | -2/+2 | |
2017-07-24 | README: give credit where credit is due | moneromooo-monero | 1 | -0/+1 | |
2017-07-13 | Readme: add android docker build instruction | MoroccanMalinois | 1 | -0/+9 | |
2017-06-04 | Converting README.i18n to Markdown | Jonathan Cross | 1 | -1/+1 | |
2017-04-28 | Note that this build is community contributed. | Martin Wimpress | 1 | -1/+3 | |
As requested this pull request add a note that this snap is community contributed. It also adds some more explanation of what a snap is. | |||||
2017-04-27 | Update README.md instructions for Boost 1.64 and a little bit of formatting | Nano Akron | 1 | -8/+8 | |
2017-04-27 | Add snap install instructions | Martin Wimpress | 1 | -0/+4 | |
Monero is now published in the Snap store, this pull request add instructions for installing the snap. | |||||
2017-04-25 | Linking i18n internationalization file | Jkat | 1 | -1/+1 | |
2017-04-24 | Docs: add VRP link to README | anonimal | 1 | -0/+4 | |
2017-04-11 | Spelling mistake in About this project paragraph | Andrei Muresan | 1 | -1/+1 | |
I corrected a spelling mistake in the About this project paragraph. | |||||
2017-04-09 | mv "Contributing" above install, compile, etc | Mike C | 1 | -4/+4 | |
The section on contributing to the Monero project is buried deep below lots of other information in the main README. This PR moves that section (which is very small since it links to a different document) up to an easier to locate place just below License information. | |||||
2017-04-09 | Add link to CONTRIBUTING to README.md | Mike C | 1 | -1/+1 | |
2017-03-27 | readme: update min and rec versions and ND date | Gingeropolous | 1 | -1/+1 | |
update min version to 0.10.3 and rec version to 0.10.3.1 and changed the not determined as of date to todays date. | |||||
2017-03-27 | changed version of recommended monero version | Gingeropolous | 1 | -1/+1 | |
... to v0.10.3.1 ... and minimum Monero version to v0.10.3.0 because the hardfork code is only in v0.10.3.x , not v0.10.2.1 | |||||
2017-03-20 | Updated Readme.md for v5 hardfork | xmr-eric | 1 | -2/+3 | |
2017-03-17 | Added hint to adjust jail configuration to readme for FreeBSD | S | 1 | -1/+1 | |
2017-03-08 | Improved wording in hard fork schedule section | Gingeropolous | 1 | -6/+4 | |
changed hard forking to hard fork and fixed data format | |||||
2017-03-06 | Update README.md | Gingeropolous | 1 | -1/+1 | |
There we go. Problem solved. | |||||
2017-03-06 | update Readme.md | Gingeropolous | 1 | -1/+1 | |
I think this does what was wanted... we still want a minimum version, right? | |||||
2017-03-04 | updated reccommended Monero version in Readme | Gingeropolous | 1 | -2/+2 | |
2017-02-24 | README: libevent is replaced by minievent | Mine Coins | 1 | -1/+0 | |
2017-02-22 | README: add DragonFly BSD to build status + update FreeBSD version | anonimal | 1 | -1/+2 | |
2017-02-21 | update copyright year, fix occasional lack of newline at line end | Riccardo Spagni | 1 | -1/+1 | |
2017-02-21 | add openssl to readme | Riccardo Spagni | 1 | -0/+1 | |
2017-02-21 | BerkeleyDB code isn't usable any more, drop from dependencies | Howard Chu | 1 | -1/+0 | |
2017-02-14 | README: add/update AUR packaging information | anonimal | 1 | -1/+3 | |
2017-01-23 | Added instructions for getting stack traces with gdb | NanoAkron | 1 | -0/+44 | |
2016-12-17 | README: add note about the donate command | anonimal | 1 | -0/+2 | |
References #1447 | |||||
2016-12-14 | Update info on libzlma and BerkeleyDB in README.md | NanoAkron | 1 | -10/+11 | |
2016-12-14 | Spelling error | Bitcoin Error Log | 1 | -1/+1 | |
"compatibility" spelled incorrectly | |||||
2016-12-11 | modded minimum and recommended monero versions | Gingeropolous | 1 | -2/+2 | |
modified all min and rec versions to v0.10.1 for v4 and v5 forks | |||||
2016-11-21 | Fix formatting of RPi2 build instructions | NanoAkron | 1 | -17/+17 | |
2016-11-21 | Instructions for debugging LMDB crashes taken from #1360 | NanoAkron | 1 | -0/+17 | |
2016-11-11 | added cmd to compile gtest | Gingeropolous | 1 | -1/+1 | |
2016-11-06 | README: update coverity project number | anonimal | 1 | -1/+1 | |
2016-11-06 | README: update armv8 link, add more coverage types | anonimal | 1 | -3/+7 | |
- Fixes armv8 build link - Adds coverage matrix, coverity and license badges | |||||
2016-11-05 | README: update build matrix (distro and ordering) | anonimal | 1 | -3/+3 | |
2016-10-31 | README: add Freenode custom webchat link | anonimal | 1 | -1/+1 | |
Replaces irc:// link which is not always rendered | |||||
2016-10-31 | README: add build matrix like that in Kovri | anonimal | 1 | -2/+19 | |
2016-10-31 | README/Repo: remove Travis CI | anonimal | 1 | -1/+0 | |
We use Buildbot now: https://build.getmonero.org/ | |||||
2016-10-28 | Add instructions to README.md for building on the Raspberry Pi 2 | NanoAkron | 1 | -1/+49 | |
2016-10-27 | Changed ARM6/7/8 to ARMv6/7/8 to be nice to peronero | NanoAkron | 1 | -3/+3 | |
2016-10-17 | CONTRIBUTING: somes notes about how to contribute | moneromooo-monero | 1 | -0/+4 | |
2016-10-10 | Hard fork info in the Readme | Gingeropolous | 1 | -0/+14 | |
With dashes in the dates and the markdown code aligned to make cows happy. :) | |||||
2016-10-03 | Update README.md | lethos3 | 1 | -1/+1 | |
mnemonic wallets have 25 words. | |||||
2016-09-26 | removed deprecated update-core | Adriaan Joubert | 1 | -5/+1 | |
Functionality handled by pacman | |||||
2016-09-18 | README: make TORSOCKS_ALLOW_INBOUND optional | moneromooo-monero | 1 | -2/+6 | |
2016-09-18 | README: mention --max-concurrency 1 for Mac | moneromooo-monero | 1 | -0/+3 | |
2016-09-18 | readme: deps: fix libunwind Debian/Ubuntu package name | redfish | 1 | -1/+1 | |
2016-09-17 | README: mention rlwrap pitfall when inputting seed and private keys | moneromooo-monero | 1 | -0/+3 | |
2016-09-14 | Fix homebrew formula for OS X | Mike C | 1 | -1/+1 | |
bitmonero --> monero | |||||
2016-09-05 | Update README.md | jw | 1 | -1/+1 | |
2016-09-05 | Update README.md | jw | 1 | -1/+1 | |
2016-09-05 | Update MSYS2 build instructions. | jw | 1 | -5/+12 | |
Describe process for building on Windows using current version of MSYS2. | |||||
2016-09-03 | readme: make section on docs more concise | redfish | 1 | -17/+5 | |
2016-09-03 | readme fixes, small Docker fix | Riccardo Spagni | 1 | -20/+20 | |
2016-09-01 | readme: organize deps into table | redfish | 1 | -15/+28 | |
2016-09-01 | Added basic docker file | eiabea | 1 | -2/+12 | |
finalized dockerfile | |||||
2016-08-30 | tests: cmake: fix building with system gtest | redfish | 1 | -1/+1 | |
Issues #980 #983 | |||||
2016-08-30 | Add ARMv8 Handling to CMakeLists.txt - version 2 | NanoAkron | 1 | -1/+2 | |
Adds 64-bit ARMv8 handling to CMakeLists.txt and implements GCC flags for two errata on the Cortex-A53 present on every chip in revision 0: https://developer.arm.com/docs/epm048406/latest/arm-processor-cortex-a53-mpcore-product-revision-r0-software-developers-errata-notice 835769 affects 64-bit multiply accumulate 843419 affects internal page addressing Rewritten to build on @radfish's changes Updated to address @radfish's points | |||||
2016-08-28 | minor README changes, also I wanted to grab PR #1000 | Riccardo Spagni | 1 | -3/+3 | |
2016-08-28 | readme: editted install/build instructions for clarity | redfish | 1 | -80/+91 | |
* some re-org of sections to make things more concise * dedicated section for installing from packages vs building from source * for Windows, instruct to run the top-level makefile targets, because I don't see any reason not to -- advanced users will look into the makefile and find the cmake command there if they need to. * for Windows, instruct to install *-toolchain meta package which includes expat * added some context info here and there to aid -- I tried to clarify things that confused me, e.g. Windows build is cross-compilation to be precise; motivation for targets that are meant for generating portable binaries as opposed to binaries optimized to host CPU. | |||||
2016-08-26 | contrib: example systemd service and config file | redfish | 1 | -4/+11 | |
Including in light of #977 | |||||
2016-08-26 | Update badge to point to monero's coveralls | Jacob Torrey | 1 | -1/+1 | |
2016-08-26 | Prep for coveralls | Jacob Torrey | 1 | -0/+1 | |
Signed-off-by: Jacob Torrey <torreyj@ainfosec.com> | |||||
2016-08-25 | README.md: Boost version updated for windows | tobiasw2 | 1 | -1/+1 | |
2016-08-24 | added Symas as a sponsor | Riccardo Spagni | 1 | -0/+1 | |
2016-08-23 | Docs: re-introduce Boost 1.58 min req from 2a2b655 | anonimal | 1 | -1/+1 | |
2016-08-22 | README formatting | Jacob Torrey | 1 | -4/+4 | |
Very slight changes to make the markdown slightly more readable and easy to copy/paste from. | |||||
2016-08-21 | readme: format Windows deps as a list | redfish | 1 | -1/+8 | |
2016-08-21 | readme: formatting for rlwrap command snippet | redfish | 1 | -2/+6 | |
2016-08-20 | readme: add deps for documentation | redfish | 1 | -1/+6 | |
2016-08-20 | readme: add deps: miniupnpc and libunwind | redfish | 1 | -0/+2 | |
miniupnpc is included in source repo, but list it anyway, eventually that fork will hopefully go away from this repo. | |||||
2016-08-20 | readme: add pkg-config dep | redfish | 1 | -0/+1 | |
2016-08-20 | readme: decrease size of sponsor logos | redfish | 1 | -1/+6 | |
2016-08-20 | readme: format dependencies into a list #951 | redfish | 1 | -2/+15 | |
2016-08-20 | readme: clarify conf syntax re leading dashes | redfish | 1 | -1/+1 | |
2016-08-16 | Build: make boost 1.58 minimum requirement. Fixes #956 | anonimal | 1 | -2/+2 | |
2016-07-20 | Docs: fix 'Development Resources' formatting in README. | anonimal | 1 | -5/+5 | |
2016-07-20 | change travis badge | Riccardo Spagni | 1 | -1/+1 | |
2016-07-13 | Docs: update 'Development Resources' in README. | anonimal | 1 | -5/+4 | |
* Branch development was recently removed. All PR's now go directly to master. * Also, removed EOL whitespace | |||||
2016-07-13 | Travis-CI: add build-status badge to README.md | anonimal | 1 | -0/+2 | |
* Currently points to anonimal/bitmonero. This should be changed to monero-project/bitmonero once the project signs-up for Travis-CI. | |||||
2016-07-03 | updated README to reflect Windows changes | Riccardo Spagni | 1 | -2/+1 | |
2016-06-21 | readme: move license to separate file for packaging | redfish | 1 | -15/+1 | |
2016-05-28 | readme: notes on config file and fg/bg run mode | redfish | 1 | -0/+18 | |
2016-05-11 | Update README with TAILS instructions | dEBRUYNE-1 | 1 | -1/+9 | |
2016-03-29 | README: mention TORSOCKS_ALLOW_INBOUND for wallet connections | moneromooo-monero | 1 | -2/+2 | |
2016-03-11 | update donation addresses | Riccardo Spagni | 1 | -2/+2 | |
2016-01-24 | My markdown-fu sucks :P | me0wmix | 1 | -1/+1 | |
2016-01-24 | Instructions updated to include g++ package and omit optional packages | me0wmix | 1 | -3/+5 | |
2016-01-22 | Last fixups in the Cmake stuff and better default build instruction | me0wmix | 1 | -3/+1 | |
2016-01-21 | More formatting fixes to instructions | me0wmix | 1 | -1/+3 | |
2016-01-21 | Corrected formatting on OpenBSD instructions | me0wmix | 1 | -2/+5 | |
2016-01-21 | Added/corrected OpenBSD build instructions. | me0wmix | 1 | -0/+10 | |
2016-01-01 | updated readme, note CMake minimum version increase | Riccardo Spagni | 1 | -2/+6 | |
2015-12-31 | updated copyright year | Riccardo Spagni | 1 | -2/+2 | |
2015-12-22 | README.md: mention --no-igd in the Tor paragraph | moneromooo-monero | 1 | -2/+2 | |
2015-12-19 | README.md: mention rlwrap usage | moneromooo-monero | 1 | -0/+5 | |
2015-12-19 | README.md: fix Tor paragraph to use warptangent's TCP DNS changes | moneromooo-monero | 1 | -2/+3 | |
2015-12-14 | README.md: add a bit of info about using bitmonerod with Tor | moneromooo-monero | 1 | -0/+5 | |
2015-07-14 | Translatable strings for simplewallet | moneromooo-monero | 1 | -0/+5 | |
The system is mostly the Qt system, but we don't use Qt to avoid the dependencies. See README.i18n for details. | |||||
2015-07-09 | fix incorrect arch in readme | Riccardo Spagni | 1 | -1/+1 | |
2015-05-31 | readme updates: added sponsors, fixed build instructions | Riccardo Spagni | 1 | -8/+21 | |
2015-05-30 | README: minor wording changes | moneromooo-monero | 1 | -4/+4 | |
2015-04-11 | Don't recommend --HEAD for brew users | Sammy Libre | 1 | -1/+1 | |
2015-03-01 | markdown formatting fix | Riccardo Spagni | 1 | -1/+1 | |