Bitcoin Forum
May 06, 2024, 04:43:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 »
381  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 31, 2015, 11:04:23 PM
@SRBOOTH:

Also, a quick look at the AEON appdata folder will tell you if pruning executed correctly at least once (and saved).
You should find that blockchain.bin is about 2.8GB, while blockchain-pruned.bin is about 1.66GB.
382  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 31, 2015, 09:07:19 PM
@SRBOOTH:

There's no external GPU solo miners for any cryptonote as far as I know. Most definitely not for nvidia, since ccminer will only work with pools. If you really want to solo mine with nvidias (or AMDs AFAIK), you'll need to setup a private pool. That should be an interesting/fun project btw.  Smiley Happy Mining!

Edit: on the pruned version compiled for windows, I've posted (unofficial) binaries just yesterday:
https://bitcointalk.org/index.php?topic=641696.msg12285871#msg12285871

Official ones should not take long I suppose, since Arux is back from all his summer partying  Grin

Edit ^2: the light-node (pruned) working well for me so far. I have made a couple of transfers without any issues, I have solo mined a block, and have gone through the cycle seeing a misbehaving peer get blocked. Good stuff!   Wink
383  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 31, 2015, 11:25:42 AM
Thanks GingerAle,
That is exactly the performance range I would expect, like Smooth was saying, roughly double the performance of regular cryptonight. You can definitely get it to run faster with overclocking, as cryptonight & cryptonight-light are more tolerant to overclocking than most other algorithms. Anyhow, looking really good, cheers!

Also a +1 about drivers, some versions are faster, others are slower. Even across different systems, it's not always the same driver that performs best (cards on risers vs cards directly on slots, paired with fast CPU vs paired with slow CPU, etc).

I didn't run it for long, but

-l 32x30

got me 520 on the 750 ti, and 578 h/s on that PNY OC version of the 750 ti (the one with 1220 clocks).

I also used nvidia 331 drivers. The driver version can affect things.
384  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 31, 2015, 10:59:52 AM
Correct smooth. But what I've seen in my limited experience here (as I don't have the ideal GPU models), is that without specific tuning for cryptonight-light, the performance will not automagically double, using the same launch settings as for regular cryptonight. I had observed ccminer hashing just marginally faster, if selecting cryptonight-light vs cryptonight on the same baseline settings (at least on Windows).

With proper launch settings, yes, the performance should be roughly double that of regular cryptonight. With ccminer, the ideal cryptonight-light performance, is probably found by using a launch string that uses double the number of threads as for regular cryptonight - in order to take advantage of the smaller workload.
As I understand, the ccminer thread synchronization and memory access behaves very differently in Linux, causing Linux miners to see most of the cryptonight-light gains even without tuning their launch parameters. In any case, proper tuning will provide the best results.
385  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 31, 2015, 09:47:11 AM
Thanks for the feedback jwinterm. I know that most up-to-date ccminer forks are built with static libraries (so separate dll's are not required), but the cryptonight base from which .....

Working now myagui. Turns out I have cuda5.5, and both versions work, so I guess it was just the missing dll. I'm getting much lower hashrate on that windows computer though, around 250 h/s per 750ti, compared to about 425 h/s per card on ubuntu machine. So, don't know if that's cause I need to update cuda, or just cause windows sucks, but, anyway, it's working now Smiley

I have similar deficiencies on certain comps running my 750ti's. Not absolutely positive but I believe it boils down to the architecture of the machine and/or bios. Bios update risk not worth the reward. ...I know this btw because I have swapped 3 different ti's between about 5 different machines and then played musical chairs with them and the deficiencies persisted among the mobo/processor/bios architectures and not the variations in cards or software. ....not likely your fault Smiley

Thank you both for the inputs.

I would bet on something specific to that Windows setup as fault for the low speed, if not the dreaded "operator error"  Grin since that Windows hashrate sounds about right for regular cryptonight (as in missing the -A switch). Linux does generally better on the same hardware, that's for sure, and more so with any algorithm that is memory hard, where the Windows (WDDM) driver overhead really bogs down the performance.

Well, could also be that your Windows launch settings (threads & blocks) were not optimal. While on Linux, sub-optimal launch settings go partly unnoticed due to the comparative hashrate boost from Linux vs Windows. On Windows, less-than-perfect settings will cause much more of a performance hit.

I don't have the proper launch settings for the 750TI myself though, don't have those cards anymore. I do have reports of cryptonight-light performance in the region of 500 h/s on these cards, even on Windows. Note that both cryptonight & cryptonight-light allow for massive overclocks on the 750 TI, seeing as the GPU is hardly stressed at all.
386  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 30, 2015, 11:51:41 PM
Here are freshly compiled (and unofficial) AEON light-node binaries for testing on Windows:
I built these on Win-10, Boost 1.59, VStudio 2015, and look to be working fine on my Win-8 box as well.
Aeon-Win-x64-light-node-beta

Instructions starting up a light-node are here:
Pruning (aka Light Full Node) test release

And the FAQ on pruning just upthread:
Pruning FAQ

So for now, I'll be running a light-node instead of the archive one, and solo mining on the daemon as before. I'll most likely run a full node in the long term as I have the resources available, but anyhow I figured that testing light-node is more useful right now.

@SRBOOTH: thanks for the feedback  Smiley

Cheers!
387  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 30, 2015, 10:20:44 PM
Thanks for the feedback jwinterm. I know that most up-to-date ccminer forks are built with static libraries (so separate dll's are not required), but the cryptonight base from which cryptonight-lite was made, was a much older fork and generally not maintained, so I doubt it was configured in such fancy ways (not that I know enough to really make a call either way).
This helps though, as missing (or conflicting) dll's might also be causing the issue for SRBOOTH.

The issue for SRBOOTH was outdated drivers, just confirmed over PM and so all is well for him now  Smiley
I'm not sure now, but I think I had built with cuda 7.5, which would explain why a recent driver is required. Hmm... maybe I mentioned something around the time? Old farts have crappy memory  Grin
 
For anyone interested in trying out my most up-to-date build, here's one with some personal tweaks and both cuda 6.5 & 7.5 flavors. I cannot for the life of me recall what compute levels I had included on this build, but at minimum, it should be compute 5.0 and upwards. Might also do better at regular cryptonight mining, for whatever that's worth...
ccminer-cryptonight-lite-beta-3

Edited to add: Note that most up-to-date build and personal tweaks don't necessarily make it any faster!  Lips sealed  This version might do better on some cards, worse on others (for all I know, might do worse on all of them, unfortunately I cannot afford the testing time right now to go back and compare, all of my GPUs are tied up).

And here's a bunch of dll's, should have everything that might possibly be necessary to run any current x86 ccminer (not x64), as well as it most definitely has some extra (needless) stuff in there... It's my go to copy/paste set from many ccminer adventures over time  Cheesy
ccminer-dll-pack

I'm exchanging PMs with SRBOOTH to see if we can figure out why the ccminer binaries that I posted are not working for him.
@jwinterm, if I read correctly, you also had some trouble on Windows. In case you used the binaries that I had posted, do you recall what was the error on your end?

@smooth, awesome job on the pruning release! I've been happy solo mining, hitting at least one block per day, sometimes two. Need all the power we can have against nefarious Moooooooooo.  Grin  I'll see if I can build the pruning release and start testing that as well tonight.

When I try to launch the binary, I get a "MSCVR120.DLL is missing from your computer" error box popup, but I'm pretty sure I have all the microsoft redistributables installed, and regular ccminer works ok. It works fine when built from source on Ubuntu computer though.
388  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON 2nd gen cryptonote, anon, mobile-friendly, scalable, pruning on: August 30, 2015, 08:21:42 PM
I'm exchanging PMs with SRBOOTH to see if we can figure out why the ccminer binaries that I posted are not working for him.
@jwinterm, if I read correctly, you also had some trouble on Windows. In case you used the binaries that I had posted, do you recall what was the error on your end?

@smooth, awesome job on the pruning release! I've been happy solo mining, hitting at least one block per day, sometimes two. Need all the power we can have against nefarious Moooooooooo.  Grin  I'll see if I can build the pruning release and start testing that as well tonight.
389  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON -- HARD FORK 2015-08-04 - MANDATORY UPDATE TO 0.9.0.0+ REQUIRED on: August 27, 2015, 11:00:23 AM
@smooth, fwiw, I concur with your reasoning on how to address this wallet refresh issue and pruning strategy. Good stuff!  Smiley
390  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON -- HARD FORK 2015-08-04 - MANDATORY UPDATE TO 0.9.0.0+ REQUIRED on: August 24, 2015, 08:16:47 PM
@smooth,

As I had compiled from git just yesterday, I am also running a pruned node, right? Just wondering.
All is working well here, just found a block solo, yay!  Smiley
391  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]~GenesysCoin~1st in Wallet Games Play [ POW Phase!!!- Register For MP ZONE] on: August 24, 2015, 08:04:27 PM
The unique chracteristic of playing the web based games by joining GSY is that the players can play for winnings in crypto money. Some kind of prize money collected by the stakes like in a tournament or heads up game..
Is that right?

What you just described is one unique characteristic in GSY, which is the Confront feature.

There are other unique aspects to the platform, as well as other monetization opportunities.
One I find most interesting, is that this project is also a crowdfunding for an actual game to be developed. Once completed, this particular game, can drive any sort of revenue workflow that the developers might desire, with the obvious possibility of rewarding both the GSY team, as well as players/holders.
392  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON -- HARD FORK 2015-08-04 - MANDATORY UPDATE TO 0.9.0.0+ REQUIRED on: August 24, 2015, 04:06:22 PM
Cheers Smooth! It's an i7-4770, standard clocks and all, running 6 threads, above normal priority.

Why don't you run all threads/cores but in low priority? Windows can manage just fine the other jobs that way, and you can have the max hashrate too.
I even play Left 4 Dead 2 without stop mining. The hashrate drops from 850 h/s to 550 while playing but that's all, I have to do nothing else.

These days, that box is primarily a GPU mining rig, and the current GPU work is actually very sensitive to any moderate CPU usage. Optimal performance (giving priority to current GPU work), was found by setting affinity to have 2 dedicated threads for the GPU miner. I can then do whatever on the other 6 threads, that the GPUs remain at full performance.
393  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON -- HARD FORK 2015-08-04 - MANDATORY UPDATE TO 0.9.0.0+ REQUIRED on: August 24, 2015, 12:26:35 AM
Cheers Smooth! It's an i7-4770, standard clocks and all, running 6 threads, above normal priority.

Frustrated with my earlier trouble with compiling on the original Windows box, I had a few more cracks at it, and finally sorted what the issue with compiling on that one as well. Suspecting that I had a broken boost setup, I rebuilt boost, then recompiled there, and presto, also got me working binaries. Happy camper.  Cool

I'm not sure this needs correcting on the compilation instructions, could be my misunderstanding, but anyhow, that's how it worked for me - definitely the case on building boost 1.59 - not sure if it makes any difference on earlier versions, as the documented 1.57.

Where it reads:
b2 --toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64

I used instead:
b2 toolset=msvc variant=release link=static threading=multi runtime-link=static address-model=64
394  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON -- HARD FORK 2015-08-04 - MANDATORY UPDATE TO 0.9.0.0+ REQUIRED on: August 23, 2015, 11:37:31 PM
Thanks for the input Radouch. I'm not going to run a binary from a recent member as I don't have an isolated environment for testing right now, but perhaps that helps others.

I didn't manage to fix whatever issue is causing me grief with my regular Windows box, but I was able to compile the binaries on a freshly installed Win 10 VM. The binaries created on the Win 10 VM did work fine on my usual PC (Win 8.0).  Smiley

For anyone else that might want to test these, do understand that I'm a relative newbie at compilation (most of my experience is with cudaminer/ccminer), so I doubt I'd be able to fix any issues one might find. The following link has binaries from the current code on git, and were compiled using a clean/fresh Windows 10 x64 VM with VStudio 2015 and Boost 1.59.
Aeon-Win-x64-0.9.2.0-git.zip

@smooth:
I see my hashrate restored while solo mining on the daemon (about 640h/s now), so thank you, looks that the issue is fixed!
Side note, please update the OP with the revised compilation instructions as per the following post:
https://bitcointalk.org/index.php?topic=641696.msg11946271#msg11946271

Cheers!
395  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] AEON -- HARD FORK 2015-08-04 - MANDATORY UPDATE TO 0.9.0.0+ REQUIRED on: August 22, 2015, 09:50:01 PM
Super quiet here...  Grin
holidays... Roll Eyes

While on semi-holidays, I'm quietly acquiring a moderately larger position  Wink

I'm really looking forward to test the newer version, largely to allow me the contribution of a solo mining daemon/node.
Will try to compile using the OP instructions tonight.

Edit: No luck at my 1st quick attempt at compiling. I eventually got binaries built, but there's some fatal error right at daemon start and it does not run at all. I'm pretty sure this is some issue with my build environment. I'll look into error messages and further troubleshooting when I get a break.

Edit #2: Just in case someone can easily point me in the right direction, here's the error I have when launching the daemon self-compiled:
Code:
2015-Aug-23 12:15:25.431831 aeon v0.9.2.0(@VERSION@)
2015-Aug-23 12:15:25.432832 Module folder: C:\Users\-removed-\aeon\build\src\Release\aeond.exe
2015-Aug-23 12:15:25.435836 Initializing p2p server...
2015-Aug-23 12:15:25.437837 ERROR c:\users\-removed-\aeon\src\p2p\net_node.inl:110 Exception at [node_server::init_config], what=unsupported version
2015-Aug-23 12:15:25.440839 ERROR c:\users\-removed-\aeon\src\p2p\net_node.inl:273 Failed to init config.
2015-Aug-23 12:15:25.442841 ERROR C:\Users\-removed-\aeon\src\daemon\daemon.cpp:174 Failed to initialize p2p server.
2015-Aug-23 12:15:25.445844 Mining has been stopped, 0 finished

I used latest cmake (3.3), boost 1.57 and VStudio 2013 as described on the OP, and I'm on Win 8.0 x64.
I think I saw some error concerning a "version.h" file when generating the configuration files or when compiling, not sure now and I have cleared the logs already. Will check it out again later.

Cheers!
 
396  Other / Meta / Re: Trouble understanding post moderation. on: August 22, 2015, 09:45:25 AM
Super. Thanks again!  Smiley
397  Other / Meta / Re: Trouble understanding post moderation. on: August 21, 2015, 11:00:17 PM
Thanks for clearing it up mprep.
I'm still unclear about the swearing though. Is that acceptable?

I'm not asking permission to go on a cursing rampage btw  Grin   I think this particular post that was deleted was in fact my worst ever use of language around here  Smiley

EDIT: And I'll have the apple sauce, thank you  Cool
398  Other / Meta / Trouble understanding post moderation. on: August 21, 2015, 09:55:22 PM
Hi there!

I've had a post deleted by a forum moderator, and while I suspect the reason for the removal, I would appreciate a clarification from any forum moderator as to the rule in question. My point is not to troll the moderators or the forum, I just want to be certain of what caused by post to be deleted, so that I can stick to the rules and avoid future posts from taking the same fate.

Here's the message and deleted post:

Quote from: Bitcoin Forum
A reply of yours, quoted below, was deleted by a Bitcoin Forum moderator. Posts are most frequently deleted because they are off-topic, though they can also be deleted for other reasons. In the future, please avoid posting things that need to be deleted.

Quote
I sympathize with the child there. Freedom of speech is only ever a good thing when I am free to say whatever the fuck I want, and others can only say whatever the fuck pleases my ears. Smooth must not be allowed to express his opinion by means of post/trust/rating/whatever! Oh ... Wait ... I see what you did there  Roll Eyes

Guess you were spotted very early on, off you go back on ignore little Inquisitive Troll(TM).
Please stop posting off-topic nonsense on this thread.

I haven't followed developments as closely as I would like, do we have any up-to-date community built binaries so I could try out the DB version on my Windows box? I know of the cautionary notes and caveats, just wondering if anyone has published binaries yet.

The bottom portion of the post was quite on-topic, and had significant followup from both the thread OP as well as other community members.

The top portion was a brief reaction to a post by one persistent troll that keeps posting on that thread with all sorts of non-sense propaganda, trying to push a certain agenda forward. This is a fancy troll, in that he writes eloquently enough that he might persuade the less critical readers, using systematic deception tactics and extreme persistence.
For this reason alone, I granted him a response. Otherwise he remains on my ignore list and I don't generally respond to trolls.

So my question is: was my post deleted due to swearing (couple instances of the F word), or was it something else? Is swearing strictly - or even casually - against the forum rules? I've read a good few newbie guides and such, but haven't really found this to be stated anywhere...

Thanks for your time.
399  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN]~GenesysCoin~1st in Wallet Web Based Games [~MP ZONE Registration OPEN!!!] on: August 21, 2015, 02:23:49 PM
GENESYS MP ZONE Beta testing is OPEN ! ! ! [...]

I had registered previously, have been able to login just now, and browsed the games list. I'm unable to test drive actual game launch right now as I'm over a remote session, but will report back once I've had a chance to run some games. Good Job!  Smiley
400  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [XMR] Monero - A secure, private, untraceable cryptocurrency - 0.8.8.6 on: August 20, 2015, 06:46:01 PM
Bit of both - syncing up only requires tx/block verification, whereas simplewallet actually has to check each transaction for your viewkey. The other problem is that there's no parallelisation in simplewallet, and it chews memory on large wallets (as it keeps the entire cache in-RAM which is silly). We'll be addressing both of those in a future release.

Thanks for clearing it up fluffypony. I should also correct my previous statement: The wallet rescan was not as impressively fast as the full blockchain sync, but it was not really slow either. I just later realized that I had already initiated solo mining on the daemon, so my CPU was having to work pretty hard   Cheesy
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 [20] 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!