Thomas Winget
f437cb58bf
Simplewallet should now resolve urls to addresses
...
Simplewallet should now do a DNS query on an address if it fails to
convert the given string to a binary representation of an address
(base58->binary). It will prompt the user, telling of what the "url"
passed was, what monero address it translated to, and whether or not
DNSSEC validation was a success, and ask for a confirmation that these
are all acceptable.
2014-09-23 22:58:25 +02:00
Oran Juice
6be139b511
Moved mnemonics code to src/mnemonics
2014-09-23 17:04:04 +05:30
Zachary Michaels
d03308734b
Separate testnet address prefix
2014-09-15 15:54:59 +02:00
Zachary Michaels
658b6690a3
Separate rpc port for testnet
2014-09-15 15:53:46 +02:00
Zachary Michaels
fb4146fa34
Reorganize testnet constants
2014-09-15 15:53:10 +02:00
Zachary Michaels
07470fd400
Add testnet flag
...
Source: cryptonotefoundation
2014-09-15 15:53:01 +02:00
Riccardo Spagni
8334ce0b24
versioning now includes the commit hash, or -final for tagged releases
2014-09-12 13:12:43 +02:00
Jakob Lind
da523f30fc
added viewkey command to CLI
2014-08-05 08:53:30 +02:00
Jakob Lind
2ba77629ad
refactoring. get seed code in wallet2
2014-08-03 16:58:21 +02:00
Jakob Lind
6575d4ebe5
check its deterministic wallet before printing seed
...
when running the seed command
2014-08-03 16:05:15 +02:00
Jakob Lind
d0c8532819
remove help text about seed only displayed once
2014-08-03 16:05:15 +02:00
Jakob Lind
4fce57b9ad
added seed command to get deterministic seed.
...
not yet password protected
2014-08-03 16:05:15 +02:00
Jakob Lind
e4273f2415
#36 simplewallet refresh include optional height param
...
height param is used optionally in refresh command
TODO: This should also be the default behaviour
when generating a new wallet.
2014-08-01 10:17:50 +02:00
fluffypony
6fc995fe5d
License updated to BSD 3-clause
2014-07-23 15:03:52 +02:00
mikezackles
905b67bc79
Merge pull request #63 from mikezackles/bytecoin_for_merge
...
Misc fixes from bytecoin
2014-07-17 19:23:49 -04:00
Zachary Michaels
a016499a0e
Fix thread count argument handling in simplewallet
2014-07-01 14:57:27 -04:00
Thomas Winget
d433a696e5
wallet RPC converted to use new transaction semantics
...
wallet RPC now uses wallet2::create_transactions and wallet2::commit_tx instead
of wallet2::transfer. This made it possible to add the RPC call /transfer_split, which
will split transactions automatically if they are too large. The old call to
/transfer will return an error stating to use /transfer_split if multiple
transactions are needed to fulfill the request.
2014-06-30 07:16:50 -04:00
Thomas Winget
2011b50280
removed erroneous printing of newlines
2014-06-30 07:16:50 -04:00
Thomas Winget
e5ab98a6f4
removed some debugging code (really stupid printf-style debuggng..
2014-06-30 07:16:50 -04:00
tom
62109840d6
Transaction splitting *seems* to be working!!!
2014-06-30 07:16:50 -04:00
Thomas Winget
9bfe0b9b6c
Added confirmation prompt if transactions are to be split
2014-06-30 07:16:50 -04:00
Thomas Winget
002ce963bf
added back successful tx message. oops.
2014-06-30 07:16:50 -04:00
Thomas Winget
8166650ae0
up tx splits limit 5 -> 30
2014-06-30 07:16:50 -04:00
Thomas Winget
2e048a4679
final changes to get transaction splitting building. needs testing.
2014-06-30 07:16:50 -04:00
tom
79e59d155b
working on dividing functions in prep for tx splitting
2014-06-30 07:16:50 -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
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
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
4f382b3830
most functions prototyped/modified for wallet recovery
2014-06-12 19:05:51 -04:00
Neozaru
117393d562
Added 'payment_id' optional argument to 'transfer' wallet RPC method
2014-06-02 00:22:42 +02:00
Neozaru
8530629e22
Merge bitmonero@monero-project
2014-06-01 18:21:30 +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
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
paybee
785814cb10
simplewallet exits when COMMAND is given as a command-line argument
2014-05-26 11:46:09 +02:00
mydesktop
3a3a817678
0.8.8update
2014-05-25 13:06:40 -04:00
Neozaru
4690670031
Added 'save_bc' command in daemon for saving blockchain remotely
2014-05-16 00:21:43 +02:00
mydesktop
333f975760
initial [broken] update
2014-05-03 12:19:43 -04:00
mydesktop
67df296650
various fixes to allow mac osx compilation
2014-04-30 13:52:21 -04:00
Antonio Juarez
a401a02ddb
Improvements in JSON RPC
2014-04-07 16:02:15 +01:00
Antonio Juarez
29c2859a3e
json rpc for wallet and bugfix
2014-04-02 17:00:17 +01:00
Antonio Juarez
8efa1313f3
some fixes
2014-03-20 11:46:11 +00:00
Antonio Juarez
296ae46ed8
moved all stuff to github
2014-03-03 22:07:58 +00:00