nmersulypnem
|
 |
July 10, 2013, 11:06:56 AM |
|
...but you must have made some changes. Following the instructions, I'm getting build errors on compiling leveldb... g++ -c -mthreads -O2 -w -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DWIN32 -D_WINDOWS -DBOOST_THREAD_USE_LIB -DB OOST_SPIRIT_THREADSAFE -DUSE_IPV6=1 -IC:/primecoin-master/src/leveldb/include -IC:/primecoin-master/src/leveldb/helpers -I"C:/primecoin -master/src" -I"/usr/local/include" -o obj/alert.o alert.cpp alert.cpp:6:53: fatal error: boost/algorithm/string/classification.hpp: No such file or directory compilation terminated. mingw32-make: *** [obj/alert.o] Error 1 ...I'm not sure why but it can't find a boost file which is definitely there.... I had to make a change to the boost value in the makefile.mingw I believe. It was _52, and I changed to _54 to match the revision I was using. I found that as well, and changed the openssl from .1c to .1e, but this is still the build error I get... It's been a couple years since I had to do this sort of thing, so I'm a bit rusty...
|
|
|
|
|
|
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
|
|
|
|
mr_random
Legendary
Offline
Activity: 1260
Merit: 1001
|
 |
July 10, 2013, 11:09:42 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?
|
|
|
|
paulthetafy
|
 |
July 10, 2013, 11:13:21 AM |
|
guys how do I compile under linux? When I try make makefile.unix I get "No targets specified and no makefile found."
|
|
|
|
minus
Member

Offline
Activity: 85
Merit: 10
|
 |
July 10, 2013, 11:14:46 AM |
|
|
|
|
|
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: 1015
|
 |
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: 1015
|
 |
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: 1260
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.
|
|
|
|