Commit Graph

83 Commits (f4675dc05d0c716e120d3e5e3bca5ed23f245552)

Author SHA1 Message Date
Riccardo Spagni f4675dc05d
Merge pull request #203
10 years ago
warptangent 95eb944ead
Repeat prompt for wallet path if invalid
10 years ago
warptangent cfc8c55036
Add simple_wallet::seed_set_language method
10 years ago
warptangent 4c6230d6cf Checking and handling for deterministic vs non-deterministic wallet
10 years ago
warptangent 359ede3958 indentation
10 years ago
warptangent 2290eff6d6 replace lines with call to recently added print_seed()
10 years ago
Riccardo Spagni ef2a2b42c9
Merge pull request #186
10 years ago
warptangent 3dd19c4cd4 prompt for seed language and error handling
10 years ago
warptangent 3300ae5f4e remove unused display variable
10 years ago
Riccardo Spagni 4cd15cdde5
Merge pull request #1
10 years ago
iamsmooth cc74b43651 Remove DEFAULT_FEE, add temporary acceptance of too-small per-kb fee >= 0.1, denominations based on DEFAULT_DUST_THRESHOLD, document fee arg to create_transactions as unused, se DEFAULT_DUST_THRESHOLD for wallet dust collection instead of calcualted tx fee
10 years ago
Oran Juice f1eaf88ba6
Prints seed after wallet upgrade. Removed iostream include.
10 years ago
Oran Juice 031ca23ce9
Rewrites to old wallet file correctly
10 years ago
Oran Juice 0bd88ff256
Writes seed language while generating wallet. Wallet open fix.
10 years ago
Oran Juice 09a659edb5
Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility
10 years ago
Riccardo Spagni 732493c5cb
split mnemonic printout over 3 lines
10 years ago
Riccardo Spagni 434095d1f7
fixed conflict in CMakeLists
10 years ago
Riccardo Spagni 2322a94427
cleaned up OpenAlias messages in simplewallet
10 years ago
Oran Juice 443d46a6f1
Don't show Old English as an available option
10 years ago
Oran Juice 4517bac7f3
Restructured language sources to be singletons
10 years ago
Riccardo Spagni 0e777d0e65
simplewallet ignoring testnet port in RPC mode
10 years ago
Oran Juice cf70cc7787
Change seed message to '25' words from '24' words
10 years ago
Oran Juice 4f693d715c
Merge with origin/master
10 years ago
Oran Juice 2b60646c9b
Minor comment changes and code clean-up
10 years ago
Oran Juice 8f587ba1c8
CRC Checksum for word seed. Gives a new 25 word seed with checksum if one without checksum is passed. Doxygen comment fix.
10 years ago
Oran Juice f31adbc977
Doxygen comments in
10 years ago
Oran Juice 91aa25e055
Informs about old style mnemonics from older wallet and provides a new one. CMakeLists.txt update.
10 years ago
Oran Juice 262e155bab
Throw error when word list file is empty and quick bug fix
10 years ago
Oran Juice 3c0e87e1b6
Supports wallet restoration
10 years ago
Oran Juice a1ac92e185
Accepts seed language choice from user.
10 years ago
Oran Juice 26ea53d461
Copies word lists directory to the location of the executable
10 years ago
Thomas Winget 24f325a33d
Fixed artifacts from cherry-picking devel->master
10 years ago
Thomas Winget c14c7e1683 change to allow (at least a bit) for multiple TXT records
10 years ago
Thomas Winget f437cb58bf Simplewallet should now resolve urls to addresses
10 years ago
Oran Juice 6be139b511
Moved mnemonics code to src/mnemonics
10 years ago
Zachary Michaels d03308734b
Separate testnet address prefix
10 years ago
Zachary Michaels 658b6690a3
Separate rpc port for testnet
10 years ago
Zachary Michaels fb4146fa34 Reorganize testnet constants
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
Jakob Lind da523f30fc added viewkey command to CLI
10 years ago
Jakob Lind 2ba77629ad refactoring. get seed code in wallet2
10 years ago
Jakob Lind 6575d4ebe5 check its deterministic wallet before printing seed
10 years ago
Jakob Lind d0c8532819 remove help text about seed only displayed once
10 years ago
Jakob Lind 4fce57b9ad added seed command to get deterministic seed.
10 years ago
Jakob Lind e4273f2415 #36 simplewallet refresh include optional height param
10 years ago
fluffypony 6fc995fe5d License updated to BSD 3-clause
10 years ago
mikezackles 905b67bc79 Merge pull request #63 from mikezackles/bytecoin_for_merge
10 years ago
Zachary Michaels a016499a0e Fix thread count argument handling in simplewallet
10 years ago
Thomas Winget d433a696e5 wallet RPC converted to use new transaction semantics
10 years ago