aboutsummaryrefslogtreecommitdiff
path: root/README.md (follow)
AgeCommit message (Collapse)AuthorFilesLines
2019-03-21Merge pull request #5072Riccardo Spagni1-0/+2
5c79abe5 update readme to include blurb on decentralization (Gingeropolous)
2019-03-17Merge pull request #5181Riccardo Spagni1-5/+5
8681f8ef OS X -> macOS (Jesse Jackson)
2019-03-05fix merge errors, update recommended version to 0.14.0.2Riccardo Spagni1-4/+4
2019-03-05update checkpoints, update README for 0.14.1 releaseRiccardo Spagni1-7/+7
2019-03-05update readme via cherry-pickRiccardo Spagni1-3/+4
2019-03-04Merge pull request #5129Riccardo Spagni1-0/+6
08f60f8e readme: add new workflow for translations (Pootle) (erciccione)
2019-03-04Merge pull request #5105Riccardo Spagni1-5/+8
59a7b9aa README.md - add few FreeBSD instructions, fix v13.0 release tag (monerorus)
2019-02-21OS X -> macOSJesse Jackson1-5/+5
2019-02-07readme: add new workflow for translations (Pootle)erciccione1-0/+6
2019-01-29README.md - add few FreeBSD instructions, fix v13.0 release tagmonerorus1-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-28Adding initial support for broadcasting transactions over TorLee Clagett1-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-28Merge pull request #5058Riccardo Spagni1-3/+18
99b3bc5b README.md: updated build instructions for OpenBSD 6.4 (ston1th)
2019-01-16Merge pull request #5043Riccardo Spagni1-2/+2
3dd89bdd Changed Windows build commands. (Aniket Pradhan)
2019-01-13update readme to include blurb on decentralizationGingeropolous1-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-09README.md: updated build instructions for OpenBSD 6.4ston1th1-3/+18
2019-01-04Changed Windows build commands.Aniket Pradhan1-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-02remove trailing whitespace in README.mdDavid Meister1-15/+15
2018-12-31Merge pull request #4929luigi11111-0/+2
5a76933 Add glibc back compat code (TheCharlatan)
2018-12-04Merge pull request #4838Riccardo Spagni1-2/+2
8dde0d48 readme 0.13.0.4 in the table (Gingeropolous)
2018-12-04Add glibc back compat codeTheCharlatan1-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-14Merge pull request #4756Riccardo Spagni1-2/+2
aa40047e README.md: increase swap size on Raspberry Pi (Neofito89)
2018-11-11readme 0.13.0.4 in the tableGingeropolous1-2/+2
its the one thing I do. I change the table.
2018-11-06Merge pull request #4722Riccardo Spagni1-0/+9
8a512b1d Minor wording changes; added research repository links (Sarang Noether) e9fc9ff2 Added research information to main readme (Sarang Noether)
2018-10-29README.md: increase swap size on Raspberry PiNeofito891-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-26Merge pull request #4607Riccardo Spagni1-12/+9
e623f2b2 Add building with depends to the Makefile (TheCharlatan)
2018-10-26Merge pull request #4597Riccardo Spagni1-2/+4
9ea50781 README: add libnorm to the dependency list (moneromooo-monero)
2018-10-26Merge pull request #4585Riccardo Spagni1-1/+1
5dff61d4 readme: update OSX build badges (xiphon)
2018-10-26Merge pull request #4553Riccardo Spagni1-0/+2
d46c765d README: mention max_usb_current setting on Raspberry Pi (moneromooo-monero)
2018-10-24Minor wording changes; added research repository linksSarang Noether1-3/+3
2018-10-24Added research information to main readmeSarang Noether1-0/+9
2018-10-22Merge pull request #4699Riccardo Spagni1-3/+3
9da67502 update readme for 0.13.0.4 (Riccardo Spagni)
2018-10-22update readme for 0.13.0.4Riccardo Spagni1-3/+3
2018-10-16Add building with depends to the MakefileTheCharlatan1-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-15README: add libnorm to the dependency listmoneromooo-monero1-2/+4
2018-10-15Merge pull request #4494Riccardo Spagni1-17/+20
0a9bd1b3 Move cross compiling steps into proper heading (K3v1n Kur14k053)
2018-10-14readme: update OSX build badgesxiphon1-1/+1
2018-10-10README: mention max_usb_current setting on Raspberry Pimoneromooo-monero1-0/+2
2018-10-09Merge pull request #4517Riccardo Spagni1-2/+4
02c2b43a Utils: Add Dockerfile for android 64-bit build (Gregory Lemercier)
2018-10-09Utils: Add Dockerfile for android 64-bit buildGregory Lemercier1-2/+4
2018-10-08Remove last traces of libpcsc-litemoneromooo-monero1-2/+1
2018-10-07README: update MSYS2 dependencies for LedgerLafudoci1-2/+2
2018-10-03Move cross compiling steps into proper headingK3v1n Kur14k0531-17/+20
As per #3430
2018-09-29Merge pull request #4434Riccardo Spagni1-2/+12
89288863 README: mention ASAN usage alongside valgrind (moneromooo-monero)
2018-09-22update readme with v13.0Riccardo Spagni1-4/+4
2018-09-22README: remove overlooked conflictmoneromooo-monero1-46/+0
2018-09-21Merge pull request #4401Riccardo Spagni1-3/+49
66901901 README: harmonize command formatting inside README.md (Andrea) 8cd98408 disable AES on s390x architecture (Tuan M. Hoang) 4ed30bab wallet: implement coin splitting for sweep_* 'outputs' option (whythat) 24f52396 wallet: add 'outputs' option for sweep_* commands (whythat) 52e19d69 README: Compile boost with cxxflags=-fPIC cflags=-fPIC (Italocoin Project) 0c77523d README: fill in libsodium package name for Arch (phloatingman)
2018-09-21Merge pull request #4382Riccardo Spagni1-1/+3
ff72200d update readme fork table (Gingeropolous)
2018-09-18Merge pull request #4349Riccardo Spagni1-1/+1
7418aa60 README: bump cmake requirement to 3.5, as required by miniupnpc (moneromooo-monero)
2018-09-18README: harmonize command formatting inside README.mdAndrea1-1/+47
rebased by moneromooo
2018-09-18README: Compile boost with cxxflags=-fPIC cflags=-fPICItalocoin Project1-1/+1
Rebased and squashed by moneromooo
2018-09-18README: fill in libsodium package name for Archphloatingman1-1/+1
Rebased by moneromooo, with a sensible commit message
2018-09-14update readme fork tableGingeropolous1-1/+3
with consensus rules and block heights
2018-09-10Update readmes to reflect the usage of dependsTheCharlatan1-1/+17
Explain the role of the SDK in the darwin build. Add instructions to compile depends to the basic readme.
2018-09-09README: bump cmake requirement to 3.5, as required by miniupnpcmoneromooo-monero1-1/+1
2018-09-04Merge pull request #4294luigi11111-2/+2
620105e Translations: handle cross compiling (MoroccanMalinois) fa814af Build: Fix target release-static-android (MoroccanMalinois) 339a23a Docker: Fix android build (MorrocanMalinois)
2018-08-23add and use constant time 32 byte equality functionmoneromooo-monero1-1/+1
2018-08-22Merge pull request #4243luigi11111-1/+2
95766fe README: add dependency on libpgm-dev (stoffu)
2018-08-22Docker: Fix android buildMoroccanMalinois1-2/+2
2018-08-12README: add dependency on libpgm-devstoffu1-1/+2
2018-08-02update README to change all 0.12.2 to 0.12.3Gingeropolous1-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-27Merge pull request #4098luigi11111-4/+3
96f8c62 README: remove mentions of external miniupnpc dependency (moneromooo-monero)
2018-07-19Merge pull request #4045luigi11111-9/+9
7cdd147 Changed URLs to HTTPS (einsteinsfool)
2018-07-04README: remove mentions of external miniupnpc dependencymoneromooo-monero1-4/+3
2018-07-03docker: update to new versions of dependenciesHomDx1-0/+3
2018-06-25Merge pull request #3964luigi11111-0/+3
9ddb07f update readme to include debian one liner for deps (Gingeropolous)
2018-06-25Merge pull request #3963luigi11111-0/+1
f61fe2e Update readme to include pcslite dependency (Gingeropolous)
2018-06-23Changed URLs to HTTPSeinsteinsfool1-9/+9
2018-06-20Merge pull request #3933luigi11111-2/+13
2861289 readme - explain building master vs. release (Gingeropolous)
2018-06-20Merge pull request #3932luigi11111-0/+2
8962f00 simplewallet: add optional trusted/untrusted argument to set_daemon (moneromooo-monero) 941a608 util: consider Tor/I2P addresses to be non local (moneromooo-monero) 2b3357e README: mention --untrusted-daemon (moneromooo-monero)
2018-06-20Merge pull request #3927luigi11111-1/+1
5f00df3 Update Readme to indicate recommended version (Gingeropolous)
2018-06-20Merge pull request #3880luigi11111-0/+14
91663fc adding win building details. (k1nghat)
2018-06-16add disclaimer about 3rd party packagesJethro Grassie1-43/+40
Demoted the 3rd party maintained package installs to after compiling from repository source and removed the broken Homebrew package instructions.
2018-06-08update readme to include debian one liner for depsGingeropolous1-0/+3
update readme to include debian one liner for deps , because who wants to select all of those individually
2018-06-08Update readme to include pcslite dependencyGingeropolous1-0/+1
Update readme to include pcslite dependency
2018-06-05README: mention --untrusted-daemonmoneromooo-monero1-0/+2
when connecting the wallet to a daemon on a tor hidden service
2018-06-05readme - explain building master vs. releaseGingeropolous1-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-04Update Readme to indicate recommended versionGingeropolous1-1/+1
... is v0.12.2.0
2018-05-31Incorporate Window debug build targetsphilkode1-0/+10
2018-05-29adding win building details.k1nghat1-0/+14
cloning and extra build details included.
2018-05-06Update readme to include link to announcement listGingeropolous1-0/+4
Added link to readme for https://lists.getmonero.org
2018-04-29README.md: mention building deps with -fPIC for static buildsmoneromooo-monero1-0/+2
2018-04-12Merge pull request #3466Riccardo Spagni1-1/+1
1d79c14d Revert bb19386b (Howard Chu) 522be96f Fix generating version.cpp (Howard Chu)
2018-04-12Merge pull request #3464Riccardo Spagni1-3/+4
e520cc06 change wording in hard fork description section (Gingeropolous)
2018-03-21Revert bb19386bHoward Chu1-1/+1
The requirement for CMake 3.2.0 was introduced erroneously in commit e29282d2081709e126b1fb67f49e9d4a666794da and is no longer present
2018-03-21change wording in hard fork description sectionGingeropolous1-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-18README: add instructions for cloning / submodulesanonimal1-0/+10
2018-03-18Move v7 fork to 1546000 to give more update timemoneromooo-monero1-1/+1
2018-03-14Merge pull request #3378Riccardo Spagni1-15/+20
0014a7cc README.md: Updated OpenBSD build instructions (ston1th)
2018-03-14Merge pull request #3381Riccardo Spagni1-15/+33
fcb180f5 systemd,readme: torsocks config for service (redfish)
2018-03-12README.md: Updated OpenBSD build instructionsston1th1-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-10systemd,readme: torsocks config for serviceredfish1-15/+33
2018-03-07core: add v7 for 1539500 on mainnetmoneromooo-monero1-2/+2
2018-02-20Merge pull request #3266Riccardo Spagni1-1/+1
bb19386b README.md: bump minimum cmake version to 3.2.0 (iDunk5400)
2018-02-16Merge pull request #3160Riccardo Spagni1-1/+1
a3c5a73c Update readme with correct tag version (Calvin Liang)
2018-02-14README.md: bump minimum cmake version to 3.2.0iDunk54001-1/+1
2018-01-26Update 2018 copyrightxmr-eric1-1/+1
2018-01-25Merge pull request #3009Riccardo Spagni1-19/+19
78835645 Added Fedora devel dependencies (Jonny Heggheim)
2018-01-19Update readme with correct tag versionCalvin Liang1-1/+1
2017-12-28Merge pull request #2947Riccardo Spagni1-5/+1
e12ee76a README.md: Improve copy for supporting the project (xmr-eric)
2017-12-26Added Fedora devel dependenciesJonny Heggheim1-19/+19
2017-12-25Merge pull request #2924Riccardo Spagni1-0/+4
67fe4b1b Add Guix SD to available distro packages in README.md (vasi)
2017-12-25Merge pull request #2910Riccardo Spagni1-0/+4
37f9c6e6 Dockerfile: add option to set build parallelism (MoroccanMalinois)
2017-12-25Merge pull request #2897Riccardo Spagni1-0/+2
463d385c add libsodium as dependency for building in readme (Gingeropolous)
2017-12-17README.md: Improve copy for supporting the projectxmr-eric1-5/+1
2017-12-15Add Guix SD to available distro packages in README.mdvasi1-0/+4
2017-12-11Dockerfile: add option to set build parallelismMoroccanMalinois1-0/+4
2017-12-07add libsodium as dependency for building in readmeGingeropolous1-0/+2
this finally got my debug-static-all to build. Obviously, its me, so this could use some edits or something.
2017-12-07Scheduled mandatory software upgradesxmr-eric1-4/+4
2017-12-05Keep VRP a proper nounxmr-eric1-1/+1
2017-12-04Shorten a title, remove a section, small editsxmr-eric1-16/+12
2017-12-04Capitalization on first word onlyxmr-eric1-17/+17
2017-12-02Readme.md: Normalize heading capitalizationxmr-eric1-3/+3
2017-12-02Merge pull request #2843Riccardo Spagni1-0/+4
26ce640f Update README.md with info about release timelines (Gingeropolous)
2017-11-22added missing link for OpenBSD build instructionsston1th1-0/+3
2017-11-19Update README.md with info about release timelinesGingeropolous1-0/+4
Added a heading in the readme that describes the release staging schedule and protocol.
2017-11-14make this build on SunOS/SolarisPavel Maryanov1-0/+11
2017-11-14Merge pull request #2730Riccardo Spagni1-0/+67
ba1b89fb Updated OpenBSD build instructions and fixed libressl linking issue (ston1th)
2017-11-14Merge pull request #2686Riccardo Spagni1-1/+1
21b9f6f3 always use core_tests for consistency, not coretests (moneromooo-monero)
2017-10-27Updated OpenBSD build instructions and fixed libressl linking issueston1th1-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-19always use core_tests for consistency, not coretestsmoneromooo-monero1-1/+1
Other tests use unit_tests, performance_tests, etc. This fixes getting it wrong half the time when typing.
2017-10-19Problem: Copyright notice is very confusingGareth1-2/+2
Solution: add line break to copyright notice and fix grammar.
2017-10-15Merge pull request #2556Riccardo Spagni1-0/+4
acc186eb README: Add package installation instructions for Void Linux (Helmut Pozimski)
2017-10-15Merge pull request #2555Riccardo Spagni1-1/+1
a4b4651c dns_utils: allow an optional DNS server IP in DNS_PUBLIC (moneromooo-monero)
2017-10-15Merge pull request #2538Riccardo Spagni1-1/+1
efb95f96 readme: update Arch/AUR pkg name; post-rebranding (redfish)
2017-10-10dns_utils: allow an optional DNS server IP in DNS_PUBLICmoneromooo-monero1-1/+1
tcp://a.b.c.d
2017-10-06Merge pull request #2524Riccardo Spagni1-5/+5
38f2ccbe fix portable binaries build targets (lancillotto)
2017-10-02Merge pull request #2502Riccardo Spagni1-17/+39
e914153f Include additional instructions for Jessie (Mike C) 7cdb3431 Update Raspberry Pi build instructions (Mike C)
2017-10-01README: Add package installation instructions for Void LinuxHelmut Pozimski1-0/+4
2017-09-26readme: update Arch/AUR pkg name; post-rebrandingredfish1-1/+1
2017-09-26Include additional instructions for JessieMike C1-1/+33
Raspbian Jessie users must compile boost themselves.
2017-09-25fix portable binaries build targetslancillotto1-5/+5
2017-09-25Merge pull request #2500Riccardo Spagni1-9/+12
022888fd README Network Consensus Protocol Upgrade Table (Gingeropolous)
2017-09-25Merge pull request #2498Riccardo Spagni1-2/+6
527472d0 README: Add libzmq to dependencies and update MSYS2 dependencies (iDunk5400)
2017-09-25Merge pull request #2454Riccardo Spagni1-8/+1
5112b28d Readline is now supported directly (Howard Chu)
2017-09-25Merge pull request #2435Riccardo Spagni1-0/+5
74a465c8 Repo: remove in-tree VRP, link to single-policy VRP (anonimal)
2017-09-21README: Add libzmq to dependencies and update MSYS2 dependenciesiDunk54001-2/+6
2017-09-20Update Raspberry Pi build instructionsMike C1-19/+9
We don't have to compile boost by ourselves anymore!
2017-09-20README Network Consensus Protocol Upgrade TableGingeropolous1-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-20Merge pull request #2405Riccardo Spagni1-6/+7
9cad4981 readme.me again, fixed v2 fork info on table (Gingeropolous) 8f68291d README.md - update info for first fork (Gingeropolous) 43813327 README.md - update fork table with fork height (Gingeropolous) 0e7e307c update hardfork table with height and version info (Gingeropolous)
2017-09-16Readline is now supported directlyHoward Chu1-8/+1
Remove rlwrap info
2017-09-11Repo: remove in-tree VRP, link to single-policy VRPanonimal1-0/+5
2017-09-10readme.me again, fixed v2 fork info on tableGingeropolous1-1/+1
included increased fee free zone of 60 kb, changed data of v2
2017-09-10README.md - update info for first forkGingeropolous1-1/+1
Include change in blocktime
2017-09-10README.md - update fork table with fork height Gingeropolous1-6/+7
I added a column for fork height and included the september 2016 fork info
2017-09-08README.md: add instructions to fix core patternmoneromooo-monero1-1/+3
2017-09-06update hardfork table with height and version infoGingeropolous1-2/+2
2017-08-07Merge pull request #2194Riccardo Spagni1-0/+1
380009e5 README: give credit where credit is due (moneromooo-monero)
2017-07-24README: give credit where credit is duemoneromooo-monero1-0/+1
2017-07-13Readme: add android docker build instructionMoroccanMalinois1-0/+9
2017-06-04Converting README.i18n to MarkdownJonathan Cross1-1/+1
2017-05-05Merge pull request #2009Riccardo Spagni1-8/+8
777684e0 Update README.md instructions for Boost 1.64 and a little bit of formatting (Nano Akron)
2017-05-05Merge pull request #2008Riccardo Spagni1-0/+6
6f12b525 Note that this build is community contributed. (Martin Wimpress) 1ff5b5f1 Add snap install instructions (Martin Wimpress)
2017-05-05Merge pull request #2004Riccardo Spagni1-1/+1
5f9353bd Linking i18n internationalization file (Jkat)
2017-04-28Note that this build is community contributed.Martin Wimpress1-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-27Update README.md instructions for Boost 1.64 and a little bit of formattingNano Akron1-8/+8
2017-04-27Add snap install instructionsMartin Wimpress1-0/+4
Monero is now published in the Snap store, this pull request add instructions for installing the snap.
2017-04-25Linking i18n internationalization fileJkat1-1/+1
2017-04-24Docs: add VRP link to READMEanonimal1-0/+4
2017-04-24Merge pull request #1965Riccardo Spagni1-1/+1
35755a91 Spelling mistake in About this project paragraph (Andrei Muresan)
2017-04-24Merge pull request #1962Riccardo Spagni1-4/+4
aa02ff7f mv "Contributing" above install, compile, etc (Mike C) a55bb375 Add link to CONTRIBUTING to README.md (Mike C) 09bbf96d Grouping CONTRIBUTING into digestable sections (Mike C) dc35c736 Rename CONTRIBUTING to CONTRIBUTING.md (Mike C)
2017-04-11Spelling mistake in About this project paragraphAndrei Muresan1-1/+1
I corrected a spelling mistake in the About this project paragraph.
2017-04-09mv "Contributing" above install, compile, etcMike C1-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-09Add link to CONTRIBUTING to README.mdMike C1-1/+1
2017-03-27readme: update min and rec versions and ND dateGingeropolous1-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-27changed version of recommended monero versionGingeropolous1-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-20Updated Readme.md for v5 hardforkxmr-eric1-2/+3
2017-03-17Added hint to adjust jail configuration to readme for FreeBSDS1-1/+1
2017-03-08Improved wording in hard fork schedule sectionGingeropolous1-6/+4
changed hard forking to hard fork and fixed data format
2017-03-06Update README.mdGingeropolous1-1/+1
There we go. Problem solved.
2017-03-06update Readme.mdGingeropolous1-1/+1
I think this does what was wanted... we still want a minimum version, right?
2017-03-04updated reccommended Monero version in ReadmeGingeropolous1-2/+2
2017-02-24README: libevent is replaced by minieventMine Coins1-1/+0
2017-02-22Merge pull request #1766Riccardo Spagni1-1/+1
72deb484 updated fallback nodes (Riccardo Spagni) 33329f5b update version to 0.10.2 (Riccardo Spagni) 04a50a7e update checkpoints.dat (Riccardo Spagni) c3599fa7 update copyright year, fix occasional lack of newline at line end (Riccardo Spagni)
2017-02-22README: add DragonFly BSD to build status + update FreeBSD versionanonimal1-1/+2
2017-02-21update copyright year, fix occasional lack of newline at line endRiccardo Spagni1-1/+1
2017-02-21Merge pull request #1760Riccardo Spagni1-0/+1
efdd783c add openssl to readme (Riccardo Spagni) 058eed36 cmakify openssl (Riccardo Spagni)
2017-02-21add openssl to readmeRiccardo Spagni1-0/+1
2017-02-21BerkeleyDB code isn't usable any more, drop from dependenciesHoward Chu1-1/+0
2017-02-14README: add/update AUR packaging informationanonimal1-1/+3
2017-01-23Added instructions for getting stack traces with gdbNanoAkron1-0/+44
2016-12-17README: add note about the donate commandanonimal1-0/+2
References #1447
2016-12-15Merge pull request #1454Riccardo Spagni1-10/+11
515a2d9f Update info on libzlma and BerkeleyDB in README.md (NanoAkron)
2016-12-14Update info on libzlma and BerkeleyDB in README.mdNanoAkron1-10/+11
2016-12-14Spelling errorBitcoin Error Log1-1/+1
"compatibility" spelled incorrectly
2016-12-11modded minimum and recommended monero versionsGingeropolous1-2/+2
modified all min and rec versions to v0.10.1 for v4 and v5 forks
2016-12-04Merge pull request #1365Riccardo Spagni1-17/+17
1df0fc71 Fix formatting of RPi2 build instructions (NanoAkron)
2016-11-21Fix formatting of RPi2 build instructionsNanoAkron1-17/+17
2016-11-21Instructions for debugging LMDB crashes taken from #1360NanoAkron1-0/+17
2016-11-11added cmd to compile gtestGingeropolous1-1/+1
2016-11-06README: update coverity project numberanonimal1-1/+1
2016-11-06README: update armv8 link, add more coverage typesanonimal1-3/+7
- Fixes armv8 build link - Adds coverage matrix, coverity and license badges
2016-11-05README: update build matrix (distro and ordering)anonimal1-3/+3
2016-10-31README: add Freenode custom webchat linkanonimal1-1/+1
Replaces irc:// link which is not always rendered
2016-10-31README: add build matrix like that in Kovrianonimal1-2/+19
2016-10-31README/Repo: remove Travis CIanonimal1-1/+0
We use Buildbot now: https://build.getmonero.org/
2016-10-29Merge pull request #1269Riccardo Spagni1-1/+49
145d0b7 Add instructions to README.md for building on the Raspberry Pi 2 (NanoAkron)
2016-10-28Add instructions to README.md for building on the Raspberry Pi 2NanoAkron1-1/+49
2016-10-27Changed ARM6/7/8 to ARMv6/7/8 to be nice to peroneroNanoAkron1-3/+3
2016-10-17CONTRIBUTING: somes notes about how to contributemoneromooo-monero1-0/+4
2016-10-10Hard fork info in the ReadmeGingeropolous1-0/+14
With dashes in the dates and the markdown code aligned to make cows happy. :)