Commit Graph

816 Commits (0a5a5e859791b6ff0ced2a3f403eed71fb41dee2)

Author SHA1 Message Date
moneromooo-monero 275894cdef
blockchain: always select random outs using triangular distribution
9 years ago
moneromooo-monero 2634307863
daemon: omit extra set of <> in error message
9 years ago
moneromooo-monero 0822933524
daemon: print a decoded tx in print_tx
9 years ago
moneromooo-monero 1d678b1ee2
daemon: fix print_tx not find transactions
9 years ago
moneromooo-monero a2d7a5fb49
encrypted payment ids are now 64 bit, instead of 256 bit
9 years ago
moneromooo-monero e40cfc4e29
Encrypted payment IDs
9 years ago
warptangent 525bf5811f
Fix estimation of batch storage size when no blocks exist
9 years ago
moneromooo-monero 1e23b7a11d
wallet: set watch-only flag to false when creating a new wallet
9 years ago
Riccardo Spagni 1d1a77bf9c
slight modification to wordlist contributor tagline (as these contributors haven't used git to submit a PR, so we're creating the wordlist on their behalf
9 years ago
Riccardo Spagni ef7671a807 added Russian wordlist
9 years ago
Riccardo Spagni ee94ecb721
Merge pull request #348
9 years ago
David Vorick a49d917b26 change unique_prefix_length=4 for japanese.h
9 years ago
Riccardo Spagni 6d6a985c92
add Germany and Italian wordlists
9 years ago
moneromooo-monero 988fe1f843
wallet: new transaction construction algorithm
9 years ago
Riccardo Spagni 514047dc7b
fix portuguese wordlist
9 years ago
Riccardo Spagni b5c0308cd0
fix license on English wordlist
9 years ago
moneromooo-monero 35378f1995
simplewallet: fix context/string order mismatch
9 years ago
moneromooo-monero e62692f589
simplewallet: use unsigned long long instead of size_t in message
9 years ago
moneromooo-monero 8fe180ab80
wallet: add boolean to always confirm transactions with the user
9 years ago
Riccardo Spagni 7ef8e5c033
Merge pull request #345
9 years ago
Riccardo Spagni 5a26676932
Merge pull request #343
9 years ago
moneromooo-monero 3c13da568d
boost doesn't like %zu for size_t, replace with %u
9 years ago
moneromooo-monero e20a4ddc76
blockchain: fix testnet syncing (to not use blocks.dat)
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 70ae2ee711 Fixed threadpool bug when running on single core systems.
9 years ago
warptangent 71793ef43f Add batch support to BlockchainLMDB::get_output_key
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 94ea3e8ed2 Removed on_idle() calls to Blockchain::store_blockchain() for lmdb.
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 2e293a563e Fixed binary size issue due to embedded checkpoint data.
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 2b2ae36724 Pause miner before preparing for incoming blocks
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e5d2680094 ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 1f83444d3d Update blockchain.cpp
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 3381fd69a8 Update db_bdb.cpp
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo dbbc457836 Update db_bdb.cpp
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 4b7ad2b0a7 Update db_bdb.cpp
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo da1d3c01de
Experimental BDB workaround optimizations
9 years ago
Riccardo Spagni b4849310dc
Merge pull request #336
9 years ago
moneromooo-monero ea58576cf6
Add missing file - i18n.cpp
9 years ago
Riccardo Spagni ad841cb1b9
Merge pull request #335
9 years ago
Riccardo Spagni 9688e6fdd8
Merge pull request #334
9 years ago
moneromooo-monero 78b2eabc87 Translatable strings for simplewallet
9 years ago
warptangent fd73d9cc3a
Check and resize if needed at batch transaction start
9 years ago
warptangent f9e4afd52a
blockchain_utilities: Increase debug statement's log level
9 years ago
warptangent 699e4b3f65
blockchain_utilities: Pass expected number of blocks when starting batch
9 years ago
warptangent 6e170c8b78
Optionally allow DB to know expected number of blocks at batch transaction start
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 5d304cabfd Fix loop bug when calling core::get_block_template, causing calling thread to lock up.
9 years ago
moneromooo-monero 369c7b32f8
blockchain_utilities/README.md: add workaround for resizing in batch mode
9 years ago
moneromooo-monero 26970c7e27 blockchain_utilities/README.md: add high level "what is this about"
9 years ago
Wladimir J. van der Laan 204759f111
mnemonics: fix duplicate symbol error
9 years ago
moneromooo-monero ea33cadebf
mnemonics: fix prefix extraction with non ASCII text
9 years ago
Riccardo Spagni 1720affbd6
Merge pull request #325
9 years ago
Riccardo Spagni 4790db9d04
Merge pull request #324
9 years ago
Rostislav 3ade396406 Set dnssec_valid value correctly in dns_utils; fix address_from_url test
9 years ago
moneromooo-monero dc4dbc1ceb
simplewallet: allow creating a wallet from a public address and view secret key
9 years ago
moneromooo-monero 6a0f61d800
account: allow creating an account from a public address and view secret key
9 years ago
moneromooo-monero e05a58aead
wallet2: fix write_watch_only_wallet comment description
9 years ago
moneromooo-monero 4bf6f0d57a
simplewallet: forbid seed commands for watch only wallets
9 years ago
moneromooo-monero 2952ffd80f
wallet2: use the same exponential splitting for normal txes
9 years ago
moneromooo-monero 7c8d3be656
wallet2: try to split dust sweep txs exponentially
9 years ago
moneromooo-monero f6da25a32e
Fix standard address deserialization
9 years ago
Riccardo Spagni 2d9d6c7621
Merge pull request #321
9 years ago
Riccardo Spagni 1595187ae2
Merge pull request #320
9 years ago
Riccardo Spagni 66a5c9e50f
Merge pull request #318
9 years ago
moneromooo-monero bbc5475418
Fix DNS checkpoint consensus code
9 years ago
moneromooo-monero f9b361be8a
daemon: fix an exit crash
9 years ago
moneromooo-monero 6f8a6dcb6c Add RPC commands to manipulate integrated addresses
9 years ago
moneromooo-monero 67be2e4b3a
simplewallet: allow integrated_address to generate a random payment id
9 years ago
moneromooo-monero 7bd6efe313
account: add a couple consts
9 years ago
moneromooo-monero 63741d8264
Integrated addresses (standard address plus payment id)
9 years ago
moneromooo-monero fb2007181e
simplewallet: allow a different password for the watch-only wallet
9 years ago
Riccardo Spagni d6ba5ef8c5
Merge pull request #312
9 years ago
Riccardo Spagni 1b25e8dfc5
Merge pull request #311
9 years ago
Riccardo Spagni f89cf1df87
Merge pull request #308
9 years ago
Riccardo Spagni 5bee2d2edf
Merge pull request #303
9 years ago
moneromooo-monero a9b1f7eb05
dns_utils: simpify smart pointer use, and use for url strings too
9 years ago
Thomas Winget d7df08d6ec
properly decrement p2p socket count
9 years ago
moneromooo-monero 35b160edea
fix ^D exit for bitmonerod
9 years ago
moneromooo-monero c882af63c1
wallet: add watch only wallet support
9 years ago
moneromooo-monero f7767c6508
account: add a forget_spend_key method
9 years ago
Riccardo Spagni e01d32e52d
cleaning up, removing redundant files, renaming, fixing incorrect licenses
9 years ago
moneromooo-monero a62daebba5
wallet_rpc_server: add a sweep_dust RPC command as well
9 years ago
moneromooo-monero 3204f0d536
wallet: add a sweep_dust command
9 years ago
Riccardo Spagni 6aee052001
Merge pull request #297
9 years ago
Riccardo Spagni 26fac96c5d
Merge pull request #294
9 years ago
warptangent 5680604437
Replace hardcoded value with existing constant of same value
9 years ago
warptangent f37ee2f304
Update database resize behavior
9 years ago
warptangent f85cd8e10b
Include database error in more error messages
9 years ago
moneromooo-monero 693a8bf7b1
rpc_command_executor: fix mining in testnet mode
9 years ago
moneromooo-monero d09be116c6
core_rpc_server: add a getter for the testnet flag
9 years ago
moneromooo-monero 754f863a7e
core_rpc_server: log some error messages to the console
9 years ago
moneromooo-monero 4f0e8cfa92
daemon: remove obsolete daemon_commands_handler.h
9 years ago
moneromooo-monero bac366e173
core_rpc_server: reenable print_pl
9 years ago
moneromooo-monero 39a9508a20
net_peerlist: fix grayt/white naming mismatch
9 years ago
warptangent 10ff75e92e
daemon: Set log file default to use data dir
9 years ago
warptangent deacecc15e
simplewallet: Update and add log options
9 years ago
warptangent f24bcd5199
simplewallet: Don't log view key and spend key
9 years ago
moneromooo-monero 8069b3ba7f
blockchain_db: add a few const
9 years ago
moneromooo-monero 09324764c0
wallet: add consts where appropriate
9 years ago
Riccardo Spagni 8cd6072090
Merge pull request #292
9 years ago
Riccardo Spagni e042fad317
Merge pull request #291
9 years ago
Riccardo Spagni 634e367ff5
Merge pull request #289
9 years ago
warptangent 696225321f
Fix compile for GCC 5.1.0
9 years ago
warptangent c44755a5e2
Build seed node list without duplicates
9 years ago
Riccardo Spagni 6f15194049
Merge pull request #290
9 years ago
Riccardo Spagni 38068d07ca
Merge pull request #288
9 years ago
Riccardo Spagni 2939361d72
Merge pull request #287
9 years ago
Riccardo Spagni 53ac50733a
Merge pull request #285
9 years ago
luigi1111 087d7f33e7 Add spendkey dump to simplewallet
9 years ago
warptangent fee8424938
Allow name@domain.tld for OpenAlias lookups
9 years ago
warptangent a0fe18f63a
Revert "Allow name@domain.tld for OpenAlias lookups"
9 years ago
Thomas Winget 01076ae700
Check if LMDB needs resize every 1000 blocks
9 years ago
Thomas Winget b0d849e0a4
null out batch txn pointer as needed (BlockchainLMDB)
9 years ago
moneromooo-monero f278fe3883
s/terget/target/
9 years ago
moneromooo-monero d8ee0a95c7
print limits when running limit commands with no arguments
9 years ago
warptangent d1eac1b71c
Support debugging command --pop-blocks on in-memory blockchain
9 years ago
Thomas Winget 7b7ef73c15
LMDB should now dynamically resize the mapsize
9 years ago
warptangent d35bffb950
Allow BlockchainLMDB to be opened in read-only mode
9 years ago
Thomas Winget ac79502308
Move mdb_txn_safe implementation to cpp file
9 years ago
warptangent 73d3511412
Rename "--block-number" option to "--block-stop"
9 years ago
warptangent 2b2dbd887d
Check if chunk size is zero instead of negative
9 years ago
Thomas Winget b1d92bcc37
Fixes changes to sort tx by fee per kb
9 years ago
Riccardo Spagni 1d42deb767
Merge pull request #281
9 years ago
Riccardo Spagni ec5eca699d
Merge pull request #280
9 years ago
Riccardo Spagni a8a5939df3
Merge pull request #277
9 years ago
Riccardo Spagni 012164fff8
resolved merge conflict in tx_pool.cpp
9 years ago
Riccardo Spagni 85589274aa
Merge pull request #274
9 years ago
warptangent ac011b4312
Rename src/blockchain_converter/ to src/blockchain_utilities/
9 years ago
warptangent ed9c639612
Add --block-number option to blockchain_import
9 years ago
warptangent 1eb4c66ad8
Update blockchain utilities with portable bootstrap file format
9 years ago
warptangent 54bd9c1ed5
Add MDB_NORDAHEAD as a supported LMDB flag for blockchain_import
9 years ago
warptangent a52496de77
Condense #if directives
9 years ago
warptangent 8c1a1884b5
Add basic "pop blocks" command to blockchain_import for debugging
9 years ago
warptangent 71af04669c
Update log statements
9 years ago
warptangent 48926d0eeb
Fix incompatibility with blockchain exporter when source is LMDB
9 years ago
Sergey Kazenyuk 867e98d739 Merge branch 'clang_fixes' into clang_fixes-master
9 years ago
Riccardo Spagni 8005a0c7a1
Merge pull request #269
9 years ago
Riccardo Spagni 9598a39578
Merge pull request #268
9 years ago
Thomas Winget 385d7c0495
Sort txs by per-kb-fee for miners
9 years ago
Thomas Winget 1b2614ba83
When removing 'stuck' transactions, don't ignore the first tx in the pool
9 years ago
Thomas Winget b18368b635
Allow name@domain.tld for OpenAlias lookups
9 years ago
warptangent 641d824f37
Keep memory pool consistent when stuck tx removed
9 years ago
warptangent b76857f9d9
Add mempool output to daemon via command and RPC
9 years ago
Thomas Winget 2717883dba
DNS Checkpoint updating-related fixes/changes
9 years ago
Sergey Kazenyuk 2ff0d757eb Fix missing virtual destructor
9 years ago
Javier Smooth 1b19ee040f disable non-working optimized slow_hash on 32 bit intel
9 years ago
rfree2monero 32c19c6c3d
[fix] log level change. compilation: dns, tests
9 years ago
Riccardo Spagni 277a207b2f
Merge pull request #259
9 years ago
Thomas Winget 5b01493047
Fixes start_mining in cli interactive mode
9 years ago
Thomas Winget ae08be5394
Disable DNS checkpoint updating on testnet
9 years ago
Riccardo Spagni c41d14b2aa
Merge pull request #256
9 years ago
rfree2monero 9bfa593eee [fix] Network 1.8: unlimited the RPC connections
9 years ago
Thomas Winget a8bc7182ea
Merge BlockchainDB into upstream
9 years ago