Author

Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency - page 686. (Read 4670673 times)

legendary
Activity: 2968
Merit: 1198
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.

It does work for cold storage.

Alternately, if you can account for spends another way, you can then subtract them, giving a balance. This is a bit tricky to do correctly since change will be scanned by the view key, so you have to subtract the payment amount plus the change amount on any spends.


Yea. I am looking some way to check the balance of my cold storage, paper wallet. Would be great if the view key gave balance directly without need for user to do any calculations. But it is possible also that way.

But is there any site for that? Or have I to use some wallet software?

I think only using simplewallet right now, but it is possible someone else knows of another way.
full member
Activity: 308
Merit: 109
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.

It does work for cold storage.

Alternately, if you can account for spends another way, you can then subtract them, giving a balance. This is a bit tricky to do correctly since change will be scanned by the view key, so you have to subtract the payment amount plus the change amount on any spends.


Yea. I am looking some way to check the balance of my cold storage, paper wallet. Would be great if the view key gave balance directly without need for user to do any calculations. But it is possible also that way.

But is there any site for that? Or have I to use some wallet software?
legendary
Activity: 2968
Merit: 1198
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.

It does work for cold storage.

Alternately, if you can account for spends another way, you can then subtract them, giving a balance. This is a bit tricky to do correctly since change will be scanned by the view key, so you have to subtract the payment amount plus the change amount on any spends.

legendary
Activity: 3136
Merit: 1116
Is there any site where I can use view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?

I don't think view key lets you see balance, actually, only received amounts.
full member
Activity: 308
Merit: 109
Is there any site where I can use the view key to check the balance of the wallet? I guess I can use the simplewallet for that, but is there any site for it? Or any other solution?
legendary
Activity: 1105
Merit: 1000
Looks like 25 words is the way to go. 
I have a 13 word mymonero wallet.  I would like to use a 25 word wallet, but I'm not inclined to do a kludge-y conversion from 13 to 25 words.

The conversion is not "kludge-y", it's rather simply impossible, unless you happen to be a lucky ~6%-er.
I downloaded the monero wallet generator from github, which was linked to in an earlier post.  I'll make a new wallet and send all the Rita Morenos Cool from mymonero.com to the new wallet.

You could always test and see if you're a lucky ~6%-er. Tongue
hero member
Activity: 870
Merit: 585
Looks like 25 words is the way to go. 
I have a 13 word mymonero wallet.  I would like to use a 25 word wallet, but I'm not inclined to do a kludge-y conversion from 13 to 25 words.

The conversion is not "kludge-y", it's rather simply impossible, unless you happen to be a lucky ~6%-er.
I downloaded the monero wallet generator from github, which was linked to in an earlier post.  I'll make a new wallet and send all the Rita Morenos Cool from mymonero.com to the new wallet.
legendary
Activity: 1105
Merit: 1000
There is not yet a site for monero paper wallet generator. But we can have such a site by slightly modifying mymonero.com.

Try this site: https://moneroaddress.org/

You can save that page and use offline.



Well that is i great site. How long has it been alive? There is more words in mnemonic seed than mymonero.com creates. Is this a new feature of monero or the site?

It has been online for quite some time now, I think 6-8 months. Simplewallet and Moneroaddress both use 25 words mnemonic seeds, whereas MyMonero uses 13 words mnemonic seeds. You can read a bit more about it here -> http://xmrtests.llcoins.net/addresstests.html

See "How Cryptonote Addresses Are Created".

Mooo's 1st commit is June 15th. saddam hosted it very shortly after that IIRC. I've also had a very simple one up (http://xmr.llcoins.net/) for even longer.

There is really no reason to use a 13 word seed except for ease of storage due to length. Obviously 13 words is only half the bit strength, but neither are close to practical to attack yet.
legendary
Activity: 1105
Merit: 1000
Looks like 25 words is the way to go. 
I have a 13 word mymonero wallet.  I would like to use a 25 word wallet, but I'm not inclined to do a kludge-y conversion from 13 to 25 words.

The conversion is not "kludge-y", it's rather simply impossible, unless you happen to be a lucky ~6%-er.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
New version of LightWallet available: v0.2
https://github.com/jwinterm/LightWallet2
https://github.com/jwinterm/LightWallet2/releases

Now written in Java using Libgdx library, designed to work with Monero release v0.9.x.

...


As I'm sure your well aware of Java has had a slew of security issues and people are hesitant to use it for banking. Can you assure the community that the libraries that are used in this app have non of these flaws? Also why would you use a game engine library? I'm not a Java programmer so would you elaborate on that choice?

That first statement seems to be quite a bit of a generalization. Java seems fairly popular among banks, especially investment banks, after some cursory googling. No, I can assure you of nothing - use at your own risk. I can tell you the only libraries it uses besides Libgdx and standard ones are Google's Gson and LWJGL backend for rendering on the desktop. I'm not (much of) a Java programmer either, and I chose Libgdx because it was something I was interested in learning, because it allows (relatively) easy deployment to Windows, Linux, Mac, Android, and iOS without changing much if any code.

Thanks alot for the quick and honest answer.
legendary
Activity: 3136
Merit: 1116
New version of LightWallet available: v0.2
https://github.com/jwinterm/LightWallet2
https://github.com/jwinterm/LightWallet2/releases

Now written in Java using Libgdx library, designed to work with Monero release v0.9.x.

...


As I'm sure your well aware of Java has had a slew of security issues and people are hesitant to use it for banking. Can you assure the community that the libraries that are used in this app have non of these flaws? Also why would you use a game engine library? I'm not a Java programmer so would you elaborate on that choice?

That first statement seems to be quite a bit of a generalization. Java seems fairly popular among banks, especially investment banks, after some cursory googling. No, I can assure you of nothing - use at your own risk. I can tell you the only libraries it uses besides Libgdx and standard ones are Google's Gson and LWJGL backend for rendering on the desktop. I'm not (much of) a Java programmer either, and I chose Libgdx because it was something I was interested in learning, because it allows (relatively) easy deployment to Windows, Linux, Mac, Android, and iOS without changing much if any code.
legendary
Activity: 3836
Merit: 4969
Doomed to see the future and unable to prevent it
New version of LightWallet available: v0.2
https://github.com/jwinterm/LightWallet2
https://github.com/jwinterm/LightWallet2/releases

Now written in Java using Libgdx library, designed to work with Monero release v0.9.x.

To run:
  • Download binary (jar or exe for windows).
  • Put in same directory as simplewallet (and if on windows libeay32.dll, libwinpthread-1.dll, and ssleay32.dll).
  • Import wallet or create new wallet following instructions in program (following instructions in program).
  • Use default remote node or swith to http://localhost:18081 if running your own bitmonerod.
  • Try to let wallet sync before closing for the first time.

You shouldn't be in any danger of losing coins, as you will either import a keys file or seed, or create a completely new wallet and then delete/encrypt the sensitive information.

There seems to be a possible issue in counting previous transactions in a wallet file. If your unlocked and locked balance are green in the wallet tab, those are the numbers you should trust, and if they're green it should be OK to send a transaction.

It can take quite some time to sync a wallet, especially an old wallet with lots of txs on a crappy computer using a remote node - it might take up to several hours.

Please let me know if you have any issues, by posting issues on github, PM here, PM on forum.getmonero.org, here: https://bitcointalksearch.org/topic/lightwallet-a-lightweight-account-manager-for-monero-903579, or here: https://forum.getmonero.org/20/general-discussion/166/lightwallet-a-lightweight-monero-gui-account-manager

Thanks for checking it out Smiley



As I'm sure your well aware of Java has had a slew of security issues and people are hesitant to use it for banking. Can you assure the community that the libraries that are used in this app have non of these flaws? Also why would you use a game engine library? I'm not a Java programmer so would you elaborate on that choice?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Hello! I've been away from this thread for long, sorry if I'm posting boring stuff now.
I've started mining xmr again (for the fun of it).
I'm using Wolf0's opensource miner and stock clocks.
Getting 678 H/s on 290x and 687 H/s on Fury, are these good hashrates?


Those are pretty good. I think you can modify some of the settings in the .conf file to boost the numbers.

https://github.com/wolf9466/wolf-xmr-miner/releases/

are you running the 0.3?

I compiled from git (linux), played with worksize and rawintensity, did a couple little modifications to the opencl files.
Power usage is very low.
As far as I understand, it's more profitable than claymore, if you count the fee.
legendary
Activity: 1260
Merit: 1008
Hello! I've been away from this thread for long, sorry if I'm posting boring stuff now.
I've started mining xmr again (for the fun of it).
I'm using Wolf0's opensource miner and stock clocks.
Getting 678 H/s on 290x and 687 H/s on Fury, are these good hashrates?


Those are pretty good. I think you can modify some of the settings in the .conf file to boost the numbers.

https://github.com/wolf9466/wolf-xmr-miner/releases/

are you running the 0.3?
legendary
Activity: 2268
Merit: 1141
I know cold/view only wallets have been discussed before but I have no idea how to find that info.

Nothing ever detected on this comp.

But when I go to use a securely generated cold wallet aren't I at the same risk when I go to use it?

If I have created a wallet as I mentioned and then delete it while keeping the seed, is that comparable to a cold wallet?(assuming the comp is not infected)

I guess the possibility of infection the crux of the matter?  (I hear ArticMine's voice in my head)  How do you use any wallet in a secure way?

I guess it depends on what level of paranoia is used.  How about a reasonable one Grin



Better yet, what if I just store all my Moneroj at MoneroDice? Cool

Like I said in my other post, I'll start this weekend with creating a guide.

You could use a "hot" wallet for the part you want to spend regularly and a "cold" wallet for the part you are going to store for a long time. Not entirely, but it is a safe method. If you don't store any keys on your PC a subsequent virus can't get to it (presuming you don't open it when the virus present).

Yes kind of. Well, there are different ways (another of them could for instance be to use one PC for crypto alone), I'll try to make a guide later.

Yes that as well, my posts are mainly talking about a high degree of paranoia :-P

Haha you could!

legendary
Activity: 2268
Merit: 1141
Of course I don't understand any of this which then results in fear, uncertainty and doubt on my part.

How about something I know?  I have the seeds to my wallets safely stored.  What if I delete my wallets and restore them from seed when needed?

You will still have all your coins, don't worry :-) When one restores his seed, simplewallet basically scans the blockchain from scratch looking for transactions that belong to your address (which is coupled to your seed). Therefore, if you restore your seed it will show the same balance as you have now.

Then what is this talk about other more secure methods?  Again I don't understand the more secure methods or what situations they should be used for.

I guess my original question was, how does deleting a wallet created by "normal" means compare to the methods discussed above?

Could you first describe to me how you normally create a wallet? If I know that, I could elaborate on the other methods described and what their advantages and disadvantages are.

That would actually be awesome of you to write how tp store cold wallets for the multiple ways of doing it, and writing the pros and cons of each method. I'm still clueless.

I'll make a start this weekend, more people have been asking about it but I was kind of time constraint. I'll try to finish it as soon as possible.
legendary
Activity: 2268
Merit: 1141
Have you guys seen z.cash? Any thoughts on the differences in the codebase between that and Monero?

I'll quote myself again:

I'll just quote myself again:

Relevant post of Monero vs Zcash. There was also a discussion on reddit, most of it is the same though.

https://www.reddit.com/r/Monero/comments/41vg68/monero_vs_zcash_eli5_fundamental_differences

Also, st0at check the last quote where IP obfuscation is mentioned.


I'll just copy my reddit comment here:

I've made this list earlier:

List of possible pitfalls wrt ZeroCash/ZeroCoin:

[1] If ZeroCash/ZeroCoin is launched on behalf of a company, which seems the case here, the company can be given a gag order (e.g. to add a line of malicious code).

[2] If I recall correctly, the creator of the genesis block holds some kind of masterkey. As a result, you have to trust this person. Even if this key was held by a group, you still have to trust that particular group. In addition, you have to trust the program they run to create the Genesis block (the masterkey could be in there).

[3] It's too opaque in my opinion. If a bug existed that would create additional coins, there is no way you would see it.

[4] The math and cryptography backing it isn't peer reviewed yet and in an infancy stage.

[1] seems to be confirmed. They will be launching as a for profit company, see:

Quote
For its first four years online, a portion of every mined Zcash coin will go directly to Wilcox’s Zcash company

This could also invoke some legal issues, since they are basically not a decentralid currency and bear in mind they are **US** based (http://www.bizapedia.com/de/THE-ZEROCOIN-ELECTRIC-COIN-COMPANY-LLC.html). Just remember what happened with Ripple.

Basically, with Ring Confidential Transactions included in Monero it's basically pepsi vs coke (thanks to u/smooth_xmr for this analogy), where both have their advantages and disadvantages.

P.S. They are currently only on testnet, the "real-version" is at least 6 months away.

P.P.S. It seems like they transactions are also quit inefficient compared to Monero's. See this description on how to get from the basecoins (the transparent ones) to the zerocoins (anonymous ones):

Quote
This operation (called a pour) might take a minute or two depending on your hardware. It is producing a zero-knowledge proof. (This operation's performance will be improved in the coming months.)

Shen Noether (aka NobleSir), who is obviously more knowledgeable about this subject than me, also made a comparison on reddit:

Quote
I've done a little bit of comparison in the Ring CT paper / you can also look here for some facts on zcash- there are a few I've seen so far

[1] Setup: Monero (Trustless) vs Zerocash (Must Trust zcash company)

[2] Proof Generation: Monero (100's second ) vs Zcash (1/minute)

[3] Algorithm auditability: Monero (a decent number of people seem to understand ring signatures and confidential transactions) vs Zerocash (I'm not sure how many people actually understand the proofs besides the small group of authors) - although this point is certainly subjective.

[4] Poison-pill attack vulnerability: Monero (attacker would need 51%) vs Zerocash Vulnerable, (see zerocash extended paper section 6.4

[5] Anonymity set: Monero (although the zcash proponents note that a ring signature is a "smaller" anonymity set, they usually don't mention that the stealth address factor actually means that each transaction is masked, whereas the ring signatures provide additional plausible liability, furthermore, since keys appear in different ring signatures in different blocks in time, the anonymity set for when a given key is spent grows infinitely, and could eventually grow larger than the zcash anonymity set at any fixed instant in time) vs Zcash (anonymity set is the entire blockchain )

[6]Anonymous Multisig: Monero (yes! see "written up" link on ring ct sticky, this could make things like lightning potentially possible ) vs Zerocash (?)

[7] Mining: Monero (has it's own strongly decentralized mining process) vs Zerocash protocol from the paper lacks it's own mining (it's essentially just a distributed anonymous database), so there must be another coin which is mined to convert to zerocash tokens

--note that point 4. is an actual potential compromise of anonymity, which contradicts some of the statements the zerocash team has made.
.
Other Differences are slight: Slight differences in transaction size - however Monero transactions should end up being a bit larger when transmitted, but cost less in terms of storage (their eventual block-chain cost will be approximately 32 bytes* (n+1) where n is mixin + epsilon, where epsilon is the current tx size - ring signatures (Note in the recent Ring CT drafts, there is pruning mentioned for the range proofs, see the "written up" link)


https://www.reddit.com/r/Monero/comments/41vg68/monero_vs_zcash_eli5_fundamental_differences/cz63pqw

And:

TPTB_need_war has repeatedly been stating that Zerocash does not need IP obfuscation and therefore is not subject to I2P/TOR, which are, in his opinion, flawed.

However, it seems like Zerocash actually needs IP obfuscation as well and they seem to go with TOR, see -> https://twitter.com/ioerror/status/689958030859960321

I took out this excerpt from the discussion in this thread -> https://bitcointalksearch.org/topic/xmr-monero-improvement-technical-discussion-1139756 (starting point).

Look way back in 2014 when you launched Monero, I told you smooth and fluffypony that IP address correlation was the weakness. Fluffypony proceed to try to integrate I2P. I warned you all many times that was not an adequate direction. But you wouldn't listen.

I2P, and even somewhat Tor, is perceived as adequate by 99% of the market. The remaining 1% may be smarter but isn't obviously much of a market at all. Very niche-y.

By the speculators because they are clueless.

But the corporations do not use darknets. They want privacy on the block chain, like we have disk encryption. Mention dark nets, illegal drug trade, etc, and they won't touch it with a 100 foot pole.

I would guess that many corporations do use Tor now for certain things. I2P will be integrated and invisible. No one will know or care how it works, except that the obvious network level vulnerabilities having to do with broadcasting transactions will be removed, and it will pass routine (though not intelligence agency level) technical muster for being private sufficient to satisfy most of the market. That's my opinion, and you are welcome to disagree.

Zerocash still needs IP obfuscation for a lot of private usages in practice too. They acknowledge it in the paper.

Zerocash does not need IP obfuscation when all the transactions are in the private zerocoins. Cite the section of the paper. I think you must be misunderstanding something. You are probably conflating the use of the regular non-anonymous coins mentioned in the paper.

Here you are making excuses again. Corporations are not going to trust unprovable shit. And moreover, mixnets are always vulnerable to flood attacks. They are very, very unreliable. Not only do I disagree, but I also think you are ignoring basic fundamental realities about the technologies.

Edit: arguing for Tor/I2P is akin to arguing for Dash's off chain mixing. Now look in the mirror and remember your arguments for End-to-End Principled ring sigs (versus off chain mixing) and realize the same logic applies to why Zerocash is superior to using off chain mixnets. Hypocrite.

Edit#2: okay I see the section you are referring to:

Quote
6.4 Additional anonymity considerations
Zerocash only anonymizes the transaction ledger. Network trac used to announce transactions,
retrieve blocks, and contact merchants still leaks identifying information (e.g., IP addresses). Thus
users need some anonymity network to safely use Zerocash. The most obvious way to do this is
via Tor [DMS04]. Given that Zerocash transactions are not low latency themselves, Mixnets (e.g.,
Mixminion [DDM03]) are also a viable way to add anonymity (and one that, unlike Tor, is not as
vulnerable to trac analysis). Using mixnets that provide email-like functionality has the added
bene t of providing an out-of-band noti cation mechanism that can replace
Receive
.
Additionally, although in theory all users have a single view of the block chain, a powerful
attacker could potentially fabricate an additional block
solely
for a targeted user. Spending any
coins with respect to the updated Merkle tree in this \poison-pill" block will uniquely identify the
targeted user. To mitigate such attacks, users should check with trusted peers their view of the
block chain and, for sensitive transactions, only spend coins relative to blocks further back in the
ledger (since creating the illusion for multiple blocks is far harder).

I will need to understand this attack better. Seems to me they are saying that you need to spend from a block where your pour transaction was the only transaction in the block. But the user would I think know this and thus not spend the coin any more. Thus I believe the anonymity remains provable without the use of any mixnet. I will need to understand this more deeply to be sure.

Bear in mind that I2P will be integrated in Monero, but you can always choose to run Monero over TOR if you want.
newbie
Activity: 11
Merit: 0
Hello. I sent to poloniex.com from the purse of xmr, I sent with mixin 0, earlier always so I sent. And mixin 6 was necessary. Transaction of not confirmed yet (https://minergate.com/blockchain/mro/transaction/f9e2551e60ec55c0caca725dd07c6e23c48175398387edfc35289f369d2cea08). It will be confirmed? or what to do?
That transaction probably will not confirm because it is too large. The first 0.9 release had that problem which was fixed in 0.9.1

You should try rescan_spent which may recover the funds back to your wallet and you can send them again after upgrading to the 0.9.1 release

If that doesn't work, check back here.
]: rescan_spent
Error: this command requires a trusted daemon. Enable with --trusted-daemon
what to do?
Restart simplewallet with --trusted-daemon added to the command line. That means simplewallet may send private data to the daemon (needed for rescan_spent), so your privacy could be compromised if using a remote daemon. If you are using your own deamon, this is nothing to worry about.

I made rescan_spent, xmr were reflected in a purse, was updated till 0-9-1-0, in attempt to send xmr wrote Error: transaction was rejected by daemon with status: Failed, made once again rescan_spent, writes again that on balance these coins aren't present, and in show_transfers there is pending out 113.800000000000 f9e2551e60ec55c0caca725dd07c6e23c48175398387edfc35289f369d2cea08 0000000000000000 0.340000000000 how to return them? or to make that reached the destination?
legendary
Activity: 2716
Merit: 1094
Black Belt Developer
Hello! I've been away from this thread for long, sorry if I'm posting boring stuff now.
I've started mining xmr again (for the fun of it).
I'm using Wolf0's opensource miner and stock clocks.
Getting 678 H/s on 290x and 687 H/s on Fury, are these good hashrates?
legendary
Activity: 3136
Merit: 1116
New version of LightWallet available: v0.2
https://github.com/jwinterm/LightWallet2
https://github.com/jwinterm/LightWallet2/releases

Now written in Java using Libgdx library, designed to work with Monero release v0.9.x.

To run:
  • Download binary (jar or exe for windows).
  • Put in same directory as simplewallet (and if on windows libeay32.dll, libwinpthread-1.dll, and ssleay32.dll).
  • Import wallet or create new wallet following instructions in program (following instructions in program).
  • Use default remote node or swith to http://localhost:18081 if running your own bitmonerod.
  • Try to let wallet sync before closing for the first time.

You shouldn't be in any danger of losing coins, as you will either import a keys file or seed, or create a completely new wallet and then delete/encrypt the sensitive information.

There seems to be a possible issue in counting previous transactions in a wallet file. If your unlocked and locked balance are green in the wallet tab, those are the numbers you should trust, and if they're green it should be OK to send a transaction.

It can take quite some time to sync a wallet, especially an old wallet with lots of txs on a crappy computer using a remote node - it might take up to several hours.

Please let me know if you have any issues, by posting issues on github, PM here, PM on forum.getmonero.org, here: https://bitcointalksearch.org/topic/lightwallet-a-lightweight-account-manager-for-monero-903579, or here: https://forum.getmonero.org/20/general-discussion/166/lightwallet-a-lightweight-monero-gui-account-manager

Thanks for checking it out Smiley

Jump to: