blastbob
|
|
July 10, 2013, 12:46:05 PM |
|
What a spread. Spread-a-like-a-butter. Nice to see that nobody wants to sell their coins for any baby values. I just bought 150XPM for 0.10 LTC so price is going DOWN!!! sell
|
Bitrated user: blastbob.
|
|
|
dego
|
|
July 10, 2013, 12:46:13 PM |
|
Hi there,
just started minig 60 mins ago on my Linux box with an AMD Phenom 1090 (6x3.2Ghz). Primepersec is between 15 and 20... isn't that a bit low? What PPS do you get with which CPUs?
|
|
|
|
ReCat
|
|
July 10, 2013, 12:49:17 PM |
|
What a spread. Spread-a-like-a-butter. Nice to see that nobody wants to sell their coins for any baby values. I just bought 150XPM for 0.10 LTC so price is going DOWN!!! sell pics or it didnt happen
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
blastbob
|
|
July 10, 2013, 12:51:06 PM |
|
What a spread. Spread-a-like-a-butter. Nice to see that nobody wants to sell their coins for any baby values. I just bought 150XPM for 0.10 LTC so price is going DOWN!!! sell pics or it didnt happen See last trades... proof enough Also got bid on XPM/BTC section. Check it out
|
Bitrated user: blastbob.
|
|
|
paulthetafy
|
|
July 10, 2013, 01:04:18 PM |
|
I'm trying the optimized code but when I run primecoind it exists after a few seconds with... terminate called after throwing an instance of 'bignum_error'
Any ideas?
|
|
|
|
maka
Newbie
Offline
Activity: 54
Merit: 0
|
|
July 10, 2013, 01:04:23 PM |
|
Hi there,
just started minig 60 mins ago on my Linux box with an AMD Phenom 1090 (6x3.2Ghz). Primepersec is between 15 and 20... isn't that a bit low? What PPS do you get with which CPUs?
My AMD Phenom II X6 1090T gives like 70~130 pps. But this baby so far only mined one block...
|
|
|
|
mumus
|
|
July 10, 2013, 01:06:18 PM |
|
guys how do I compile under linux? When I try make makefile.unix I get "No targets specified and no makefile found."
There are a few makefiles. You need to select the correct one with -f. make -f makefile.unix Of course you'll need all the required dependences. Do me, do me... I get alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory
...on my windows build, even though I've even tried to add the dirs explicitly... INCLUDEPATHS= \ -I"$(CURDIR)" \ -I"$(CURDIR)"/obj \ -I"$c:/deps/boost_1_54_0" \ -I"$c:/deps/boost_1_54_0/boost" \ -I"$c:/deps/boost_1_54_0/boost/algorithm/string/" \ -I"$c:/deps/boost_1_54_0/libs" \ -I"$c:/deps/boost_1_54_0/stage/lib" \ -I"$c:/deps/db-4.8.30.NC/build_unix" \ -I"$c:/deps/openssl-1.0.1e/include" \ -I"$c:/deps"I'm a complete idiot. I was editing the .linux makefile. Just goes to show you what a lack of sleep can do... Also you shouldn't add the "$" signs for full paths. As an example -I"c:/deps/boost_1_54_0" instead of -I"$c:/deps/boost_1_54_0"
|
|
|
|
gsoul5005
Newbie
Offline
Activity: 28
Merit: 0
|
|
July 10, 2013, 01:31:19 PM |
|
Have a feeling the built-in miner was intentionally left un-optimized ....
|
|
|
|
Stonedblues
Newbie
Offline
Activity: 30
Merit: 0
|
|
July 10, 2013, 01:34:10 PM |
|
Well 3 days of mining and 1 block so I'm out my GF has her pc mining too for 24 hours and no blocks, I think she's also stopping. Good luck to the rest who will keep mining.
|
|
|
|
ReCat
|
|
July 10, 2013, 01:36:01 PM |
|
Have a feeling the built-in miner was intentionally left un-optimized ....
It was. Look at it's source. It loops over the hashing of the block header 3 times.
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
OnkelPaul
Legendary
Offline
Activity: 1039
Merit: 1005
|
|
July 10, 2013, 01:36:31 PM |
|
You might want to try again when someone release an optimized miner. The trick is to run it before everybody else does it :-)
Onkel Paul
|
|
|
|
blastbob
|
|
July 10, 2013, 01:37:53 PM |
|
Have a feeling the built-in miner was intentionally left un-optimized ....
It was. Look at it's source. It loops over the hashing of the block header 3 times. And the fix/optimized change is?
|
Bitrated user: blastbob.
|
|
|
nmersulypnem
|
|
July 10, 2013, 01:39:51 PM |
|
Also you shouldn't add the "$" signs for full paths. As an example -I"c:/deps/boost_1_54_0" instead of -I"$c:/deps/boost_1_54_0"
Yep, thanks, I just noticed that as well... I hate this. I'm have 15 solid years of financial modeling but I feel like such a noob setting up a simple dev env... embarrasing...
|
|
|
|
Zalfrin
|
|
July 10, 2013, 01:49:49 PM |
|
Also you shouldn't add the "$" signs for full paths. As an example -I"c:/deps/boost_1_54_0" instead of -I"$c:/deps/boost_1_54_0"
Yep, thanks, I just noticed that as well... I hate this. I'm have 15 solid years of financial modeling but I feel like such a noob setting up a simple dev env... embarrasing... If you get to a point where you're stuck again, you could try the auto-magical environment setup scripts here: https://bitcointalk.org/index.php?topic=252931.0Worked pretty well for me, other than the openssl install issue I mentioned in that thread.
|
|
|
|
nmersulypnem
|
|
July 10, 2013, 01:50:48 PM |
|
Windows. Haven't got the foggiest with that OS. I'm in camp Linux.
1. I love your profile image. It brings me back... 2. Is there an IRC channel for developers? This thread has a pretty mixed audience... (PM me if more appropriate).
|
|
|
|
bidji29
|
|
July 10, 2013, 02:02:12 PM |
|
I'm searching the part where the code loop 3 time on the blockheader. Is it when he check for the CUNNINGHAM1 then CUNNINGHAM2 then Bi-twin?
If yes, how to optimize that?
In antoher topic The market seems to stabilise with 0.2 LTC / XPM for the moment
|
|
|
|
paulthetafy
|
|
July 10, 2013, 02:05:43 PM |
|
Is anyone still getting coins? I seem to have dropped off drastically now.
For those with optimized miners, I do understand why you would want to keep them to yourself, but this is about discovery and the fair launch of a new coin. Please share your findings here.
|
|
|
|
ReCat
|
|
July 10, 2013, 02:07:04 PM |
|
Yes, I just mined a block on the original miner.
Anyways. The optimized miners should be posted for the optimal health of the coin.
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
Stonedblues
Newbie
Offline
Activity: 30
Merit: 0
|
|
July 10, 2013, 02:07:14 PM |
|
I've just been told that someone is mining this with gpu cgminer at 550mh/s he's found 20 blocks lucky fucker.
|
|
|
|
xyzzy099
Legendary
Offline
Activity: 1065
Merit: 1077
|
|
July 10, 2013, 02:09:30 PM |
|
I've just been told that someone is mining this with gpu cgminer at 550mh/s he's found 20 blocks lucky fucker.
I've mined 24 blocks with one CPU and the stock miner, and I know some have done better than I have. [Edit: BTW - what would '550 megahash' mean in the context of this algorithm? There is no 'hashing' here.]
|
Libertarians: Diligently plotting to take over the world and leave you alone.
|
|
|
|