Riccardo Spagni
09b3b061bc
Merge pull request #5181
...
8681f8ef
OS X -> macOS (Jesse Jackson)
2019-03-17 17:54:27 +02:00
Riccardo Spagni
082149c580
fix merge errors, update recommended version to 0.14.0.2
2019-03-05 13:46:35 +02:00
Riccardo Spagni
e518f2b1c0
update checkpoints, update README for 0.14.1 release
2019-03-05 13:05:41 +02:00
Riccardo Spagni
8780d6b43d
update readme via cherry-pick
2019-03-05 13:00:39 +02:00
Riccardo Spagni
9753daf595
Merge pull request #5129
...
08f60f8e
readme: add new workflow for translations (Pootle) (erciccione)
2019-03-04 21:27:36 +02:00
Riccardo Spagni
36344e8e04
Merge pull request #5105
...
59a7b9aa
README.md - add few FreeBSD instructions, fix v13.0 release tag (monerorus)
2019-03-04 21:23:34 +02:00
Jesse Jackson
8681f8ef68
OS X -> macOS
2019-02-21 17:14:32 -06:00
erciccione
08f60f8e77
readme: add new workflow for translations (Pootle)
2019-02-07 16:09:19 +01:00
monerorus
59a7b9aa91
README.md - add few FreeBSD instructions, fix v13.0 release tag
...
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-29 13:19:48 +00:00
Lee Clagett
973403bc9f
Adding initial support for broadcasting transactions over Tor
...
- 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-28 23:56:33 +00:00
Riccardo Spagni
a2b5f658de
Merge pull request #5058
...
99b3bc5b
README.md: updated build instructions for OpenBSD 6.4 (ston1th)
2019-01-28 21:28:06 +02:00
Riccardo Spagni
961bb1bd28
Merge pull request #5043
...
3dd89bdd
Changed Windows build commands. (Aniket Pradhan)
2019-01-16 21:45:46 +02:00
ston1th
99b3bc5b42
README.md: updated build instructions for OpenBSD 6.4
2019-01-09 20:38:33 +01:00
Aniket Pradhan
3dd89bdd19
Changed Windows build commands.
...
`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-04 22:17:07 +05:30
David Meister
d6dde478de
remove trailing whitespace in README.md
2019-01-02 12:25:18 +11:00
luigi1111
3adac4ee2b
Merge pull request #4929
...
5a76933
Add glibc back compat code (TheCharlatan)
2018-12-31 15:31:01 -06:00
Riccardo Spagni
d64e662146
Merge pull request #4838
...
8dde0d48
readme 0.13.0.4 in the table (Gingeropolous)
2018-12-04 17:05:26 +02:00
TheCharlatan
5a76933903
Add glibc back compat code
...
To ensure that the binaries compiled by gitian run across many linux
distributions, enforce 2.17 as the minimum libc version supported.
2018-12-04 02:21:06 +01:00
Riccardo Spagni
58a07752eb
Merge pull request #4756
...
aa40047e
README.md: increase swap size on Raspberry Pi (Neofito89)
2018-11-14 21:33:49 +02:00
Gingeropolous
8dde0d4899
readme 0.13.0.4 in the table
...
its the one thing I do. I change the table.
2018-11-11 22:51:53 -05:00
Riccardo Spagni
4ccb97cea8
Merge pull request #4722
...
8a512b1d
Minor wording changes; added research repository links (Sarang Noether)
e9fc9ff2
Added research information to main readme (Sarang Noether)
2018-11-06 14:53:25 +02:00
Neofito89
aa40047e48
README.md: increase swap size on Raspberry Pi
...
Increased swap size on raspberry pi compiling guide, since it might crash if the raspberry has any service runing in the background
2018-10-29 23:14:25 +01:00
Riccardo Spagni
e5f2d982e9
Merge pull request #4607
...
e623f2b2
Add building with depends to the Makefile (TheCharlatan)
2018-10-26 22:36:36 +02:00
Riccardo Spagni
650cd352c4
Merge pull request #4597
...
9ea50781
README: add libnorm to the dependency list (moneromooo-monero)
2018-10-26 22:35:22 +02:00
Riccardo Spagni
360fb989d3
Merge pull request #4585
...
5dff61d4
readme: update OSX build badges (xiphon)
2018-10-26 22:34:42 +02:00
Riccardo Spagni
8236bfd971
Merge pull request #4553
...
d46c765d
README: mention max_usb_current setting on Raspberry Pi (moneromooo-monero)
2018-10-26 22:32:52 +02:00
Sarang Noether
8a512b1d31
Minor wording changes; added research repository links
2018-10-24 19:41:59 +00:00
Sarang Noether
e9fc9ff268
Added research information to main readme
2018-10-24 13:41:46 +00:00
Riccardo Spagni
bf38d75454
Merge pull request #4699
...
9da67502
update readme for 0.13.0.4 (Riccardo Spagni)
2018-10-22 23:28:13 +02:00
Riccardo Spagni
9da67502d5
update readme for 0.13.0.4
2018-10-22 23:12:23 +02:00
TheCharlatan
e623f2b225
Add building with depends to the Makefile
...
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-16 03:39:17 +02:00
moneromooo-monero
9ea507812e
README: add libnorm to the dependency list
2018-10-15 13:00:32 +00:00
Riccardo Spagni
3284a4fb62
Merge pull request #4494
...
0a9bd1b3
Move cross compiling steps into proper heading (K3v1n Kur14k053)
2018-10-15 13:38:08 +02:00
xiphon
5dff61d4c3
readme: update OSX build badges
2018-10-14 10:51:52 +00:00
moneromooo-monero
d46c765dca
README: mention max_usb_current setting on Raspberry Pi
2018-10-10 16:47:07 +00:00
Riccardo Spagni
9349f9ece7
Merge pull request #4517
...
02c2b43a
Utils: Add Dockerfile for android 64-bit build (Gregory Lemercier)
2018-10-09 16:42:43 +02:00
Gregory Lemercier
02c2b43a72
Utils: Add Dockerfile for android 64-bit build
2018-10-09 15:58:18 +02:00
moneromooo-monero
c5a97315ee
Remove last traces of libpcsc-lite
2018-10-08 14:22:10 +00:00
Lafudoci
0656050f76
README: update MSYS2 dependencies for Ledger
2018-10-07 10:15:30 +08:00
K3v1n Kur14k053
0a9bd1b3c2
Move cross compiling steps into proper heading
...
As per #3430
2018-10-03 18:51:06 +05:30
Riccardo Spagni
365a9d0c09
Merge pull request #4434
...
89288863
README: mention ASAN usage alongside valgrind (moneromooo-monero)
2018-09-29 22:20:03 +02:00
Riccardo Spagni
6f153533e2
update readme with v13.0
2018-09-22 21:31:06 +02:00
moneromooo-monero
c05f98d4c3
README: remove overlooked conflict
2018-09-22 19:07:48 +00:00
Riccardo Spagni
85110b42ab
Merge pull request #4401
...
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-21 20:46:22 +02:00
Riccardo Spagni
85d731c66d
Merge pull request #4382
...
ff72200d
update readme fork table (Gingeropolous)
2018-09-21 20:43:16 +02:00
Riccardo Spagni
7781675f22
Merge pull request #4349
...
7418aa60
README: bump cmake requirement to 3.5, as required by miniupnpc (moneromooo-monero)
2018-09-18 17:55:51 +02:00
Andrea
669019010e
README: harmonize command formatting inside README.md
...
rebased by moneromooo
2018-09-18 11:02:10 +00:00
Italocoin Project
52e19d6955
README: Compile boost with cxxflags=-fPIC cflags=-fPIC
...
Rebased and squashed by moneromooo
2018-09-18 10:23:32 +00:00
phloatingman
0c77523d61
README: fill in libsodium package name for Arch
...
Rebased by moneromooo, with a sensible commit message
2018-09-18 10:16:50 +00:00
Gingeropolous
ff72200d0a
update readme fork table
...
with consensus rules and block heights
2018-09-14 15:59:27 -04:00