wowario
c2c5d584d1
correct reference to mixin
2018-09-21 02:38:59 +03:00
thomasvaughan
37f9a97b0a
NetBSD support
2018-09-21 02:38:59 +03:00
moneromooo-monero
e1c3d0cc76
db_lmdb: demote the "batch already enabled" log, it's harmless
2018-09-21 02:38:55 +03:00
SChernykh
40573dd79c
Cryptonight variant 2
...
Contains two modifications to improve ASIC resistance: shuffle and integer math.
Shuffle makes use of the whole 64-byte cache line instead of 16 bytes only, making Cryptonight 4 times more demanding for memory bandwidth.
Integer math adds 64:32 bit integer division followed by 64 bit integer square root, adding large and unavoidable computational latency to the main loop.
More details and performance numbers: https://github.com/SChernykh/xmr-stak-cpu/blob/master/README.md
2018-09-21 02:38:55 +03:00
wowario
1f8b0ddc83
up version to v0.3.0.0
2018-09-21 02:38:55 +03:00
wowario
ec5530a86a
static ring size 22 from v9
2018-09-21 02:38:55 +03:00
wowario
bc48be0cdd
CN2 PoW from v9
2018-09-21 02:38:55 +03:00
fuwa
f4a2968a51
clean up defaultMixin for wallet api
2018-09-21 02:38:55 +03:00
wowario
545b09eaf7
Captain obvious warning
2018-09-21 02:38:55 +03:00
fuwa
4c2efffdc5
remove unused default mixin from wallet.cpp
2018-09-21 02:38:54 +03:00
wowario
95cf3bebbe
add LWMA v2
2018-09-21 02:38:38 +03:00
wowario
9f192fd188
Update mainnet timestamp
2018-09-18 01:26:15 +03:00
wowario
0e61004d0b
wallet2: adapt get_approximate_blockchain_height
2018-09-18 01:25:30 +03:00
wowario
b101ac4f7b
modify unit name
2018-09-18 01:24:24 +03:00
jwinterm
7b3269b8ae
Add stoffu fixes to rename
2018-09-18 01:23:57 +03:00
wowario
b6c3926287
update donation address
2018-09-18 01:23:25 +03:00
wowario
f58de1e817
refactor mixin condition
2018-09-18 01:21:07 +03:00
wowario
4a55d6eaea
static mixin
2018-09-18 01:20:56 +03:00
wowario
1611b65221
set static ring size
2018-09-18 01:19:47 +03:00
wowario
f95fcd6d62
increase ringsize to 10
2018-09-18 01:17:35 +03:00
wowario
79271b91ac
make simplewallet simple
2018-09-18 01:14:47 +03:00
wowario
b97b6380b3
rename to wownero
2018-09-18 01:12:04 +03:00
wowario
d28a29a760
remove moneroseeds
2018-09-18 01:11:45 +03:00
wowario
bc41700866
remove output distribution cache data
2018-09-18 01:11:13 +03:00
wowario
db83f0a62d
change file names
2018-09-18 01:10:36 +03:00
wowario
6d24a6f94b
remove payment_id
2018-09-18 01:08:16 +03:00
wowario
bda4b3f8bb
add checkpoints
2018-09-18 01:05:09 +03:00
wowario
ba9b3220f7
fix signed unsigned conversion
2018-09-18 01:01:31 +03:00
wowario
9aa886beda
Update difficulty.cpp
...
Changed size_t to match solvetime
2018-09-18 01:01:18 +03:00
jwinterm
b694d58cc8
Set v8 fork height and change version
2018-09-18 01:00:55 +03:00
Matthew Incognito
3450ae0fa7
Lower number of blocks required to unlock balance
...
Set CRYPTONOTE_DEFAULT_TX_SPENDABLE_AGE to 4
2018-09-18 01:00:41 +03:00
wowario
f9e44f8ed9
add checkpoints
2018-09-18 01:00:30 +03:00
wowario
1f912c75f1
silent dns warning
2018-09-18 01:00:17 +03:00
jwinterm
f6e53ad33c
block 202612 and 685498 fix
2018-09-18 00:56:07 +03:00
wowario
2c959a9b21
added LWMA
2018-09-18 00:55:51 +03:00
wowario
328b7be391
rename to wownero
2018-09-18 00:53:48 +03:00
Matthew Incognito
61289dcbad
simplewallet: Update minimum and default ring size
2018-09-18 00:53:37 +03:00
jwinterm
7b59d05935
Fix decimal thing
2018-09-18 00:53:24 +03:00
jwinterm
ee8e58f909
Tweak final emission check
2018-09-18 00:53:14 +03:00
jwinterm
ed5d4ccd1a
Update hardcoded seed nodes
2018-09-18 00:53:01 +03:00
jwinterm
d78da837ae
Initial commit
2018-09-18 00:51:30 +03:00
Teutone
1772c8593a
add .load() to make Boost 1.67 happy with its new is_integral check
2018-07-09 17:56:30 +01:00
moneromooo-monero
58f28cadf8
wallet2: ensure outputs are processed only once
...
This should be proof against any way one might get to multiple
processing, such as generating the same derivation from the
same pubkey, etc
2018-07-08 12:05:04 +01:00
Riccardo Spagni
424bfdc8d7
bump version to 12.3
2018-07-06 07:58:07 +02:00
moneromooo-monero
8c331a6d26
wallet2: fix double counting outs if the tx pubkey is duplicated
2018-07-04 10:40:56 +01:00
moneromooo-monero
41662ebcc7
device_ledger: fix buffer underflow on bad data from device
2018-07-04 10:40:50 +01:00
moneromooo-monero
e389101cb2
device: misc cleanup
...
use snprintf "just in case" where appropriate
consistently use unsigned for temp values
pass std::string by const ref rather than by value
add length check (which can't happen in practice) for memcpy
2018-07-04 10:40:46 +01:00
moneromooo-monero
076b7e1076
device_ledger: fix potential buffer overflow from bad size calc
2018-07-04 10:40:42 +01:00
moneromooo-monero
0429cabefd
simplewallet: init trusted daemon flag to false when autodetecting
2018-07-04 10:40:39 +01:00
moneromooo-monero
b323d90f67
wallet2: fix read buffer overflow in import_key_images
2018-07-04 10:40:35 +01:00