Commit Graph

317 Commits (427de2986f11717a9e316d858512f918bde813b1)

Author SHA1 Message Date
NanoAkron 66665003bd
Clear feedback to user when daemon has stopped successfully
8 years ago
moneromooo-monero a39cd745c9
rpc: fix bc_dyn_stats not setting grace blocks
8 years ago
moneromooo-monero 5833d66f65
Change logging to easylogging++
8 years ago
Riccardo Spagni ec323d8c3f
Merge pull request #1561
8 years ago
Riccardo Spagni 10c6afd316
Merge pull request #1571
8 years ago
moneromooo-monero 81c384e408
fix do_not_relay not preventing relaying on a timer
8 years ago
Chris Vickio 3b6d5f255d make struct/class declarations consistent (mismatched-tags warning)
8 years ago
moneromooo-monero 5b5017e267
rpc: add a command to get info about the current blockchain
8 years ago
Miguel Herranz 19be7225cc Add start_time to get_info methods and show uptime
8 years ago
Riccardo Spagni 15dcc5afd3
Merge pull request #1534
8 years ago
moneromooo-monero 9731b4e54f
rpc: add block size to GET_BLOCK_HEADER RPC
8 years ago
kenshi84 99580adf66 make openalias also available for solo miner; introduce namespace tools::dns_utils; support integrated address with dns lookup
8 years ago
moneromooo-monero 55fa0479a0
rpc: new function and RPC to get alternative chain info
8 years ago
Dion Ahmetaj d61bd8187e add lightweight block propagation ("fluffy blocks")
8 years ago
moneromooo-monero eb4ecd442d
daemon: fix min/max tracking using the wrong size
8 years ago
moneromooo-monero 30946700a3
daemon: even when switching branches, compile the damn thing ffs
8 years ago
moneromooo-monero 2f4f6c7c26
daemon: do not divide by 0 when the pool is empty
8 years ago
Riccardo Spagni a0975e59ed
Merge pull request #1250
8 years ago
moneromooo-monero 839280d5fc
daemon: add a print_pool_stats daemon command
8 years ago
moneromooo-monero 10a79eae24
daemon: report transaction relay status in print_pool* commands
8 years ago
moneromooo-monero 88faec75fe
wallet: select part of the fake outs from recent outputs
8 years ago
Dion Ahmetaj 7db29d6903 print_coinbase_tx_sum now breaks output into fee and emission components
8 years ago
Dion Ahmetaj dd6c44327b changed params from start/end index to height/count
8 years ago
Dion Ahmetaj e95d3f359b attempted to remove whitespace spam
8 years ago
Dion Ahmetaj 412da63622 added print_coinbase_tx_sum option
8 years ago
Riccardo Spagni ab60c0503c
Merge pull request #1164
8 years ago
Riccardo Spagni 4cb1348548
Merge pull request #1139
8 years ago
Riccardo Spagni e34ef4de6c
Merge pull request #1171
8 years ago
Riccardo Spagni fa1d5efb5a
Merge pull request #1168
8 years ago
Riccardo Spagni 298a0723e8
Merge pull request #1149
8 years ago
Riccardo Spagni 8a67e3c95e
Merge pull request #1145
8 years ago
NanoAkron 8ed0d72b12
Moved logging to target functions rather than caller
8 years ago
NanoAkron 6390673137 Removed all code related to fast_exit
8 years ago
moneromooo-monero 179b1f43af
daemon: implement missing print_bc and matching RPC
8 years ago
NanoAkron 25be1d3ed4 Noticed two spellings of the word 'response' in the codebase, one 'responce' and the other 'response'.
8 years ago
NanoAkron 8438fb4ae3 Improving daemon startup log message
8 years ago
Randi Joseph 9e54616924 Dropped "bit" from bitmonero.
8 years ago
moneromooo-monero 8b4e7c6c9c
daemon: report status at 99.9% rather than 100% when not quite synced
8 years ago
moneromooo-monero eeb2bbc0fc
epee: optionally restrict HTTP service to a configurable user agent
8 years ago
redfish e1c7af35d4 cmake: transitive deps and remove deprecated LINK_*
8 years ago
moneromooo-monero 423776f9b1
daemon: log version when starting
8 years ago
Riccardo Spagni d4a533a800
Merge pull request #1068
8 years ago
Casey Marshall 0a56d83d3d Add snap packaging.
8 years ago
iDunk5400 f1381388ec Daemon: fix hashrate display in diff command output
8 years ago
Riccardo Spagni df63e0704a
fix remaining bitmonero and simplewallet bits
8 years ago
Riccardo Spagni 2e984bc23c
rename Monero daemon
8 years ago
Quanah Gibson-Mount 1d5ba65f3d Fix incorrect help usage for the threads option to start_mining
8 years ago
moneromooo-monero 7e4e0021f4
daemon: print time to next fork
8 years ago
redfish 0f990d0183 cmake,common: flag for stack trace
8 years ago
moneromooo-monero 78cc10f3fa
daemon: fix ban seconds being misinterpreted as absolute
8 years ago
moneromooo-monero 459ec6040e
daemon: print exception errors when failing to parse config file
8 years ago
Riccardo Spagni e97d96ccfb
Merge pull request #775
8 years ago
moneromooo-monero e409e59d29
Print stack trace on exceptions
8 years ago
moneromooo-monero 513a658c87
add a --max-concurrency flag
8 years ago
Riccardo Spagni c2e9866fc6
Merge pull request #797
8 years ago
moneromooo-monero f17b2f42b2
rpc: add pool/blockchain and block height results to gettransactions
8 years ago
moneromooo-monero d662ab5cec
rpc: print human readable time since received when printing pool
8 years ago
moneromooo-monero 600a3cf0c0
New RPC and daemon command to get output histogram
8 years ago
Riccardo Spagni 0d30b65785 Merge pull request #749
8 years ago
Riccardo Spagni 01e0a69c17 Revert "Merge pull request #749"
8 years ago
Thomas Winget 540a76c5c2
Move checkpoint functions into checkpoints class
8 years ago
moneromooo-monero f7301c3563
Revert "Print stack trace upon exceptions"
8 years ago
Riccardo Spagni 9b10e9cc75
Merge pull request #735
8 years ago
moneromooo-monero d2aa427c78
rpc: fix print_tx in command line mode
8 years ago
moneromooo-monero fff238ec94
Print stack trace upon exceptions
8 years ago
Mike C 5dd91f6332 fix formatting error on bitmonero print_block return
8 years ago
moneromooo-monero 5e3557d2c3
move g_test_dbg_lock_sleep from a global to a function level static
8 years ago
moneromooo-monero d9f4b395e8
daemon: remove leftover debug log
9 years ago
Riccardo Spagni 39d73d2a27
Merge pull request #631
9 years ago
moneromooo-monero bcac1018af
daemon: fix a few issues reported by valgrind
9 years ago
moneromooo-monero bf6d1474c0
new flush_txpool command, and associated RPC call
9 years ago
Riccardo Spagni afe2d1a09f
add received time to print_pool and print_pool_sh
9 years ago
binaryFate 0100e951d3 'max limit of...' is redundant wording, rephrase
9 years ago
binaryFate 80e38895b3 Print msg when successfully updating out_peers
9 years ago
moneromooo-monero eaf4dcd747
daemon: fix status command when run from command line
9 years ago
Riccardo Spagni 58dbc9d122
fixed conflicts
9 years ago
Howard Chu da0bce3472 Use CMAKE_LINKER, not hardcoded "ld"
9 years ago
moneromooo-monero 7f8e5ced47
daemon: fix ban length using wrong parameter
9 years ago
Riccardo Spagni 5c71f5d13e
update version
9 years ago
moneromooo-monero 1e07110a7a
Nicer looking exit when blockchain.bin is found
9 years ago
Riccardo Spagni de03926850
updated copyright year
9 years ago
Riccardo Spagni 40880d7cb8
Merge pull request #552
9 years ago
hyc 9428d53d6f Strip redundant includes
9 years ago
moneromooo-monero 0ab56b80db
print top block hash in daemon diff command
9 years ago
warptangent 725acc7f17
Replace tabs with two spaces for consistency with rest of codebase
9 years ago
moneromooo-monero fefc0b5556
daemon: fix crash exiting with ^C
9 years ago
Riccardo Spagni e175205e6e
Merge pull request #527
9 years ago
moneromooo-monero 336b37580f
Register daemon command line arguments to core if they're used in core
9 years ago
moneromooo-monero f7464343ea
daemon: add mining status to the status command
9 years ago
Riccardo Spagni 83b412f471
Merge pull request #503
9 years ago
moneromooo-monero 55e5a33d85
rpc: pass current block target in rpc
9 years ago
moneromooo-monero 38ceb73848
add RPC calls and commands to get/set bans
9 years ago
moneromooo-monero 06c8b94925
daemon: fix blockchain height display not updating after sync
9 years ago
Riccardo Spagni aed3038b75
disable time-stats by default, tweak fast-block-sync description
9 years ago
moneromooo-monero f3724aef88
Fix startup crash when using a locale boost does not like
9 years ago
moneromooo-monero 051ddbc741
rpc: fix start_mining and status RPC crashes
9 years ago
Riccardo Spagni 0640cde88f
Merge pull request #448
9 years ago
moneromooo-monero 06c65cb0ef
rpc: fix hard_fork_info RPC
9 years ago
moneromooo-monero 6f5c129c92
rpc: fix a few commands not working as command line
9 years ago
moneromooo-monero 9caf52bf5a
daemon: add a status command
9 years ago
moneromooo-monero ca23c0e5c8
core_rpc_server: add a getblock RPC command, and fix print_block
9 years ago
moneromooo-monero 180bcde866
build: default to Berkeley DB for 32 bit and ARM
9 years ago
moneromooo-monero e546f3724a
Add an RPC call and daemon command to get info on hard fork voting
9 years ago
moneromooo-monero 83bbea4c7f
Add a is_key_image_spent daemon command and RPC call
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
NoodleDoodleNoodleDoodleNoodleDoodleNoo 2e293a563e Fixed binary size issue due to embedded checkpoint data.
9 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e5d2680094 ** CHANGES ARE EXPERIMENTAL (FOR TESTING ONLY)
9 years ago
moneromooo-monero f9b361be8a
daemon: fix an exit crash
9 years ago
moneromooo-monero 35b160edea
fix ^D exit for bitmonerod
9 years ago
Riccardo Spagni e01d32e52d
cleaning up, removing redundant files, renaming, fixing incorrect licenses
9 years ago
Riccardo Spagni 26fac96c5d
Merge pull request #294
9 years ago
moneromooo-monero 693a8bf7b1
rpc_command_executor: fix mining in testnet mode
9 years ago
moneromooo-monero 4f0e8cfa92
daemon: remove obsolete daemon_commands_handler.h
9 years ago
warptangent 10ff75e92e
daemon: Set log file default to use data dir
9 years ago
moneromooo-monero d8ee0a95c7
print limits when running limit commands with no arguments
9 years ago
warptangent b76857f9d9
Add mempool output to daemon via command and RPC
9 years ago
rfree2monero 32c19c6c3d
[fix] log level change. compilation: dns, tests
9 years ago
Thomas Winget 5b01493047
Fixes start_mining in cli interactive mode
9 years ago
Thomas Winget a8bc7182ea
Merge BlockchainDB into upstream
9 years ago
rfree2monero 618f20ce49 Network 1.7; Quieted the debug a bit.
9 years ago
rfree2monero c511abf005 remerged; commands JSON. logging upgrade. doxygen
9 years ago
rfree2monero 3cbdf198f1 Merge remote-tracking branch 'monero-official/master' into network-1.6-work1
9 years ago
Thomas Winget a0590d29cd
Restore daemon interactive mode
9 years ago
Thomas Winget 7b14d4a17f
Steps toward multiple dbs available -- working
9 years ago
Thomas Winget 5c0bc0050c
Merge upstream updates into blockchain branch
9 years ago
Thomas Winget 5eab480cb1
Moved BlockchainDB into its own src/ subfolder
9 years ago
Thomas Winget 52f9629bd7
sending commands to forked daemon works on testnet now
9 years ago
Thomas Winget 76289d0e3b
Fix tests building -- function signatures changed
9 years ago
rfree2monero f79821ac7e fix locking in count-peers thread (2)
9 years ago
rfree2monero 0198ffb220 2014 network limit 1.3 fix log/path/data +utils
9 years ago
Thomas Winget 96cbecffd7
RPC calls for background daemon added in
9 years ago
Thomas Winget 9193d6fb5b
Daemonize changes pulled in -- daemon builds
9 years ago
rfree2monero ae2a50659f 2014 network limit 1.2 +utils +toc -doc -drmonero
9 years ago
rfree2monero 5ce4256e3d 2014 network limit 1.1 +utils +toc -doc -drmonero
9 years ago
rfree2monero eabb519605 2014 network limit 1.0a +utils +toc -doc -drmonero
9 years ago
Riccardo Spagni f4b69d553a
year updated in license
10 years ago
Ben Boeckel 01895dd067 cmake: fix up link lines
10 years ago
Ben Boeckel 7d708e4223 cmake: support 2.8.7
10 years ago
Ben Boeckel f53f04724c cmake: handle private vs. public headers
10 years ago
Ben Boeckel c773f465ca cmake: refactor common code with executables
10 years ago
Ben Boeckel 89cff7bddc cmake: put each library into its own directory
10 years ago
Thomas Winget 7568f89c55 Fixed segfault with checkpoints loading
10 years ago
Thomas Winget b261d9207b DNS checkpoint updating added, and daemon flag to enforce them
10 years ago
Thomas Winget 30caebfce3 reload checkpoints file every ~hr and print if any fail
10 years ago
Tomer Konforty 06a4578bf2 Added ability to read chechpoint hashes from json file in data folder
10 years ago
Zachary Michaels 59ab569da1 Give up on brace initializers in initializer lists (MSVC bug)
10 years ago
Riccardo Spagni 72a80f6213
fixed incorrect version reference
10 years ago
Zachary Michaels d03308734b
Separate testnet address prefix
10 years ago
Zachary Michaels 4a6eb0a016 Create testnet data dir if necessary
10 years ago
Zachary Michaels 018e251cc0
Separate testnet default data dir
10 years ago
Zachary Michaels 257077a96b Separate network id for testnet
10 years ago
Zachary Michaels 658b6690a3
Separate rpc port for testnet
10 years ago
Zachary Michaels 07470fd400
Add testnet flag
10 years ago
Riccardo Spagni 8334ce0b24 versioning now includes the commit hash, or -final for tagged releases
10 years ago
jebes dfed3d39b6 Merge remote-tracking branch 'upstream/master'
10 years ago
jebes c085e9294f commented util.h
10 years ago
fluffypony cf5a8b1d6c moved non-critical warnings and errors to log level 1
10 years ago
fluffypony 6fc995fe5d License updated to BSD 3-clause
10 years ago
mydesktop 3a3a817678 0.8.8update
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo a03b13b50b Update daemon_commands_handler.h
10 years ago
mydesktop 79a4bedc36 mac osx building fixes
10 years ago
Antonio Juarez a401a02ddb Improvements in JSON RPC
10 years ago
Antonio Juarez 29c2859a3e json rpc for wallet and bugfix
10 years ago
Antonio Juarez 8efa1313f3 some fixes
10 years ago
Antonio Juarez 296ae46ed8 moved all stuff to github
10 years ago