Bitcoin Forum
May 26, 2024, 08:49:04 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 [1450] 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 ... 2124 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669116 times)
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
February 13, 2016, 11:35:32 AM
 #28981

binaryFate made this excellent post on reddit a few days ago to explain how ring signatures in Monero work (and a comparison against Bitcoin):

Quote
Here is a short recap, first how Bitcoin works and then the difference when you have ring signatures.

  • "Classic" signing as in Bitcoin: Whenever you want to spend an input (required when you build a transaction), you reference that input and produce a signature with the private key that corresponds to the address to which that input was sent.
  • Ring signing as in Monero: Whenever you want to spend an input, you reference that input PLUS some others with the same amount. Those additional inputs can be anywhere in the blockchain, recent or old. They can belong to dead people or their corresponding private key can be lost (just to underline they are not going to do anything active with you). Once you have this list of inputs (yours + the additionals), you create a ring signature using a private key. To any observer, this signature could have been created by any of the keys corresponding to the inputs. They have no way to know who the signer is, and therefore which input is actually spent in the list and which ones are "the additionals".

To insist that the process is entirely passive for others: they don't need to do anything, they can't even choose who will use their inputs as part of a ring or not. You can be the only user of Monero for an entire week and still create ring signatures as usual. You can also create ring signatures and therefore transactions on an airgap computer without any internet connection. (That should make it clear to you nobody else is involved in the process).

https://www.reddit.com/r/Monero/comments/44sz7q/propose_to_change_the_phrase_mixin_to_ring_size/cztbx9a

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
February 13, 2016, 04:07:49 PM
 #28982

In case anyone missed it here, Shen Noether delivering proof of the Shadowcash deanonymization:

https://github.com/ShenNoether/Deanon

De-anonymization of the whole chain:

https://raw.githubusercontent.com/ShenNoether/Deanon/master/sdcDeAnon.txt

Initial blog with edits:

https://shnoe.wordpress.com/2016/02/11/de-anonymizing-shadowcash-and-oz-coin

This does not apply to Monero!

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
birr
Hero Member
*****
Offline Offline

Activity: 869
Merit: 585


View Profile
February 13, 2016, 05:31:09 PM
 #28983

Maybe people are starting to look at "altcoins" such as Monero because Bitcoin is showing its age.  
Fine with me!
Bagatell
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500



View Profile
February 13, 2016, 06:04:45 PM
 #28984

Maybe people are starting to look at "altcoins" such as Monero because Bitcoin is showing its age.  
Fine with me!

I bought Litecoin with profits from Bitcoin. I bought Monero with the profits from Litecoin. Not sure what I'll do once we pass 0.002600 Wink
pönde
Full Member
***
Offline Offline

Activity: 308
Merit: 109


View Profile
February 13, 2016, 06:12:07 PM
 #28985

I have synched with blockchain. I am trying to create a watch only wallet to simlplewallet by this command.
Quote
--generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet


It is like
Quote
--generate-from-view-key address:viewkey:filename


But only this happens.
Quote
[wallet 4AT4qA]: --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
unknown command: --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
[wallet 4AT4qA]:

What should be done?


$ simplewallet --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet


Ok. I put that command to linux command line inside the folder where simplewallet is. Not to inside running simplewallet software. I gues you ment that. Looks like you are almost right. You just missed dot and slash at the beginning of the command. It should be this way.

Quote
$ ./simplewallet --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
Creating the logger system
Monero 'Hydrogen Helix' (v0.9.1.0-release)
Logging at log level 0 to /home./simplewallet.log
password: *****
Error: --generate-from-view-key needs a address:viewkey:filename triple
$

But till there is some problem. What that triple means at end of the error message?
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
February 13, 2016, 06:12:18 PM
 #28986

Maybe people are starting to look at "altcoins" such as Monero because Bitcoin is showing its age.  
Fine with me!

I bought Litecoin with profits from Bitcoin. I bought Monero with the profits from Litecoin. Not sure what I'll do once we pass 0.002600 Wink

Hodl like a true mustang of course!

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
bitebits
Legendary
*
Offline Offline

Activity: 2213
Merit: 3208


Flippin' burgers since 1163.


View Profile
February 13, 2016, 06:36:12 PM
 #28987

Bitco.in forum has also just started a new sub. Monero just made the cut at 17 out of 18 cyrptos deemed worthy of attention.

https://bitco.in/forum/threads/alternative-cryptocurrency-discussion.882/

Eagerly clicked your link, but apparently is is just somebody's list with a biased view on reality. And thank you smooth for your post as well.

- You can figure out what will happen, not when /Warren Buffett
- Pay any Bitcoin address privately with a little help of Monero.
Bagatell
Hero Member
*****
Offline Offline

Activity: 722
Merit: 500



View Profile
February 13, 2016, 06:44:16 PM
 #28988

@bitebits

The list was copied from another thread and is meant as a starting point for discussion. Your input would be welcome.

My post was a heads up for the more evangelistic amongst our happy band of crytpocrats.
hyc
Member
**
Offline Offline

Activity: 88
Merit: 16


View Profile
February 13, 2016, 06:46:58 PM
 #28989

My blockchain got corrupted when the electricity stopped. I resynced from scratch and it took about 24 hours. Previously I resynced from scratch a few times on the same machine on the same USB3 external hdd and on the same internet connection for 1-3 hours (it was on bitmonerod 0.9.0 tagged and before tagged, not 0.9.1). What could be the issue with the slow sync this time?

I'm not sure I'm understanding. Are you using the same version as before?

What CPU do you have?
I'm using 0.9.1 now. Previous times I was using 0.9.0 tagged and previous version (0.9.0 before tagged). Windows 7 64x. Mobile Core I7 (4 cores, 8 logical cores, 6 MB cash, with AES-NI).

Thank you for clarifying. We are looking into it.

I ran 0.9.1 again and it got to block 135000 in 43 minutes and block 270000 in 2 hours and 25 minutes. Then i checked my .bat file and the "--db-sync-mode fastest:async:10000" option was missing (fastest:async:1000 is the default and I'm using 10000, but it seems I deleted it by mistake). Then I started it again with the option added and it got to 135000 in 17 minutes and to 646069 in 2 hours and 25 minutes. That was the speed I experienced with 0.9 beta2. I hope I didn't alerted all the dev team. Great missive and great dev team. Congratulations to the new members. Keep the good work going.

Thank you for the follow up. We're going to take a look at whether there is a better default for the parameter, although higher numbers increase memory usage, so it may not be best for everyone to increase it.
That's what I expected too, but trying with 1000, 10000, 25000 and 100000 I can't see overall difference in RAM usage on my 16GB RAM system. It's using about 1 GB RAM on my system during sync with each option and most of it is shareable. After sync it's using 500 MB. The private working set (not shareable) is just 36-50 MB on my system. Also on my system there is a good speed improvement between 1000 and 10000, but going to 25000 and 100000 doesn't improve the speed more and it stays the same.
Your observations are exactly what is expected; smooth misspoke about increased memory usage. Increasing the sync interval just controls how much unwritten data is allowed to accumulate in the FS cache, but that doesn't affect program RAM usage. (He was probably thinking about batch size, which *does* increase memory usage.)
And yes, there's a practical threshold above which there's no longer any performance difference, because when the cache flush hits, there's enough unwritten data in cache to keep the storage device 100% busy until the sync/flush finishes. (It's also possible that your system's default settings have automatically started flushing the cache before your specified interval hits.)
GingerAle
Legendary
*
Offline Offline

Activity: 1260
Merit: 1008


View Profile WWW
February 13, 2016, 07:39:56 PM
 #28990

Maybe people are starting to look at "altcoins" such as Monero because Bitcoin is showing its age.  
Fine with me!

I bought Litecoin with profits from Bitcoin. I bought Monero with the profits from Litecoin. Not sure what I'll do once we pass 0.002600 Wink

find a way to support the network with your monero! (buy mining equipment, buy a home node, pay some developers, etc).


< Track your bitcoins! > < Track them again! > <<< [url=https://www.reddit.com/r/Bitcoin/comments/1qomqt/what_a_landmark_legal_case_from_mid1700s_scotland/] What is fungibility? >>> 46P88uZ4edEgsk7iKQUGu2FUDYcdHm2HtLFiGLp1inG4e4f9PTb4mbHWYWFZGYUeQidJ8hFym2WUmWc p34X8HHmFS2LXJkf <<< Free subdomains at moneroworld.com!! >>> <<< If you don't want to run your own node, point your wallet to node.moneroworld.com, and get connected to a random node! @@@@ FUCK ALL THE PROFITEERS! PROOF OF WORK OR ITS A SCAM !!! @@@@
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
February 13, 2016, 07:50:41 PM
 #28991

My blockchain got corrupted when the electricity stopped. I resynced from scratch and it took about 24 hours. Previously I resynced from scratch a few times on the same machine on the same USB3 external hdd and on the same internet connection for 1-3 hours (it was on bitmonerod 0.9.0 tagged and before tagged, not 0.9.1). What could be the issue with the slow sync this time?

I'm not sure I'm understanding. Are you using the same version as before?

What CPU do you have?
I'm using 0.9.1 now. Previous times I was using 0.9.0 tagged and previous version (0.9.0 before tagged). Windows 7 64x. Mobile Core I7 (4 cores, 8 logical cores, 6 MB cash, with AES-NI).

Thank you for clarifying. We are looking into it.

I ran 0.9.1 again and it got to block 135000 in 43 minutes and block 270000 in 2 hours and 25 minutes. Then i checked my .bat file and the "--db-sync-mode fastest:async:10000" option was missing (fastest:async:1000 is the default and I'm using 10000, but it seems I deleted it by mistake). Then I started it again with the option added and it got to 135000 in 17 minutes and to 646069 in 2 hours and 25 minutes. That was the speed I experienced with 0.9 beta2. I hope I didn't alerted all the dev team. Great missive and great dev team. Congratulations to the new members. Keep the good work going.

Thank you for the follow up. We're going to take a look at whether there is a better default for the parameter, although higher numbers increase memory usage, so it may not be best for everyone to increase it.
That's what I expected too, but trying with 1000, 10000, 25000 and 100000 I can't see overall difference in RAM usage on my 16GB RAM system. It's using about 1 GB RAM on my system during sync with each option and most of it is shareable. After sync it's using 500 MB. The private working set (not shareable) is just 36-50 MB on my system. Also on my system there is a good speed improvement between 1000 and 10000, but going to 25000 and 100000 doesn't improve the speed more and it stays the same.
Your observations are exactly what is expected; smooth misspoke about increased memory usage. Increasing the sync interval just controls how much unwritten data is allowed to accumulate in the FS cache, but that doesn't affect program RAM usage. (He was probably thinking about batch size, which *does* increase memory usage.)
And yes, there's a practical threshold above which there's no longer any performance difference, because when the cache flush hits, there's enough unwritten data in cache to keep the storage device 100% busy until the sync/flush finishes. (It's also possible that your system's default settings have automatically started flushing the cache before your specified interval hits.)

Thank you for the clarification. I'll test if increasing the --batch-size helps the sync speed on my system - there's plenty of free RAM I'm not using most of the time.

About me | zRMicroArray - phase 2 - Gene Expression Analysis software | [Weed Like to Talk - Bulgaria] Start a wave of cannabis seminars in Europe | Monero weighted average price stats: moneroprice.i2p
BTC: 1KoCX7TWKVGwqmmFw3CKyUSrKRSStueZar | NMC: NKhYEYpe1Le9MwHrwKsdSm5617J4toVar9 | XMR (Tip me a beer OpenAlias Monero address): tip.changetheworldwork.com
[XMR] Monero - A secure, private, untraceable cryptocurrency: 4AyRmUcxzefB5quumzK3HNE4zmCiGc8vhG6fE1oJpGVyVZF7fvDgSpt3MzgLfQ6Q1719xQhmfkM9Z2u NXgDMqYhjJVmc6KX
jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
February 13, 2016, 10:18:59 PM
 #28992

kudo's to the dev that was able to deanonymize SDC, just read about it  Wink
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
February 13, 2016, 10:31:15 PM
 #28993

I have synched with blockchain. I am trying to create a watch only wallet to simlplewallet by this command.
Quote
--generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet


It is like
Quote
--generate-from-view-key address:viewkey:filename


But only this happens.
Quote
[wallet 4AT4qA]: --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
unknown command: --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
[wallet 4AT4qA]:

What should be done?


$ simplewallet --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet


Ok. I put that command to linux command line inside the folder where simplewallet is. Not to inside running simplewallet software. I gues you ment that. Looks like you are almost right. You just missed dot and slash at the beginning of the command. It should be this way.

Quote
$ ./simplewallet --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5Ps JQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
Creating the logger system
Monero 'Hydrogen Helix' (v0.9.1.0-release)
Logging at log level 0 to /home./simplewallet.log
password: *****
Error: --generate-from-view-key needs a address:viewkey:filename triple
$

But till there is some problem. What that triple means at end of the error message?

Are you entering the command all on one line with no extra spaces in between. If you have a line break after AbtF5Ps as shown above or any extra spaces it would not work

So like this:

Code:
$ ./simplewallet --generate-from-view-key 49bPEMu2NiJCDPAvzDDTJCfcRKcdSmB5P3XFbMbw7m1rJt7cotJeFJEZVhTFguYeQ4TNEvPwAbtF5PsJQ9iEKz8mH2WmQo3:794d99ba442931954d00de76218f62a85692fbffd544590a0f5d913149fed0a:lookwallet
iCEBREAKER
Legendary
*
Offline Offline

Activity: 2156
Merit: 1072


Crypto is the separation of Power and State.


View Profile WWW
February 13, 2016, 10:41:46 PM
 #28994

kudo's to the dev that was able to deanonymize SDC, just read about it  Wink

Improve Monero?  Destroy ShadowTrash?

Why not both?   Grin


██████████
█████████████████
██████████████████████
█████████████████████████
████████████████████████████
████
████████████████████████
█████
███████████████████████████
█████
███████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
████████████████████████████
██████
███████████████████████████
██████
██████████████████████████
█████
███████████████████████████
█████████████
██████████████
████████████████████████████
█████████████████████████
██████████████████████
█████████████████
██████████

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
Buy and sell XMR near you
P2P Exchange Network
Buy XMR with fiat
Is Dash a scam?
birr
Hero Member
*****
Offline Offline

Activity: 869
Merit: 585


View Profile
February 13, 2016, 11:24:42 PM
Last edit: February 14, 2016, 12:00:22 AM by birr
 #28995

I keep my xmr in a mymonero.com wallet.  Last time I logged in, it gave me a message that I have to pay 10 xmr to import my transactions.  What happened?
My old address is gone, and the wallet won't show my balance.

Edit:  when that happened, I was using a Japanese VPN.  I switched to a U.S. vpn, logged in again and my wallet works normally.  Can somebody explain?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
February 14, 2016, 12:18:30 AM
 #28996

I keep my xmr in a mymonero.com wallet.  Last time I logged in, it gave me a message that I have to pay 10 xmr to import my transactions.  What happened?
My old address is gone, and the wallet won't show my balance.

Edit:  when that happened, I was using a Japanese VPN.  I switched to a U.S. vpn, logged in again and my wallet works normally.  Can somebody explain?

Sounds strange to me, but fluffypony would know better. He might be asleep right now so check back later.
aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
February 14, 2016, 12:50:52 AM
 #28997

crytpocrats.

I prefer to think of myself as a cryptocat.  You hep, daddy-o?  Don't wanna rule over nobody but me.

Give a man a fish and he eats for a day.  Give a man a Poisson distribution and he eats at random times independent of one another, at a constant known rate.
fluffypony
Donator
Legendary
*
Offline Offline

Activity: 1274
Merit: 1060


GetMonero.org / MyMonero.com


View Profile WWW
February 14, 2016, 07:35:32 AM
 #28998

I keep my xmr in a mymonero.com wallet.  Last time I logged in, it gave me a message that I have to pay 10 xmr to import my transactions.  What happened?
My old address is gone, and the wallet won't show my balance.

Edit:  when that happened, I was using a Japanese VPN.  I switched to a U.S. vpn, logged in again and my wallet works normally.  Can somebody explain?

You definitely used the same login key each time, right? If so, then it sounds like the VPN is doing something funny. The only time it would show you a different address is if your seed / keys were modified by poisoned Javascript. I'd be VERY nervous using that VPN.

jahl
Sr. Member
****
Offline Offline

Activity: 448
Merit: 250



View Profile
February 14, 2016, 10:05:18 AM
 #28999

kudo's to the dev that was able to deanonymize SDC, just read about it  Wink

Improve Monero?  Destroy ShadowTrash?

Why not both?   Grin

you remind me of child_harold of SDC, or whats he called.
always bashing other coins/projects :p
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
February 14, 2016, 03:57:56 PM
 #29000

Second dev meeting in approximately 1 hour (17:00 UTC). Dev meeting will be held on #monero-dev at freenode. If you don't have a client, use webchat.freenode.net

http://www.timeanddate.com/worldclock/converted.html?iso=20160214T17&p1=0&p2=56&p3=37&p4=102&p5=240&p6=136&p7=179&p8=137&p9=70

Privacy matters, use Monero - A true untraceable cryptocurrency
Why Monero matters? http://weuse.cash/2016/03/05/bitcoiners-hedge-your-position/
Pages: « 1 ... 1400 1401 1402 1403 1404 1405 1406 1407 1408 1409 1410 1411 1412 1413 1414 1415 1416 1417 1418 1419 1420 1421 1422 1423 1424 1425 1426 1427 1428 1429 1430 1431 1432 1433 1434 1435 1436 1437 1438 1439 1440 1441 1442 1443 1444 1445 1446 1447 1448 1449 [1450] 1451 1452 1453 1454 1455 1456 1457 1458 1459 1460 1461 1462 1463 1464 1465 1466 1467 1468 1469 1470 1471 1472 1473 1474 1475 1476 1477 1478 1479 1480 1481 1482 1483 1484 1485 1486 1487 1488 1489 1490 1491 1492 1493 1494 1495 1496 1497 1498 1499 1500 ... 2124 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!