Oran Juice
70971be96b
Doxygen comments
2014-10-19 01:08:21 +05:30
Oran Juice
031ca23ce9
Rewrites to old wallet file correctly
2014-10-19 01:00:18 +05:30
Oran Juice
1f833dcf77
Doxygen comments in
2014-10-18 23:11:05 +05:30
Oran Juice
0bd88ff256
Writes seed language while generating wallet. Wallet open fix.
2014-10-18 23:01:43 +05:30
Oran Juice
09a659edb5
Stores seed language in wallet file. added rapidjson. Yet to test backward compatibility
2014-10-18 02:21:37 +05:30
Riccardo Spagni
acb29cdb0f
fixed errant >
2014-10-15 12:21:09 +02:00
Riccardo Spagni
2de2c52c02
Merge pull request #178
...
b032619
Commented most of src/serialization/ going to read up more on variant's and finish off the job/add last touchs next (jebes)
2014-10-15 12:15:37 +02:00
Riccardo Spagni
db5ca73fdd
Merge pull request #176
...
b94b8cd
Added unit test. Fails for Japanese for some reason. (Oran Juice)
4c8a628
Remove iostream header put in during testing (Oran Juice)
9875f5b
Variable unique prefix lengths for seed (Oran Juice)
2014-10-15 12:14:49 +02:00
Riccardo Spagni
0790aea6c8
Merge pull request #174
...
28dfb4b
capitalize Keccak everywhere (David G. Andersen)
ce2ad65
typo fix - cryptonight, not cryptonote (David G. Andersen)
2014-10-15 11:32:16 +02:00
Riccardo Spagni
98a592bc44
fixed conflict in tests CMakeLists
2014-10-15 11:10:04 +02:00
jebes
b032619a9c
Commented most of src/serialization/ going to read up more on variant's and finish off the job/add last touchs next
2014-10-13 16:00:09 -04:00
Oran Juice
b94b8cd798
Added unit test. Fails for Japanese for some reason.
2014-10-08 00:44:26 +05:30
Oran Juice
4c8a628de2
Remove iostream header put in during testing
2014-10-07 16:14:03 +05:30
Oran Juice
9875f5b875
Variable unique prefix lengths for seed
2014-10-07 12:49:36 +05:30
Riccardo Spagni
bc537ac095
miniupnpc static define change
2014-10-07 00:44:44 +02:00
Riccardo Spagni
6f65ab1904
Merge pull request #175
...
b419075
added hardcoded checkpoint at block 249380 (Riccardo Spagni)
7c1d3b5
fixed miniupnpc dynamic target (Riccardo Spagni)
26728d9
mingw library tweaks (Riccardo Spagni)
2cf94c1
fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems (Riccardo Spagni)
b05e27f
need to link with -ldl on Linux when building statically (Riccardo Spagni)
e55982a
set the winsock variable differently on Windows (Riccardo Spagni)
0586a27
fixed configure_command for libunbound under mingw (Riccardo Spagni)
f8fd036
turns out mingw does actually produce .a libs and not .dll.a (Riccardo Spagni)
6be3d1d
added bison/yacc static build dependency (Riccardo Spagni)
1afba73
quieten CMake when it can't find packages (Riccardo Spagni)
735a017
removed required flags from miniupnp and unbound (Riccardo Spagni)
6b7ac4b
enforce static libraries when building statically (Riccardo Spagni)
1d5991e
include openssl in linbunbound static linking, added errors for openssl and expat (Riccardo Spagni)
6ef8ae8
reference the correct unbound static lib (Riccardo Spagni)
23cc93c
added libtool's install command (Riccardo Spagni)
409e9ba
use the correct CMake variable for static builds (Riccardo Spagni)
3a0b00a
build libunbound correctly (Riccardo Spagni)
75a616f
fix missing parentheses (Riccardo Spagni)
59172ee
build libunbound from external if no local libunbound or for static builds (Riccardo Spagni)
1dee71a
added static build dependency instructions to README (Riccardo Spagni)
ff3a766
added static build dependency instructions to README (Riccardo Spagni)
5829b35
include openssl in linbunbound static linking, added errors for openssl and expat (Riccardo Spagni)
c70fa86
reference the correct unbound static lib (Riccardo Spagni)
954a244
added libtool's install command (Riccardo Spagni)
fd52015
use the correct CMake variable for static builds (Riccardo Spagni)
cc0f6a6
build libunbound correctly (Riccardo Spagni)
8c00098
fix missing parentheses (Riccardo Spagni)
cee8747
build libunbound from external if no local libunbound or for static builds (Riccardo Spagni)
add1a60
added static build dependency instructions to README (Riccardo Spagni)
2014-10-07 00:21:53 +02:00
Riccardo Spagni
b41907574a
added hardcoded checkpoint at block 249380
2014-10-07 00:08:47 +02:00
David G. Andersen
28dfb4b178
capitalize Keccak everywhere
2014-10-06 17:44:23 -04:00
David G. Andersen
ce2ad65599
typo fix - cryptonight, not cryptonote
2014-10-06 17:42:58 -04:00
Riccardo Spagni
2cf94c1321
fix for mingw not playing nicely with libunbound configure, fix for correctly finding static libs on various operating systems
2014-10-06 22:29:07 +02:00
Riccardo Spagni
fd52015a2d
use the correct CMake variable for static builds
2014-10-06 18:08:33 +02:00
Riccardo Spagni
cee87473ad
build libunbound from external if no local libunbound or for static builds
2014-10-06 18:08:32 +02:00
David G. Andersen
e4fb913b2d
Fix comment start for two functions
2014-10-06 10:15:21 -04:00
moneromooo-monero
beecd139a2
core_rpc_server: use do while(0) idiom in macros using if
2014-10-06 14:58:35 +01:00
moneromooo-monero
add803be89
core_rpc_server: fix overreads in slow_memmem
...
It would read data outside the allocated space in a couple cases.
2014-10-06 14:57:49 +01:00
Riccardo Spagni
2c739371ac
Merge pull request #170
...
46f26ff
another typo fix (David G. Andersen)
ac6bc48
fix typo (David G. Andersen)
d744dd1
More documentation (David G. Andersen)
4d493f6
initial doxygen commenting of the CryptoNight proof-of-work code (David G. Andersen)
2014-10-06 10:30:48 +02:00
Riccardo Spagni
664ae0085d
Merge pull request #167
...
aeaa44f
fixed signed-unsigned issue from 166 (Thomas Winget)
2014-10-06 10:27:17 +02:00
Riccardo Spagni
010bfcfd18
minor English wordlist tweaks
2014-10-06 08:47:04 +02:00
David G. Andersen
46f26ffe88
another typo fix
2014-10-05 20:32:49 -04:00
Riccardo Spagni
732493c5cb
split mnemonic printout over 3 lines
2014-10-05 21:19:29 +02:00
David G. Andersen
ac6bc4859f
fix typo
2014-10-05 14:14:59 -04:00
David G. Andersen
d744dd1be5
More documentation
2014-10-05 13:47:13 -04:00
David G. Andersen
4d493f6d4f
initial doxygen commenting of the CryptoNight proof-of-work code
2014-10-05 12:33:39 -04:00
Riccardo Spagni
e5ac88819a
added other skipped commit
2014-10-05 12:55:59 +02:00
Riccardo Spagni
aa6e8a92f6
added skipped commit
2014-10-05 12:52:40 +02:00
Riccardo Spagni
a41f23921c
added trim_length to language_base class, added license to langeuage_base
2014-10-05 12:42:40 +02:00
Riccardo Spagni
7e5331e612
new English word list, trim length of 3, average word size of 6 letters, designed to be a bit unusual and thus easier to memorise
2014-10-05 11:44:06 +02:00
Riccardo Spagni
434095d1f7
fixed conflict in CMakeLists
2014-10-05 11:40:25 +02:00
Oran Juice
41948fa2ec
Uses new Japanese file. Gives credit to dabura667. English file indentation tabs to spaces.
2014-10-05 02:41:15 +05:30
Riccardo Spagni
1160505454
fixed checkpointing bug
2014-10-03 21:45:29 +02:00
Riccardo Spagni
c4d6658f4c
quick hacky fix for broken TXT reads
2014-10-03 15:10:21 +02:00
Riccardo Spagni
2322a94427
cleaned up OpenAlias messages in simplewallet
2014-10-03 14:21:13 +02:00
Oran Juice
443d46a6f1
Don't show Old English as an available option
2014-10-03 16:25:44 +05:30
Riccardo Spagni
1663089b33
MoneroPulse log wording tweaks
2014-10-03 10:31:36 +02:00
Thomas Winget
aeaa44fe86
fixed signed-unsigned issue from 166
...
Loss of entropy can be discussed at a later time, but is
not deemed a significant issue for now.
2014-10-02 19:12:12 -04:00
Riccardo Spagni
6f7ed13b72
moved checkpoint log level
2014-10-02 19:39:24 +02:00
Riccardo Spagni
3e644c25c4
moved file checkpointing log output to log1
2014-10-02 19:38:28 +02:00
Oran Juice
3e6b6bad2d
Had missed const and had to use .at instead of []
2014-10-02 22:36:02 +05:30
Riccardo Spagni
18281f4d20
remove dangling upnp port mappings, updated miniupnpc
2014-10-02 18:54:55 +02:00
Riccardo Spagni
8c37823d45
remove pthreads, successfully tested on gcc 4.9.1 without pthreads
2014-10-02 18:54:55 +02:00
Oran Juice
b80755063e
Stop copying word list files to build directory
2014-10-02 21:47:49 +05:30
Oran Juice
4498e9efa0
Removed old word list file
2014-10-02 21:46:16 +05:30
Oran Juice
d683c8c724
Use reference types on LHS when using language methods
2014-10-02 21:45:31 +05:30
Oran Juice
fa723d8af8
Cut short word lists to 1626 words, added attribution to Electrum, some bug fixes
2014-10-02 21:44:26 +05:30
Oran Juice
4517bac7f3
Restructured language sources to be singletons
2014-10-02 21:43:28 +05:30
Oran Juice
6c3b85de21
Separated word lists to header files
2014-10-02 21:41:56 +05:30
Riccardo Spagni
1cf22b27a6
Merge pull request #165
...
c0bdd51
Daemon should now exit on conflicting checkpoints (Thomas Winget)
f0b4138
various changes to runtime checkpoint updating (Thomas Winget)
7568f89
Fixed segfault with checkpoints loading (Thomas Winget)
b261d92
DNS checkpoint updating added, and daemon flag to enforce them (Thomas Winget)
30caebf
reload checkpoints file every ~hr and print if any fail (Thomas Winget)
0e14491
updated DNSResolver/things that use it for DNSSEC (Thomas Winget)
6f2c2e1
Adding an identical existing checkpoint should not error (Thomas Winget)
2014-10-02 16:48:05 +02:00
Riccardo Spagni
0e777d0e65
simplewallet ignoring testnet port in RPC mode
2014-10-01 11:13:46 +02:00
Thomas Winget
c0bdd511c3
Daemon should now exit on conflicting checkpoints
...
If the "enforce DNS checkpoints" flag is not enabled, it should not exit
if DNS checkpoints conflict with the others, but should still print a
warning to the user.
2014-09-30 16:21:37 -04:00
Thomas Winget
f0b4138f1f
various changes to runtime checkpoint updating
...
json checkpoints will be checked every 10 minutes, dns every 60.
json checkpoints always enforced, dns still with flag.
conflicting checkpoints is hard fail, but soft if dns enforce flag not
set and dns checkpoints are wonky.
2014-09-30 16:21:37 -04:00
Thomas Winget
7568f89c55
Fixed segfault with checkpoints loading
...
Bounds checking on blockchain_storage' m_blocks.size() when validating
against checkpoints. Also moved initial json & DNS checkpoints load to
after blockchain init.
2014-09-30 16:21:37 -04:00
Thomas Winget
b261d9207b
DNS checkpoint updating added, and daemon flag to enforce them
...
The daemon should now check for updated checkpoints from
checkpoints.moneropulse.org as well as from the configured json file
every ~1hr (and on launch).
The daemon now has a flag to enable enforcing these checkpoints (rather
than just printing a warning when they fail).
TODO: an easily configurable list of DNS servers to check for
checkpoints as opposed to the hard-coded "checkpoints.moneropulse.org"
2014-09-30 16:21:37 -04:00
Thomas Winget
30caebfce3
reload checkpoints file every ~hr and print if any fail
...
also some other minor bug squashing and code formatting
2014-09-30 16:21:37 -04:00
Thomas Winget
0e1449135d
updated DNSResolver/things that use it for DNSSEC
...
Note: DNSResolver does not yet *use* DNSSEC, but rather this commit is
preparation for including DNSSEC validation. The function in
src/wallet/wallet2.cpp that uses DNSResolver still needs its parameters
updated accordingly.
2014-09-30 16:21:37 -04:00
Thomas Winget
6f2c2e1c27
Adding an identical existing checkpoint should not error
...
For checkpoints being read at runtime to work correctly, the checkpoint
add code needs to not return false if a checkpoint is added that already
exists. In this case, instead return false if the checkpoint is for a
height that already has a checkpoint and the hashes are different.
2014-09-30 16:17:26 -04:00
Oran Juice
423bf69dca
Added attribution to Electrum for their word-lists
2014-09-30 23:53:02 +05:30
Oran Juice
4cbf8d4243
Is forgiving of spelling mistakes beyond the 1st 4 characters.
2014-09-30 23:30:27 +05:30
Oran Juice
cf70cc7787
Change seed message to '25' words from '24' words
2014-09-30 18:17:56 +05:30
Oran Juice
4f693d715c
Merge with origin/master
2014-09-28 15:52:05 +05:30
Oran Juice
2b60646c9b
Minor comment changes and code clean-up
2014-09-28 14:10:23 +05:30
Oran Juice
473c9644a9
Default to new style English seed
2014-09-28 13:49:47 +05:30
Oran Juice
230b80a5db
Minor code refactor and comment changes
2014-09-28 13:48:52 +05:30
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.
2014-09-28 02:29:25 +05:30
Oran Juice
f31adbc977
Doxygen comments in
2014-09-27 18:20:15 +05:30
Oran Juice
91aa25e055
Informs about old style mnemonics from older wallet and provides a new one. CMakeLists.txt update.
2014-09-27 17:04:23 +05:30
Oran Juice
262e155bab
Throw error when word list file is empty and quick bug fix
2014-09-27 00:55:21 +05:30
Oran Juice
3c0e87e1b6
Supports wallet restoration
2014-09-26 23:34:35 +05:30
Oran Juice
a1ac92e185
Accepts seed language choice from user.
2014-09-25 18:04:30 +05:30
Riccardo Spagni
59a8366bb1
Revert "low risk, potentially varint overflow bug patched thanks to BBR"
...
This reverts commit 4e2b2b942d
.
2014-09-25 08:24:42 +02:00
Thomas Winget
fab95aef64
Remove LDNS dep and fix a bug in libunbound const correctness fix
2014-09-24 23:45:01 -04:00
Thomas Winget
2248124453
Removed ldns dependency
...
ldns dependency was only still around for constants defined in ldns/rr.h,
but those constants are RFC specified DNS constants, and to reduce deps
have been replicated in dns_utils.h instead of including ldns/rr.h.
2014-09-24 22:45:17 -04:00
Riccardo Spagni
4e2b2b942d
low risk, potentially varint overflow bug patched thanks to BBR
2014-09-24 22:17:33 -04:00
Thomas Winget
738357459b
libunbound has const correctness issues...
2014-09-24 20:05:34 -04:00
Tomer Konforty
06a4578bf2
Added ability to read chechpoint hashes from json file in data folder
2014-09-25 00:00:44 +02:00
iamsmooth
9956b68b18
checkpoint
2014-09-24 23:52:40 +02:00
iamsmooth
d19cf1f458
checkpoint
2014-09-24 23:52:31 +02:00
iamsmooth
c428c29051
checkpoints
2014-09-24 23:52:26 +02:00
iamsmooth
b1d586af4b
checkpoint
2014-09-24 23:52:20 +02:00
iamsmooth
400f1016dd
checkpoints
2014-09-24 23:52:13 +02:00
Riccardo Spagni
bff1f9d4c4
redo FindUnbound.cmake
2014-09-24 20:38:24 +02:00
Oran Juice
26ea53d461
Copies word lists directory to the location of the executable
2014-09-24 22:44:36 +05:30
Riccardo Spagni
d1a7f699c6
use boost::asio::ip::address because cross-platform plz
2014-09-24 14:45:54 +02:00
Thomas Winget
1e193d687d
temp commit
2014-09-24 09:13:18 +02:00
Thomas Winget
1dece111cc
Added function to check syntax of URL for DNS lookup
...
For now, simply checks for '.' character, but that will be easy to
change in the future if necessary/desired.
2014-09-23 22:59:57 +02:00
Thomas Winget
24f325a33d
Fixed artifacts from cherry-picking devel->master
2014-09-23 22:59:47 +02:00
Thomas Winget
c14c7e1683
change to allow (at least a bit) for multiple TXT records
2014-09-23 22:58:28 +02:00
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
Thomas Winget
a5757a628f
Monero addres from DNS TXT record implemented, tests pass
...
Still need to deal with DNSSEC and optional fields in the TXT record.
2014-09-23 22:58:21 +02:00
Thomas Winget
3fb0fc020f
seed node DNS code updated to use DNSResolver
...
Also implemented rudimentary IPv6 support, but commented it out because
it's not widely supported by ISPs for now, and thus is not currently
supported by Monero.
2014-09-23 22:58:17 +02:00
Thomas Winget
9a3b18dbc2
Use the loop iterator, previous version of me.
2014-09-23 22:58:13 +02:00
Thomas Winget
578050e91d
ipv4 and ipv6 resolution working
...
IPv4 and IPv6 name resolution working.
Unit tests written (and passing).
net_node.{h,inl} code modified to use DNS seeds.
2014-09-23 22:58:07 +02:00
Thomas Winget
dea98df6b1
Updated CMake files -- added libunbound linker flag
...
CMake config file written, but was unable to test/get it working
properly because of a bug in CMake with functions related to
find_package. Simple "-lunbound" flag used in its stead for now. May
not build on non-Linux systems, not sure yet.
2014-09-23 22:58:02 +02:00
Thomas Winget
1ae6db25e6
Initial commit of DNS code
2014-09-23 22:57:57 +02:00
Oran Juice
608572eead
Check for error after opening word list file
2014-09-23 20:48:15 +05:30
Oran Juice
09170b4d3b
Added code to separate old word list to raw input file and support for multiple new languages
2014-09-23 18:34:39 +05:30
Oran Juice
6be139b511
Moved mnemonics code to src/mnemonics
2014-09-23 17:04:04 +05:30
Zachary Michaels
59ab569da1
Give up on brace initializers in initializer lists (MSVC bug)
2014-09-15 23:14:24 +02:00
Riccardo Spagni
ffe7bf8c1c
another fix for CMake empty vars
2014-09-15 23:07:47 +02:00
Riccardo Spagni
de442fb9ad
Prevent CMake choking on empty vars
2014-09-15 23:04:58 +02:00
Riccardo Spagni
070ff889d2
More robust versioning in CMake, plus comments
2014-09-15 23:01:50 +02:00
Zachary Michaels
9db881864d
Fix time_t serialization issue
...
On 32-bit MinGW-w64, time_t is int32_t. The existing code was serializing
time_t directly and implicitly assuming that time_t is int64_t. This commit
formalizes that assumption by serializing int64_t directly and casting to
time_t where appropriate.
Thanks go to greatwolf for reporting this issue.
monero-project/bitmonero#88
2014-09-15 22:38:46 +02:00
Zachary Michaels
f64a68e7cc
Force CMake to link the runtime statically
2014-09-15 22:36:02 +02:00
Zachary Michaels
45bc24d69b
Another preprocessor fix (difficulty.cpp)
2014-09-15 22:33:10 +02:00
Zachary Michaels
aba3497fdd
More preprocessor fixes for slow-hash
2014-09-15 22:33:10 +02:00
Zachary Michaels
cf91545734
Correct includes for mingw in slow-hash
...
This needs testing
2014-09-15 22:33:10 +02:00
Zachary Michaels
2b76e9d8a3
Change Windows include to windows
...
mingw is case sensitive
2014-09-15 22:33:10 +02:00
Riccardo Spagni
b92a8b53e0
fix CMake for multiplatform versioning
2014-09-15 20:15:26 +02:00
Riccardo Spagni
72a80f6213
fixed incorrect version reference
2014-09-15 15:58:22 +02:00
Zachary Michaels
95a2701ec5
Change testnet prefix
2014-09-15 15:55:07 +02:00
Zachary Michaels
120c84d04f
Make P2P use the testnet data dir
2014-09-15 15:55:07 +02:00
Zachary Michaels
23525655fa
Replace macro with equivalent function call
...
Also removed useless bool return
2014-09-15 15:55:07 +02:00
Zachary Michaels
d03308734b
Separate testnet address prefix
2014-09-15 15:54:59 +02:00
Zachary Michaels
ee1bacc64f
Add testnet seed nodes
2014-09-15 15:54:24 +02:00
Zachary Michaels
4a6eb0a016
Create testnet data dir if necessary
2014-09-15 15:54:24 +02:00
Zachary Michaels
018e251cc0
Separate testnet default data dir
2014-09-15 15:54:19 +02:00
Zachary Michaels
3ef7f33300
Add descriptions for RPC command line params
2014-09-15 15:53:50 +02:00
Zachary Michaels
1e38a02bb5
Add testnet genesis tx as output by CN reference
2014-09-15 15:53:50 +02:00
Zachary Michaels
96eed84aad
Pass tx and nonce to genesis block constructor
2014-09-15 15:53:50 +02:00
Zachary Michaels
257077a96b
Separate network id for testnet
2014-09-15 15:53:50 +02:00
Zachary Michaels
658b6690a3
Separate rpc port for testnet
2014-09-15 15:53:46 +02:00
Zachary Michaels
98ed9a41f7
Separate p2p port for testnet
2014-09-15 15:53:10 +02:00
Zachary Michaels
fb4146fa34
Reorganize testnet constants
2014-09-15 15:53:10 +02:00
Zachary Michaels
79862ad1de
Add 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
51011ed960
fix logic in tag check, AND -> OR
...
Signed-off-by: Riccardo Spagni <ric@spagni.net>
2014-09-15 08:24:32 +02:00
Riccardo Spagni
3129d51eb4
ignore tag check if we haven't pulled tags
...
Signed-off-by: Riccardo Spagni <ric@spagni.net>
2014-09-15 08:22:52 +02:00
Riccardo Spagni
d97191d4f9
new Makefile target: release-static
2014-09-15 08:18:11 +02:00
Riccardo Spagni
9c56b38b16
Merge pull request #136
...
bb2b606
fix incorrect error message (obvious cut and paste bug from upstream) (iamsmooth)
6b77e83
Change wallet to not try to extract tx public key when tx has no outputs (fixes 202612 tx format messages and is otherwise correct) (iamsmooth)
08205f0
output rng fix from boolberry (iamsmooth)
2014-09-13 10:24:39 +02:00
iamsmooth
bb2b606e91
fix incorrect error message (obvious cut and paste bug from upstream)
2014-09-13 08:04:05 +00:00
iamsmooth
6b77e8358c
Change wallet to not try to extract tx public key when tx has no outputs (fixes 202612 tx format messages and is otherwise correct)
2014-09-13 04:25:33 +00:00
iamsmooth
08205f01d9
output rng fix from boolberry
2014-09-12 22:57:32 +00:00
Riccardo Spagni
570b90eb43
fixed cmake variable matching
2014-09-12 13:27:30 +02:00
Riccardo Spagni
8334ce0b24
versioning now includes the commit hash, or -final for tagged releases
2014-09-12 13:12:43 +02:00
jebes
a13e879251
HOW DO I ENGLISH?
2014-09-11 10:45:05 -04:00
jebes
f7900ccfc1
mispelled brief, corrected it
2014-09-11 10:36:39 -04:00
jebes
dfed3d39b6
Merge remote-tracking branch 'upstream/master'
2014-09-11 10:20:55 -04:00
jebes
9d6f9335d1
HOW DO I GIT?
2014-09-11 10:20:17 -04:00
jebes
a70bf86037
Documented varint
2014-09-11 10:14:05 -04:00
fluffypony
d21cf293e1
added license to CMake
2014-09-11 08:25:07 +02:00
fluffypony
8d8b47e69f
more dynamic miniupnp fixes
2014-09-10 20:01:30 +02:00
fluffypony
59c0423eae
miniupnpc includes fixed
2014-09-10 18:22:20 +02:00
fluffypony
81490d2aea
miniupnpc changes for freebsd
2014-09-10 14:19:42 +02:00
fluffypony
ccb2ab2b7b
mmap on FreeBSD doesn't have MAP_HUGETLB
2014-09-10 14:01:39 +02:00
fluffypony
110f110181
Include sys/time.h on BSD
2014-09-10 13:58:43 +02:00
fluffypony
a8d043b6dd
replace ftime with gettimeofday on FreeBSD because lcompat is stupid
2014-09-10 13:55:39 +02:00
fluffypony
0e343ecfdf
make FreeBSD use -lcompat till we can fix ftime()
2014-09-10 13:25:34 +02:00
jebes
c085e9294f
commented util.h
2014-09-09 20:18:23 -04:00
fluffypony
266c639f4f
more FreeBSD fixes
2014-09-09 14:49:13 +02:00
fluffypony
e1d31e0a8b
malloc.h reference fixed for FreeBSD
2014-09-09 14:07:57 +02:00
fluffypony
6afbdd9754
FreeBSD alloca.h reference fixed
2014-09-09 12:37:19 +02:00
fluffypony
4ba680f294
a few more error messages moved to log level 1
2014-09-09 12:28:16 +02:00
fluffypony
cf5a8b1d6c
moved non-critical warnings and errors to log level 1
2014-09-09 11:32:00 +02:00
fluffypony
4290c78160
build number increase after release
2014-09-07 08:33:41 +02:00
iamsmooth
0a9f2f5236
fix checkpoints
2014-09-06 21:56:39 +02:00
iamsmooth
07680e553f
bug fix to checkpoint-on-restore; still fails on 612
2014-09-06 21:56:34 +02:00
iamsmooth
480cf9668f
checkpoints on restore; currently fails on 212 checkpoint
2014-09-06 21:56:29 +02:00
rfree2monero
2ef0aee81d
Fix tree-hash cnt n^2. Asserts, comment. Squash2
2014-09-06 21:56:24 +02:00
Thomas Winget
c05489938f
override for get_block_longhash for block 202612
2014-09-06 21:56:18 +02:00
Thomas Winget
9a16bb9936
added double-check for 202612 block id
...
if a new block has the same block id as 202612 but the wrong blobdata,
this will tell the caller that the block id is actually null_hash rather
than the 202612 block id.
2014-09-06 21:56:12 +02:00
Thomas Winget
115f9523fa
hex_to_pod needs the destination as an arg, as opposed to it returning the pod
2014-09-06 21:56:06 +02:00
Thomas Winget
a544603a7b
Override for block hashing for block 202612
...
Since we need to fix tree_hash, but doing so would invalidate the block
id for block 202612, this fix should check to see if we're trying to get
the block id for 202612 (if its blob hash matches) and return the "old"
block id, for backwards compatibility.
2014-09-06 21:54:58 +02:00
fluffypony
f8025cada9
fixed OS X malloc.h reference
2014-09-02 12:08:27 +02:00
fluffypony
6f04cdbd07
bumped build number
2014-08-25 18:54:48 +02:00
fluffypony
1829966fea
quick additional patch
2014-08-23 22:43:13 +02:00
fluffypony
db69298b95
quick fee ramp to prevent spam attack
2014-08-23 22:21:18 +02:00
Jakob Lind
67b91ea769
added view_key to wallet RPC command query_key
2014-08-05 08:57:08 +02:00
Jakob Lind
da523f30fc
added viewkey command to CLI
2014-08-05 08:53:30 +02:00
Jakob Lind
0c3255ead8
query_key command in wallet rpc.
...
only support mnemonic as key_type currently
2014-08-05 08:17:23 +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
Thomas Winget
bdac624899
restored wallets will have timestamp set to June 8 2014.
2014-08-03 09:49:31 -04:00
fluffypony
9228dbf1e9
build number increased in staging
2014-08-02 17:15:46 +02:00
Riccardo Spagni
ba99a86333
Merge pull request #73 from jakoblind/refresh_height
...
Optional height parameter for wallet refresh
2014-08-02 11:13:26 +02:00
Riccardo Spagni
d1b0ee7ecd
Merge pull request #64 from mikezackles/bytecoin_tx_pool_tmp
...
tx pool fixes, courtesy of Bytecoin
2014-08-01 17:31:15 +02:00
Jakob Lind
29c675acc0
#36 make it compile and work properly
2014-08-01 11:29:55 +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
Riccardo Spagni
0a87cb0b33
Merge pull request #70 from fluffypony/master
...
New readme, license changes
2014-07-23 18:26:06 +02:00
Erik Kimmo
a59b6205cd
wallet rpc: actually populate the extra while assembling a transaction
2014-07-23 19:27:23 +04:00
fluffypony
6fc995fe5d
License updated to BSD 3-clause
2014-07-23 15:03:52 +02:00
Thomas Winget
a99143444c
Changed time_t to uint64_t for serialization
...
time_t is implementation-, architecture-, and apparently
compiler-dependent. As an example, on my machine if I build a 64-bit
binary, sizeof(time_t) is 8, but for a 32-bit binary it's 4. uint64_t
is therefore much more consistent for serialization, given that RPC
calls are potentially made between different machines.
2014-07-23 05:59:31 -04:00
Thomas Winget
ad4061002c
Missed serializing a get_connections RPC response parameter
2014-07-22 20:54:45 -04:00
Zachary Michaels
2796a7f015
Add get_info command to daemon json rpc
2014-07-22 14:00:10 -04:00
Zachary Michaels
12596ad566
Add get_bulk_payments rpc call
2014-07-22 12:16:15 -04:00
Thomas Winget
9f88b7ce6b
Added get_connections RPC call to daemon
2014-07-18 19:33:03 -04: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
61e447f7c8
Remove dead code
2014-07-17 19:18:24 -04:00
Zachary Michaels
e48cf2a3a9
Remove second tx size check
2014-07-17 18:47:18 -04:00
Zachary Michaels
23c914ccfe
Don't check max tx size when adding to block
...
This is now done when adding transactions to the pool.
2014-07-17 17:11:21 -04:00
Zachary Michaels
e3b8c58496
Don't check for min fee when adding tx to block
...
This is now done when transactions enter the pool.
2014-07-17 17:10:35 -04:00
Zachary Michaels
232e23e90f
Decrease max block size from 200% median to 130%
2014-07-17 16:56:31 -04:00
Zachary Michaels
c017bb0656
Use print_money in log
2014-07-17 16:56:28 -04:00
Zachary Michaels
d9f3421ce7
Minimum tx fee for entering pool
2014-07-17 16:55:40 -04:00
Zachary Michaels
8e99cee062
Start fresh if tx_pool deserialize fails
2014-07-17 16:53:48 -04:00
Zachary Michaels
a3f5764869
Add transaction size limit
...
Transactions larger than the limit will not enter the pool
2014-07-17 16:53:48 -04:00
Zachary Michaels
4d25350a82
Use const where appropriate in tx_pool
2014-07-17 16:31:31 -04:00
Zachary Michaels
9872d205ff
Make some tx_pool methods static
2014-07-17 14:02:17 -04:00
Zachary Michaels
85a04cb168
Make some tx_pool methods private
2014-07-17 11:25:41 -04:00
Zachary Michaels
a016499a0e
Fix thread count argument handling in simplewallet
2014-07-01 14:57:27 -04:00
Zachary Michaels
dee9abcd60
Match empty RPC request with other requests
2014-07-01 14:57:27 -04:00
Zachary Michaels
efad8c9f31
Switch list to vector for RPC serialization
2014-07-01 14:57:27 -04:00
Zachary Michaels
a633c11cbb
Remove unused function
2014-07-01 14:57:27 -04:00
Zachary Michaels
7259f07a20
Fix assert bug in base58 encode
...
The previous implementation was almost certainly a typo.
full_block_size is the maximum index in the encoded_block_sizes array,
and size is used as an index in this array. So now 1 <= size <=
full_block_size == 8 instead of 1 <= size <= sizeof(full_block_size) ==
size_of(size_t) == ? (maybe 4 on 32-bit systems!)
2014-07-01 14:57:27 -04:00
Zachary Michaels
26c83c5dea
Explicit namespaces
2014-07-01 14:57:27 -04:00
Zachary Michaels
28af03208b
Remove redeclaration
2014-07-01 14:57:26 -04:00
Zachary Michaels
b1413fd045
C++ style cast
2014-07-01 14:57:26 -04:00
Zachary Michaels
b3092d4e00
Comment unused functions in cryptonote_core
2014-07-01 14:57:26 -04:00
Zachary Michaels
e344b9c734
Improved (fixed?) serialization for vec<uint32_t>
2014-07-01 14:57:26 -04:00
Zachary Michaels
f98c8abf42
Add missing pragma
2014-07-01 14:57:26 -04:00
Zachary Michaels
5fca5a0e5d
Add missing pragma
2014-07-01 14:57:26 -04:00
Zachary Michaels
aaced6ff9b
Add missing pragma
2014-07-01 14:57:26 -04:00
Zachary Michaels
17f0967472
Allow priority peers when there are exclusive peers
...
Per my reading this change makes sense since a subset of the exclusive
peers could be priority peers. Priority peers that are not exclusive
will not get loaded, and priority peers that *are* exclusive will get
special treatment. Prior to this change it looks like priority peers
were silently ignored when exclusive peers were provided.
2014-07-01 14:57:26 -04:00
Zachary Michaels
bd7d20a58a
Explicit error constructors
2014-07-01 14:57:25 -04:00
Zachary Michaels
849c52c7ed
Remove unused array in cn_slow_hash
2014-07-01 14:57:25 -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
7c7696a830
missed removing a debug print
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
fc1180bc6c
Added comments to wallet functions
2014-06-30 07:16:50 -04:00
Thomas Winget
55721da1fd
Revert "Do not fall over when refreshing balance fails"
2014-06-30 06:45:20 -04:00
Matthew Little
b87577f444
Do not fall over when refreshing balance fails
2014-06-29 18:04:29 -06:00
mydesktop
eba62452c0
set max block size for gbt
2014-06-26 16:42:24 -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
NoodleDoodleNoodleDoodleNoodleDoodleNoo
e12ccdf905
Update slow-hash.c
...
1. Fix for Mac OSX compilation errors.
2014-06-19 23:49:25 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
156312f64a
Update slow-hash.c
...
1. Added multiplication support in 32-bit mode
2014-06-16 21:13:05 -07: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
NoodleDoodleNoodleDoodleNoodleDoodleNoo
3b887decca
Update version.h.in
...
1. Version to 0.8.8.1
2014-05-17 16:43:09 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
ab7b25da5e
Create aesb.c
2014-05-17 16:25:58 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
49d55d3c30
Update slow-hash.c
...
1. Various optimizations for faster hashing performance.
2014-05-17 16:25:00 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
e4f7b92ff9
Update oaes_lib.c
...
1. Moved structs oaes_ctx and oaes_key into oeas_lib header.
2014-05-17 16:22:07 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
98e0326596
Update oaes_lib.h
...
1. Moved structs oaes_ctx and oaes_key into oeas_lib header.
2014-05-17 16:20:47 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
e41c808d8d
Update oaes_config.h
...
1. Disabled OAES_DEBUG flag
2014-05-17 15:39:46 -07:00
Neozaru
eb2db3cf61
Added 'save_bc' command in daemon for saving blockchain remotely
2014-05-16 00:26:35 +02:00
Neozaru
4690670031
Added 'save_bc' command in daemon for saving blockchain remotely
2014-05-16 00:21:43 +02:00
monero-project
0217572cb2
Merge pull request #10 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-8
...
Update daemon_commands_handler.h
2014-05-14 11:49:15 -04:00
monero-project
73158c7edc
Merge pull request #9 from NoodleDoodleNoodleDoodleNoodleDoodleNoo/patch-7
...
Update tx_extra.h
2014-05-14 11:49:09 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
a03b13b50b
Update daemon_commands_handler.h
...
1. Added "diff" command to show current estimated difficulty and hash-rate.
2014-05-13 17:55:50 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
b5b061e0e8
Update tx_extra.h
...
1. Fixed bug where it's impossible to spend merge-mining blocks due to missing serialization support for "tx_etra_merge_mining_tag".
2014-05-13 17:53:20 -07:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
c0cf78a1d1
Update serialization.h
...
1. Added VARINT_FIELD_N(t,f) macro required for tx_extra_merge_mining_tag serialization.
2014-05-13 16:10:58 -07:00
monero-project
9b2d1bc4c2
20s timeout for zone117x pool
2014-05-12 21:30:00 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
26c1a8569c
Update simpleminer.cpp
...
1. Modified connection timeout from 1 second to 10 seconds
2. Modified behavior to retry instead of exiting when the miner fails to get a new job
2014-05-11 14:10:24 -07:00
monero-project
5ceffa8c8a
disable checkpointing for security reasons
...
Further investigation of fast sync security is required
2014-05-08 11:12:54 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
ed444b7175
Update cryptonote_format_utils.cpp
...
Fixed problem with integer saturation when summing summary_amounts and out_amounts in a 32-bit platform.
2014-05-07 17:15:43 -07:00
monero-project
b27f060815
added checkpoint @ 29556
2014-05-07 19:55:34 -04:00
NoodleDoodleNoodleDoodleNoodleDoodleNoo
3cc45e9324
Update slow-hash.c
...
Fixed scratchpad initialization/finalization for faster looping.
2014-05-07 11:15:45 -07:00
mydesktop
4baedc4838
fix genesis block hash, checkpoint, days behind
2014-05-03 15:17:29 -04:00
mydesktop
333f975760
initial [broken] update
2014-05-03 12:19:43 -04:00
mydesktop
0f42b2eba6
Merge branch 'master' of github.com:monero-project/bitmonero
2014-04-30 16:55:49 -04:00
mydesktop
79a4bedc36
mac osx building fixes
2014-04-30 16:50:06 -04:00
monero-project
504bdddcb5
Reverting wallet2.cpp to proper bugfix
2014-04-30 16:42:00 -04:00
mydesktop
465bdc9629
further fixes for mac osx
2014-04-30 16:29:45 -04:00
mydesktop
67df296650
various fixes to allow mac osx compilation
2014-04-30 13:52:21 -04:00
mydesktop
8e92162d2c
Warn user on attempting to remove build directory for make clean
2014-04-30 13:01:32 -04:00
monero-project
56bb9591a5
return for unhandleable tx_extra
2014-04-30 12:03:30 -04:00
monero-project
cf8fe28676
Temporarily disable error relating to mangled tx_extra fields
2014-04-30 11:37:25 -04:00
thankful_for_today
e940386f9a
voting stopped
2014-04-30 14:39:49 +04:00
thankful_for_today
132c364301
Merge branch 'master' of https://github.com/bitmonero-project/bitmonero
...
voting commit merged
2014-04-30 14:36:31 +04:00
thankful_for_today
7b582fec55
2nd seed node added
2014-04-30 14:33:18 +04:00
Henry Hartshorne
6ed4507803
Changed block minor version
2014-04-25 22:08:19 +04:00
thankful_for_today
0fd82c910b
mining bug fixed
2014-04-20 00:53:40 +04:00
thankful_for_today
147aac7c50
checkpoints removed
2014-04-18 12:55:52 +04:00
thankful_for_today
1a8f5ce89a
Bitmonero release
2014-04-18 01:21:40 +04:00
Antonio Juarez
9682a15400
Port mapping with UPnP
2014-04-09 13:14:35 +01: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
amjuarez
175d06e75e
crypto lib
2013-11-15 02:28:17 +04:00