Stinky_Pete
|
 |
July 10, 2013, 11:16:47 AM |
|
New blocks now <18 XPM
|
|
|
|
paulthetafy
|
 |
July 10, 2013, 11:17:30 AM |
|
guys how do I compile under linux? When I try make makefile.unix I get "No targets specified and no makefile found."
don't worry, being a pleb! missed -f
|
|
|
|
|
8bitPunk
Member

Offline
Activity: 70
Merit: 10
|
 |
July 10, 2013, 11:21:01 AM |
|
By the exchange values quoted (0.3 LTC / .001 BTC), the current block payout and the target time of 1 minute the Prime coin mining network would be generating nearly $800 an hour if it were at the 1 minute target (it's above that now but coming down). This would place Prime coin 3rd in cumulative mining rate (again assuming target rates) at around 1/4th the total of LTC and about twice that of FTC.
Market cap would be right around 100K USD which would be 5th just ahead of NovaCoin and behind PPC, an impressive result for day 3 of a new coin in this era of crappy clones its good to see something innovative get recognition.
thats not right http://coinmarketcap.com/Based on: - 7528 blocks
- a median reward of ~19 XPM
- trading at 0.25 LTC (US$0.62)
The market cap is ~90K US$, so 12th at the moment but should be in the top 10 tomorrow  Where are you getting that trading figure of 0.25 LTC/ $0.62 from? Posts and offers on the Currency exchange sub-forum. From my own trading: 40 XPM were traded for 10 LTC and 10 XPM were traded for 3 LTC. The conversion to USD is based on the btc-e LTC/USD rate.
|
BTC 18bPunkuginRBm1Xz9mcgj8mWJnHDAW5Th | Ł LTCgXEdyBdoQ9WdF6JHi7Pa2EWtzbDjG76 | Ψ ATEBiTLkLpAYeW5hQknUfSvnb7Abbgegku
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 10, 2013, 11:33:21 AM |
|
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.
|
|
|
|
PSL
Member

Offline
Activity: 166
Merit: 10
|
 |
July 10, 2013, 11:47:13 AM |
|
Is there any way to send RPC commands from the command-line to primecoin-qt?
I have configured rpcuser/rpcpassword but it does not seem to respond to primecoind commands.
edit: Found it, added server=1 to primecoin.conf
Check primecoind, it is CLI version of the wallet. Try this: $ ./primecoind getinfo
|
|
|
|
nmersulypnem
|
 |
July 10, 2013, 11:56:06 AM |
|
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"
|
|
|
|
Buffer Overflow
Legendary
Offline
Activity: 1652
Merit: 1016
|
 |
July 10, 2013, 12:01:10 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"Windows. Haven't got the foggiest with that OS. I'm in camp Linux.
|
|
|
|
nmersulypnem
|
 |
July 10, 2013, 12:14:08 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"Windows. Haven't got the foggiest with that OS. I'm in camp Linux. mingw32-make I hate my camp. I wouldn't be on this team if this wasn't the computer my wife uses every day. I'll go change some diapers and maybe the mingw32-make genie will leave me a present while I'm sleeping... :/
|
|
|
|
highstr8
Newbie
Offline
Activity: 15
Merit: 0
|
 |
July 10, 2013, 12:15:00 PM |
|
just started solo mining on my home laptop, currently getting 4 primepersec, any one have any idea how long it will probably take for me to find a block?
|
|
|
|
mr_random
Legendary
Offline
Activity: 1344
Merit: 1001
|
 |
July 10, 2013, 12:15:06 PM |
|
Cool. I'm going to sell a bit of my XPMs. I don't have the time to both with google docs exchanges! No trades executed yet...
|
|
|
|
nmersulypnem
|
 |
July 10, 2013, 12:27:06 PM |
|
just started solo mining on my home laptop, currently getting 4 primepersec, any one have any idea how long it will probably take for me to find a block?
Sometime after the Leisure Suit Larry game is released.
|
|
|
|
blastbob
|
 |
July 10, 2013, 12:35:19 PM |
|
Cool. I'm going to sell a bit of my XPMs. I don't have the time to both with google docs exchanges! No trades executed yet... I have added Buys on LTC and BTC section of primecoin.
|
Bitrated user: blastbob.
|
|
|
eule
|
 |
July 10, 2013, 12:39:13 PM |
|
What a spread. 
|
|
|
|
nmersulypnem
|
 |
July 10, 2013, 12:42:14 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...
|
|
|
|
ReCat
|
 |
July 10, 2013, 12:45:26 PM |
|
What a spread.  Spread-a-like-a-butter. Nice to see that nobody wants to sell their coins for any baby values. 
|
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: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.
|
|
|
|