Bitcoin Forum
May 04, 2024, 12:45:16 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 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 ... 2123 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4667222 times)
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
January 23, 2016, 07:21:01 PM
 #28661

Over the past 2 months, I've resynced the blockchain on:

  • Intel Core Duo, 4GB RAM, 80GB 7200rpm drive - 2-3 days
  • Intel Core Duo, 4GB RAM, 60GB SSD - 3-4 hours
  • AMD A8, 6GB RAM, 120GB 7200rpm drive - 2-3 days
  • AMD A8, 6GB RAM, 60GB SSD 3-4 hours

...so I think the HD is the bottleneck. All were on Ubuntu 14.04 64-bit, and all of the rpm drives were older repurposed drives. Maybe a new rpm drive would be better but I haven't tried. Syncing is something any coin has to do at first and if the coin has been around, it will take some time no matter what. Once it's synced, RAM, HD, and CPU use are minimal.

Thats a huge difference in time.  Is that just how slow those old hard drives were are all around or is there something unique about the way the blockchain is written?

I'd theorize its a combination. If the blockchain can be written in parallel (which I think is true), then the whole process can take advantage of the fact that the daemon is pulling down data from multiple blocks simultaneously (which I think is true). A spinny HDD can't really do that much parallel....  (I think).

You can't parallelize read/writes on an HD, due to the head physically moving to a location to read or write it. Trying to have parallel threads/processes reading/writing would have the opposite effect: HD don't like random access in general, and it would be a major slowdown.

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
1714826716
Hero Member
*
Offline Offline

Posts: 1714826716

View Profile Personal Message (Offline)

Ignore
1714826716
Reply with quote  #2

1714826716
Report to moderator
1714826716
Hero Member
*
Offline Offline

Posts: 1714826716

View Profile Personal Message (Offline)

Ignore
1714826716
Reply with quote  #2

1714826716
Report to moderator
Once a transaction has 6 confirmations, it is extremely unlikely that an attacker without at least 50% of the network's computation power would be able to reverse it.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 23, 2016, 08:50:56 PM
 #28662

Over the past 2 months, I've resynced the blockchain on:

  • Intel Core Duo, 4GB RAM, 80GB 7200rpm drive - 2-3 days
  • Intel Core Duo, 4GB RAM, 60GB SSD - 3-4 hours
  • AMD A8, 6GB RAM, 120GB 7200rpm drive - 2-3 days
  • AMD A8, 6GB RAM, 60GB SSD 3-4 hours

...so I think the HD is the bottleneck. All were on Ubuntu 14.04 64-bit, and all of the rpm drives were older repurposed drives. Maybe a new rpm drive would be better but I haven't tried. Syncing is something any coin has to do at first and if the coin has been around, it will take some time no matter what. Once it's synced, RAM, HD, and CPU use are minimal.

Thats a huge difference in time.  Is that just how slow those old hard drives were are all around or is there something unique about the way the blockchain is written?

Compare the numbers: https://en.wikipedia.org/wiki/IOPS#Examples

Some optimization work to reduce the amount of redundant data being written to the database may help, but the main thing is that HDs are just very slow for this type of workload. I don't remember if write batching during sync was ever implemented (it is used in the import utility) but if not that may also help.
wpalczynski
Legendary
*
Offline Offline

Activity: 1456
Merit: 1000



View Profile
January 23, 2016, 09:29:35 PM
 #28663

Over the past 2 months, I've resynced the blockchain on:

  • Intel Core Duo, 4GB RAM, 80GB 7200rpm drive - 2-3 days
  • Intel Core Duo, 4GB RAM, 60GB SSD - 3-4 hours
  • AMD A8, 6GB RAM, 120GB 7200rpm drive - 2-3 days
  • AMD A8, 6GB RAM, 60GB SSD 3-4 hours

...so I think the HD is the bottleneck. All were on Ubuntu 14.04 64-bit, and all of the rpm drives were older repurposed drives. Maybe a new rpm drive would be better but I haven't tried. Syncing is something any coin has to do at first and if the coin has been around, it will take some time no matter what. Once it's synced, RAM, HD, and CPU use are minimal.

Thats a huge difference in time.  Is that just how slow those old hard drives were are all around or is there something unique about the way the blockchain is written?

Compare the numbers: https://en.wikipedia.org/wiki/IOPS#Examples

Some optimization work to reduce the amount of redundant data being written to the database may help, but the main thing is that HDs are just very slow for this type of workload. I don't remember if write batching during sync was ever implemented (it is used in the import utility) but if not that may also help.


That explains it.

dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 23, 2016, 10:09:24 PM
 #28664

It seems like Shen is going full steam ahead! Some updates regarding Ring Confidential Transactions for Monero:

Quote
edit 1/9/2016: Looks like its fully funded! Thanks to everyone who funded - I've started the work (https://github.com/ShenNoether/MiniNero/commit/9ede58897808bee784dab296654b99899a58c109), and I will be posting updates here for the next two weeks as I work on this, rather than updating both here and the stickied reddit post.

edit 1/13/2016: MG sigs + demo are done (git clone https://github.com/ShenNoether/MiniNero.git, cd brief, make, a.exe (or a.out depending on system)). Most of the helper functions are there, so the rest should go a little bit quicker. Also fixed a tiny bug in Monero's keccak function.

edit 1/14/2016: ASNL + demo are done. (https://github.com/ShenNoether/MiniNero/commit/88b2d93e137bd5a2e2a2700ac11136705bd463c5) I will probably do some additional checks on these and the MG sigs once I get everything finished, however they are working as expected now.

edit 1/15/2016: spent an all nighter getting a rough version of all the code finished - I will most likely clean it up, and then make it available early next week.

https://forum.getmonero.org/8/funding-required/2450/ring-ct-c-crypto

Another update:

Quote
edit 1/21/2016: Just FYI the code is fully working (available at https://github.com/ShenNoether/MiniNero/tree/master/brief) right now I am just doing some additional checks / testing / looking carefully for bugs, I expect to have all of these checks done by end of the week.


Another one here -> https://www.reddit.com/r/Monero/comments/42bv46/small_update_on_ring_ct_crypto_implementation/

For the lazy ones:

Quote
Just a small update on the crypto c++ work since it's been two weeks since it was funded:

[1] There is a working version available here I posted earlier this week: https://github.com/ShenNoether/MiniNero/tree/master/brief is basically an exact translation of the python version referenced in the paper

[2] I'm a little bit unhappy with the readability and layout of that code, so for the past few days I've been refactoring and updating comments, as well as running some tests- I will aim to make this available in a fresh repository in the next few days.

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

Activity: 649
Merit: 500



View Profile
January 23, 2016, 10:34:12 PM
 #28665


Another one here -> https://www.reddit.com/r/Monero/comments/42bv46/small_update_on_ring_ct_crypto_implementation/

For the lazy ones:

Quote
Just a small update on the crypto c++ work since it's been two weeks since it was funded:

[1] There is a working version available here I posted earlier this week: https://github.com/ShenNoether/MiniNero/tree/master/brief is basically an exact translation of the python version referenced in the paper

[2] I'm a little bit unhappy with the readability and layout of that code, so for the past few days I've been refactoring and updating comments, as well as running some tests- I will aim to make this available in a fresh repository in the next few days.

Thanks dEBRUYNE. You are spoiling us Smiley
binaryFate
Legendary
*
Offline Offline

Activity: 1484
Merit: 1003


Still wild and free


View Profile
January 24, 2016, 01:39:16 AM
 #28666

Some updates on https://xmr.to

  • Increased the limit for large orders, up to 2 BTC (previously 1). We are considering to possibly raise more in the future, depending on demand and volume.
  • Updated various things in our backend, most important and visible effect for you is that we should now have a good liquidity, reliably.
  • For the privacy-minded out there that are reaching us over TOR or I2P and prefer not to enable javascript: they can now enjoy a new front-end that works even with javascript completely disabled.

Monero's privacy and therefore fungibility are MUCH stronger than Bitcoin's. 
This makes Monero a better candidate to deserve the term "digital cash".
dewdeded
Legendary
*
Offline Offline

Activity: 1232
Merit: 1011


Monero Evangelist


View Profile
January 24, 2016, 02:09:34 AM
Last edit: January 24, 2016, 02:39:09 AM by dewdeded
 #28667

- What is the the recommended minimum size of RAM and Swap-Partition, for running an Monero node, that now improves & strengthens the network and won't be to small/slow in 6 or 9 months?
Other Node(s) specs would be:  
- be a typical Linux VPS, with 100 Mbit or 1 GB/s speed,
- hosted at trusted & professional hosters and DataCenters with verifiable good history (of network quality, service and ethics) and best possible carriers, peerings and strategic location
[in order to get the possible networking quality, in this geographical or political region, obv. to max out benefits for the XMR network and community]

----------------

Is any virtualization solution preferred? XEN vs. OpenVZ vs. KVM vs. other vs. doesn't matter?

------------

In order to be more objective, when judging Moneros development. I am interested in things, situations, directions, decisions and results, that in your opinion: weren't perfect/could have been done better/maybe some potential wasted/resources not efficient used or surrounding conditions that changed maybe to Moneros disadvantage, etc.

From my POV, nearly everything went close to perfect. Looking at other privacy related coin projects, other coin projects in general, Moneros status in the general crypto currency scene, general crypto currency adoption and ecosystem development, the end of Bitcoins dominance & claim for sole representation (that harmed the whole crypto currency scene and even Bitcoin itself), more and more demand for privacy, anti-surveillance etc. by endusers, the clear finding, that the in Q1/Q2 2014 predicted & hyped battle of the (competing) privacy coins to replace Bitcoin, as #1 Dark Market currency, that was supposed to happen in 2015 didn't occurred (the project benefited from this switch of focus & direction). + other positive developments

Looks kinda to perfect. I don't want to badmouth anything or want to search something negative. I am really interested in objective assessments and realistic observations.
(I know I wouldn't believe myself, if someone talks about a big project like this and being so successful and flawless. Sounds fanboyish.)


----------------


Is it correct, that we have a good chance, that around June 2016 Monero will be market-ready? Meaning the software is usable, functional and tested enough, so that first end-users and vendors (outside of the Monero community) can try Monero out?
A rough date, when Monero is available for interested parties and the general public, to test, evaluate and use, would be pretty cool to know.
nioc
Legendary
*
Offline Offline

Activity: 1624
Merit: 1008


View Profile
January 24, 2016, 02:43:28 AM
 #28668

On the first page of this ANN thread the following is listed.......

Latest release: 0.9.0.0 Hydrogen Helix   Huh Tongue

However I checked the windows 64 bit link does download 0.9.1.0  Smiley

I did not check the other links.

Shouldn't it say somewhere that there is a mandatory upgrade to 0.9.1.0?
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 24, 2016, 04:43:04 AM
Last edit: January 24, 2016, 07:58:16 AM by smooth
 #28669

What is the the recommended minimum size of RAM and Swap-Partition, for running an Monero node, that now improves & strengthens the network and won't be to small/slow in 6 or 9 months?

No one can know for sure what will be needed in 6-9 months because it depends on network activity.

However, as general guidelines based on current and moderately increased usage:

  • 1 GB of RAM seems to be close to the minimum that works well, and this probably won't increase much regardless of usage. After syncing you can probably get by with quite a bit less.
  • 1 CPU core is fine, this might become an issue at a much higher usage level, but we aren't near that yet.
  • 15 GB is a reasonable minimum for storage, depending on usage in the future it could be higher.
  • Make sure incoming connections are enabled.
  • If you have spare bandwidth consider increasing the default bandwidth limits
  • If you end up with extra CPU you can always enable solo mining as a support for the network (even though you don't expect to get much from it), but don't do this if your VPS provider has limits on CPU load.
child_harold
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
January 24, 2016, 07:44:48 AM
 #28670

couldnt help noticing the price rise on Polo. Have u guys just released and new wallet or something?

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 24, 2016, 07:48:01 AM
 #28671

couldnt help noticing the price rise on Polo. Have u guys just released and new wallet or something?

We did but that was weeks ago. I'm not sure what is driving the big rise.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 24, 2016, 07:59:00 AM
 #28672

On the first page of this ANN thread the following is listed.......

Latest release: 0.9.0.0 Hydrogen Helix   Huh Tongue

Fixed now. Thanks for the heads up!
digicoin
Legendary
*
Offline Offline

Activity: 1106
Merit: 1000



View Profile
January 24, 2016, 08:06:34 AM
 #28673

Is this technology compatible with Monero's protocol? https://bitco.in/forum/threads/buip010-xtreme-thinblocks.774/
child_harold
Hero Member
*****
Offline Offline

Activity: 812
Merit: 1000



View Profile
January 24, 2016, 08:11:14 AM
 #28674

couldnt help noticing the price rise on Polo. Have u guys just released and new wallet or something?

We did but that was weeks ago. I'm not sure what is driving the big rise.


thanks for the candid reply. I'm happy for you guys you didnt get left out of the pump parties on Polo these last few days. Bitcoin in turmoil much?

smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 24, 2016, 09:37:54 AM
 #28675

Is this technology compatible with Monero's protocol? https://bitco.in/forum/threads/buip010-xtreme-thinblocks.774/

I browsed it but did not study it carefully. However, in many respects having to do with mining, mempools, p2p, etc., Monero works mostly the same as Bitcoin so my first impression would be that the same technique could be used if it turns out to be a win. Of course our volume is low enough that optimizing these things isn't urgent right now, but can be added later.

dewdeded
Legendary
*
Offline Offline

Activity: 1232
Merit: 1011


Monero Evangelist


View Profile
January 24, 2016, 10:36:55 AM
 #28676

Reading the quote "While Monero isn't made to integrate with Tor, it can be used wrapped with torsocks, if you add --p2p-bind-ip 127.0.0.1 to the bitmonerod command line." in README.md at the repo, leads me to the following questions:

- Whats the status of this TOR-support via wrapper? Is this option: fully functioning and secure to use for people with basic TOR & crypto knowledge. Or this more like an draft/proof of concept/not supported dirty hack?

- Are more Monero I2P-nodes needed?

- Are more Monero TOR-nodes needed?

- In which clearnet geographical region are new nodes needed? Any suggestions?
(Without needs test, I randomly did setup 4 nodes in Asia yesterday: Hong Kong, Kuala Lumpur, Singapore and Kota Kinabalu[MY].)
So next time, I get pocket money from my grandmother and I decide to buy more nodes, I would deploy them, where they are needed. :-)

- Bonus question: Sorry I forgot, why again was I2P once preffered over TOR to be integrated/used with Monero?
Maybe someone can remind me or point to a link, where I can read it up myself.
smooth
Legendary
*
Offline Offline

Activity: 2968
Merit: 1198



View Profile
January 24, 2016, 10:57:48 AM
Last edit: January 24, 2016, 11:25:35 PM by smooth
 #28677

Reading the quote "While Monero isn't made to integrate with Tor, it can be used wrapped with torsocks, if you add --p2p-bind-ip 127.0.0.1 to the bitmonerod command line." in README.md at the repo, leads me to the following questions:

- Whats the status of this TOR-support via wrapper? Is this option: fully functioning and secure to use for people with basic TOR & crypto knowledge. Or this more like an draft/proof of concept/not supported dirty hack?

It's okay if you are careful. You are going through exit nodes. Always an issue when security is involved. The likelihood that exit nodes would try to trick you with a fake Monero chain seems low at this point given that Monero is pretty small and unknown. You can deal with his by checking your top hash against trusted sites (but if you are doing that through tor as well...)

Also, the README should be updated to point out you should delete or stash your p2pstate.bin file before switching to Tor (every time!) because otherwise your node can be identified by the node ID. (By deleting the file your node will generate a new one with a random ID.)

So as you can see things are a bit rough here, but usable if you are careful.

Quote
- Are more Monero I2P-nodes needed?

Monero I2P is not working yet.

Quote
- Are more Monero TOR-nodes needed?

No one has tried running Monero as a hidden service and if they did it would be tricky to connect to it. For now it relies on connecting to clearnet nodes via exit nodes.

Not sure of the answers to your other questions so I'll let other reply.
hgch
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
January 24, 2016, 12:14:55 PM
 #28678

Hi
i updated to 0.9.0 and to 0.9.1, everything perfect, fast.
wanted to open simplewallet, gave me the following message:
http://imgur.com/k67jWYY
when i enter 0, the window disappears (win 7/64).
what can i do to update the wallet?
dEBRUYNE
Legendary
*
Offline Offline

Activity: 2268
Merit: 1141


View Profile
January 24, 2016, 12:20:46 PM
 #28679

On the first page of this ANN thread the following is listed.......

Latest release: 0.9.0.0 Hydrogen Helix   Huh Tongue

However I checked the windows 64 bit link does download 0.9.1.0  Smiley

I did not check the other links.

Shouldn't it say somewhere that there is a mandatory upgrade to 0.9.1.0?

States 0.9.1.0. Everyone was made aware via various outlets that it was a mandatory upgrade.

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

Activity: 57
Merit: 0


View Profile
January 24, 2016, 12:28:11 PM
 #28680

Sorry, i described not detailed enough:
updated to 0.9.0.0 on Jan 2 2016, updated to 0.9.1.0 on Jan 15 2016
wanted to open my wallet today with simplewallet.
gave me the message:
http://imgur.com/k67jWYY
Pages: « 1 ... 1384 1385 1386 1387 1388 1389 1390 1391 1392 1393 1394 1395 1396 1397 1398 1399 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 ... 2123 »
  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!