b1a66ad8ae
Add dependency to README
2018-01-29 17:54:25 +01:00
Klaus-Uwe Mitterer
cd4fc4ecd9
Fix strings
2018-01-29 17:07:24 +01:00
f2f9e1b1df
Merge branch 'master' of kumig.it:kumitterer/danicoin
2018-01-26 10:54:12 +01:00
3879840eca
Update Node 1 IP
2018-01-26 10:53:41 +01:00
Klaus-Uwe Mitterer
76a39d127b
Move i18n readme
2018-01-24 16:58:06 +01:00
22fdbc666b
Fix README.md
2018-01-24 16:55:58 +01:00
3f0759e970
Merge branch 'master' into v2
2018-01-24 16:52:50 +01:00
c54f5de51f
update URLs
2018-01-24 16:48:33 +01:00
01a22b48b6
Update strings
2018-01-13 18:12:32 +01:00
f288fe467c
Update util files
2018-01-13 18:12:23 +01:00
be01253f21
Update snap
2018-01-03 14:13:57 +01:00
fbe27f457d
Fix version
2018-01-03 13:01:20 +01:00
79d9cdb2e2
Add missing semicolon
2018-01-03 13:01:06 +01:00
d24a94dc7f
Fix copyright blocks
2018-01-03 12:17:50 +01:00
212e89a76e
Set variables
2018-01-03 09:41:04 +01:00
ca36d16efc
Set project name
2018-01-03 09:25:07 +01:00
06a3365ce5
Add systemd service file for danicoind
2017-12-31 10:21:43 +01:00
482a44246a
Add install option to Makefile
2017-12-31 10:18:53 +01:00
d498204b7f
Add install option to Makefile
2017-12-31 10:18:42 +01:00
b01769a03f
Fix output file names
2017-12-31 09:27:55 +01:00
Klaus-Uwe Mitterer
788644860b
Update README.md
2017-12-31 00:00:03 +01:00
a6bb9525fe
Fix config file
2017-12-30 20:58:27 +01:00
f2ed269f68
Add default danicoin.conf file
2017-12-30 20:39:54 +01:00
b32eb95bb8
Merge branch 'master' of kumig.it:kumitterer/danicoin
2017-12-30 19:49:58 +01:00
51eda4f1b6
Add second seed node
2017-12-30 19:48:59 +01:00
Klaus-Uwe Mitterer
daeeaf68bb
Delete ReleaseNotes.txt
2017-12-28 22:03:24 +01:00
Klaus-Uwe Mitterer
012534f519
Update README.md
2017-12-28 22:02:26 +01:00
d72276be73
Add genesis
2017-12-28 21:49:16 +01:00
f02f2efdcd
Fix undefined reference in ConnectivityTool
2017-12-28 21:14:37 +01:00
6d3f9114f0
Fix wallet name
2017-12-28 20:52:13 +01:00
5f7dce39ed
Add missing import
2017-12-28 20:51:19 +01:00
084594c3d8
Use pointer for rs_comm_size
2017-12-28 20:46:17 +01:00
4a2da94cd0
Do not treat warnings as errors when compiling
2017-12-28 20:41:39 +01:00
e4e4a49b38
Set variables
2017-12-28 20:37:11 +01:00
Riccardo Spagni
c328163ffa
Merge pull request #2724
...
cb23be8f
Wallet API: always use approximate calc of blockchain height (Jaquee)
2017-10-25 15:26:58 +02:00
Jaquee
cb23be8f4d
Wallet API: always use approximate calc of blockchain height
2017-10-24 19:07:10 +02:00
Riccardo Spagni
793bc97374
Merge pull request #2717
...
bbed29b2
update version to 0.11.1.0 (Riccardo Spagni)
2017-10-23 14:31:21 +02:00
Riccardo Spagni
bbed29b246
update version to 0.11.1.0
2017-10-23 14:27:11 +02:00
Riccardo Spagni
886aeda547
Merge pull request #2700
...
6fb5de3b
simplewallet: add get/set for refresh-from-height (moneromooo-monero)
2017-10-23 11:45:48 +02:00
Riccardo Spagni
0f7de8f2de
Merge pull request #2708
...
076d8237
wallet2: fix tx size estimator for large number of inputs (moneromooo-monero)
2017-10-23 11:16:08 +02:00
Riccardo Spagni
f97dfc4ee9
Merge pull request #2707
...
3067da20
core: guard against a mined block not finding all txes in the pool (moneromooo-monero)
2017-10-23 11:15:51 +02:00
moneromooo-monero
076d8237b8
wallet2: fix tx size estimator for large number of inputs
2017-10-22 22:24:41 +01:00
moneromooo-monero
3067da2018
core: guard against a mined block not finding all txes in the pool
...
This can happen for several reasons, but mainly if another block
was received, which took that tx off the pool.
2017-10-22 22:23:35 +01:00
Riccardo Spagni
bb3394aeb5
Merge pull request #2654
...
44afa6de
wallet2: Missing underflow check on low heights (landergate)
2017-10-22 23:04:56 +02:00
Riccardo Spagni
4baeba4287
Merge pull request #2632
...
b4c5180f
core: fix failure to sync when a tx is already in the pool (moneromooo-monero)
2017-10-22 23:03:05 +02:00
Riccardo Spagni
a666d36ca6
Merge pull request #2514
...
cda45a7f
Source updates are in a source subdirectory (moneromooo-monero)
2017-10-22 23:02:39 +02:00
Riccardo Spagni
4837302d5b
Merge pull request #2493
...
19fab620
blockchain: fix crash checking pre-validated txids (moneromooo-monero)
2017-10-22 23:02:22 +02:00
Riccardo Spagni
922bfa2ef9
Merge pull request #2478
...
14e5d779
db_lmdb: fix use of uninitialized key in for_blocks_range (moneromooo-monero)
2017-10-22 23:01:54 +02:00
moneromooo-monero
6fb5de3b9e
simplewallet: add get/set for refresh-from-height
2017-10-22 11:00:21 +01:00
landergate
44afa6de07
wallet2: Missing underflow check on low heights
...
Lack of it results in `m_refresh_from_block_height` being < 0 (18446744...) on low heights, which blocks `process_new_blockchain_entry` and never process coins on heights less than blocks_per_month.
Follow-up to #2258
2017-10-15 11:17:54 +01:00