Bitcoin Forum
June 30, 2024, 01:03:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 [520] 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 ... 712 »
10381  Alternate cryptocurrencies / Altcoin Discussion / Re: rpietila Altcoin Observer on: September 10, 2014, 09:41:21 PM
In light of the recent Satoshi hack it made me start thinking about the bitcoin "backup coin".

How long until from a technical perspective a cryptonote coin (Probably Monero or Boolberry) can handle the # of addresses & transaction volume of bitcoin?  (Knowing that litecoin COULD is partially where I believe it's value comes from)

Thatīs no problem to handle from a technical perspective.


So Monero can immediately handle 5 million accounts and 100,000 tx/day?

Number of accounts is not an issue.

100K tx/day (more than Bitcoin BTW, but perhaps you intended to allow for growth and/or daily variation) is approximately one transaction per second, which is not an issue at all in terms of bandwidth or CPU processing. The block size would grow to accommodate the transactions, and the one thing we've seen from the recent attacks is that the block size growth works. There is a soft cap on the block size that was added to the implementation (not the protocol) but that can be raised easily, and the current cap would likely accommodate about 70K average sized tx per day (more than Bitcoin most days).

It becomes a bit of an issue in terms of storage for the blockchain, at about 12 GB per month, but not prohibitive (multi-TB drives are readily available and cheap). Memory would quickly become a problem so the database is a requirement here.

As a stopgap, larger servers could still handle a RAM blockchain for a year or longer, but this isn't useful without some sort of lightweight clients (that don't exist). Exchange wallets would still be usable, as long as exchanges have a large server to run the Monero node and wallet. But this becomes quite centralized, so finishing the database support is much better.

You won't be running a full node on a cheap laptop, although Moore's law (and friends) means cheap laptops might catch up. (You couldn't run today's version of a Bitcoin full node on a cheap laptop from 5 years ago; it is possible to run on one now, though somewhat painful.)

tldr. Database becomes more urgent. Some growing pains would probably show up. But yes it would work.
10382  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 10, 2014, 04:11:52 PM
Partially, and in fact I suggested this exact work-around. But the fact of the funds having been spent is still visible, and the additional steps will slow down transactions and increase transaction costs. The latter is not really a big deal for marketplace use but it is bad for a 2FA wallet.

how can it be determined if funds are spent or not? would this be local to multisig transactions only?

The spending of the multisig output is the point at which the funds become spent by the group and respendable by the new owner. It makes no sense to release the multisig early because then whatever benefit is being provided by the multisig (2FA, dispute resolution, etc.) has been lost.

Normally with ring signatures the fact that a transaction output is used by another tranasction does not mean that the output has been spent, only that it has been possibly-spent. The new transaction may actually be spending a different output but using that one as a mixin. But without the ability to spend a multisig with ring signatures, you lose this measure of privacy.

10383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 10, 2014, 03:18:24 PM
Most important case is dispute-resolution for marketplaces. If you have a transaction that occurs where there is no dispute the buyer and seller can agree to release the proceeds to the seller. If they disagree a mediator can decide (2-of-3).

Another is a web wallet where both you and a central server have one key required to spend. Your coins are safe from both the server being hacked and your own computer being hacked. A third key can also be kept offline (held by you), which gives you access to your coins if the server disappears, but wouldn't be needed for routine transactions. Similar things can be done with two factor authentication. Again this would be 2-of-3.

I agree with "not a rush" but important for trying to build a larger economy. Right now none of these coins is use for anything but speculation.

Yes, thank you for that. more, what can ring signature multisig provide that multigateway/standard multisig cannot?

It is simply the same thing as regular ring sigs, except applied to multisig transactions. Without ring sigs, the source of funds can be traced backward in the blockchain and the use of funds (both the fact of them having been spent and where they go) can be traced forward. So for example if you are using a web-based wallet or some other wallet with (zero mix) multisig-based 2FA, all of your payments would be traceable.



can this be remedied by just sending any funds to be spent to be in a multisig to a new wallet with a mandatory mixin flag, then to one more new wallet, no flag, so that will allow non-ring signature multisig to be created?

Partially, and in fact I suggested this exact work-around. But the fact of the funds having been spent is still visible, and the additional steps will slow down transactions and increase transaction costs. The latter is not really a big deal for marketplace use but it is bad for a 2FA wallet.

Quote
what can be changed in the protocol to make a ring signature multisig?

Apparently it is possible but the details need to be worked out. I don't have an answer on how to fix it, and it isn't something I've worked on at all. I'm just going by what was said on the Bytecoin technical thread (and possible the CN forum if I didn't imagine that part).
10384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 10, 2014, 02:46:30 PM
Most important case is dispute-resolution for marketplaces. If you have a transaction that occurs where there is no dispute the buyer and seller can agree to release the proceeds to the seller. If they disagree a mediator can decide (2-of-3).

Another is a web wallet where both you and a central server have one key required to spend. Your coins are safe from both the server being hacked and your own computer being hacked. A third key can also be kept offline (held by you), which gives you access to your coins if the server disappears, but wouldn't be needed for routine transactions. Similar things can be done with two factor authentication. Again this would be 2-of-3.

I agree with "not a rush" but important for trying to build a larger economy. Right now none of these coins is use for anything but speculation.

Yes, thank you for that. more, what can ring signature multisig provide that multigateway/standard multisig cannot?

It is simply the same thing as regular ring sigs, except applied to multisig transactions. Without ring sigs, the source of funds can be traced backward in the blockchain and the use of funds (both the fact of them having been spent and where they go) can be traced forward. So for example if you are using a web-based wallet or some other wallet with (zero mix) multisig-based 2FA, all of your payments would be traceable.

10385  Alternate cryptocurrencies / Altcoin Discussion / Re: Is it possible to destroy Monero (XMR)? on: September 10, 2014, 07:24:49 AM
Sorry guys, Monero killer-
[spam link removed]

Sorry, nonsense.

Typical mix factors on ring sigs used in Monero are 3-5. Which means this technique reduces size of the ring signature portion of a transaction (not the rest of it) by something between a factor of 1.7 to 2.2.

What this will do is make it feasible for larger ring signatures to be used (say 10-25) in the same amount of space, improving untraceability. Monero will very likely implement this at some point (we've already had our cryptographers looking at it), which means it makes Monero better.

So the improvement is certainly nice, but its not a live or die difference at all.

And no it doesn't at all address the long term issues with blockchain size. If anything BBR's solution to that is better, and I say that a member of the XMR team, not the BBR team.
10386  Alternate cryptocurrencies / Altcoin Discussion / Re: rpietila Altcoin Observer on: September 10, 2014, 02:23:26 AM
The main point of my post is still valid. In its current state, XMR requires a lot of resources. If you "extrapolate the blockchain size vs time and figure out when the daemon will not load on a plain vanilla Win build with 8GB 4GB. Unless the database is complete at that time, new users will be unable to try out XMR and those already using XMR will lose functionality."

I agree. The current blockchain memory usage is about 2.5 GB (the actual blockchain is about 1 GB but it seems to bloat up by about 2.5x when loaded into memory, the reasons for which were explained by crypto_zoidberg on the BBR thread, since BBR is about the same as XMR in this respect). The natural growth rate seems to be something less than 10 MB per day. At that rate we have at least 160 days until blockchain size increase by 1.6 GB and therefore memory usage increases by about 4 GB (putting an 8 GB system in the same spot as 4 GB system today).

A tighter deadline is a memory increase by 1.5 GB which which will likely make things uncomfortable (but possibly still usable) on 4 GB systems even with virtual memory. That corresponds to a blockchain size increase of 400 MB, which is something more than 40 days (since the 10 GB estimate above was conservative).

Hopefully we will have a database functional by then.

Quote
Bitcoin and all altcoins except XMR run on her emachine.

I thought all users were welcome, not just uber geeks.

True, it wasn't our bad idea to load everything into RAM. We are fixing it though.
10387  Alternate cryptocurrencies / Altcoin Discussion / Re: Spin-offs: bootstrap an altcoin with a btc-blockchain-based initial distribution on: September 10, 2014, 01:38:24 AM
It seems Cryptsy has something in their terms that explicitly gives them ownership of spin-offs, if I'm interpreting correctly (I assume that's what they mean by "conversions, snapshots"):

Quote
28. Staking Interest

Some Cryptsy wallets may provide staking interest rewards. Any staking rewards, conversions, snapshots, or likewise will become the property of Cryptsy

10388  Alternate cryptocurrencies / Altcoin Discussion / Re: Is it possible to destroy Monero (XMR)? on: September 10, 2014, 12:32:35 AM
I've noticed that many of the hardcore Monero "fans" have difficulty distinguishing between throwing out possibile scenarios to actually asserting such possibilities are not actually possibilities, but truth.

That to me says that these so called Monero "fans" are open minded and thoughtful, not zealots.



Really? I think you need a lesson or two in logic.

We start with swans, then it gets interesting, and hard.

Anyone who speaks of unqualified "truth" outside of mathematical abstractions is a zealot in my opinion, but maybe I misunderstood what you said.

10389  Alternate cryptocurrencies / Altcoin Discussion / Re: Is it possible to destroy Monero (XMR)? on: September 10, 2014, 12:27:11 AM
I've noticed that many of the hardcore Monero "fans" have difficulty distinguishing between throwing out possibile scenarios to actually asserting such possibilities are not actually possibilities, but truth.

That to me says that these so called Monero "fans" are open minded and thoughtful, not zealots.

10390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 10, 2014, 12:09:42 AM
what can it be used for, can multisig with ring signatures work?

Most important case is dispute-resolution for marketplaces. If you have a transaction that occurs where there is no dispute the buyer and seller can agree to release the proceeds to the seller. If they disagree a mediator can decide (2-of-3).

Another is a web wallet where both you and a central server have one key required to spend. Your coins are safe from both the server being hacked and your own computer being hacked. A third key can also be kept offline (held by you), which gives you access to your coins if the server disappears, but wouldn't be needed for routine transactions. Similar things can be done with two factor authentication. Again this would be 2-of-3.

I agree with "not a rush" but important for trying to build a larger economy. Right now none of these coins is use for anything but speculation.
10391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 10, 2014, 12:03:15 AM

TY, Dr!

This makes a lot of sense Cheesy

Are you thinking about using multisig?

Yes, i'm thinking about this, but it's pretty questionable if it really usable ? Bytecoin implemented it, and seems that didn't get much attention or usage.

What do you think ?

It's important, but the version with no ring sigs is a disappointment. Some cryptography improvements are needed to do it right.


Can you clarify ? with something more than vague phrases


In the bytecoin implementation my understanding is that multisigs are always mix=0  (i.e. not deniable and traceable). I didn't entirely follow this explanation (terrible English) but it was somewhat discussed here: https://bitcointalk.org/index.php?topic=718834.msg8132998#msg8132998 . I think there might have been a post on the CN forum as well, not sure.
10392  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 09, 2014, 10:46:02 PM

TY, Dr!

This makes a lot of sense Cheesy

Are you thinking about using multisig?

Yes, i'm thinking about this, but it's pretty questionable if it really usable ? Bytecoin implemented it, and seems that didn't get much attention or usage.

What do you think ?

It's important, but the version with no ring sigs is a disappointment. Some cryptography improvements are needed to do it right.
10393  Alternate cryptocurrencies / Altcoin Discussion / Re: rpietila Altcoin Observer on: September 09, 2014, 10:29:54 PM
I was doing a lot more than surfing and poker when I had problems.

So you were doing a lot of different things on your 8 GB computer, and your computer can't handle it all, meanwhile someone else is using Monero and some small applications a 4 GB computer, yet you choose to identify Monero as the culprit? The bias here is pretty obvious.

10394  Alternate cryptocurrencies / Altcoin Discussion / Re: [XMR] Monero Client .NET - A graphical account manager made for Windows on: September 09, 2014, 10:10:48 PM
A quick update 'v0.38.2' has just been pushed, which changes the bundled binaries 'bitmonerod.exe' and 'simplewallet.exe' in order to mitigate the blockchain attack which happened a little while ago.

Test versions are not yet updated.

Thanks, Jojatekok. I was wondering in the Monero Support thread whether or not the binaries included here were the same as the officially released binaries. Is this the case?

Yep, the new binaries are included in v0.38.2 (but not yet in the test versions).

Is this because the test versions use different binaries? For instance, the official bitmonerod.exe requires typing "exit" to quit the daemon, whereas, the binary included in the test versions uses the command line argument "stop_daemon" to quit it.

I'm sure jojatekok will have a better answer but my guess is yes. There is work in development to make the daemon into a proper daemon (operates in the background not in a window) I would guess he is using the in the test version. 
10395  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [BBR] Boolberry: Privacy and Security - Guaranteed[Bittrex/Poloniex]GPU Released on: September 09, 2014, 09:57:11 PM
Another great addition should be a database. Are there plans of implementing that yet?

Yes sure, database is important milestone.
I was actually curiouse if Monero devs finally gona release it? Because it's pretty boring work, and i'm not really want to do it myself:)

The ongoing work is in github under development.
10396  Alternate cryptocurrencies / Altcoin Discussion / Re: rpietila Altcoin Observer on: September 09, 2014, 09:23:10 PM
Quote
If you're not asking "What have you done for me lately" then you're asking "Are we there yet; How much longer?"   Wink

I'm just curious if it's going to turn into a circle jerk "don't worry about it buy ram" while another coin implements the fixes needed to support a larger network/more transactions with lower hardware requirements.  

I just think the approach of "Buy more ram" at 8GB running out is a terrible one to hear when thinking about the future of a coin.  However hearing the delay is "because it's being done right" (assuming it actually is) is the best possible explanation.  

OK I get it now.  You don't know what the terms "swap file' and 'virtual memory' mean, much less how or why one would go about adjusting them.

Here's the skinny: increasing your swap file gives your PC more memory, takes about 60 seconds (including reboot), and costs nothing.  Google it.

Bitcoin's footprint is much heavier than Monero's, but that hasn't even slowed it down and most BTC users aren't even aware of the issue.

A large percentage of users do not know what those terms mean and even greater percent do know how to adjust the VM. Additionally, most users do not know how to upgrade RAM. These users will not Google it. They will quit, put it off till later, or post all over the place asking for help.

I know I had issues on my 8GB Windows box over a month ago. I could only run the deamon if closed most other apps. (edit - i have since upgrade to 16GB and the deamon loads normally)

I do not know the rate the XMR blockchain is growing but someone with more time could extrapolate the blockchain size vs time and figure out when the daemon will not load on a plain vanilla Win build with 8GB. Unless the database is complete at that time, new users will be unable to try out XMR and those already using XMR will lose functionality.

Bitcoin's footprint s indeed heavier but it has multiple lightweight wallets. I don't know of any XMR lightweight wallets endorsed by the devs.

I will repeat that I only have 4GB, use windows 8.1 and can run XMR.  I guess it depends on what else you want to do.  I am able to wander the web and play poker at the same time, neither of which are resource intensive.  

Maybe the difference is ssd vs hd? Just a guess.
10397  Alternate cryptocurrencies / Altcoin Discussion / Re: rpietila Altcoin Observer on: September 09, 2014, 08:44:57 PM
Quote
IF you didn't got yet, the reason your comment was taken not so kindly is because you are playing on the imaginary fear that the current Monero blockchain size issue will play negatively on Monero adoption and you want to shove this on our face, the fact is this is not only a temporary issue but everyone is aware Monero is alpha-level software, so keep pressing the FUD harder if it helps you sleeping at night or something like that.

If the blockchain size is 8GB it is playing negatively on adoption.  Lot of people don't want to open their computers and upgrade ram just to try something out.

Also since the transaction fees went up to .1 to eliminate spamming I believe transactions fell by like 15%?  The higher the cost of the blockchain the more friction there is for adoption.  Also the higher the hardware requirements the more friction there is for adoption.

I've been accused of being a Monero shill more than once and if this turns into the circlejerks that some most other coins are I won't like it.  Also this is the "Altcoin Observer".  

Why are you making a big deal about this circlejerk thing?

We are implementing database support to move the blockchain out of RAM okay?

Quote
I'm curious as to what Boolberry's memory/blockchain size would be if it had the transnational volume of Monero with their pruning improvements.

Most of the "pruning" (incorrect use of the word but whatever) improvements in Boolberry have not even kicked in yet. CZ said after a year or so is a reasonable target.

Aside from usage and age (Monero is a month older) the differences that are currently active are:

1. 2 minute blocks (BBR) vs 1 minute blocks (XMR). That results in a difference of 720 blocks per day, most of them empty. Empty blocks are about 250 bytes. So 720 of these per day is 180 kbytes per day.

3. Removing dust from mining outputs. There are only 1440 mining outputs per day. At a very, very generous 200 byte usage impact each that would be another 360 kb per day.

All of this adds up 16 megabytes per month, which is hardly anything. It is all usage.

edit: apparently BBR activated RS trimming today. So my comments above are not technically correct. The are still correct as to magnitudes 
10398  Alternate cryptocurrencies / Altcoin Discussion / Re: rpietila Altcoin Observer on: September 09, 2014, 08:35:00 PM
The cited paper itself doesn't provide a direct implementation.  So no go yet, even though it's from 2007.  I could see some arguments for it, but I've got to admit that I'm skeptical about the practical size improvement from the Chandran sqrt(N) scheme in the context of a cryptocurrency like Cryptonote.

The primary benefit would likely be improved security by using higher mix factors, not block chain size, since it doesn't help at all with long term pruning issues, and cheaper large mixes might lead to greater blockchain use.

http://en.wikipedia.org/wiki/Jevons_paradox
10399  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: September 09, 2014, 08:08:08 PM
When the 0.1 fee will be fixed ?

When we replace it with per-kb fees.

Just please make the fees high enough that the blockchain is not sold out too cheaply. It is possible to lower them when the price rises. The recent decision to up them by 20x did not lead to price crashing.

Would you pay all pool payout fees? I'm loosing more than 10% of my income processing payouts with 0.1 tx fee every hour.
I already said that 0.1 is ridiculous, then said it's a joke, because I realised that you have no clue how it works at all and probably it's a waste of time to start explanations.
Me and another people should not suffer losses because you have no enough money to keep price at desired level.

It does you no good to run a Monero pool if the blockchain becomes too large and the coin becomes impractical to use at all.

If (some of) your payout transactions are <20k then you will likely benefit from per-kb fees.

Also I know some of the pools have switched to 3 hour payments. You might consider something like that.

Ultimately the market will have to find the right equilibrium between speed of pool payments and cost.

BTW, you aren't doing your users any service by making very small payouts to them. It makes their transactions much larger when they try to spend.

10400  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency (mandatory upgrade) on: September 09, 2014, 08:03:08 PM
Newb, reporting in. What is the blockchain.info equivalent for XMR? I need to verify a transaction.

http://chainradar.com/xmr/blocks
http://monerochain.info/

Be aware you will need the txid to look it up. You can't look up transactions by address.
Pages: « 1 ... 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 [520] 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 ... 712 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!