Commit Graph

54 Commits

Author SHA1 Message Date
Manfred Karrer
b9dfa0a7a7 Merge branch 'master' into Development
# Conflicts:
#	common/pom.xml
#	common/src/main/java/io/bitsquare/app/Version.java
#	core/pom.xml
#	core/src/main/java/io/bitsquare/locale/CurrencyUtil.java
#	gui/pom.xml
#	jsocks/pom.xml
#	jtorctl/pom.xml
#	jtorproxy/pom.xml
#	network/pom.xml
#	package/linux/create_32bit_app.sh
#	package/linux/create_64bit_app.sh
#	package/mac/create_app.sh
#	package/windows/Bitsquare.iss
#	package/windows/create_32bit_app.bat
#	package/windows/create_app.bat
#	pom.xml
#	seednode/pom.xml
2016-05-05 13:30:18 +02:00
Manfred Karrer
528a1dc62e Add -DskipTests 2016-04-30 01:26:26 +02:00
Manfred Karrer
9f0fe335c2 Add missing branch for bitcoinj 2016-04-30 01:05:24 +02:00
Ivan Vilata-i-Balaguer
826a28a7eb Raise maximum memory in seed node cron script
It seems to reach 350M easily.
2016-04-27 11:18:28 +02:00
Ivan Vilata-i-Balaguer
12f5317fac Raise maximum connections in seed node init script 2016-04-27 11:17:40 +02:00
Ivan Vilata-i-Balaguer
c94f88a6b5 Update init and cron script references to v0.4.4 (first official beta) 2016-04-27 11:15:44 +02:00
Ivan Vilata-i-Balaguer
0fa63bc64d Add instructions to setup monitor script 2016-04-27 11:14:12 +02:00
Ivan Vilata-i-Balaguer
479ad24501 Add monitor script to check for seed node connectivity and report issues 2016-04-27 11:01:49 +02:00
Manfred Karrer
ecd5626f1a Update with min required jvm 1.8.0_66 instead of 1.8.0_40 2016-04-26 17:38:30 +02:00
Manfred Karrer
cfffcaa1b2 Update build instructions 2016-04-23 00:09:46 +02:00
Ivan Vilata-i-Balaguer
e2653350c7 Lowering max RSS to trigger restart of seed node daemon
We haven't seen it get 512M, bt it seems to stabilise around 300M, so leave a
little room more.
2016-04-21 13:27:00 +02:00
Ivan Vilata-i-Balaguer
31aa5aa2c0 Add document on running a seed node as a daemon in a GNU/Linux server 2016-04-21 13:13:59 +02:00
Ivan Vilata-i-Balaguer
f58a0a2e1f Add Cron script to watch seed node memory usage in GNU/Linux server 2016-04-21 13:12:49 +02:00
Ivan Vilata-i-Balaguer
9df0e577f7 Add init script for seed node in GNU/Linux server 2016-04-21 13:12:17 +02:00
Josh
6c1cd763b4 Update build.md
Step #7 is needed before step #3 or the later would fail. I suggest moving step #7 to prerequisites chapter since that's what it seems to be.
2016-04-20 15:12:38 +02:00
Manfred Karrer
20c181f94c Use BitcoinJ 0.13.1.2 2016-04-16 23:21:51 +02:00
Ivan Vilata-i-Balaguer
05ca2dbb32 Indicate that Bitsquare can be built with OpenJDK, still untested 2016-03-16 14:45:22 +01:00
Ivan Vilata-i-Balaguer
088d5f22f3 Use same term for Debian-like systems in build instructions 2016-03-16 14:43:00 +01:00
Ivan Vilata-i-Balaguer
5d888f63b2 Add reminder about OpenJDK and OpenJFX in build instructions 2016-03-16 14:42:09 +01:00
Ivan Vilata-i-Balaguer
885a6e8dac Add missing periods in build doc
Markdown formatting makes the sentences join together.
2016-03-16 14:37:28 +01:00
Manfred Karrer
e5faad5d05 Add new seednodes for v0.3.5 2016-02-11 11:09:40 +01:00
Manfred Karrer
d6e1c0d0b3 Support multiline for alerts 2016-02-11 10:35:19 +01:00
Manfred Karrer
a417768782 Remove local repo for bitcoinj 2016-01-18 18:47:15 +01:00
Manfred Karrer
390a7cbacc Fixed unlimed crypto key issues 2015-12-28 19:42:25 +01:00
Manfred Karrer
3bc1b6f669 Removed webview 2015-12-28 16:09:52 +01:00
Manfred Karrer
b1c4d7b636 change pom files for 0.3.2.2-SNAPSHOT 2015-12-20 20:20:14 +01:00
Manfred Karrer
0da30453b1 update info for testing with regtest/localhost/tor 2015-12-20 15:39:39 +01:00
Manfred Karrer
1ef19722c9 ignore peers if address is null 2015-12-19 18:05:22 +01:00
Manfred Karrer
7c4bf8680b Fix auth handshake, add missing img 2015-11-09 23:34:47 +01:00
Manfred Karrer
81bf4b65d4 Use sets instead of lists, fix threading issues 2015-11-05 23:23:15 +01:00
Manfred Karrer
c6ece486ed move network code to module 2015-10-28 02:12:00 +01:00
Manfred Karrer
3bea35302a Update build.md 2015-05-22 01:29:26 +02:00
Manfred Karrer
8c978bbeb3 Update build instructions 2015-05-04 01:17:27 +02:00
Manfred Karrer
63c9b4670f Add error handling for serialization inconsistency 2015-04-17 15:23:35 +02:00
Manfred Karrer
c56047b34e Remove status column 2015-04-05 02:37:25 +02:00
Manfred Karrer
0700a53561 Second trade process (WIP) 2015-03-30 23:25:24 +02:00
Manfred Karrer
6e644ae2b7 Add new_tag.sh file 2015-03-28 23:31:33 +01:00
Manfred Karrer
c4905baef3 Use bitcoinJ fork 2015-03-23 12:40:20 +01:00
Manfred Karrer
a80733d771 Add publish fork instructions for bitcoinj 2015-03-23 11:21:25 +01:00
Alex Mülli
3641dd4a71 Update build.md
updated location of executable jar
2015-03-19 09:50:33 +01:00
Manfred Karrer
7fc485dd88 update build file structure, add win ico 2015-03-04 01:44:20 +01:00
Manfred Karrer
8be2fc80be Update readme and build.md 2015-03-03 23:09:04 +01:00
Manfred Karrer
6b4f528f47 UpdateFX with maven build (tested only on mac) 2015-02-27 23:47:23 +01:00
Chris Beams
d6150c22a0
Update instructions for building from source 2014-11-22 16:48:19 +01:00
Chris Beams
8c9557c891
Allow configurability of bitcoin network with --bitcoin.network
This commit changes the previous option value of 'networkType' to
'bitcoin.network' and exposes it through the ArgumentParser.
2014-11-10 15:42:16 +01:00
Chris Beams
56409c0177
Rename app.cli.{SeedNode => BootstrapNode}
With this commit we're now using the naming "bootstrap node" everywhere
as opposed to the more fuzzy notion of "seed node" (which was originally
borrowed from Bitcoin Core, but doesn't really describe what we're up to
very well.

As it turns out, Kademlia also uses the terminology "bootstrap node" [1], so
we're in good company with this change.

[1]: https://en.wikipedia.org/wiki/Kademlia#Joining_the_network
2014-11-10 15:04:42 +01:00
Chris Beams
9c976f1931
Document building from source
Resolves #105
2014-10-03 17:00:50 +02:00
Manfred Karrer
ba3d04fed1 Add config file support for seednode selection, Fix resource loading bug with checkpoint file for mainnet 2014-09-29 03:01:01 +02:00
Manfred Karrer
a5a04fe72c Add config file support for network type selection 2014-09-29 01:44:50 +02:00
Manfred Karrer
ed39369d8e Update screenshots 2014-09-05 20:44:07 +02:00