Bitcoin Forum
July 17, 2025, 01:01:24 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 ... 198 »
  Print  
Author Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency  (Read 689172 times)
Stinky_Pete
Hero Member
*****
Offline Offline

Activity: 560
Merit: 500


View Profile
July 10, 2013, 11:16:47 AM
 #1101

New blocks now <18 XPM

paulthetafy
Hero Member
*****
Offline Offline

Activity: 820
Merit: 1000


View Profile
July 10, 2013, 11:17:30 AM
 #1102

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
eule
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
July 10, 2013, 11:19:34 AM
 #1103

guys how do I compile under linux?  When I try make makefile.unix I get "No targets specified and no makefile found."
https://bitcointalk.org/index.php?topic=182027.0
Like there just with primecoin.
edit nvm

8bitPunk
Member
**
Offline Offline

Activity: 70
Merit: 10



View Profile
July 10, 2013, 11:21:01 AM
 #1104

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.

BTC 18bPunkuginRBm1Xz9mcgj8mWJnHDAW5Th | Ł LTCgXEdyBdoQ9WdF6JHi7Pa2EWtzbDjG76 | Ψ ATEBiTLkLpAYeW5hQknUfSvnb7Abbgegku
Buffer Overflow
Legendary
*
Offline Offline

Activity: 1652
Merit: 1016



View Profile
July 10, 2013, 11:33:21 AM
 #1105

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 Offline

Activity: 166
Merit: 10


View Profile
July 10, 2013, 11:47:13 AM
 #1106

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
nmersulypnem
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 10, 2013, 11:56:06 AM
 #1107

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 Offline

Activity: 1652
Merit: 1016



View Profile
July 10, 2013, 12:01:10 PM
 #1108

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
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 10, 2013, 12:14:08 PM
 #1109

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 Offline

Activity: 15
Merit: 0


View Profile
July 10, 2013, 12:15:00 PM
 #1110

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 Offline

Activity: 1344
Merit: 1001



View Profile
July 10, 2013, 12:15:06 PM
 #1111

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...

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
nmersulypnem
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 10, 2013, 12:27:06 PM
 #1112

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
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
July 10, 2013, 12:35:19 PM
 #1113

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
Hero Member
*****
Offline Offline

Activity: 756
Merit: 501


View Profile
July 10, 2013, 12:39:13 PM
 #1114

What a spread.  Grin

nmersulypnem
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 10, 2013, 12:42:14 PM
 #1115

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
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile WWW
July 10, 2013, 12:45:26 PM
 #1116

What a spread.  Grin

Spread-a-like-a-butter.

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

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
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
July 10, 2013, 12:46:05 PM
 #1117

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

Bitrated user: blastbob.
dego
Sr. Member
****
Offline Offline

Activity: 399
Merit: 250



View Profile
July 10, 2013, 12:46:13 PM
 #1118

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
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile WWW
July 10, 2013, 12:49:17 PM
 #1119

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

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
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500



View Profile
July 10, 2013, 12:51:06 PM
 #1120

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

pics or it didnt happen

See last trades... proof enough Smiley

Also got bid on XPM/BTC section. Check it out Smiley

Bitrated user: blastbob.
Pages: « 1 ... 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 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 ... 198 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!