Bitcoin Forum
May 05, 2024, 04:37:51 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 121 »
661  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 09, 2015, 12:29:54 PM
I see one use of multiple addresses: when you don't want to know that two transactions go to the same address (like if you don't want people to find you by googling your address which is on bitcointalk signature of profile, or openalias, for instance).
But since there is no much of these needs, you may as well just use a second wallet.

It doesn't matter if your address is known, as it's impossible (with our current cryptography) to analyse the blockchain and find transactions you were involved in. Even if that was possible it still wouldn't be disastrous, as all that can be observed are transactions you *may or may not* have been involved in (thanks to ring signatures). The only time multiple wallets are necessary are for separating your personal and business accounts, for instance, or for a company that wants each department to have its own address and accounts.
662  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 09, 2015, 12:25:26 PM
fluffypony, had you noticed my post about sophia database?

http://sphia.org/

If yes, please write few words what do you think about.

Sophia was one of the embedded databases we initially considered, but ultimately went for LMDB because it is better suited to our workloads (based on casual observation, it was impossible to test that theory at that stage;)

Ultimately we aren't preventing anyone from writing an additional implementation and submitting a PR, and we will at the very least have a BerkleyDB fall-back implementation for environments that don't play well with large MMAPs.
663  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 08, 2015, 09:25:50 PM
A question about the Monero wallet: doesn't it rotatte the addresses? I'm asking this because in Bitcoin this practice is strongly discouraged, not just for privacy reasons, but for security reasons. In Monero I think the reuse address shouldn't be a issue for privacy, but what about security?

You only have one address in Monero. Since outputs use dual-key stealth addresses there's really no need to have multiple addresses in a single wallet:)
664  Alternate cryptocurrencies / Speculation (Altcoins) / Re: [XMR] Monero Speculation on: February 08, 2015, 08:10:48 PM
Also, then there's also the massive size of the transactions. Is there any possible way to get the same security with smaller sized transactions?

Unfortunately no, not possible.

It's painful to see a 20kb transaction, as one single transaction, go out to thousands of people. The size of these transactions far surpass moore's law by at least an order of magnitude. So, is it possible to get reasonably sized, high mixin, transactions for 2kb? I'm talking a mixin of no less than ten with an average of 2-3 inputs?

Moore's law is a worthy discussion - the average Bitcoin transaction is 250 bytes, and Moore's law says that "it" doubles every 2 years (Moore's law is too slow to apply to everything, mind you, Kryder's law is typically applied to disk storage density, and that predicts 40tb drives costing $40 by the time we hit 2020). If we go solely based on Moore's law, though, we get January 2009 (Bitcoin genesis block) to today as around 6 years, so a transaction size growth of 3x = average Monero transaction size of 750 bytes.

Here's a good one, it uses the old flat-fee structure, but afaik that doesn't affect the sizing at all: http://chainradar.com/xmr/transaction/7e10418c95f426428f5146adea272324bdee5bc7d5dd461b482ff16e158b1472

It's 12 inputs, with a mixin of 28, but a size of 22.783 kb.

Here's a similar, recent Bitcoin transactions: https://blockchain.info/tx/239a93ab087b57b6e4ab98a28030546e88c976bd5d66d2eae2bf311ada9d98b8

That transaction has 122 inputs and is 18.589kb. To give you some baseline, the 22.783kb Monero transaction has 12 inputs, but with a mixin of 28 that's a total of 336 signatures. It does seem that like-for-like Monero has smaller transactions - this Monero transaction with 5 inputs, no mixins, has a size of 763 bytes, this Bitcoin transaction with 5 inputs has a size of 816 bytes.

The tough part here, is that for cryptonote to work as intended, we're outpacing moore's law by at least two entire powers of ten. For cryptonote to even work at all, with minimal anonymity, we're outpacing it by a single power of ten.

This is a tough one - which is more applicable? Kryder's law or Moore's? What about bandwidth?

The bottom line is this: Bitcoin's transaction size is only going to increase if privacy becomes an issue and people start using mixers or similar as a daily occurrence. Transactional privacy requires a trade-off. It's clear that ZeroCoin's trade-off is too large *right now*, but in 10 years time maybe even that will be acceptable. For the moment Monero's transaction size/privacy trade-off is at an acceptable ratio, and whilst we aren't blind to alternatives that may allow us to reduce the per-tx size we're also not going to chase a linear reduction. Our efforts at reducing size implication would be far better spent on finding a solution, in the future, to completely pruning the blockchain.
665  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 08, 2015, 10:20:37 AM
yeah after checking the paper i have the feeling he prefers monero Grin

I just did a quick search and the most important part on this subject is:

Quote
I am willing to do the work it takes to implement the above on any given
Cryptonote-based coin, be it ByteCoin, Monero, Boolberry, Dashcoin, etc. I am
willing to be paid in the currency itself since I believe this will greatly increase
its value. Please contact me at the email at the start of this document to discuss
further logistics, payment details, etc.

As usual, nothing comes for free...

why not make it for all cryptonote currency he think is worth investing and ask for bounty and donation, claymore made his miner for cryptonote and he have all of them.. i say maximize profit  Wink

Unfortunately there are gaping holes in the whitepaper (gmaxwell has touched on some in this thread), not to mention the blockchain bloat that will be incurred by having all assets of every class on a single chain. It's definitely a step in the right direction, but unfortunately does not meet the design goals inherent in Monero for us to consider implementing it.
666  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 07, 2015, 07:56:40 PM
What should I do?

2015-Feb-07 16:35:22.701076 [P2P1]Failed to connect to any of seed peers, continuing without seeds

What operating system? And are you trying to connect to mainnet or testnet?
667  Alternate cryptocurrencies / Altcoin Discussion / Re: Trustless, Tradable, Reality-Based Contracts on cryptonote coins on: February 06, 2015, 06:23:01 PM
Hi Roman,

Very cool - I'll take a look at the whitepaper over the weekend, as will the rest of the Monero Research Lab (including surae;)

I see you've cross-posted this same message into three different sections of the forum - in order to avoid getting flagged for spam is it possible for you to pick a single post you'd like to use for further discussion?
668  Bitcoin / Bitcoin Discussion / Re: ISIS Using Bitcoins :o on: February 06, 2015, 06:04:56 PM
It has already been proven, beyond a doubt, that terrorists are using Monero.

In what world? People barely even use Monero to play dice games.

Terrorists clearly need to play dice games too!
669  Alternate cryptocurrencies / Altcoin Discussion / Re: [Poll] What anonymous coin will succed? on: February 06, 2015, 03:33:49 PM
My opinion wont mean as much as respected German cryptographer Isidor Zeuner who has been retained to review the system.  He is very qualified to do the audit and the results of his review should be out any day now. 

Who?

The only Isidor Zeuner I can find is this guy: https://de.linkedin.com/pub/isidor-zeuner/76/b39/604

Quote
My mission is to provide quality software solutions to demanding small and medium sized businesses. I've been able to provide the little extra edge to companies in different industries:

* domain names
* e-mail marketing
* tourism
* business intelligence
* market research
* telecommunications
* search engines
* financial

I don't see much about his qualifications or his knowledge of cryptography.

My next go-to was to see if he had any papers on arXiv, but that seems to not be the case either: http://arxiv.org/find/all/1/all:+AND+Isidor+Zeuner/0/1/0/all/0/1

Incidentally, I agree that a review is beneficial, but let's not overstate someone's abilities and qualifications, ok?
670  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 05, 2015, 03:58:41 PM
What exactly is the relation between https://xmrmonero.com/ and https://forum.monero.cc/? Which one is worth joining?

xmrmonero.com is a MEW project and is not a core team project (that is not to say that we don't support it or contribute to it or whatever).

The only sanctioned, official forum is forum.monero.cc
671  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 05, 2015, 11:01:53 AM
Turns out, the calls from the Monero wiki are nowhere to be fund in the code on github.
No wonder I can't make it work, then. Cheesy

Where is development happening? Not on github? There seems to be a very low activity...

We haven't even started development on the new RPC API calls:)

With git you don't commit to the main repo every 5 minutes, that would make it exceedingly difficult to coordinate work between contributors. So developers work in their own forks and branches, and then submit pull requests to the upstream (main) repo.
672  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 04, 2015, 06:37:27 PM
Can we setup wikimedia on monero.cc or xmrmonero.com (i see a wiki page there but it doesnt show me anything)  so we can start adding info? Then, when time comes, you guys can do whatever changes you want but some articles will be ready...

I can't speak to peripheral projects, but if you want to read some rationale for why we've gone down a certain route on monero.cc read this post which details why SendGrid reached the same conclusions we did (although they first had to make two missteps with Wikimedia and Wordpress first, which we've avoided) - https://sendgrid.com/blog/creating-sustainable-documentation-with-jekyll/
673  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 04, 2015, 04:53:38 PM
Quote
That site stinks of warez...

>>Buy
lol Cheesy


btw, is http://monero.wikia.com/ the official monero wiki? 



No, it's just something we use for aspects related to protocol and design development.
674  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 04, 2015, 04:19:59 PM
Also notice the monero: pseudo-procotol.

In case anyone is wondering, the full URI spec is here: http://monero.wikia.com/wiki/URI_formatting

That wikia also has the new RPC API spec, if anyone wants to modify / add before it gets ratified in the coming months. Same goes for the URI format.
675  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: February 04, 2015, 09:35:33 AM
Hi guys,

Just a little side project I've put together (the current Monero price in various fiat currencies, based on market depth and the BitPay rates)



You can access it at https://MoneroPric.es (such domain hack, much clever, wow)

JSON rates are at: https://moneropric.es/fiat.json

To go straight to a specific fiat currency (default is USD) you can just append it to the URL, eg. https://moneropric.es/EUR or https://moneropric.es/ZAR etc.

I am grabbing price history, and when I get a chance I will add graphs etc.
676  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: January 31, 2015, 12:41:05 PM
BCN/CN.org-gang DDOSed my tiny, private VPS. Which I use just for IRC. Hostname/PTR-record is "cryptonote.co".

Fun. If you PM me I can get it setup on our infrastructure, forwarding to monero.cc, but you'll be unable to use it as your host mask on IRC (Freenode needs the reverse DNS / PTR records to match the forward DNS).
677  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: January 31, 2015, 12:37:46 PM
Update?  Was it a big nothingburger?

"He" Skyped in, but audio only.



Apparently the audio was terrible, they held the microphone to a laptop speaker.



Such technologiez.

Pics are via @bitcoinpotato on Twitter.
678  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: January 30, 2015, 10:51:04 PM
Is any work being done on the official GUI atm, or are all efforts being directed to LMDB implementation?

Yes - we're remerging/updating daemonize, working on RPC -> IPC (via 0MQ), beginning the refactor/extrapolation to libraries, and working on non-64-bit comparability. This is all directly related to the GUI effort
679  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: January 30, 2015, 09:11:47 PM
Is there any differences between Monero and Darknote?
https://bitcointalk.org/index.php?topic=788916.0

Darknote has all things that Monero has. But monero does not have good price as Darknote.

Plenty! I suggest you start by familiarising yourself with all the things Monero has done in 2014, here is our year in review report: https://forum.monero.cc/1/news-and-announcements/134/monday-monero-missives-22-year-in-review-january-5th-2015
680  Bitcoin / Development & Technical Discussion / Re: Is bitcoin v0.10's new libsecp256k1 safe & without mathematical backdoors? on: January 30, 2015, 12:01:01 PM
Besides the particular lib that Bitcoin is using to implement its ECDSA, in hindsight would it have been better (in terms of vulnerability resistance) to choose a different curve than secp256k1?

According to this comparison: http://safecurves.cr.yp.to/ there are curves with either smaller, similar and larger key sizes, with 100% non-rigged constants (e.g. Curve1174, Curve25519, E-222, E-382, E-521, M-221, M-383, M-511) that pass certain safety criteria that secp256k1 doesn't. I understand these are no direct threat to the way secp256k1 is used in Bitcoin, but still.

Or was it purely Satoshi's consideration of ECDSA efficiency (algorithm speed) to choose secp256k1?

Here's a counter-point: http://infosecurity.ch/20100926/not-every-elliptic-curve-is-the-same-trough-on-ecc-security/

According to that the only safe curves are NIST P-256 and NIST P-384. SafeCurves says those two are unsafe.

Who's right?
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 [34] 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 ... 121 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!