Commit Graph

10216 Commits (83b06a7ef8fa7a4296fa5a11158e3267c42ee782)
 

Author SHA1 Message Date
Thomas Winget 45bd182363 needed to remove REQUIRED from find_package(Threads)
10 years ago
Thomas Winget d433a696e5 wallet RPC converted to use new transaction semantics
10 years ago
Thomas Winget 2011b50280 removed erroneous printing of newlines
10 years ago
Thomas Winget 7c7696a830 missed removing a debug print
10 years ago
Thomas Winget e5ab98a6f4 removed some debugging code (really stupid printf-style debuggng..
10 years ago
tom 62109840d6 Transaction splitting *seems* to be working!!!
10 years ago
Thomas Winget 9bfe0b9b6c Added confirmation prompt if transactions are to be split
10 years ago
Thomas Winget 002ce963bf added back successful tx message. oops.
10 years ago
Thomas Winget 8166650ae0 up tx splits limit 5 -> 30
10 years ago
Thomas Winget 2e048a4679 final changes to get transaction splitting building. needs testing.
10 years ago
tom 79e59d155b working on dividing functions in prep for tx splitting
10 years ago
Thomas Winget fc1180bc6c Added comments to wallet functions
10 years ago
Thomas Winget 4c67dbb08e Merge pull request #55 from monero-project/revert-54-master
10 years ago
Thomas Winget 55721da1fd Revert "Do not fall over when refreshing balance fails"
10 years ago
monero-project e10100be20 Merge pull request #54 from zone117x/master
10 years ago
Matthew Little b87577f444 Do not fall over when refreshing balance fails
10 years ago
mydesktop eba62452c0 set max block size for gbt
10 years ago
monero-project 2a2b36d425 fix function typo
10 years ago
monero-project c050ff43bf Fix copy/paste bug, thx Boolberry
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo e12ccdf905 Update slow-hash.c
10 years ago
monero-project 05a5c62fe8 Merge pull request #48 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/master
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 156312f64a Update slow-hash.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 5fcac268b7 Update miner.cpp
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 72643c47da Update slow-hash.c
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 8fc42a21fc Merge branch 'master' of https://github.com/monero-project/bitmonero
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 81cf5650c4 Revert "Update slow-hash.c"
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 802d58054f Revert "Update miner.cpp"
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo c0520ad63d Update miner.cpp
10 years ago
NoodleDoodleNoodleDoodleNoodleDoodleNoo 37c5f393f1 Update slow-hash.c
10 years ago
monero-project 9853ba8e06 Merge pull request #33 from mikezackles/arch_linux_build_fixes
10 years ago
monero-project 88fe57fd8b Merge pull request #41 from fluffypony/master
10 years ago
fluffypony 3bc16dc0e6 proper tx_pool handling from CryptoZoidberg / BBR
10 years ago
monero-project 0ddbd20129 added checkpoint @ 80000
10 years ago
monero-project 94cc5a7d71 Merge pull request #37 from tewinget/signals_fix
10 years ago
Thomas Winget a521046ff2 Fixed console handler not properly exiting on SIGINT and such
10 years ago
monero-project 5489112b11 Merge pull request #35 from tewinget/master
10 years ago
Thomas Winget c49cb04610 changed wallet mnemonic to use cout so it doesn't print to log
10 years ago
tom 205494f0d1 change hash for keygen from blake to keccak
10 years ago
tom 0c85229924 changed text a bit more
10 years ago
tom 305def9493 changed some print messages
10 years ago
monero-project c3203c86c6 Merge pull request #34 from tewinget/master
10 years ago
Thomas Winget da37b6f15b allow two-random-numbers wallet generation (but not as default)
10 years ago
Thomas Winget b6a4751197 reworked command line args for simplewallet.
10 years ago
Thomas Winget ce352392d5 DRY cin input_line (and test replacement of non-DRY usage)
10 years ago
Thomas Winget 537b911af1 stupid signed arithmetic.
10 years ago
Thomas Winget 8bc032ed09 more pointer-based derp
10 years ago
Thomas Winget 72c3f36ca4 fixed some pointer- and loop-based derps
10 years ago
Thomas Winget d22e458c6c builds, but doesn't link. other than that, electrum-style recovery implemented (but not tested\!)
10 years ago
Thomas Winget 8661f9a970 missing '.at' on two map calls. built on some machines, very strange...
10 years ago
Thomas Winget e89949c766 revert 'dirty hack' change to crypto.h. need a better way for sure.
10 years ago