Author

Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency - page 146. (Read 688812 times)

hero member
Activity: 602
Merit: 500
What a spread.  Grin

Spread-a-like-a-butter.

Nice to see that nobody wants to sell their coins for any baby values. Wink

I just bought 150XPM for 0.10 LTC so price is going DOWN!!! sell Smiley
sr. member
Activity: 406
Merit: 250
What a spread.  Grin

Spread-a-like-a-butter.

Nice to see that nobody wants to sell their coins for any baby values. Wink
full member
Activity: 238
Merit: 100
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...
hero member
Activity: 756
Merit: 501
hero member
Activity: 602
Merit: 500
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.
full member
Activity: 238
Merit: 100
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.
legendary
Activity: 1344
Merit: 1001
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...
newbie
Activity: 15
Merit: 0
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?
full member
Activity: 238
Merit: 100
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... :/
legendary
Activity: 1652
Merit: 1016
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.
full member
Activity: 238
Merit: 100
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"
PSL
member
Activity: 166
Merit: 10
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:

Code:
$ ./primecoind getinfo
legendary
Activity: 1652
Merit: 1016
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.
member
Activity: 70
Merit: 10
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 Smiley

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.
hero member
Activity: 756
Merit: 501
guys how do I compile under linux?  When I try make makefile.unix I get "No targets specified and no makefile found."
https://bitcointalksearch.org/topic/howto-setup-a-p2pool-for-feathercoin-182027
Like there just with primecoin.
edit nvm
hero member
Activity: 820
Merit: 1000
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
hero member
Activity: 560
Merit: 500
hero member
Activity: 820
Merit: 1000
guys how do I compile under linux?  When I try make makefile.unix I get "No targets specified and no makefile found."
legendary
Activity: 1344
Merit: 1001
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 Smiley

Where are you getting that trading figure of 0.25 LTC/ $0.62 from?
Jump to: