Commit Graph

192 Commits

Author SHA1 Message Date
Zachary Michaels
b0fbb970ce Add id to RPC transaction info 2014-06-25 12:22:58 -04:00
Zachary Michaels
2c28871075 Transaction pool RPC 2014-06-25 00:39:40 -04:00
Zachary Michaels
2556949293 More RPC commands 2014-06-24 19:26:50 -04:00
Zachary Michaels
51e03fad1d RPC print_pl 2014-06-24 16:59:17 -04:00
monero-project
2a2b36d425 fix function typo 2014-06-24 13:30:41 -04:00
monero-project
c050ff43bf Fix copy/paste bug, thx Boolberry 2014-06-24 13:20:15 -04:00
Zachary Michaels
976db0e898 Remove trailing whitespace 2014-06-24 12:32:36 -04:00
Zachary Michaels
767d003f8b RPC show_difficulty 2014-06-24 11:40:31 -04:00
Zachary Michaels
7348ab2e78 Extract RPC request logic 2014-06-24 10:14:30 -04:00
Zachary Michaels
2576437753 Http connection helper class 2014-06-23 23:04:11 -04:00
Zachary Michaels
2b306135da RPC mining command 2014-06-23 21:55:11 -04:00
Zachary Michaels
e0e6037388 Extract scoped_message_writer from simplewallet 2014-06-23 21:54:23 -04:00
Zachary Michaels
ec0a8d1339 Make daemon RPC client observe ip/port settings 2014-06-23 19:19:28 -04:00
Zachary Michaels
60a5ec4697 Templated daemon commands 2014-06-23 19:01:13 -04:00
Zachary Michaels
7366afde2b Http client for RPC executor 2014-06-23 16:03:01 -04:00
Zachary Michaels
b36ca99bff Make wallet address types match RPC call 2014-06-23 15:41:20 -04:00
Zachary Michaels
90b065e318 Merge remote-tracking branch 'upstream/master' into daemonize 2014-06-20 19:57:44 -04:00
Zachary Michaels
c04348dc63 Set up for RPC IPC 2014-06-20 19:57:03 -04:00
Zachary Michaels
65ddc0459b Prep for swappable command executors 2014-06-20 15:29:46 -04:00
Zachary Michaels
80e20f7f83 Rename some things 2014-06-20 15:03:02 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
e12ccdf905 Update slow-hash.c
1. Fix for Mac OSX compilation errors.
2014-06-19 23:49:25 -07:00
Zachary Michaels
c8e9163de7 Extract console command parsing 2014-06-19 19:02:22 -04:00
Zachary Michaels
918997e209 Block until console command thread finishes 2014-06-18 17:08:46 -04:00
Zachary Michaels
79aefd8319 Put log file in data directory by default 2014-06-18 15:22:16 -04:00
Zachary Michaels
ce38a70023 Allow daemon to fork on posix systems 2014-06-18 14:05:28 -04:00
Zachary Michaels
31394c78d0 Remove command arguments from bitmonerod 2014-06-18 12:46:04 -04:00
Zachary Michaels
cc2ea404c0 Reorganize options 2014-06-18 11:50:23 -04:00
Zachary Michaels
770c712223 Remove conflicting argument detection 2014-06-18 10:00:50 -04:00
Zachary Michaels
e62f3b3616 Disable detach for windows 2014-06-18 09:59:02 -04:00
Zachary Michaels
bbf83a946a Ensure that daemon commands don't print to log 2014-06-17 17:36:07 -04:00
Zachary Michaels
f3e6e2a529 More work on making console command logic reusable 2014-06-17 17:22:06 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
156312f64a Update slow-hash.c
1. Added multiplication support in 32-bit mode
2014-06-16 21:13:05 -07:00
Zachary Michaels
efd262a621 Fix argument checks 2014-06-16 19:25:52 -04:00
Zachary Michaels
3cb59539cd Arg parsing for daemon 2014-06-16 15:50:04 -04:00
Zachary Michaels
07b06239e9 Add daemon command line arguments 2014-06-16 14:55:03 -04:00
Zachary Michaels
0d5de1dc84 Slightly better daemon path handling 2014-06-16 14:12:13 -04:00
Zachary Michaels
41f3f297cc Reorganize daemon command line parsing 2014-06-16 13:35:11 -04:00
Zachary Michaels
5e43a228f2 Clarify logic for argument validation 2014-06-16 11:13:38 -04:00
Zachary Michaels
9dab97c06d Better name for argument validation funciton 2014-06-16 11:11:45 -04:00
Zachary Michaels
4d16f5e136 Fix source formatting 2014-06-16 10:53:51 -04:00
Zachary Michaels
b46d8c7964 Add options for starting/stopping daemon 2014-06-16 10:49:52 -04:00
Zachary Michaels
0028cd35ab Add default log directory 2014-06-16 10:24:36 -04:00
Zachary Michaels
e314bf4637 Fix unqualified references to epee namespace 2014-06-16 09:01:53 -04:00
Zachary Michaels
fe04130846 Add missing include 2014-06-16 09:01:53 -04:00
Zachary Michaels
6098fce488 Remove spurious whitespace 2014-06-16 09:01:53 -04:00
Zachary Michaels
e6694c9746 Reorder constructor initializers 2014-06-16 09:01:53 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
5fcac268b7 Update miner.cpp
1. Added support for scratchpad memory allocation.
2014-06-16 03:35:55 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
72643c47da Update slow-hash.c
1. Added huge pages support and optimized scratchpad twiddling. (credits to dga).
2. Added aes-ni key expansion support.
3. Minor speedup to scratchpad initialization/finalization.
2014-06-16 03:35:09 -07:00
monero-project
9853ba8e06 Merge pull request #33 from mikezackles/arch_linux_build_fixes
Arch Linux build fixes
2014-06-15 14:02:49 -04:00
fluffypony
3bc16dc0e6 proper tx_pool handling from CryptoZoidberg / BBR 2014-06-15 09:48:13 +02:00
monero-project
0ddbd20129 added checkpoint @ 80000 2014-06-14 13:17:27 -04:00
Thomas Winget
c49cb04610 changed wallet mnemonic to use cout so it doesn't print to log 2014-06-12 19:39:02 -04:00
tom
205494f0d1 change hash for keygen from blake to keccak 2014-06-12 19:38:56 -04:00
tom
0c85229924 changed text a bit more 2014-06-12 19:38:29 -04:00
tom
305def9493 changed some print messages 2014-06-12 19:38:21 -04:00
Thomas Winget
da37b6f15b allow two-random-numbers wallet generation (but not as default) 2014-06-12 19:05:52 -04:00
Thomas Winget
b6a4751197 reworked command line args for simplewallet.
--generate-new-wallet and --wallet-file are now properly mutually-exclusive.
2014-06-12 19:05:52 -04:00
Thomas Winget
ce352392d5 DRY cin input_line (and test replacement of non-DRY usage) 2014-06-12 19:05:52 -04:00
Thomas Winget
537b911af1 stupid signed arithmetic. 2014-06-12 19:05:52 -04:00
Thomas Winget
8bc032ed09 more pointer-based derp 2014-06-12 19:05:51 -04:00
Thomas Winget
72c3f36ca4 fixed some pointer- and loop-based derps 2014-06-12 19:05:51 -04:00
Thomas Winget
d22e458c6c builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!) 2014-06-12 19:05:51 -04:00
Thomas Winget
8661f9a970 missing '.at' on two map calls. built on some machines, very strange... 2014-06-12 19:05:51 -04:00
Thomas Winget
e89949c766 revert 'dirty hack' change to crypto.h. need a better way for sure. 2014-06-12 19:05:51 -04:00
tom
cd63132502 compile issues, resolve later. commiting because switching machines 2014-06-12 19:05:51 -04:00
tom
f70bc3a345 defaulted new parameters in modified functions 2014-06-12 19:05:51 -04:00
Thomas Winget
4f382b3830 most functions prototyped/modified for wallet recovery 2014-06-12 19:05:51 -04:00
mydesktop
ea99573f99 new error code for rpc 2014-06-11 17:39:59 -04:00
mydesktop
75fc3e90b1 Fix for orphan fix (check blocksize) 2014-06-11 17:32:53 -04:00
Zachary Michaels
e84f39ae54 Link to pthreads on non-apple unix 2014-06-11 13:15:23 -04:00
monero-project
feac5a7b2d Correcting high orphan rate of blocks at pool 2014-06-11 10:46:56 -04:00
fluffypony
8e0f20f771 added new seed nodes 2014-06-10 17:29:37 +02:00
monero-project
3162fcb70f Merge pull request #24 from Neozaru/master
'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimation
2014-06-05 10:11:07 -04:00
Neozaru
de76efe9fe Added static_cast to hshd.current_height 2014-06-04 23:10:33 +02:00
Neozaru
7fea5645e2 'getinfo' daemon HTTP-RPC returns 'target_height' for progress estimations 2014-06-04 22:50:13 +02:00
paybee
133019cfc5 fixed conflict 2014-06-02 22:43:11 +02:00
paybee
295c284c3e Added incoming_transfers RPC API method 2014-06-02 22:36:35 +02:00
monero-project
24b4f47413 Merge pull request #21 from Neozaru/master
Added 'payment_id' optional argument to 'transfer' wallet RPC method
2014-06-02 10:53:52 -04:00
monero-project
e526fd3a3c Merge pull request #20 from artifexd/wallet_refresh
Enable wallet refresh before blockchain is saved or completely sync'd.
2014-06-02 10:53:22 -04:00
Neozaru
117393d562 Added 'payment_id' optional argument to 'transfer' wallet RPC method 2014-06-02 00:22:42 +02:00
artifexd
7f0b8465e7 Enable wallet refresh before blockchain is saved or completely sync'd. 2014-06-01 18:20:20 -04:00
Neozaru
8530629e22 Merge bitmonero@monero-project 2014-06-01 18:21:30 +02:00
paybee
0e52233212 Merge remote-tracking branch 'upstream/master' 2014-05-29 17:53:49 +02:00
Neozaru
506fd372ec simplewallet returns 0 when no error 2014-05-28 22:27:59 +02:00
Neozaru
d2f44503a7 Added '--exit-after-cmd' option in simplewallet 2014-05-28 22:21:52 +02:00
Neozaru
dfc092d3a9 Fixed return status for '--help'. Fixed wallet name (use macro instead of 'bytecoin wallet' 2014-05-28 21:58:38 +02:00
monero-project
2475ec877f typo in tx_pool.cpp 2014-05-28 13:19:24 -04:00
mydesktop
9761529941 fix typing mismatch 2014-05-27 16:45:50 -04:00
paybee
feacdded6b Added incoming_transfers RPC API method 2014-05-27 12:52:11 +02:00
mydesktop
328a52a543 dynamic tx size scaling for tx mempool 2014-05-26 20:57:50 -04:00
mydesktop
e995a7777a Merge remote-tracking branch 'origin/master' into 0.8.8update
Latest PR merged into experimental branch.
2014-05-26 19:53:12 -04:00
mydesktop
f545fd8ff0 maximum block size 130% of median 2014-05-26 19:51:22 -04:00
paybee
785814cb10 simplewallet exits when COMMAND is given as a command-line argument 2014-05-26 11:46:09 +02:00
mydesktop
31a59785b0 temporary fix for block reward dos 2014-05-25 20:25:37 -04:00
mydesktop
e717125073 enable checkpointed block verification 2014-05-25 15:47:32 -04:00
Neozaru
af5a28efe5 'mining_status' Daemon RPC command 2014-05-25 21:36:12 +02:00
mydesktop
3a3a817678 0.8.8update 2014-05-25 13:06:40 -04:00
Neozaru
17a9ee3f8f 'getaddress' wallet-rpc command 2014-05-25 00:20:46 +02:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
6d94334ad5 Update version.h.in
1. Updated version to 0.8.8.2
2014-05-21 09:43:59 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
44f61c3965 Update slow-hash.c
1. Added AES-NI support for modern processors.
2014-05-21 09:29:34 -07:00