Anon136
Legendary
Offline
Activity: 1722
Merit: 1217
|
|
March 24, 2015, 10:17:22 PM |
|
Just to be transparent:
I posted the exact same message about this OP in both the Official Dark/Dash OP and Official Monero OP. The one in the Dark/Dash OP was deleted by bitcointalk staff.
lol bitcointalk staff invested in dark?
|
Rep Thread: https://bitcointalk.org/index.php?topic=381041If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
|
|
|
alz
|
|
March 24, 2015, 10:17:43 PM |
|
Is it impossible to discuss this without devolving into the gutter? Damn people I did not think that I would be hitting the delete button 8 times in 3 pages. Be civil please.
Agreed , Im out got better things to do tonight. my first post contains my take on the problems with XMR compared to the strengths of DRK
|
BTC - 1GJ2dWf8WBznTtkuuof3WTBXQAULaqVGYj LTC - LTyCKKCGHJQZwsh5YhyzGeee4womQwChUU DASH - Xp5pq62dgJxmbhawyNtWMKT9Rst8JgNCY7
|
|
|
iCEBREAKER
Legendary
Offline
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
|
|
March 24, 2015, 10:18:55 PM |
|
Just to be transparent:
I posted the exact same message about this OP in both the Official Dark/Dash OP and Official Monero OP. The one in the Dark/Dash OP was deleted by bitcointalk staff.
Staff usually won't delete posts unless reported. As I warned you, the Darkheads don't want too see an open, moderated, intelligent, and honest XMR VS DRK debate, so they reported it.
|
██████████ ██████████████████ ██████████████████████ ██████████████████████████ ████████████████████████████ ██████████████████████████████ ████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████ ██████████████ ████████████████████████████ ██████████████████████████ ██████████████████████ ██████████████████ ██████████ Monero
|
| "The difference between bad and well-developed digital cash will determine whether we have a dictatorship or a real democracy." David Chaum 1996 "Fungibility provides privacy as a side effect." Adam Back 2014
|
| | |
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
March 24, 2015, 10:23:18 PM |
|
The way I see it there is no completely perfect solution to the problem of how to handle decentralised trustless value transfer systems.
Nobody's claiming they have a perfect system. On one hand you have XMR and all the other countless cryptonote clone coins which while an interesting experiment into anonymity have proven over the last year or so to be unworkable as mass adoption value transfer systems.
By "countless" you mean 23, most of which have been abandoned? the main stumbling blocks of the Cryptonote clones is is the blockchain bloat that completely rules out mass adoption. if XMR had BTC levels of usage the blockchain bloat would render it unusable overnight.
How many BTC users do you know that run a full node? Do *you* run a full node? No, you use Electrum or BreadWallet or Blockchain.info. Why would Monero be any different? Why would it be "unusable overnight" for all of the MyMonero.com users? The second problem is that the ring signatures are exploitable under certain circumstances so the likelihood of serious development taking place to find a solution to the bloat issue is severely reduced.
Ring signatures are not "exploitable" on any level under the random oracle model. Given the level we're having this conversation on it's clear you aren't knowledgeable enough about cryptography to grok this, but I'll say it anyway: Monero has proof that the ring signatures are impossible to double-spend, are exculpable (ie. funds cannot be stolen by other members of a particular ring, including the "real" signatory), are unforgeable (cannot be faked), and are anonymous. Since you've made the accusation I won't take on the role of the common Darkcoin cultist and say "put up or shut up!", I'll instead show you what burden of proof means (and this is literally taken straight from the whitepaper) - Proof of double-spend protection:Proof of exculpability:Proof of unforgeability:Proof of anonymity:The burden of proof is on Monero, and there is the proof. Now do the same for Darkcoin, please. Why would any professional developer spend the required time to fix the bloat issue if there are other fundamental issues regarding the anonymity provided by the ring signature system?
Fixing the bloat "problem" isn't on our agenda right now. We can achieve linear reductions in blockchain size through various schemes, but none of them make a particularly large impact. If anything we will implement a lightweight wallet that uses a bloom-filter-like approach to tell full nodes which set of viewkeys its interested in, and then left those nodes do the heavy lifting. In fact, we can offer a lightweight pruned blockchain right now by only maintaining a limited set of blocks as well as the txoset and the key image set, which will give you a fully operational Monero node that needs less than 1/10th of the current blockchain space. That tooling is premature, though, as there are other priorities (eg. headers-first sync up) before we can focus on that. the final nail in the coffin for mass adoption of cryptonote derived coins is the fact that merchant adoption is hampered significantly by the fact that the API is incompatible with platforms developed for BTC, this means that to implement XMR payments a whole new payment platform would have to developed and tested which a huge an potentially disastrous proposition.
Same goes for Ripple, and they seem to be doing just fine without BTC compatibility. Also you'd do well to check the Merchant Additions section of our Design and Development Goals: https://getmonero.org/design-goals/ - you'll notice something just for you. DRK/DASH on the other hand has none of the above issues and has the huge benefit of the 2 tier masternode system which is already nearly a year old and provides Instant transactions world leading levels of anonimization and the potential to support future services.
Bitcoin already has a 2-tier system: full nodes, and SPV clients. Even better: full nodes can do anything MasterNodes do, and they can be incentivised through micropayment channels. A choice quote from that blog post is: " If we’re going to have a free market for services between nodes on the Bitcoin P2P network, we need a mechanism via which the nodes can pay each other. This mechanism exists in Bitcoin now, and it’s called micropayment channels. Any two nodes can connect and they have this mechanism via which, if they can agree on who owes what to whom, they can construct a payment and they can adjust that payment as rapidly as they need to and settle it infrequently on the Bitcoin block chain." It boggles my mind that Evan didn't design the protocol around micropayment channels, where every full node could be incentivised to mix transactions or vote on InstantX transactions or whatever. It would make the anonymity set so much larger. here is an over view of the utterly unique revolutionary DRK value transfer system.
It's easy to bander the term "unique" around until you sit down and think about it: - Darksend: a poor implementation of CoinJoin. To quote the actual inventor of CoinJoin (gmaxwell) on the topic of Darkcoin: " That other stuff was initially "hey this coinjoin stuff is great, we put it in an altcoin!" to which my result was "hey, idiots, the whole point of coinjoin was that it already worked in bitcoin. If you're talking about something incompatible there are much better approaches" ... and they've since gone off to do other things, but uh.. seemingly without a lot of thought in advance." - InstantX: a clone of the GreenAddress instant Bitcoin transaction system, or more accurately a clone of Natanael L's " Secure zero-confirmation payments using temporary notarized P2SH multi signature wallets". - Sporks: turns the Bitcoin alert key system into a remote kill switch that one person can use to disrupt the network at will. Awesome.
|
|
|
|
vokain
Legendary
Offline
Activity: 1834
Merit: 1019
|
|
March 24, 2015, 10:26:54 PM |
|
|
|
|
|
Joshuar
|
|
March 24, 2015, 10:30:55 PM Last edit: March 24, 2015, 10:45:20 PM by Joshuar |
|
The way I see it there is no completely perfect solution to the problem of how to handle decentralised trustless value transfer systems.
Nobody's claiming they have a perfect system. On one hand you have XMR and all the other countless cryptonote clone coins which while an interesting experiment into anonymity have proven over the last year or so to be unworkable as mass adoption value transfer systems.
By "countless" you mean 23, most of which have been abandoned? the main stumbling blocks of the Cryptonote clones is is the blockchain bloat that completely rules out mass adoption. if XMR had BTC levels of usage the blockchain bloat would render it unusable overnight.
How many BTC users do you know that run a full node? Do *you* run a full node? No, you use Electrum or BreadWallet or Blockchain.info. Why would Monero be any different? Why would it be "unusable overnight" for all of the MyMonero.com users? The second problem is that the ring signatures are exploitable under certain circumstances so the likelihood of serious development taking place to find a solution to the bloat issue is severely reduced.
Ring signatures are not "exploitable" on any level under the random oracle model. Given the level we're having this conversation on it's clear you aren't knowledgeable enough about cryptography to grok this, but I'll say it anyway: Monero has proof that the ring signatures are impossible to double-spend, are exculpable (ie. funds cannot be stolen by other members of a particular ring, including the "real" signatory), are unforgeable (cannot be faked), and are anonymous. Since you've made the accusation I won't take on the role of the common Darkcoin cultist and say "put up or shut up!", I'll instead show you what burden of proof means (and this is literally taken straight from the whitepaper) - Proof of double-spend protection:Proof of exculpability:Proof of unforgeability:Proof of anonymity:The burden of proof is on Monero, and there is the proof. Now do the same for Darkcoin, please. Why would any professional developer spend the required time to fix the bloat issue if there are other fundamental issues regarding the anonymity provided by the ring signature system?
Fixing the bloat "problem" isn't on our agenda right now. We can achieve linear reductions in blockchain size through various schemes, but none of them make a particularly large impact. If anything we will implement a lightweight wallet that uses a bloom-filter-like approach to tell full nodes which set of viewkeys its interested in, and then left those nodes do the heavy lifting. In fact, we can offer a lightweight pruned blockchain right now by only maintaining a limited set of blocks as well as the txoset and the key image set, which will give you a fully operational Monero node that needs less than 1/10th of the current blockchain space. That tooling is premature, though, as there are other priorities (eg. headers-first sync up) before we can focus on that. the final nail in the coffin for mass adoption of cryptonote derived coins is the fact that merchant adoption is hampered significantly by the fact that the API is incompatible with platforms developed for BTC, this means that to implement XMR payments a whole new payment platform would have to developed and tested which a huge an potentially disastrous proposition.
Same goes for Ripple, and they seem to be doing just fine without BTC compatibility. Also you'd do well to check the Merchant Additions section of our Design and Development Goals: https://getmonero.org/design-goals/ - you'll notice something just for you. DRK/DASH on the other hand has none of the above issues and has the huge benefit of the 2 tier masternode system which is already nearly a year old and provides Instant transactions world leading levels of anonimization and the potential to support future services.
Bitcoin already has a 2-tier system: full nodes, and SPV clients. Even better: full nodes can do anything MasterNodes do, and they can be incentivised through micropayment channels. A choice quote from that blog post is: " If we’re going to have a free market for services between nodes on the Bitcoin P2P network, we need a mechanism via which the nodes can pay each other. This mechanism exists in Bitcoin now, and it’s called micropayment channels. Any two nodes can connect and they have this mechanism via which, if they can agree on who owes what to whom, they can construct a payment and they can adjust that payment as rapidly as they need to and settle it infrequently on the Bitcoin block chain." It boggles my mind that Evan didn't design the protocol around micropayment channels, where every full node could be incentivised to mix transactions or vote on InstantX transactions or whatever. It would make the anonymity set so much larger. here is an over view of the utterly unique revolutionary DRK value transfer system.
It's easy to bander the term "unique" around until you sit down and think about it: - Darksend: a poor implementation of CoinJoin. To quote the actual inventor of CoinJoin (gmaxwell) on the topic of Darkcoin: " That other stuff was initially "hey this coinjoin stuff is great, we put it in an altcoin!" to which my result was "hey, idiots, the whole point of coinjoin was that it already worked in bitcoin. If you're talking about something incompatible there are much better approaches" ... and they've since gone off to do other things, but uh.. seemingly without a lot of thought in advance." - InstantX: a clone of the GreenAddress instant Bitcoin transaction system, or more accurately a clone of Natanael L's " Secure zero-confirmation payments using temporary notarized P2SH multi signature wallets". - Sporks: turns the Bitcoin alert key system into a remote kill switch that one person can use to disrupt the network at will. Awesome. All of that shows that a coin forked/cloned from Bitcoin, cannot "compete" against Bitcoin. The analogy of Bitcoin being the entire tree/roots and the coins that are forked from Bitcoin being the tree branches or leaves, how could the tree branch's(Which are pretty dispensable parts of the tree) fight against the actual tree itself? That's what is happening with coins like Dash. The illiquidity(Which stems from both the masternodes and instamine) takes out the currency aspect from Dash, the instamine takes out the credibility aspect, and the masternodes take out the decentralization aspect. All that's left is the false hype/pump & dump aspect.
|
❱❱ | | ██ █║█ ║║║ ║║║ █║█ ██ | | | | | ▄██▄ ▄██████▄ ▄██████████ ▄██████████▀ ▄▄ ▄██████████▀ ▄████▄ ▄██████████▀ ████████▄ ██████████▀ ▀████████ ▀███████▀ ▄███▄ ▀████▀ ▄█▄ ▄███▄ ▀███▀ ▄███████▄ ▀▀ ▄█████▄ ▄███████▄ ▄██████████ ▄█████████ █████████ ▄██████████▀ ▄██████████▀ ▀█████▀ ▄██████████▀ ▄██████████▀ ▀▀▀ ▄██████████▀ ▄██████████▀ ██████████▀ ▄██████████▀ ▀███████▀ █████████▀ ▀███▀ ▄██▄ ▀█████▀ ▄██████▄ ▀▀▀ █████████ ▀█████▀ ▀▀▀ | | e i d o o ██
| | ▄██▄ ▄██████▄ ▄██████████ ▄██████████▀ ▄▄ ▄██████████▀ ▄████▄ ▄██████████▀ ████████▄ ██████████▀ ▀████████ ▀███████▀ ▄███▄ ▀████▀ ▄█▄ ▄███▄ ▀███▀ ▄███████▄ ▀▀ ▄█████▄ ▄███████▄ ▄██████████ ▄█████████ █████████ ▄██████████▀ ▄██████████▀ ▀█████▀ ▄██████████▀ ▄██████████▀ ▀▀▀ ▄██████████▀ ▄██████████▀ ██████████▀ ▄██████████▀ ▀███████▀ █████████▀ ▀███▀ ▄██▄ ▀█████▀ ▄██████▄ ▀▀▀ █████████ ▀█████▀ ▀▀▀ | | | | | ██ █║█ ║║║ ║║║ █║█ ██ | | ❰❰ | | |
|
|
|
majamina
Member
Offline
Activity: 112
Merit: 10
|
|
March 24, 2015, 10:31:26 PM |
|
Just to be transparent:
I posted the exact same message about this OP in both the Official Dark/Dash OP and Official Monero OP. The one in the Dark/Dash OP was deleted by bitcointalk staff.
Staff usually won't delete posts unless reported. As I warned you, the Darkheads don't want too see an open, moderated, intelligent, and honest XMR VS DRK debate, so they reported it. happy to debate openly, let's check the BS points in your sig: instamine - yawn, yes we know, a bunch of coins were mined early. who gives a fuck? not anyone who's investing if you check the charts. broken anon - not a single darksend TX has been traced, no matter what gmaxwell or anyone else might say. Trace one or GTFO ponzy/HYIP - you either don't know what these are, or are just talking shit. Demonstrate, with supporting calculations, how DRK is a HYIP/ponzi or GTFO. broken maternodes - masternodes run rock-solid, on low-cost VPS, getting paid like fucking clockwork, providing all the services they're supposed to. Demonstrate otherwise or GTFO. trusted 3rd parties - BS, the only trust is on miners and masternode owners. Miners are trad POW just like BTC, masternode ownership is more distributed than mining (no pools). stolen name - BS...Dashcoin was a dead project, their dev happily sold the github to DRK so it could use the name. Whining from bagholders of a dead coin doesn't change the facts. busfactor=1 - BS....DRK/DASH is open source, other devs are involved. Evan under a bus would hurt the coin for sure, like any coin that lost it's lead dev, but there is enough momentum and market cap for others to take over and run with the project. The code is high quality and easily understood by others - see Kristov Atlas review. no fundamentals - BS, DRK has the strongest fundamentals of any alt hence the market cap and positive trend.
|
|
|
|
iCEBREAKER
Legendary
Offline
Activity: 2156
Merit: 1072
Crypto is the separation of Power and State.
|
|
March 24, 2015, 10:31:47 PM |
|
[DOMINATION POST]
Wow. I think I need a cigarette after voyeuristically watching that exquisitely deep fucking of Darkcoin.
|
██████████ ██████████████████ ██████████████████████ ██████████████████████████ ████████████████████████████ ██████████████████████████████ ████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████ ██████████████ ████████████████████████████ ██████████████████████████ ██████████████████████ ██████████████████ ██████████ Monero
|
| "The difference between bad and well-developed digital cash will determine whether we have a dictatorship or a real democracy." David Chaum 1996 "Fungibility provides privacy as a side effect." Adam Back 2014
|
| | |
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
March 24, 2015, 10:33:36 PM |
|
Just to be transparent:
I posted the exact same message about this OP in both the Official Dark/Dash OP and Official Monero OP. The one in the Dark/Dash OP was deleted by bitcointalk staff.
Staff usually won't delete posts unless reported. You should appeal to the forum mods. It was reported, most likely by a large number of DRK supporters, which is probably why it got deleted without fair consideration, but it is certainly not off topic to DRK and should not be deleted on that thread.
|
|
|
|
Anon136
Legendary
Offline
Activity: 1722
Merit: 1217
|
|
March 24, 2015, 10:34:12 PM |
|
Just to be transparent:
I posted the exact same message about this OP in both the Official Dark/Dash OP and Official Monero OP. The one in the Dark/Dash OP was deleted by bitcointalk staff.
Staff usually won't delete posts unless reported. As I warned you, the Darkheads don't want too see an open, moderated, intelligent, and honest XMR VS DRK debate, so they reported it. broken anon - not a single darksend TX has been traced, no matter what gmaxwell or anyone else might say. Trace one or GTFO wow gmaxwell has spoken out against your project? i had no idea. gmaxwell is a legend. link?
|
Rep Thread: https://bitcointalk.org/index.php?topic=381041If one can not confer upon another a right which he does not himself first possess, by what means does the state derive the right to engage in behaviors from which the public is prohibited?
|
|
|
smooth
Legendary
Offline
Activity: 2968
Merit: 1198
|
|
March 24, 2015, 10:36:17 PM |
|
The code is high quality and easily understood by others - see Kristov Atlas review.
That's why exploits were found by an amateur coder within a few days after the code was released as open source. Why did Atlas miss them?
|
|
|
|
majamina
Member
Offline
Activity: 112
Merit: 10
|
|
March 24, 2015, 10:43:39 PM |
|
- Darksend: a poor implementation of CoinJoin. To quote the actual inventor of CoinJoin (gmaxwell) on the topic of Darkcoin: "That other stuff was initially "hey this coinjoin stuff is great, we put it in an altcoin!" to which my result was "hey, idiots, the whole point of coinjoin was that it already worked in bitcoin. If you're talking about something incompatible there are much better approaches" ... and they've since gone off to do other things, but uh.. seemingly without a lot of thought in advance."
now I may have missed something - but my understanding is that gmaxwell made these rather bitter remarks, was subsequently invited to review the Darksend code, agreed to do that once it was open source but never actually did....so these outdated remarks are based on the 'idea' of darksend rather than the actual implementation. Hardly a persuasive piece of evidence to present against the current, working anon implementation in DRK. Your point being? DRK has working instant transactions on mainnet. Other coins off the BTC codebase don't have this... - Sporks: turns the Bitcoin alert key system into a remote kill switch that one person can use to disrupt the network at will. Awesome.
This is not a balanced or even credible representation of the Spork feature, as you well know.
|
|
|
|
majamina
Member
Offline
Activity: 112
Merit: 10
|
|
March 24, 2015, 10:45:31 PM |
|
The code is high quality and easily understood by others - see Kristov Atlas review.
That's why exploits were found by an amateur coder within a few days after the code was released as open source. Why did Atlas miss them? the exploits were in masternode payment scheme weren't they? I don't think atlas reviewed that part....he was looking at the darksend code...maybe i'm wrong...
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
March 24, 2015, 10:45:47 PM |
|
To all newbies:
This is how you know Monero is a scam - the dev's don't spend any time on developing and instead are trying to troll people to *convince* them to sell the competition and buy mooneros.
Just look at the github, once a month maybe they add a line of code or fix a word list, and they still don't have a GUI?
[ ric->bitmonero ]$ git log --since=2014-03-25 --pretty=format:"%h commited on %ad by %an" d728639 commited on Tue Mar 24 08:50:08 2015 +0200 by Riccardo Spagni 1c49d6b commited on Tue Mar 24 08:48:43 2015 +0200 by Riccardo Spagni 8855a32 commited on Tue Mar 24 02:46:48 2015 -0400 by Thomas Winget 51e3579 commited on Sun Mar 22 05:26:30 2015 -0400 by Thomas Winget f78bb00 commited on Fri Mar 20 16:56:55 2015 -0400 by Thomas Winget 2b0583b commited on Fri Mar 20 16:40:54 2015 -0400 by Thomas Winget 178b009 commited on Tue Mar 10 10:20:19 2015 +0200 by Riccardo Spagni 7e72e94 commited on Fri Mar 6 02:38:06 2015 -0800 by smooth 8237705 commited on Thu Mar 5 10:56:46 2015 +0200 by Riccardo Spagni 41a95e7 commited on Thu Mar 5 00:45:54 2015 -0800 by smooth 754a785 commited on Wed Mar 4 23:35:04 2015 -0800 by smooth c01069f commited on Wed Mar 4 15:31:24 2015 +0200 by Riccardo Spagni 10e4132 commited on Wed Mar 4 15:29:20 2015 +0200 by Riccardo Spagni 9dab105 commited on Sun Mar 1 03:36:46 2015 -0500 by Thomas Winget 52f9629 commited on Sun Mar 1 02:35:33 2015 -0500 by Thomas Winget 76289d0 commited on Thu Feb 5 07:21:14 2015 -0500 by Thomas Winget 1016712 commited on Sun Mar 1 00:03:57 2015 +0200 by Riccardo Spagni 98a4e6a commited on Sat Feb 28 23:34:30 2015 +0200 by Riccardo Spagni 7590f33 commited on Sat Feb 28 23:32:28 2015 +0200 by Riccardo Spagni db53e19 commited on Thu Feb 5 05:38:49 2015 -0500 by Thomas Winget 96cbecf commited on Thu Feb 5 04:11:20 2015 -0500 by Thomas Winget 9193d6f commited on Thu Jan 29 17:10:53 2015 -0500 by Thomas Winget e728992 commited on Fri Feb 20 00:59:47 2015 +0200 by Riccardo Spagni 7b01a07 commited on Fri Feb 20 00:57:26 2015 +0200 by Riccardo Spagni 6e5797d commited on Tue Feb 3 20:15:02 2015 +0200 by Riccardo Spagni cbb0742 commited on Tue Feb 3 13:13:36 2015 +0200 by Riccardo Spagni f103e0d commited on Tue Feb 3 13:05:28 2015 +0200 by Riccardo Spagni 3ece158 commited on Wed Jan 28 11:32:52 2015 +0200 by Riccardo Spagni 17d81f2 commited on Tue Jan 27 14:07:05 2015 +0200 by Riccardo Spagni 497a514 commited on Tue Jan 27 14:04:23 2015 +0200 by Riccardo Spagni 709bbc5 commited on Tue Jan 27 14:04:23 2015 +0200 by Riccardo Spagni bd143e0 commited on Tue Jan 27 09:44:17 2015 +0200 by Riccardo Spagni 9b3673a commited on Tue Jan 27 09:43:15 2015 +0200 by Riccardo Spagni de8a129 commited on Tue Jan 27 09:16:34 2015 +0200 by Riccardo Spagni e70bc3d commited on Tue Jan 27 09:15:14 2015 +0200 by Riccardo Spagni bd10324 commited on Tue Jan 27 09:08:09 2015 +0200 by Riccardo Spagni 2b3b70a commited on Tue Jan 27 09:05:47 2015 +0200 by Riccardo Spagni bb85fea commited on Tue Jan 27 07:45:21 2015 +0200 by Riccardo Spagni 615079e commited on Mon Jan 26 23:19:53 2015 +0200 by Riccardo Spagni 9e0516c commited on Thu Jan 15 14:03:35 2015 +0200 by Riccardo Spagni 580e003 commited on Thu Jan 15 13:59:37 2015 +0200 by Riccardo Spagni 5149286 commited on Wed Jan 14 20:39:57 2015 -0500 by Thomas Winget f74792b commited on Wed Jan 14 13:14:01 2015 -0800 by warptangent 23c3d38 commited on Sun Jan 11 15:49:07 2015 +0200 by Riccardo Spagni 24d500c commited on Sun Jan 11 11:06:35 2015 +0000 by moneromooo-monero 87839cd commited on Sat Jan 10 19:32:08 2015 +0000 by moneromooo-monero 24ddfa7 commited on Thu Jan 8 12:17:08 2015 +0200 by Riccardo Spagni 6600966 commited on Tue Jan 6 18:39:16 2015 +0200 by Riccardo Spagni 7de1a2d commited on Tue Jan 6 18:37:10 2015 +0200 by Riccardo Spagni 54fbf2a commited on Fri Jan 2 18:54:22 2015 +0200 by Riccardo Spagni f4b69d5 commited on Fri Jan 2 18:52:46 2015 +0200 by Riccardo Spagni 1b46226 commited on Mon Dec 15 17:43:12 2014 -0500 by Thomas Winget df53c0a commited on Mon Dec 15 17:28:11 2014 -0500 by Thomas Winget 4a53898 commited on Mon Dec 15 17:23:42 2014 -0500 by Thomas Winget f4675dc commited on Sat Dec 13 13:52:27 2014 +0200 by Riccardo Spagni c3ec723 commited on Sat Dec 13 13:52:01 2014 +0200 by Riccardo Spagni c1bf8fb commited on Sat Dec 13 13:51:39 2014 +0200 by Riccardo Spagni f5c2a5e commited on Sat Dec 13 13:51:11 2014 +0200 by Riccardo Spagni 04294d5 commited on Sat Dec 13 13:50:44 2014 +0200 by Riccardo Spagni 5ace99a commited on Sat Dec 13 13:49:08 2014 +0200 by Riccardo Spagni a956f07 commited on Sat Dec 13 13:48:49 2014 +0200 by Riccardo Spagni ac19084 commited on Wed Dec 10 20:04:08 2014 +0200 by Riccardo Spagni d562085 commited on Sat Dec 13 13:45:57 2014 +0200 by Riccardo Spagni 583cf0a commited on Thu Dec 11 02:48:04 2014 -0800 by warptangent 95eb944 commited on Thu Dec 11 02:47:24 2014 -0800 by warptangent b261448 commited on Wed Dec 10 20:04:08 2014 +0200 by Riccardo Spagni d7aafd5 commited on Wed Dec 10 02:51:45 2014 -0800 by warptangent 9b7e0a0 commited on Wed Dec 10 02:38:35 2014 -0800 by warptangent cfc8c55 commited on Sat Dec 6 06:58:33 2014 -0800 by warptangent 26b87df commited on Sat Dec 6 06:55:56 2014 -0800 by warptangent efad735 commited on Mon Dec 8 22:55:28 2014 +0200 by Riccardo Spagni ebb117c commited on Mon Dec 8 20:39:26 2014 +0200 by Riccardo Spagni 1925eef commited on Mon Dec 8 20:01:19 2014 +0200 by Riccardo Spagni f9822c4 commited on Sat Dec 6 03:09:46 2014 -0800 by warptangent 4c6230d commited on Sat Dec 6 01:48:33 2014 -0800 by warptangent 1beedb9 commited on Sat Dec 6 01:59:13 2014 -0800 by warptangent 359ede3 commited on Sat Dec 6 01:47:54 2014 -0800 by warptangent 2290eff commited on Sat Dec 6 01:46:41 2014 -0800 by warptangent 8319334 commited on Thu Dec 4 23:10:49 2014 +0200 by Riccardo Spagni 9f74cc8 commited on Tue Dec 2 11:42:40 2014 +0200 by Riccardo Spagni a144997 commited on Tue Dec 2 08:36:01 2014 +0200 by Riccardo Spagni ef2a2b4 commited on Tue Dec 2 07:34:27 2014 +0200 by Riccardo Spagni 220832b commited on Tue Dec 2 07:25:13 2014 +0200 by Riccardo Spagni 3dd19c4 commited on Thu Nov 6 14:36:36 2014 -0800 by warptangent 3300ae5 commited on Thu Nov 6 14:36:37 2014 -0800 by warptangent 0e0e557 commited on Thu Nov 6 14:36:36 2014 -0800 by warptangent 2e11eb1 commited on Fri Nov 7 14:02:39 2014 -0800 by warptangent 21a3c46 commited on Fri Nov 7 13:37:41 2014 -0800 by warptangent e1555fd commited on Mon Dec 1 21:25:41 2014 +0200 by Riccardo Spagni affde29 commited on Mon Dec 1 21:15:50 2014 +0200 by Riccardo Spagni 4cd15cd commited on Mon Dec 1 20:14:58 2014 +0200 by Riccardo Spagni 7935e49 commited on Mon Dec 1 20:01:31 2014 +0200 by Riccardo Spagni 685dd4a commited on Mon Dec 1 20:00:22 2014 +0200 by Riccardo Spagni 892e2b1 commited on Thu Nov 27 09:41:00 2014 +0200 by Riccardo Spagni 40971b4 commited on Wed Nov 26 22:45:39 2014 +0200 by Riccardo Spagni ab7c6c0 commited on Tue Nov 25 21:48:54 2014 +0200 by Riccardo Spagni ce71c01 commited on Tue Nov 18 17:04:47 2014 -0500 by Ben Boeckel de4fc40 commited on Tue Nov 18 17:03:14 2014 -0500 by Ben Boeckel ec54e2f commited on Tue Nov 18 17:02:28 2014 -0500 by Ben Boeckel 18c56ab commited on Mon Nov 17 18:10:52 2014 -0500 by Ben Boeckel 5680c9c commited on Mon Nov 17 18:10:07 2014 -0500 by Ben Boeckel 4751542 commited on Mon Nov 17 18:09:21 2014 -0500 by Ben Boeckel dde7897 commited on Tue Nov 11 02:03:00 2014 +0000 by iamsmooth d855fe4 commited on Mon Nov 10 11:13:15 2014 -0500 by Ben Boeckel cc74b43 commited on Sun Nov 9 10:53:29 2014 +0000 by iamsmooth 2b93288 commited on Thu Nov 6 22:11:39 2014 -0700 by Riccardo Spagni d2287d3 commited on Mon Nov 3 14:35:48 2014 -0500 by Thomas Winget dc67b12 commited on Thu Oct 30 18:53:56 2014 -0400 by Thomas Winget 557e27f commited on Thu Oct 2 16:44:55 2014 -0400 by Thomas Winget 250254c commited on Sat Nov 1 11:30:53 2014 +0500 by Sammy Libre c696492 commited on Fri Oct 24 17:39:15 2014 -0400 by Ben Boeckel e377687 commited on Fri Oct 24 15:52:01 2014 -0400 by Ben Boeckel 01895dd commited on Fri Oct 24 15:30:57 2014 -0400 by Ben Boeckel 4b6515c commited on Fri Oct 24 15:30:44 2014 -0400 by Ben Boeckel d43a20f commited on Fri Oct 24 15:29:56 2014 -0400 by Ben Boeckel 7d708e4 commited on Fri Oct 24 14:48:14 2014 -0400 by Ben Boeckel 464c280 commited on Thu Oct 23 16:34:42 2014 -0400 by Ben Boeckel 9689df9 commited on Thu Oct 23 14:04:08 2014 -0400 by Ben Boeckel 3b7bdcb commited on Thu Oct 23 14:03:54 2014 -0400 by Ben Boeckel 0f0efc4 commited on Wed Oct 22 15:17:52 2014 -0400 by Ben Boeckel 031e3da commited on Wed Oct 22 15:17:32 2014 -0400 by Ben Boeckel abbd5c0 commited on Tue Oct 21 18:39:15 2014 -0400 by Ben Boeckel e59b5b7 commited on Tue Oct 21 14:32:22 2014 -0400 by Ben Boeckel 475fe20 commited on Tue Oct 21 14:24:49 2014 -0400 by Ben Boeckel 799e8b2 commited on Tue Oct 21 14:20:26 2014 -0400 by Ben Boeckel c24d22b commited on Tue Oct 21 14:17:32 2014 -0400 by Ben Boeckel 9ed415a commited on Tue Oct 21 14:03:54 2014 -0400 by Ben Boeckel eba180a commited on Tue Oct 21 13:52:24 2014 -0400 by Ben Boeckel eeffac6 commited on Tue Oct 21 13:41:10 2014 -0400 by Ben Boeckel a43f1a8 commited on Tue Oct 21 13:38:21 2014 -0400 by Ben Boeckel a87ce09 commited on Tue Oct 21 13:33:26 2014 -0400 by Ben Boeckel 9aa48b6 commited on Tue Oct 21 13:31:17 2014 -0400 by Ben Boeckel 8a86ac8 commited on Tue Oct 21 13:28:48 2014 -0400 by Ben Boeckel fa3ff75 commited on Tue Oct 21 13:27:47 2014 -0400 by Ben Boeckel 7bfcffa commited on Tue Oct 21 13:01:56 2014 -0400 by Ben Boeckel f53f047 commited on Tue Oct 21 12:38:00 2014 -0400 by Ben Boeckel 55ca7d3 commited on Tue Oct 21 11:24:14 2014 -0400 by Ben Boeckel c773f46 commited on Tue Oct 21 11:21:28 2014 -0400 by Ben Boeckel 89cff7b commited on Tue Oct 21 11:13:59 2014 -0400 by Ben Boeckel 699d932 commited on Thu Oct 23 16:43:34 2014 +0200 by Riccardo Spagni 8eb2375 commited on Mon Oct 20 14:16:16 2014 +0200 by Riccardo Spagni f1eaf88 commited on Sun Oct 19 14:39:45 2014 +0530 by Oran Juice 70971be commited on Sun Oct 19 01:08:21 2014 +0530 by Oran Juice 031ca23 commited on Sun Oct 19 01:00:18 2014 +0530 by Oran Juice 1f833dc commited on Sat Oct 18 23:11:05 2014 +0530 by Oran Juice 0bd88ff commited on Sat Oct 18 23:01:43 2014 +0530 by Oran Juice 09a659e commited on Sat Oct 18 02:21:37 2014 +0530 by Oran Juice d634636 commited on Wed Oct 15 15:31:32 2014 +0200 by Riccardo Spagni acb29cd commited on Wed Oct 15 12:21:09 2014 +0200 by Riccardo Spagni 2de2c52 commited on Wed Oct 15 12:15:35 2014 +0200 by Riccardo Spagni db5ca73 commited on Wed Oct 15 12:14:44 2014 +0200 by Riccardo Spagni 0790aea commited on Wed Oct 15 11:32:10 2014 +0200 by Riccardo Spagni 206f2b8 commited on Wed Oct 15 11:26:50 2014 +0200 by Riccardo Spagni 98a592b commited on Wed Oct 15 11:10:04 2014 +0200 by Riccardo Spagni b032619 commited on Mon Oct 13 16:00:09 2014 -0400 by jebes 1795c38 commited on Wed Oct 8 21:38:55 2014 +0200 by Riccardo Spagni b94b8cd commited on Wed Oct 8 00:44:26 2014 +0530 by Oran Juice 4c8a628 commited on Tue Oct 7 16:14:03 2014 +0530 by Oran Juice 9875f5b commited on Tue Oct 7 12:49:36 2014 +0530 by Oran Juice bc537ac commited on Tue Oct 7 00:44:44 2014 +0200 by Riccardo Spagni 6f65ab1 commited on Tue Oct 7 00:21:40 2014 +0200 by Riccardo Spagni b419075 commited on Tue Oct 7 00:08:47 2014 +0200 by Riccardo Spagni 7c1d3b5 commited on Mon Oct 6 23:54:48 2014 +0200 by Riccardo Spagni 28dfb4b commited on Mon Oct 6 17:44:23 2014 -0400 by David G. Andersen ce2ad65 commited on Mon Oct 6 17:42:58 2014 -0400 by David G. Andersen 26728d9 commited on Mon Oct 6 22:34:44 2014 +0200 by Riccardo Spagni 2cf94c1 commited on Mon Oct 6 22:29:07 2014 +0200 by Riccardo Spagni b05e27f commited on Mon Oct 6 21:17:31 2014 +0200 by Riccardo Spagni e55982a commited on Mon Oct 6 19:40:53 2014 +0200 by Riccardo Spagni 0586a27 commited on Mon Oct 6 19:19:47 2014 +0200 by Riccardo Spagni f8fd036 commited on Mon Oct 6 19:17:40 2014 +0200 by Riccardo Spagni 6be3d1d commited on Mon Oct 6 19:04:37 2014 +0200 by Riccardo Spagni 1afba73 commited on Mon Oct 6 18:56:59 2014 +0200 by Riccardo Spagni 735a017 commited on Mon Oct 6 18:51:03 2014 +0200 by Riccardo Spagni 6b7ac4b commited on Mon Oct 6 18:46:18 2014 +0200 by Riccardo Spagni 97107bb commited on Mon Oct 6 18:14:07 2014 +0200 by Riccardo Spagni 57de025 commited on Mon Oct 6 18:09:02 2014 +0200 by Riccardo Spagni 5829b35 commited on Mon Oct 6 18:06:25 2014 +0200 by Riccardo Spagni c70fa86 commited on Mon Oct 6 17:28:59 2014 +0200 by Riccardo Spagni 954a244 commited on Mon Oct 6 17:19:51 2014 +0200 by Riccardo Spagni fd52015 commited on Mon Oct 6 16:05:24 2014 +0200 by Riccardo Spagni cc0f6a6 commited on Mon Oct 6 15:40:01 2014 +0200 by Riccardo Spagni 8c00098 commited on Mon Oct 6 15:01:00 2014 +0200 by Riccardo Spagni cee8747 commited on Mon Oct 6 15:00:06 2014 +0200 by Riccardo Spagni add1a60 commited on Mon Oct 6 10:15:22 2014 +0200 by Riccardo Spagni 1d5991e commited on Mon Oct 6 18:06:25 2014 +0200 by Riccardo Spagni 6ef8ae8 commited on Mon Oct 6 17:28:59 2014 +0200 by Riccardo Spagni 23cc93c commited on Mon Oct 6 17:19:51 2014 +0200 by Riccardo Spagni e4fb913 commited on Mon Oct 6 10:15:21 2014 -0400 by David G. Andersen 409e9ba commited on Mon Oct 6 16:05:24 2014 +0200 by Riccardo Spagni beecd13 commited on Mon Oct 6 14:18:16 2014 +0100 by moneromooo-monero 5585a1c commited on Mon Oct 6 14:10:57 2014 +0100 by moneromooo-monero add803b commited on Mon Oct 6 10:27:34 2014 +0100 by moneromooo-monero 3a0b00a commited on Mon Oct 6 15:40:01 2014 +0200 by Riccardo Spagni 75a616f commited on Mon Oct 6 15:01:00 2014 +0200 by Riccardo Spagni 59172ee commited on Mon Oct 6 15:00:06 2014 +0200 by Riccardo Spagni 57b557c commited on Mon Oct 6 12:16:06 2014 +0200 by Riccardo Spagni ff3a766 commited on Mon Oct 6 10:15:22 2014 +0200 by Riccardo Spagni 2c73937 commited on Mon Oct 6 10:30:39 2014 +0200 by Riccardo Spagni 664ae00 commited on Mon Oct 6 10:16:38 2014 +0200 by Riccardo Spagni 1dee71a commited on Mon Oct 6 10:15:22 2014 +0200 by Riccardo Spagni 3463f0a commited on Mon Oct 6 08:51:44 2014 +0200 by Riccardo Spagni 32be6ae commited on Mon Oct 6 08:49:17 2014 +0200 by Riccardo Spagni 010bfcf commited on Mon Oct 6 08:47:04 2014 +0200 by Riccardo Spagni 46f26ff commited on Sun Oct 5 20:32:49 2014 -0400 by David G. Andersen 9ef094b commited on Sun Oct 5 23:44:31 2014 +0200 by Riccardo Spagni 732493c commited on Sun Oct 5 21:19:29 2014 +0200 by Riccardo Spagni fce9dea commited on Sun Oct 5 20:22:14 2014 +0200 by Riccardo Spagni ac6bc48 commited on Sun Oct 5 14:14:59 2014 -0400 by David G. Andersen d744dd1 commited on Sun Oct 5 13:47:13 2014 -0400 by David G. Andersen 4d493f6 commited on Sun Oct 5 12:33:39 2014 -0400 by David G. Andersen e5ac888 commited on Sun Oct 5 12:55:59 2014 +0200 by Riccardo Spagni aa6e8a9 commited on Sun Oct 5 12:52:40 2014 +0200 by Riccardo Spagni a04ca4b commited on Sun Oct 5 12:44:31 2014 +0200 by Riccardo Spagni a41f239 commited on Sun Oct 5 12:42:40 2014 +0200 by Riccardo Spagni 7e5331e commited on Sun Oct 5 11:44:06 2014 +0200 by Riccardo Spagni 434095d commited on Sun Oct 5 11:40:25 2014 +0200 by Riccardo Spagni 41948fa commited on Sun Oct 5 02:41:15 2014 +0530 by Oran Juice faca0db commited on Sat Oct 4 07:46:49 2014 +0200 by Riccardo Spagni 1160505 commited on Fri Oct 3 21:45:29 2014 +0200 by Riccardo Spagni c4d6658 commited on Fri Oct 3 15:10:21 2014 +0200 by Riccardo Spagni 2322a94 commited on Fri Oct 3 14:21:13 2014 +0200 by Riccardo Spagni 443d46a commited on Fri Oct 3 16:25:44 2014 +0530 by Oran Juice 1663089 commited on Fri Oct 3 10:31:36 2014 +0200 by Riccardo Spagni aeaa44f commited on Thu Oct 2 19:12:12 2014 -0400 by Thomas Winget 1d515b8 commited on Fri Oct 3 00:08:10 2014 +0200 by Riccardo Spagni e3d2400 commited on Thu Oct 2 19:43:21 2014 +0200 by Riccardo Spagni 6f7ed13 commited on Tue Sep 30 08:56:03 2014 +0200 by Riccardo Spagni 3e644c2 commited on Tue Sep 30 09:10:42 2014 +0200 by Riccardo Spagni 0e1b7c9 commited on Thu Oct 2 19:15:58 2014 +0200 by Riccardo Spagni 3e6b6ba commited on Thu Oct 2 22:36:02 2014 +0530 by Oran Juice d5f6817 commited on Thu Oct 2 18:55:30 2014 +0200 by Riccardo Spagni 18281f4 commited on Thu Oct 2 18:43:13 2014 +0200 by Riccardo Spagni 9130e41 commited on Thu Oct 2 15:49:18 2014 +0200 by Riccardo Spagni 8c37823 commited on Thu Oct 2 15:03:27 2014 +0200 by Riccardo Spagni a3332e7 commited on Thu Oct 2 18:43:13 2014 +0200 by Riccardo Spagni b807550 commited on Thu Oct 2 21:47:49 2014 +0530 by Oran Juice 4498e9e commited on Thu Oct 2 21:38:20 2014 +0530 by Oran Juice d683c8c commited on Thu Oct 2 21:35:27 2014 +0530 by Oran Juice fa723d8 commited on Thu Oct 2 21:14:29 2014 +0530 by Oran Juice 4517bac commited on Thu Oct 2 18:15:18 2014 +0530 by Oran Juice 6c3b85d commited on Wed Oct 1 21:22:13 2014 +0530 by Oran Juice 1cf22b2 commited on Thu Oct 2 16:48:01 2014 +0200 by Riccardo Spagni 6b9a7fc commited on Thu Oct 2 15:49:18 2014 +0200 by Riccardo Spagni bba217a commited on Thu Oct 2 15:03:27 2014 +0200 by Riccardo Spagni 0e777d0 commited on Wed Oct 1 11:13:46 2014 +0200 by Riccardo Spagni c0bdd51 commited on Tue Sep 30 15:24:43 2014 -0400 by Thomas Winget f0b4138 commited on Mon Sep 29 16:30:47 2014 -0400 by Thomas Winget 7568f89 commited on Sat Sep 27 17:46:12 2014 -0400 by Thomas Winget b261d92 commited on Fri Sep 26 01:01:58 2014 -0400 by Thomas Winget 30caebf commited on Thu Sep 25 01:15:28 2014 -0400 by Thomas Winget 0e14491 commited on Thu Sep 25 00:14:22 2014 -0400 by Thomas Winget 6f2c2e1 commited on Wed Sep 24 18:43:03 2014 -0400 by Thomas Winget 423bf69 commited on Tue Sep 30 23:53:02 2014 +0530 by Oran Juice 4cbf8d4 commited on Tue Sep 30 23:30:27 2014 +0530 by Oran Juice cf70cc7 commited on Tue Sep 30 18:17:56 2014 +0530 by Oran Juice e00f055 commited on Tue Sep 30 08:01:35 2014 +0200 by Riccardo Spagni 99945a5 commited on Mon Sep 29 20:13:15 2014 +0200 by Riccardo Spagni 4f693d7 commited on Sun Sep 28 15:52:05 2014 +0530 by Oran Juice 2b60646 commited on Sun Sep 28 14:10:23 2014 +0530 by Oran Juice 473c964 commited on Sun Sep 28 13:49:47 2014 +0530 by Oran Juice 230b80a commited on Sun Sep 28 13:48:52 2014 +0530 by Oran Juice 8f587ba commited on Sun Sep 28 02:29:25 2014 +0530 by Oran Juice f31adbc commited on Sat Sep 27 18:20:15 2014 +0530 by Oran Juice 91aa25e commited on Sat Sep 27 17:04:23 2014 +0530 by Oran Juice 262e155 commited on Sat Sep 27 00:55:21 2014 +0530 by Oran Juice 3c0e87e commited on Fri Sep 26 23:34:35 2014 +0530 by Oran Juice a1ac92e commited on Thu Sep 25 18:04:30 2014 +0530 by Oran Juice 59a8366 commited on Thu Sep 25 08:24:42 2014 +0200 by Riccardo Spagni 145dc19 commited on Wed Sep 24 23:50:51 2014 -0400 by Thomas Winget fab95ae commited on Wed Sep 24 23:19:14 2014 -0400 by Thomas Winget 2248124 commited on Wed Sep 24 17:15:49 2014 -0400 by Thomas Winget 4e2b2b9 commited on Wed Sep 24 22:28:25 2014 +0200 by Riccardo Spagni 5cd77a9 commited on Thu Sep 25 02:17:49 2014 +0200 by Riccardo Spagni 7383574 commited on Wed Sep 24 19:55:19 2014 -0400 by Thomas Winget 06a4578 commited on Wed Sep 24 17:36:04 2014 +0300 by Tomer Konforty 9956b68 commited on Wed Sep 24 21:25:50 2014 +0000 by iamsmooth d19cf1f commited on Wed Sep 24 07:14:39 2014 +0000 by iamsmooth c428c29 commited on Tue Sep 23 21:21:12 2014 +0000 by iamsmooth b1d586a commited on Tue Sep 23 20:41:04 2014 +0000 by iamsmooth 400f101 commited on Tue Sep 23 12:55:19 2014 +0000 by iamsmooth dda5a03 commited on Wed Sep 24 21:23:23 2014 +0200 by Riccardo Spagni 524eae5 commited on Wed Sep 24 20:57:09 2014 +0200 by Riccardo Spagni f93de2f commited on Wed Sep 24 20:42:54 2014 +0200 by Riccardo Spagni bff1f9d commited on Wed Sep 24 20:38:24 2014 +0200 by Riccardo Spagni 71f4b10 commited on Wed Sep 24 20:09:30 2014 +0200 by Riccardo Spagni 777d1ac commited on Wed Sep 24 20:08:50 2014 +0200 by Riccardo Spagni 26ea53d commited on Wed Sep 24 22:44:36 2014 +0530 by Oran Juice d1a7f69 commited on Wed Sep 24 14:45:34 2014 +0200 by Riccardo Spagni 1e193d6 commited on Tue Sep 23 19:27:03 2014 -0400 by Thomas Winget 1dece11 commited on Thu Sep 18 09:07:46 2014 -0400 by Thomas Winget 24f325a commited on Wed Sep 17 18:37:32 2014 -0400 by Thomas Winget 5bd3437 commited on Wed Sep 17 17:44:35 2014 -0400 by Thomas Winget c14c7e1 commited on Wed Sep 17 17:38:54 2014 -0400 by Thomas Winget f437cb5 commited on Wed Sep 17 17:38:15 2014 -0400 by Thomas Winget a5757a6 commited on Wed Sep 17 17:26:51 2014 -0400 by Thomas Winget 3fb0fc0 commited on Wed Sep 17 17:25:19 2014 -0400 by Thomas Winget 9a3b18d commited on Wed Sep 17 15:38:15 2014 -0400 by Thomas Winget 578050e commited on Wed Sep 17 15:35:52 2014 -0400 by Thomas Winget dea98df commited on Wed Sep 17 15:17:31 2014 -0400 by Thomas Winget 1ae6db2 commited on Wed Sep 17 14:55:28 2014 -0400 by Thomas Winget 564a9f4 commited on Tue Sep 23 22:57:42 2014 +0200 by Riccardo Spagni fffca2b commited on Tue Sep 23 18:18:23 2014 +0200 by Riccardo Spagni 869f79e commited on Tue Sep 23 18:15:59 2014 +0200 by Riccardo Spagni 19b142c commited on Tue Sep 23 21:25:09 2014 +0530 by Oran Juice 608572e commited on Tue Sep 23 20:48:15 2014 +0530 by Oran Juice 8bf4b75 commited on Tue Sep 23 15:23:40 2014 +0200 by Riccardo Spagni 09170b4 commited on Tue Sep 23 18:34:39 2014 +0530 by Oran Juice 6be139b commited on Tue Sep 23 17:04:04 2014 +0530 by Oran Juice b5d51e3 commited on Mon Sep 22 12:30:53 2014 +0200 by Riccardo Spagni ca56954 commited on Mon Sep 22 12:09:46 2014 +0200 by Riccardo Spagni d34f681 commited on Sun Sep 21 02:23:28 2014 +0200 by Riccardo Spagni 0e21944 commited on Mon Sep 15 23:17:24 2014 +0200 by Riccardo Spagni 59ab569 commited on Mon Sep 15 16:28:27 2014 -0400 by Zachary Michaels ffe7bf8 commited on Mon Sep 15 23:07:47 2014 +0200 by Riccardo Spagni de442fb commited on Mon Sep 15 23:04:58 2014 +0200 by Riccardo Spagni 070ff88 commited on Mon Sep 15 23:01:50 2014 +0200 by Riccardo Spagni d8257fb commited on Mon Sep 15 22:47:26 2014 +0200 by Riccardo Spagni 9db8818 commited on Wed Aug 20 11:57:29 2014 -0400 by Zachary Michaels ed41ee4 commited on Thu Aug 7 19:34:10 2014 -0400 by Zachary Michaels 59c1ac5 commited on Thu Aug 7 18:23:34 2014 -0400 by Zachary Michaels 4fd7752 commited on Thu Aug 7 14:28:50 2014 -0400 by Zachary Michaels dfa1157 commited on Thu Aug 7 14:27:12 2014 -0400 by Zachary Michaels f64a68e commited on Wed Aug 6 19:41:38 2014 -0400 by Zachary Michaels ceb6977 commited on Wed Aug 6 13:13:06 2014 -0400 by Zachary Michaels 45bc24d commited on Wed Aug 6 13:09:31 2014 -0400 by Zachary Michaels aba3497 commited on Wed Aug 6 13:08:15 2014 -0400 by Zachary Michaels cf91545 commited on Wed Aug 6 13:07:36 2014 -0400 by Zachary Michaels 2b76e9d commited on Wed Aug 6 13:06:03 2014 -0400 by Zachary Michaels 729d4bb commited on Wed Aug 6 12:52:25 2014 -0400 by Zachary Michaels e1dfd58 commited on Wed Aug 6 12:50:48 2014 -0400 by Zachary Michaels 1b90c6f commited on Wed Aug 6 12:50:12 2014 -0400 by Zachary Michaels f9f4fc1 commited on Wed Aug 6 12:45:47 2014 -0400 by Zachary Michaels 44f920b commited on Wed Aug 6 12:43:01 2014 -0400 by Zachary Michaels a31d6bb commited on Wed Aug 6 12:42:24 2014 -0400 by Zachary Michaels 9c848ce commited on Wed Aug 6 12:32:59 2014 -0400 by Zachary Michaels 0fe311b commited on Wed Aug 6 12:30:12 2014 -0400 by Zachary Michaels 8d6a04a commited on Wed Aug 6 12:27:16 2014 -0400 by Zachary Michaels f3271e8 commited on Mon Sep 15 20:17:23 2014 +0200 by Riccardo Spagni b92a8b5 commited on Mon Sep 15 20:15:26 2014 +0200 by Riccardo Spagni d006911 commited on Mon Sep 15 17:04:16 2014 +0200 by Riccardo Spagni 0214524 commited on Mon Sep 15 16:56:54 2014 +0200 by Riccardo Spagni 83276bf commited on Mon Sep 15 16:42:50 2014 +0200 by Riccardo Spagni 72a80f6 commited on Mon Sep 15 15:58:22 2014 +0200 by Riccardo Spagni 95a2701 commited on Tue Sep 9 16:29:24 2014 -0400 by Zachary Michaels 120c84d commited on Tue Sep 9 14:50:21 2014 -0400 by Zachary Michaels 2352565 commited on Tue Sep 9 12:15:42 2014 -0400 by Zachary Michaels d033087 commited on Tue Sep 9 10:58:53 2014 -0400 by Zachary Michaels ee1bacc commited on Tue Sep 9 09:10:30 2014 -0400 by Zachary Michaels 4a6eb0a commited on Mon Sep 8 18:33:17 2014 -0400 by Zachary Michaels 018e251 commited on Mon Sep 8 17:30:50 2014 -0400 by Zachary Michaels 3ef7f33 commited on Mon Sep 8 16:59:42 2014 -0400 by Zachary Michaels 1e38a02 commited on Mon Sep 8 16:05:16 2014 -0400 by Zachary Michaels 96eed84 commited on Mon Sep 8 15:09:59 2014 -0400 by Zachary Michaels 257077a commited on Mon Sep 8 13:40:28 2014 -0400 by Zachary Michaels 658b669 commited on Mon Sep 8 13:07:15 2014 -0400 by Zachary Michaels 98ed9a4 commited on Mon Sep 8 12:51:04 2014 -0400 by Zachary Michaels fb4146f commited on Thu Sep 4 22:14:36 2014 -0400 by Zachary Michaels 79862ad commited on Mon Aug 25 12:20:17 2014 -0400 by Zachary Michaels 07470fd commited on Wed Jul 16 13:30:15 2014 -0400 by Zachary Michaels 32004a7 commited on Mon Sep 15 12:46:04 2014 +0200 by Riccardo Spagni 2c0a87f commited on Mon Sep 15 12:31:45 2014 +0200 by Riccardo Spagni fdae097 commited on Mon Sep 15 12:46:04 2014 +0200 by Riccardo Spagni 700b72c commited on Mon Sep 15 12:31:45 2014 +0200 by Riccardo Spagni 51011ed commited on Mon Sep 15 08:24:32 2014 +0200 by Riccardo Spagni 3129d51 commited on Mon Sep 15 08:22:52 2014 +0200 by Riccardo Spagni f2937d1 commited on Mon Sep 15 08:18:34 2014 +0200 by Riccardo Spagni d97191d commited on Mon Sep 15 08:13:26 2014 +0200 by Riccardo Spagni 8afbed4 commited on Mon Sep 15 08:13:26 2014 +0200 by Riccardo Spagni 5a3ce8a commited on Mon Sep 15 08:08:03 2014 +0200 by Riccardo Spagni 566d194 commited on Sun Sep 14 14:13:09 2014 +0200 by Riccardo Spagni 9e2ac53 commited on Sat Sep 13 10:03:31 2014 +0200 by Riccardo Spagni 9c56b38 commited on Sat Sep 13 10:22:13 2014 +0200 by Riccardo Spagni bb2b606 commited on Sat Sep 13 08:04:05 2014 +0000 by iamsmooth 12c1b09 commited on Sat Sep 13 10:03:31 2014 +0200 by Riccardo Spagni 6b77e83 commited on Sat Sep 13 04:25:33 2014 +0000 by iamsmooth 08205f0 commited on Fri Sep 12 22:57:32 2014 +0000 by iamsmooth 63f60b1 commited on Fri Sep 12 13:30:14 2014 +0200 by Riccardo Spagni 570b90e commited on Fri Sep 12 13:27:30 2014 +0200 by Riccardo Spagni e7c52d9 commited on Fri Sep 12 13:18:12 2014 +0200 by Riccardo Spagni aab57ba commited on Fri Sep 12 13:16:29 2014 +0200 by Riccardo Spagni 8334ce0 commited on Fri Sep 12 13:06:51 2014 +0200 by Riccardo Spagni 446a7dd commited on Fri Sep 12 00:40:25 2014 +0200 by Riccardo Spagni ffaa787 commited on Fri Sep 12 13:12:07 2014 +0200 by Riccardo Spagni 14b3b6e commited on Fri Sep 12 13:06:51 2014 +0200 by Riccardo Spagni dd51b03 commited on Fri Sep 12 00:40:25 2014 +0200 by Riccardo Spagni a13e879 commited on Thu Sep 11 10:45:05 2014 -0400 by jebes f7900cc commited on Thu Sep 11 10:36:39 2014 -0400 by jebes dfed3d3 commited on Thu Sep 11 10:20:55 2014 -0400 by jebes 9d6f933 commited on Thu Sep 11 10:20:17 2014 -0400 by jebes a70bf86 commited on Thu Sep 11 10:14:05 2014 -0400 by jebes 8779a6d commited on Thu Sep 11 13:30:24 2014 +0200 by Riccardo Spagni b35c1e2 commited on Thu Sep 11 13:28:49 2014 +0200 by fluffypony 6a70de3 commited on Thu Sep 11 12:00:30 2014 +0200 by Riccardo Spagni a40d5c1 commited on Thu Sep 11 11:42:59 2014 +0200 by fluffypony afc61dd commited on Thu Sep 11 10:02:24 2014 +0200 by fluffypony 3217ed3 commited on Thu Sep 11 08:28:28 2014 +0200 by fluffypony d21cf29 commited on Thu Sep 11 08:25:07 2014 +0200 by fluffypony 36c7ea9 commited on Thu Sep 11 08:22:49 2014 +0200 by fluffypony 8d8b47e commited on Wed Sep 10 20:01:30 2014 +0200 by fluffypony 59c0423 commited on Wed Sep 10 18:22:20 2014 +0200 by fluffypony 7d01dad commited on Wed Sep 10 18:14:57 2014 +0200 by fluffypony 81490d2 commited on Wed Sep 10 14:19:42 2014 +0200 by fluffypony ccb2ab2 commited on Wed Sep 10 14:01:39 2014 +0200 by fluffypony 110f110 commited on Wed Sep 10 13:58:43 2014 +0200 by fluffypony a8d043b commited on Wed Sep 10 13:55:39 2014 +0200 by fluffypony 0e343ec commited on Wed Sep 10 13:25:34 2014 +0200 by fluffypony c085e92 commited on Tue Sep 9 20:18:23 2014 -0400 by jebes 266c639 commited on Tue Sep 9 14:49:13 2014 +0200 by fluffypony e1d31e0 commited on Tue Sep 9 14:07:57 2014 +0200 by fluffypony 5a65991 commited on Tue Sep 9 14:03:42 2014 +0200 by fluffypony 6afbdd9 commited on Tue Sep 9 12:37:19 2014 +0200 by fluffypony 4ba680f commited on Tue Sep 9 12:28:16 2014 +0200 by fluffypony cf5a8b1 commited on Tue Sep 9 11:32:00 2014 +0200 by fluffypony bf972c4 commited on Sun Sep 7 08:38:54 2014 +0200 by Riccardo Spagni 4290c78 commited on Sun Sep 7 08:33:41 2014 +0200 by fluffypony 3c2b742 commited on Sat Sep 6 21:57:37 2014 +0200 by Riccardo Spagni 0a9f2f5 commited on Sat Sep 6 17:59:24 2014 +0000 by iamsmooth 07680e5 commited on Sat Sep 6 10:35:09 2014 +0000 by iamsmooth 480cf96 commited on Sat Sep 6 10:06:54 2014 +0000 by iamsmooth 2ef0aee commited on Thu Sep 4 15:17:54 2014 +0200 by rfree2monero c054899 commited on Fri Sep 5 22:04:11 2014 -0400 by Thomas Winget 9a16bb9 commited on Fri Sep 5 18:32:31 2014 -0400 by Thomas Winget 115f952 commited on Fri Sep 5 18:10:47 2014 -0400 by Thomas Winget a544603 commited on Fri Sep 5 18:06:08 2014 -0400 by Thomas Winget 1d6372c commited on Tue Sep 2 12:20:15 2014 +0200 by Riccardo Spagni f8025ca commited on Tue Sep 2 12:08:27 2014 +0200 by fluffypony 0c9e3ea commited on Sat Aug 30 08:59:54 2014 +0200 by Riccardo Spagni 8e12240 commited on Sat Aug 30 08:58:01 2014 +0200 by fluffypony 6f04cdb commited on Mon Aug 25 18:54:48 2014 +0200 by fluffypony 1b8a68f commited on Sat Aug 23 23:12:39 2014 +0200 by Riccardo Spagni 1829966 commited on Sat Aug 23 22:43:13 2014 +0200 by fluffypony db69298 commited on Sat Aug 23 22:21:18 2014 +0200 by fluffypony 43c013a commited on Tue Aug 5 09:43:39 2014 +0200 by Riccardo Spagni 67b91ea commited on Tue Aug 5 08:57:08 2014 +0200 by Jakob Lind da523f3 commited on Tue Aug 5 08:53:30 2014 +0200 by Jakob Lind 0c3255e commited on Tue Aug 5 08:17:23 2014 +0200 by Jakob Lind 2ba7762 commited on Sun Aug 3 16:58:21 2014 +0200 by Jakob Lind 6575d4e commited on Sat Aug 2 18:14:29 2014 +0200 by Jakob Lind d0c8532 commited on Sat Aug 2 16:53:29 2014 +0200 by Jakob Lind 4fce57b commited on Fri Aug 1 15:40:18 2014 +0200 by Jakob Lind 7c0f150 commited on Sun Aug 3 09:58:11 2014 -0400 by Thomas Winget bdac624 commited on Sun Jun 22 09:15:39 2014 -0400 by Thomas Winget de62007 commited on Sat Aug 2 17:17:01 2014 +0200 by Riccardo Spagni 9228dbf commited on Sat Aug 2 17:15:46 2014 +0200 by fluffypony ba99a86 commited on Sat Aug 2 11:13:26 2014 +0200 by Riccardo Spagni d1b0ee7 commited on Fri Aug 1 17:31:15 2014 +0200 by Riccardo Spagni 29c675a commited on Fri Aug 1 11:29:55 2014 +0200 by Jakob Lind e4273f2 commited on Fri Aug 1 10:17:50 2014 +0200 by Jakob Lind 7869667 commited on Fri Jul 25 18:47:41 2014 +0200 by Riccardo Spagni 32f9d2b commited on Fri Jul 25 18:29:08 2014 +0200 by fluffypony e70b57c commited on Thu Jul 24 11:25:50 2014 +0200 by Riccardo Spagni fdd9f19 commited on Thu Jul 24 11:24:13 2014 +0200 by Jojatekok 49f9015 commited on Thu Jul 24 11:14:29 2014 +0200 by Jojatekok 0a87cb0 commited on Wed Jul 23 18:26:06 2014 +0200 by Riccardo Spagni eb8de58 commited on Wed Jul 23 17:47:48 2014 +0200 by Riccardo Spagni a59b620 commited on Wed Jul 23 19:27:23 2014 +0400 by Erik Kimmo 6fc995f commited on Wed Jul 23 15:03:52 2014 +0200 by fluffypony 003b1f9 commited on Wed Jul 23 13:50:29 2014 +0200 by fluffypony 55b92e3 commited on Wed Jul 23 06:06:33 2014 -0400 by Thomas Winget a991434 commited on Wed Jul 23 05:59:31 2014 -0400 by Thomas Winget ad40610 commited on Tue Jul 22 20:54:45 2014 -0400 by Thomas Winget c31f601 commited on Tue Jul 22 14:08:39 2014 -0400 by mikezackles 2796a7f commited on Tue Jul 22 14:00:10 2014 -0400 by Zachary Michaels 04c46fd commited on Tue Jul 22 12:19:20 2014 -0400 by mikezackles 12596ad commited on Tue Jul 22 12:00:25 2014 -0400 by Zachary Michaels 1c33b6c commited on Fri Jul 18 19:35:45 2014 -0400 by Thomas Winget 9f88b7c commited on Fri Jul 18 19:33:03 2014 -0400 by Thomas Winget 905b67b commited on Thu Jul 17 19:23:49 2014 -0400 by mikezackles 61e447f commited on Thu Jul 17 19:18:24 2014 -0400 by Zachary Michaels e48cf2a commited on Thu Jul 17 18:47:18 2014 -0400 by Zachary Michaels 23c914c commited on Thu Jul 17 17:11:21 2014 -0400 by Zachary Michaels e3b8c58 commited on Thu Jul 17 17:10:35 2014 -0400 by Zachary Michaels 232e23e commited on Thu Jul 17 11:14:13 2014 -0400 by Zachary Michaels c017bb0 commited on Thu Jul 17 11:10:27 2014 -0400 by Zachary Michaels d9f3421 commited on Thu Jul 17 11:05:46 2014 -0400 by Zachary Michaels 8e99cee commited on Thu Jul 17 11:04:13 2014 -0400 by Zachary Michaels a3f5764 commited on Thu Jul 17 11:02:05 2014 -0400 by Zachary Michaels 4d25350 commited on Thu Jul 17 10:31:44 2014 -0400 by Zachary Michaels 9872d20 commited on Thu Jul 17 10:47:17 2014 -0400 by Zachary Michaels 85a04cb commited on Thu Jul 17 10:27:37 2014 -0400 by Zachary Michaels c6ffd81 commited on Sun Jul 6 13:13:06 2014 -0400 by Thomas Winget a016499 commited on Tue Jul 1 13:01:44 2014 -0400 by Zachary Michaels dee9abc commited on Tue Jul 1 12:11:06 2014 -0400 by Zachary Michaels efad8c9 commited on Tue Jul 1 12:10:19 2014 -0400 by Zachary Michaels 034a1a8 commited on Tue Jul 1 11:56:41 2014 -0400 by Zachary Michaels a633c11 commited on Tue Jul 1 11:48:16 2014 -0400 by Zachary Michaels 7259f07 commited on Tue Jul 1 10:55:41 2014 -0400 by Zachary Michaels 26c83c5 commited on Mon Jun 30 16:07:15 2014 -0400 by Zachary Michaels 28af032 commited on Mon Jun 30 15:26:29 2014 -0400 by Zachary Michaels b1413fd commited on Mon Jun 30 15:17:24 2014 -0400 by Zachary Michaels b3092d4 commited on Fri Jun 27 18:06:21 2014 -0400 by Zachary Michaels e344b9c commited on Fri Jun 27 17:17:11 2014 -0400 by Zachary Michaels f98c8ab commited on Fri Jun 27 17:07:03 2014 -0400 by Zachary Michaels 5fca5a0 commited on Fri Jun 27 14:03:51 2014 -0400 by Zachary Michaels aaced6f commited on Fri Jun 27 13:29:32 2014 -0400 by Zachary Michaels 17f0967 commited on Fri Jun 27 13:21:48 2014 -0400 by Zachary Michaels bd7d20a commited on Fri Jun 27 12:42:48 2014 -0400 by Zachary Michaels 849c52c commited on Fri Jun 27 12:17:32 2014 -0400 by Zachary Michaels 45bd182 commited on Fri Jun 13 00:01:04 2014 -0400 by Thomas Winget d433a69 commited on Tue Jun 17 18:15:21 2014 -0400 by Thomas Winget 2011b50 commited on Tue Jun 17 14:42:41 2014 -0400 by Thomas Winget 7c7696a commited on Tue Jun 17 13:03:37 2014 -0400 by Thomas Winget e5ab98a commited on Mon Jun 16 22:11:47 2014 -0400 by Thomas Winget 6210984 commited on Mon Jun 16 21:52:06 2014 -0400 by tom 9bfe0b9 commited on Mon Jun 16 15:16:54 2014 -0400 by Thomas Winget 002ce96 commited on Mon Jun 16 14:35:20 2014 -0400 by Thomas Winget 8166650 commited on Mon Jun 16 14:14:09 2014 -0400 by Thomas Winget 2e048a4 commited on Sun Jun 15 20:36:44 2014 -0400 by Thomas Winget 79e59d1 commited on Sun Jun 15 17:20:16 2014 -0400 by tom fc1180b commited on Fri Jun 13 14:05:15 2014 -0400 by Thomas Winget 4c67dbb commited on Mon Jun 30 06:47:48 2014 -0400 by Thomas Winget 55721da commited on Mon Jun 30 06:45:20 2014 -0400 by Thomas Winget e10100b commited on Sun Jun 29 23:11:28 2014 -0400 by monero-project b87577f commited on Sun Jun 29 18:04:29 2014 -0600 by Matthew Little eba6245 commited on Thu Jun 26 16:42:24 2014 -0400 by mydesktop 2a2b36d commited on Tue Jun 24 13:30:41 2014 -0400 by monero-project c050ff4 commited on Tue Jun 24 13:20:15 2014 -0400 by monero-project e12ccdf commited on Thu Jun 19 23:49:25 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 05a5c62 commited on Thu Jun 19 20:23:37 2014 -0400 by monero-project 156312f commited on Mon Jun 16 21:13:05 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 5fcac26 commited on Mon Jun 16 03:35:55 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 72643c4 commited on Mon Jun 16 03:35:09 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 8fc42a2 commited on Mon Jun 16 03:32:09 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 81cf565 commited on Mon Jun 16 03:22:33 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 802d580 commited on Mon Jun 16 03:22:27 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo c0520ad commited on Mon Jun 16 02:00:44 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 37c5f39 commited on Mon Jun 16 01:58:17 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 9853ba8 commited on Sun Jun 15 14:02:49 2014 -0400 by monero-project 88fe57f commited on Sun Jun 15 14:01:00 2014 -0400 by monero-project 3bc16dc commited on Sun Jun 15 09:48:13 2014 +0200 by fluffypony 0ddbd20 commited on Sat Jun 14 13:17:27 2014 -0400 by monero-project 94cc5a7 commited on Fri Jun 13 12:01:07 2014 -0400 by monero-project a521046 commited on Fri Jun 13 00:01:26 2014 -0400 by Thomas Winget 5489112 commited on Thu Jun 12 19:41:37 2014 -0400 by monero-project c49cb04 commited on Thu Jun 12 19:34:24 2014 -0400 by Thomas Winget 205494f commited on Mon Jun 9 20:36:51 2014 -0400 by tom 0c85229 commited on Mon Jun 9 20:04:56 2014 -0400 by tom 305def9 commited on Mon Jun 9 18:28:08 2014 -0400 by tom c3203c8 commited on Thu Jun 12 19:14:25 2014 -0400 by monero-project da37b6f commited on Sun Jun 8 20:04:32 2014 -0400 by Thomas Winget b6a4751 commited on Sun Jun 8 18:59:02 2014 -0400 by Thomas Winget ce35239 commited on Sun Jun 8 18:12:38 2014 -0400 by Thomas Winget 537b911 commited on Fri Jun 6 17:18:57 2014 -0400 by Thomas Winget 8bc032e commited on Fri Jun 6 16:31:04 2014 -0400 by Thomas Winget 72c3f36 commited on Fri Jun 6 15:45:21 2014 -0400 by Thomas Winget d22e458 commited on Fri Jun 6 14:18:11 2014 -0400 by Thomas Winget 8661f9a commited on Fri Jun 6 08:20:54 2014 -0400 by Thomas Winget e89949c commited on Fri Jun 6 06:55:41 2014 -0400 by Thomas Winget cd63132 commited on Wed Jun 4 23:08:35 2014 -0400 by tom f70bc3a commited on Wed Jun 4 21:11:19 2014 -0400 by tom 4f382b3 commited on Wed Jun 4 18:59:47 2014 -0400 by Thomas Winget 105825b commited on Mon Jun 2 07:56:07 2014 -0400 by Thomas Winget 6bee34e commited on Thu Jun 12 15:38:28 2014 -0400 by Zachary Michaels ea99573 commited on Wed Jun 11 17:39:59 2014 -0400 by mydesktop 75fc3e9 commited on Wed Jun 11 17:32:53 2014 -0400 by mydesktop e84f39a commited on Wed Jun 11 13:15:23 2014 -0400 by Zachary Michaels c8626df commited on Wed Jun 11 13:13:43 2014 -0400 by Zachary Michaels feac5a7 commited on Wed Jun 11 10:46:56 2014 -0400 by monero-project 2d755b3 commited on Tue Jun 10 11:43:57 2014 -0400 by monero-project 8e0f20f commited on Tue Jun 10 17:29:37 2014 +0200 by fluffypony 240fce2 commited on Fri Jun 6 19:06:28 2014 +0200 by fluffypony 92ac24d commited on Fri Jun 6 00:23:56 2014 +0200 by fluffypony 3162fcb commited on Thu Jun 5 10:11:07 2014 -0400 by monero-project de76efe commited on Wed Jun 4 23:10:33 2014 +0200 by Neozaru e0685d4 commited on Wed Jun 4 22:53:54 2014 +0200 by fluffypony 7fea564 commited on Wed Jun 4 22:50:13 2014 +0200 by Neozaru 4492317 commited on Wed Jun 4 10:16:28 2014 -0400 by monero-project cf8ac2c commited on Wed Jun 4 10:16:24 2014 -0400 by monero-project 65f4782 commited on Tue Jun 3 22:38:20 2014 +0200 by Neozaru 133019c commited on Mon Jun 2 22:43:11 2014 +0200 by paybee 295c284 commited on Mon Jun 2 22:36:35 2014 +0200 by paybee 3fc22c2 commited on Mon Jun 2 22:07:20 2014 +0200 by Neozaru b09eea5 commited on Mon Jun 2 22:03:04 2014 +0200 by Neozaru 24b4f47 commited on Mon Jun 2 10:53:52 2014 -0400 by monero-project e526fd3 commited on Mon Jun 2 10:53:22 2014 -0400 by monero-project 117393d commited on Mon Jun 2 00:22:42 2014 +0200 by Neozaru 7f0b846 commited on Sun Jun 1 17:53:44 2014 -0400 by artifexd 7649f54 commited on Sun Jun 1 12:29:43 2014 -0400 by monero-project 8530629 commited on Sun Jun 1 18:21:30 2014 +0200 by Neozaru 0e52233 commited on Thu May 29 17:53:49 2014 +0200 by paybee 5c1b7c7 commited on Wed May 28 21:13:32 2014 -0400 by mydesktop 506fd37 commited on Wed May 28 22:27:59 2014 +0200 by Neozaru d2f4450 commited on Wed May 28 22:21:52 2014 +0200 by Neozaru dfc092d commited on Wed May 28 21:58:38 2014 +0200 by Neozaru 2475ec8 commited on Wed May 28 13:19:24 2014 -0400 by monero-project 9761529 commited on Tue May 27 16:45:50 2014 -0400 by mydesktop feacdde commited on Tue May 27 12:52:11 2014 +0200 by paybee 26292c5 commited on Mon May 26 23:03:02 2014 -0400 by monero-project cf88535 commited on Mon May 26 23:02:01 2014 -0400 by monero-project 328a52a commited on Mon May 26 20:57:50 2014 -0400 by mydesktop e995a77 commited on Mon May 26 19:53:12 2014 -0400 by mydesktop f545fd8 commited on Mon May 26 19:51:22 2014 -0400 by mydesktop 3775675 commited on Mon May 26 10:07:04 2014 -0400 by monero-project 785814c commited on Mon May 26 11:46:09 2014 +0200 by paybee 31a5978 commited on Sun May 25 20:25:37 2014 -0400 by mydesktop e717125 commited on Sun May 25 15:47:32 2014 -0400 by mydesktop af5a28e commited on Sun May 25 21:36:12 2014 +0200 by Neozaru 8d4320b commited on Sun May 25 13:35:54 2014 -0400 by mydesktop 0eba4e0 commited on Sun May 25 13:34:31 2014 -0400 by mydesktop f5a1c94 commited on Sun May 25 13:11:56 2014 -0400 by mydesktop 3a3a817 commited on Sun May 25 13:06:40 2014 -0400 by mydesktop 17a9ee3 commited on Sun May 25 00:20:46 2014 +0200 by Neozaru b77470a commited on Fri May 23 16:49:42 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 9f1ffe0 commited on Thu May 22 15:00:48 2014 +0400 by OracionSeis 7c3783f commited on Wed May 21 23:51:45 2014 +0200 by Neozaru 3c5d746 commited on Wed May 21 13:02:46 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 6d94334 commited on Wed May 21 09:43:59 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 44f61c3 commited on Wed May 21 09:29:34 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 3b887de commited on Sat May 17 16:43:09 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo ab7b25d commited on Sat May 17 16:25:58 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 49d55d3 commited on Sat May 17 16:25:00 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo e4f7b92 commited on Sat May 17 16:22:07 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 98e0326 commited on Sat May 17 16:20:47 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo e41c808 commited on Sat May 17 15:39:46 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo dda8b34 commited on Thu May 15 18:47:12 2014 -0400 by monero-project eb2db3c commited on Fri May 16 00:26:35 2014 +0200 by Neozaru 4690670 commited on Fri May 16 00:21:43 2014 +0200 by Neozaru 0217572 commited on Wed May 14 11:49:15 2014 -0400 by monero-project 73158c7 commited on Wed May 14 11:49:09 2014 -0400 by monero-project 5c820f9 commited on Wed May 14 11:49:05 2014 -0400 by monero-project a03b13b commited on Tue May 13 17:55:50 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo b5b061e commited on Tue May 13 17:53:20 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo c0cf78a commited on Tue May 13 16:10:58 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 9b2d1bc commited on Mon May 12 21:30:00 2014 -0400 by monero-project 90a67a9 commited on Mon May 12 09:01:32 2014 -0400 by monero-project 26c1a85 commited on Sun May 11 14:10:24 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 5ceffa8 commited on Thu May 8 11:12:54 2014 -0400 by monero-project d8e3a0c commited on Wed May 7 20:17:45 2014 -0400 by monero-project ed444b7 commited on Wed May 7 17:15:43 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo b27f060 commited on Wed May 7 19:55:34 2014 -0400 by monero-project 7620d55 commited on Wed May 7 14:18:20 2014 -0400 by monero-project 3cc45e9 commited on Wed May 7 11:15:45 2014 -0700 by NoodleDoodleNoodleDoodleNoodleDoodleNoo 9b7accb commited on Mon May 5 20:14:41 2014 -0400 by monero-project 4153316 commited on Mon May 5 19:59:21 2014 +0200 by vertoe 4baedc4 commited on Sat May 3 15:17:29 2014 -0400 by mydesktop 333f975 commited on Sat May 3 12:19:43 2014 -0400 by mydesktop 0f42b2e commited on Wed Apr 30 16:55:49 2014 -0400 by mydesktop 79a4bed commited on Wed Apr 30 16:50:06 2014 -0400 by mydesktop 504bddd commited on Wed Apr 30 16:42:00 2014 -0400 by monero-project 8658f20 commited on Wed Apr 30 16:41:03 2014 -0400 by monero-project d165b74 commited on Wed Apr 30 16:39:11 2014 -0400 by mydesktop 465bdc9 commited on Wed Apr 30 16:29:45 2014 -0400 by mydesktop 67df296 commited on Wed Apr 30 13:52:21 2014 -0400 by mydesktop 9c70be0 commited on Wed Apr 30 13:07:00 2014 -0400 by monero-project 8e92162 commited on Wed Apr 30 13:01:32 2014 -0400 by mydesktop 56bb959 commited on Wed Apr 30 12:03:30 2014 -0400 by monero-project cf8fe28 commited on Wed Apr 30 11:37:25 2014 -0400 by monero-project e940386 commited on Wed Apr 30 14:39:49 2014 +0400 by thankful_for_today 132c364 commited on Wed Apr 30 14:36:31 2014 +0400 by thankful_for_today 7b582fe commited on Wed Apr 30 14:33:18 2014 +0400 by thankful_for_today fcd8efd commited on Sat Apr 26 04:01:37 2014 +0400 by bitmonero-project 6ed4507 commited on Fri Apr 25 22:08:19 2014 +0400 by Henry Hartshorne 0fd82c9 commited on Sun Apr 20 00:53:40 2014 +0400 by thankful_for_today 6d2bcc8 commited on Fri Apr 18 18:30:17 2014 +0400 by thankful_for_today 147aac7 commited on Fri Apr 18 12:55:52 2014 +0400 by thankful_for_today 1a8f5ce commited on Fri Apr 18 01:21:40 2014 +0400 by thankful_for_today 9682a15 commited on Wed Apr 9 13:14:35 2014 +0100 by Antonio Juarez a401a02 commited on Mon Apr 7 16:02:15 2014 +0100 by Antonio Juarez 29c2859 commited on Wed Apr 2 17:00:17 2014 +0100 by Antonio Juarez
(You'll notice that even vertoe contributed to Monero development;) ) This excludes the blockchainDB branch on tewinget's fork, the 0MQ and http-server and smart-mining branches on oranjuice's fork, the QoS branch on rfreeman's fork, and is only representative of what has made it to staging. 659 commits in the past year = ~55 commits a month, 1.8 commits a day.
|
|
|
|
othe
|
|
March 24, 2015, 10:47:10 PM |
|
mydesktop was smooth afaik.
Thats why its missing from github search.
|
|
|
|
othe
|
|
March 24, 2015, 10:51:23 PM |
|
- Darksend: a poor implementation of CoinJoin. To quote the actual inventor of CoinJoin (gmaxwell) on the topic of Darkcoin: "That other stuff was initially "hey this coinjoin stuff is great, we put it in an altcoin!" to which my result was "hey, idiots, the whole point of coinjoin was that it already worked in bitcoin. If you're talking about something incompatible there are much better approaches" ... and they've since gone off to do other things, but uh.. seemingly without a lot of thought in advance."
now I may have missed something - but my understanding is that gmaxwell made these rather bitter remarks, was subsequently invited to review the Darksend code, agreed to do that once it was open source but never actually did....so these outdated remarks are based on the 'idea' of darksend rather than the actual implementation. Hardly a persuasive piece of evidence to present against the current, working anon implementation in DRK. Your point being? DRK has working instant transactions on mainnet. Other coins off the BTC codebase don't have this... - Sporks: turns the Bitcoin alert key system into a remote kill switch that one person can use to disrupt the network at will. Awesome.
This is not a balanced or even credible representation of the Spork feature, as you well know. 1) That comment is from today 2) Bitcoin HAS working micropayment channel implementations - that stuff always works on mainnet because no fork is needed; impulse.se for example specifies one (its from bitpay) and it has a bitcore addon. 3) Spork is a 1:1 copy of Bitcoins system with the possibility to rollback like dictator - thats the only difference.
|
|
|
|
illodin
|
|
March 24, 2015, 10:52:54 PM |
|
Fixing the bloat "problem" isn't on our agenda right now. We can achieve linear reductions in blockchain size through various schemes, but none of them make a particularly large impact. If anything we will implement a lightweight wallet that uses a bloom-filter-like approach to tell full nodes which set of viewkeys its interested in, and then left those nodes do the heavy lifting. In fact, we can offer a lightweight pruned blockchain right now by only maintaining a limited set of blocks as well as the txoset and the key image set, which will give you a fully operational Monero node that needs less than 1/10th of the current blockchain space. That tooling is premature, though, as there are other priorities (eg. headers-first sync up) before we can focus on that.
How many full nodes there are currently? What is the incentive to run one? What if they are DDoS'ed? Is the bolded part a problem for privacy? It boggles my mind that Evan didn't design the protocol around micropayment channels, where every full node could be incentivised to mix transactions or vote on InstantX transactions or whatever. It would make the anonymity set so much larger.
Perhaps he thought it's better to make sybil attacks harder. It's basically free to launch as many full nodes as required.
|
|
|
|
Johnny Mnemonic
|
|
March 24, 2015, 10:53:07 PM |
|
Monero's proof:Darkcoin's proof:... not a single darksend TX has been traced, no matter what gmaxwell or anyone else might say. Trace one or GTFO ...
|
|
|
|
fluffypony
Donator
Legendary
Offline
Activity: 1274
Merit: 1060
GetMonero.org / MyMonero.com
|
|
March 24, 2015, 10:57:37 PM |
|
Evan came up with x11 and it was absolutely revolutionary and as such has been widely used and cloned into x13 ,x15 ect
there has been no credible evidence presented that it is insecure in any way.
Chaining hashing algorithms is neither revolutionary nor clever. When you chain hashing algorithms bad things happen: http://blog.ircmaxell.com/2015/03/security-issue-combining-bcrypt-with.htmlTo quote that blog: " The underlying problem is that combining cryptographic operators that weren't designed to be combined can be disastrous. Is it possible to do so safely? Yes. Is it a good idea to do it? No. This particular case is just one example where combining operations can be exceedingly dangerous. But the bottom line: never roll your own crypto. It can have fatal consequences." So he designed something that is (unwittingly or knowingly) open to preimage attacks...and that's revolutionary?
|
|
|
|
majamina
Member
Offline
Activity: 112
Merit: 10
|
|
March 24, 2015, 10:58:05 PM |
|
1) That comment is from today
really....perhaps you can link the comments, would be interesting to see in context. Has he actually reviewed the code though? 2) Bitcoin HAS working micropayment channel implementations - that stuff always works on mainnet because no fork is needed; impulse.se for example specifies one (its from bitpay) and it has a bitcore addon.
not the same thing really though is it, as having instant TX built natively into the coin / wallet? 3) Spork is a 1:1 copy of Bitcoins system with the possibility to rollback like dictator - thats the only difference.
so it's the same except it's different?
|
|
|
|
|