Bitcoin Forum
June 17, 2024, 01:31:09 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 [404] 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 ... 2125 »
  Print  
Author Topic: [XMR] Monero - A secure, private, untraceable cryptocurrency  (Read 4669574 times)
HardwarePal
Hero Member
*****
Offline Offline

Activity: 565
Merit: 500


View Profile
June 28, 2014, 11:16:25 AM
 #8061

Tacotime and David Latapie are core team members. Other core team members include eizh, smooth, fluffypony, othe, and NoodleDoodle
rpietela, aminorex and GreekBitcoin are very active community members (well, Risto is not that active, but he is special). Other very active community members include Keyboard-Mash, drawingthesun, binaryFate, Quanttek... but also zone117, who developed the pool software, Wolf who optimised the cpuminer like crazy...

New pool, http://www.moneropool.net
Strong real dedicated server (not Amazon instance or so), 2% fee, no downtime, DDOS protected
Location? Payout treshold? admin's IRC nickname?

Yes David thats why I mentioned off the top of my head as a bigger block of text would become very boring to most.
 
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
June 28, 2014, 11:25:12 AM
 #8062

It remains to be seen how much of an advantage asics would have

When the attack has a fab, the advantage is measured in cm^2/hps and process nodes. This is the only hash attack I worry about. Against commodity hardware, process nodes give the advantage to the good guys, maybe, but cm^2/hps is going overwhelmingly to the bad guys.  

For a first order estimate, take the surface area of a haswell compared to the portion dedicated to the aes-ni block. That is a freaking huge advantage.

No -

Take the surface area dedicated to L3, because that's what limits the amount of cryptonight you can do concurrently.

... and that's not a freaking huge advantage, because the chips are already ~50% cache.

An ASIC could make slightly better use of the L3 -- by interspacing the AES units and the cache more optimally, it could slightly reduce read latency.  Perhaps a 30% reduction.  By specializing the reads instead of going through a more general memory controller, it could get another some %.  By optimizing the AES computation at the expense of space, a little more.

But even if you take the compute time to zero, the ASIC will be limited by the time needed to do 1 million fetches from a 2MB scratchpad.  Store that in SRAM, and you're area-limited at perhaps 3ns per retrieval.  Storing it in DRAM, you can fill your chip with AES units, but you're 128-bit random-read limited to the DRAM.

That's about 330 hashes/second/2MB of SRAM, so perhaps 1500 hashes/sec on a chip the size of a modern i7.

Of course, this is a very back of the envelope calculation, but the sky will not completely fall.  The advantage, of course, will be power - you'll be able to pack those densely - but it won't be the 2-3 order of magnitude gap you see with sha256.

(You can do an analogous computation for a DRAM-based solution.  The advantage is probably comparable, but I'll leave that as an exercise for the reader.)

superresistant
Legendary
*
Offline Offline

Activity: 2142
Merit: 1130



View Profile
June 28, 2014, 11:25:29 AM
 #8063

There is threshold 0.5 on moneropool.com. But what is threshold on other pools? Is it 0.5 too? Are there pools with less limit?
And what about switching to another pool?
I have been mining with a very low hashrate for three days on a pool. They owe me currently about 0.3 XMR. Do I have to mine still for another two or three days in order to get payed?
That is ridiculous!!! There should be a max delay in payments. Removing dust is OK, but payments should not be delayed for more than say 24 hours, even if the miners do not reach the minimum amount to get payed.
i agree, 0.5 XMR is far from being dust. 0.1 would be better for many. With more Hash rate, mining wil get onyl harder and we wil get less and less and eventually 0.5 XMR will become fortune.

I've seem many people complaining about the 0.5 limit.
I just changed the payout threshold to 0.1 on monero.crypto-pool.fr.
Hope that help.

EDIT : To avoid dust payment, we are thinking about a minimum hours of mining before payout. Join the discussion on IRC #monero.
Finger
Full Member
***
Offline Offline

Activity: 259
Merit: 100


View Profile
June 28, 2014, 11:51:37 AM
Last edit: June 28, 2014, 12:03:10 PM by Finger
 #8064

First, can't sync blockchain -> deleted it -> sync from start, but once again looped on same block 98929. Need Win32 blockchain to download.

Quote
2014-Jun-28 15:02:03.177614 [P2P1][161.67.132.40:18080 OUT]Sync data returned unknown top block: 98929->105249[6320 blocks(4 days) behind]
remote top: <7caa0478c337879118f43c43119d7a5c3ceb65723f301dacdd7af6045f95bded>[105249], set SYNCHRONIZATION mode



THX in advance ;]
edubai
Member
**
Offline Offline

Activity: 83
Merit: 10


View Profile
June 28, 2014, 12:00:07 PM
 #8065

28/6/2014: xmr.farm updated to 0.98.7 !  Smiley

aminorex
Legendary
*
Offline Offline

Activity: 1596
Merit: 1029


Sine secretum non libertas


View Profile
June 28, 2014, 12:23:56 PM
 #8066


Take the surface area dedicated to L3, because that's what limits the amount of cryptonight you can do concurrently.

... and that's not a freaking huge advantage, because the chips are already ~50% cache.

O(n/2) = O(n)
Cache is amortized over the number of alus you pack in.  The ratio of alu to cache area has to be divided by the number of alus on the die, again approximated by the haswell to aes block ratio. (Also, associative cache is wasteful overkill when all you need to do is deliver shuffle bits to an alu. That 50% number is inflated.  But still O(n/1.4) = O(n).)

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.
equipoise
Hero Member
*****
Offline Offline

Activity: 794
Merit: 1000


Monero (XMR) - secure, private, untraceable


View Profile WWW
June 28, 2014, 12:28:25 PM
 #8067

First, can't sync blockchain -> deleted it -> sync from start, but once again looped on same block 98929. Need Win32 blockchain to download.

Quote
2014-Jun-28 14:38:02.843231 [P2P7][73.180.60.129:54068 INC]Sync data returned unknown top block: 98929->104613[5684 blocks(3 days) behind]


THX in advance ;]
I don't have the 32 bit blockchain, but you could try to enter 'exit' or 'q' in the daemon in order to save the blockchain and quit. Is there any difference when you restart the daemon and start the sync from block 98929? Can you check your windows task manager for the bitmonerod.exe and how much RAM it's using and do you have enough RAM? In the 64 bit version it's currently using about 2.1 GB - the win 32 bit version should use less (32 bit memory addressing instead of 64 bit, so the same data structure is using less RAM in the 32x win) however this is going closer to the maximum a win 32 configuration could address (2.8 GB - 3.6 GB is the max with 32x bit windows on 32 bit processor depending on the configuration, video card, bios, windows, etc...). This won't be a problem when the blockchain is stored in a proper database or when the lightweight client is released.

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
Finger
Full Member
***
Offline Offline

Activity: 259
Merit: 100


View Profile
June 28, 2014, 12:52:26 PM
 #8068

First, can't sync blockchain -> deleted it -> sync from start, but once again looped on same block 98929. Need Win32 blockchain to download.

Quote
2014-Jun-28 14:38:02.843231 [P2P7][73.180.60.129:54068 INC]Sync data returned unknown top block: 98929->104613[5684 blocks(3 days) behind]


THX in advance ;]
I don't have the 32 bit blockchain, but you could try to enter 'exit' or 'q' in the daemon in order to save the blockchain and quit. Is there any difference when you restart the daemon and start the sync from block 98929? Can you check your windows task manager for the bitmonerod.exe and how much RAM it's using and do you have enough RAM? In the 64 bit version it's currently using about 2.1 GB - the win 32 bit version should use less (32 bit memory addressing instead of 64 bit, so the same data structure is using less RAM in the 32x win) however this is going closer to the maximum a win 32 configuration could address (2.8 GB - 3.6 GB is the max with 32x bit windows on 32 bit processor depending on the configuration, video card, bios, windows, etc...). This won't be a problem when the blockchain is stored in a proper database or when the lightweight client is released.

I am exploring (and mining!) Monero more then one month, so i am familiar with save, exit, refresh commands in daemon. Just yesterday tried to sync blockchain, and stuck at  block 98929 and nothing helps. First i deleted blockchain from %AppData% and synced - same. Now then i am waiting for Your help with download, trying a trick (maybe that will help)  - deleted bitmonerod.txt from C:\Monero & blockchain from %AppData% once again.

One thing i am worried now is here in pix:


Why so much "Connect failed"? :|
ntesic
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
June 28, 2014, 12:53:17 PM
Last edit: June 28, 2014, 01:04:42 PM by ntesic
 #8069

New pool, http://www.moneropool.net
Strong real dedicated server (not Amazon instance or so), 2% fee, no downtime, DDOS protected
Location? Payout treshold? admin's IRC nickname?

Server is located in Czech Republic, EU (100 mbps for now, upgradeable to much more, Tier1 Premium BW). Payout treshold is 0.1. You can reach me on same IRC nickname as on forum.
Latest pool software, latest daemon.

Actually, fee is 1.9% + 0.1% for developers.
birr
Hero Member
*****
Offline Offline

Activity: 869
Merit: 585


View Profile
June 28, 2014, 01:10:10 PM
Last edit: June 28, 2014, 01:22:06 PM by birr
 #8070

Keep your eyes open, fellas.
I am an investor who has bought heavily into xmr.
I asked a question in this thread, and didn't get an answer.
You guys have to be on the alert for the opportunity to reach out to people like me.
I asked a question that was so simple it was apparently worth ignoring in the high level discussion going on here.
If I can't get up to speed on the wallet I then must choose between leaving my holdings on an exchange into the indeterminate future or dumping, which is bad for me and bad for everybody else.
Please make monero useful to people who know less than you do.  It shouldn't be beneath you to give a beginner a helping hand.
dga
Hero Member
*****
Offline Offline

Activity: 737
Merit: 511


View Profile WWW
June 28, 2014, 01:15:54 PM
 #8071


Take the surface area dedicated to L3, because that's what limits the amount of cryptonight you can do concurrently.

... and that's not a freaking huge advantage, because the chips are already ~50% cache.

O(n/2) = O(n)
Cache is amortized over the number of alus you pack in.  The ratio of alu to cache area has to be divided by the number of alus on the die, again approximated by the haswell to aes block ratio. (Also, associative cache is wasteful overkill when all you need to do is deliver shuffle bits to an alu. That 50% number is inflated.  But still O(n/1.4) = O(n).)

Huh?

No - you don't get to divide by the # of AES/ALU units.  You need 2MB of storage per fast AES/ALU, period, because the algorithm modifies the scratchpad as it goes.  There's no great opportunity for space/time tradeoffs in this one.  Every independent execution requires a separate 2MB scratchpad because of the way the scratchpad is constructed (as a function of the block and nonce).

superresistant
Legendary
*
Offline Offline

Activity: 2142
Merit: 1130



View Profile
June 28, 2014, 01:22:04 PM
 #8072

I am exploring (and mining!) Monero more then one month, so i am familiar with save, exit, refresh commands in daemon. Just yesterday tried to sync blockchain, and stuck at  block 98929 and nothing helps. First i deleted blockchain from %AppData% and synced - same. Now then i am waiting for Your help with download, trying a trick (maybe that will help)  - deleted bitmonerod.txt from C:\Monero & blockchain from %AppData% once again.
One thing i am worried now is here in pix:
https://31.media.tumblr.com/4e7fd38310b65dd98f783bc8c21bb940/tumblr_inline_n7vqa8R5861sowu8z.jpg
Why so much "Connect failed"? :|

Ignore the connections failed. It's normal and it doesn't matter if your client work.

Please make monero useful to people who know less than you do.

Devs are working on it but the aesthetic of the wallet is less important than the core functions.
parker928
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250


View Profile
June 28, 2014, 01:38:10 PM
 #8073



and people here don't help the noobs such as me :\

With all due respect:

1.  People have responded to you and helped you on this very page.
2.  How to copy and paste in a dos box has been covered a dozen times in this thread.
http://lmgtfy.com/?q=copy+and+paste+monero

Open a dos window first, navigate to the directory with ccminer in it and execute your command.  The box wont disappear.  The reason it disappears when you just click on ccminer is you are running it without arguments and it just closes.

[XMR] Monero Mining thread: https://bitcointalk.org/index.php?topic=653467.0

Yes, and I did also tell you about Alt + space + e which lets you paste as well
HardwarePal
Hero Member
*****
Offline Offline

Activity: 565
Merit: 500


View Profile
June 28, 2014, 01:39:43 PM
 #8074

Keep your eyes open, fellas.
I am an investor who has bought heavily into xmr.
I asked a question in this thread, and didn't get an answer.
You guys have to be on the alert for the opportunity to reach out to people like me.
I asked a question that was so simple it was apparently worth ignoring in the high level discussion going on here.
If I can't get up to speed on the wallet I then must choose between leaving my holdings on an exchange into the indeterminate future or dumping, which is bad for me and bad for everybody else.
Please make monero useful to people who know less than you do.  It shouldn't be beneath you to give a beginner a helping hand.

I think you should keep up with this thread https://bitcointalk.org/index.php?topic=589561.220
Its a bounty for an opensource GUI ( 1 July I think they are going to pick a winner)

If you need any help on the current wallet pm me or ask in this thread and I will answer

birr
Hero Member
*****
Offline Offline

Activity: 869
Merit: 585


View Profile
June 28, 2014, 01:55:56 PM
 #8075

Keep your eyes open, fellas.
I am an investor who has bought heavily into xmr.
I asked a question in this thread, and didn't get an answer.
You guys have to be on the alert for the opportunity to reach out to people like me.
I asked a question that was so simple it was apparently worth ignoring in the high level discussion going on here.
If I can't get up to speed on the wallet I then must choose between leaving my holdings on an exchange into the indeterminate future or dumping, which is bad for me and bad for everybody else.
Please make monero useful to people who know less than you do.  It shouldn't be beneath you to give a beginner a helping hand.

I think you should keep up with this thread https://bitcointalk.org/index.php?topic=589561.220
Its a bounty for an opensource GUI ( 1 July I think they are going to pick a winner)

If you need any help on the current wallet pm me or ask in this thread and I will answer


Thanks for the link, you can be sure I'll keep researching this stuff, I have a lot at stake.  And I will get back to you, either here on the thread or by PM.
David Latapie
Hero Member
*****
Offline Offline

Activity: 658
Merit: 503


Monero Core Team


View Profile WWW
June 28, 2014, 01:56:47 PM
 #8076

New pool, http://www.moneropool.net
Strong real dedicated server (not Amazon instance or so), 2% fee, no downtime, DDOS protected
Location? Payout treshold? admin's IRC nickname?

Server is located in Czech Republic, EU (100 mbps for now, upgradeable to much more, Tier1 Premium BW). Payout treshold is 0.1. You can reach me on same IRC nickname as on forum.
Latest pool software, latest daemon.

Actually, fee is 1.9% + 0.1% for developers.
Updated. And since you are donating, I put you on top of the list (other can do the same, of course). I suppose the 0.1% is for 45Jmf8PnJKziGyrLouJMeBFw2yVyX1QB52sKEQ4S1VSU2NVsaVGPNu4bWKkaHaeZ6tWCepP6iceZk8X hTLzDaEVa72QrtVh, right?

Monero: the first crytocurrency to bring bank secrecy and net neutrality to the blockchain.HyperStake: pushing the limits of staking.
Reputation threadFree bitcoins: reviews, hints…: freebitco.in, freedoge.co.in, qoinpro
superresistant
Legendary
*
Offline Offline

Activity: 2142
Merit: 1130



View Profile
June 28, 2014, 02:13:13 PM
 #8077

Updated. And since you are donating, I put you on top of the list (other can do the same, of course). I suppose the 0.1% is for 45Jmf8PnJKziGyrLouJMeBFw2yVyX1QB52sKEQ4S1VSU2NVsaVGPNu4bWKkaHaeZ6tWCepP6iceZk8X hTLzDaEVa72QrtVh, right?

monero.crypto-pool.fr will donnate 10% of our earnings for core devs.
(fees will be taken from us and not from users).


mindless
Member
**
Offline Offline

Activity: 94
Merit: 10


View Profile WWW
June 28, 2014, 02:15:48 PM
 #8078

At http://pool.cryptoescrow.eu 2014.06.28 Significant Pool Updates were made:

  • Up & Running again.
  • DDOS protected
  • Fees changed: 0.8% pool fee and 0.2% goes for pool development
  • Added minimum payout of 0.5XMR

We are sad to see Wolf0 leave our pool's team, but we are up and running again.
Wolf, thanks for all your input and good luck!

We had help from zone117x, he will also help us in the future regarding the pool set up

Monero Development Supporting Pool - Low 0.8% Fee + 0.2% Donation to Monero development, 24/7 Monitoring.
RentaMouse
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
June 28, 2014, 03:01:35 PM
 #8079

I'd better mention http:\\cryptonotepool.org.uk\ has been updated to the latest version now, still keeping fee at 1% plus 0.05% for pool dev Zone117x.

Stick with a pool with a proven track record for reliability, run on private high availability hardware in a dedicated datacentre, not shared on someone's cloud.

We understand that there are small profit margins in mining nowadays and miners need to make every % count.

Support regularly available in IRC #monero or by email, whether for new miners getting setup or old ones with special requirements.

Pool admin @ http://cryptonotepool.org.uk/ - for miners who value reliability (and like orange)!
Currently donating all of our 1% pool fee to the dev fund - mine at CryptonotepoolUK and support XMR at no extra cost!
liteon
Legendary
*
Offline Offline

Activity: 1092
Merit: 1000


I'm a Firestarter!


View Profile WWW
June 28, 2014, 03:24:34 PM
 #8080

I am exploring (and mining!) Monero more then one month, so i am familiar with save, exit, refresh commands in daemon. Just yesterday tried to sync blockchain, and stuck at  block 98929 and nothing helps. First i deleted blockchain from %AppData% and synced - same. Now then i am waiting for Your help with download, trying a trick (maybe that will help)  - deleted bitmonerod.txt from C:\Monero & blockchain from %AppData% once again.

One thing i am worried now is here in pix:


Why so much "Connect failed"? :|

Same problem here. Tried just now, and stucked on 145 blocks behind.
Daemon is running, but lots of errors like:

- Block verification failed, dropping connection
and
- failed to add transaction to blockchain storage

It is running SYNC, but it is not syncing.
Anyone else?
Help?

Selling NordVPN account with premium sub - expires 2021! PM me to buy.
Pages: « 1 ... 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 [404] 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 ... 2125 »
  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!