Author

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

member
Activity: 81
Merit: 1002
It was only the wind.
*sigh* mingwm10.dll is now missing.
legendary
Activity: 1470
Merit: 1021
I sold 70 primecoins for .25BTC on Coins-e a few hours ago and cleaned out the bid table. Lol I love small markets.

yeah suckers born every minute.

why buy primecoin....hey I'll sell you actual real life prime numbers if you like people?


I still have a couple more blocks that haven't matured yet, I'll probably dump'em when Primecoin hits BTC-E. $25 for running my desktop for 72 hours, not bad lol.

yeah there be plenty of miners sweating on their block maturing, to get them sold asap while its the current flavor

What exactly are you mining? How is primecoin the "current flavor"?
full member
Activity: 238
Merit: 100

Doesn't work, needs libgcc DLL.

Sorry about that, I will recompile with static.
Actually,  I'm having that problem as well - how do you compile embedding the DLLs?

Add '-static' to the end of the LDFLAGS in the makefile.


That doesn't seem to help.  I notice the primecoin-qt.exe is only 8MB compared to 22MB for the original.   It runs as long as I have the DLLS in the system windows path, but that's annoying to do on multiple machines.  Do I need to include the /bin/ dirs somewhere in the makefile?  Something is not linking...

Dude, you first have to have static libs to link against.

Isn't that why I include all this stuff....


INCLUDEPATHS= \
 -I"$(CURDIR)" \
 -I"c:/deps/boost_1_54_0" \
 -I"c:/deps/db-4.8.30.NC/build_unix" \
 -I"c:/deps/openssl-1.0.1e/include"

LIBPATHS= \
 -L"$(CURDIR)/leveldb" \
 -L"c:/deps/boost_1_54_0/stage/lib" \
 -L"c:/deps/db-4.8.30.NC/build_unix" \
 -L"c:/deps/openssl-1.0.1e" \
 -L"C:/Qt/4.8.5/lib" \
 -L"C:/Qt/4.8.5"

LIBS= \
 -l leveldb \
 -l memenv \
 -l boost_system$(BOOST_SUFFIX) \
 -l boost_filesystem$(BOOST_SUFFIX) \
 -l boost_program_options$(BOOST_SUFFIX) \
 -l boost_thread$(BOOST_SUFFIX) \
 -l boost_chrono$(BOOST_SUFFIX) \
 -l db_cxx \
 -l ssl \
 -l crypto
member
Activity: 81
Merit: 1002
It was only the wind.
sr. member
Activity: 364
Merit: 252
SatoshiRoulette.com adds Primecoin
SatoshiRoulette.com adds Primecoin

Hello all, CodeMonkey "LOVES" this coin (something about prime numbers being cool) so he actually did most of the work on this one: http://satoshiroulette.com/?mode=XPM

Our bets are quite low atm and PRIMECOIN games should be considered BETA while we iron out any bugs and acquire more coins to float the balance.

Please come by and try out your luck with this new altcoin Cheesy
full member
Activity: 244
Merit: 101
For any noob that may be "as noob as me"  since everybody assumes we all know what we're doing.. I would like you to know.. the update that was posted works..

Replacing the old files with the updated files did not work.. port error/uselisten=1
not needing a conf for the first wallet was great wish i had known..

since the updated files look like all the other qt wallet files for other coins.. was thinking maybe need to do this now
 
k well it won't dl the blockchain..  something must be borked in my windows install.. I have gotten 16 other qt-wallets to work.. this one tells me the same thing all other wallets tell me without a qt-- listen- blah blah- needs listen=0 blah blah


try %appdata%/roaming/primecoin/primecoin.conf

Quote
server=1
rpcuser=xxx
rpcpassword=xxx123
rpcport=5555
addnode=54.225.81.214
addnode=54.225.116.178
addnode=54.225.123.48
addnode=107.20.202.112
addnode=54.225.123.87
addnode=54.225.81.214
addnode=54.225.116.178
addnode=54.225.123.48
addnode=54.225.123.87
addnode=107.20.202.112
addnode=54.224.142.224
addnode=54.224.28.160
addnode=184.72.193.229
addnode=54.225.19.196
addnode=50.16.142.10
addnode=23.20.77.101
addnode=54.224.95.193
addnode=54.234.90.173
addnode=23.21.2.143
addnode=23.20.0.137
addnode=54.227.57.231
addnode=54.227.81.48
addnode=54.224.112.133
addnode=54.224.194.112
addnode=50.16.112.122
addnode=54.214.144.235
addnode=54.244.76.225
addnode=54.245.7.222
addnode=54.244.204.96
addnode=54.214.187.152
addnode=50.112.197.152
addnode=54.214.168.133
addnode=54.214.100.229
addnode=54.244.199.134
addnode=54.245.138.68
addnode=54.214.59.206
addnode=54.244.208.77
addnode=54.214.103.110
gen=1

but right before using this as a .conf to try the updated file..  I decided to see what happens if i just open the updated qt in it's extracted folder without a conf or overwriting it to the old files.. hey it works.

lets try mining now...   @blastbob thnx for that conf btw.. had to go scanning through the first pages of the thread.. lol

and fyi to haters.. this is the only thread I have really cared to follow along with through almost 70 pages so far.. in this forum of madness.. should tell you something.. more people giving help to a noob could be for your benefit!  Smiley  

sr. member
Activity: 401
Merit: 250
Is anyone else getting an internal compile error on the new main.cpp?
Did you mean the compiler itself generated an internal error on you?

I remember the days when I used to use Visual Studio.  Wink

On Ubuntu 13 on DigitalOcean, I get

g++: internal compile error: Killed (program cc1plus)
Please submit a full bug report

...I'm not sure I have the env setup right (I was just using the binaries before).  Is there a list of dependencies?  I was using a much older bitcoin instruction set before.

Check the main Digital Ocean thread, you need to compile using a larger droplet. You're running out of memory.
member
Activity: 81
Merit: 1002
It was only the wind.
More people need to trade on the exchange. It's moving really slowly.

because in reality its not worth anything (from someone mining it on 3 comps). its just a novelty experiment

I have some LTC that says it is.
full member
Activity: 238
Merit: 100
Is anyone else getting an internal compile error on the new main.cpp?
Did you mean the compiler itself generated an internal error on you?

I remember the days when I used to use Visual Studio.  Wink

On Ubuntu 13 on DigitalOcean, I get

g++: internal compile error: Killed (program cc1plus)
Please submit a full bug report

...I'm not sure I have the env setup right (I was just using the binaries before).  Is there a list of dependencies?  I was using a much older bitcoin instruction set before.
member
Activity: 81
Merit: 1002
It was only the wind.

Doesn't work, needs libgcc DLL.

Sorry about that, I will recompile with static.
Actually,  I'm having that problem as well - how do you compile embedding the DLLs?

Add '-static' to the end of the LDFLAGS in the makefile.


Try this one, I used -static-libgcc -static-libstdc++, hopefully that is equivalent. Smiley

https://www.dropbox.com/s/hd5itx3uo6og5he/release2.zip

Nope. Just give us your libgcc DLLs.
legendary
Activity: 1876
Merit: 1000
I sold 70 primecoins for .25BTC on Coins-e a few hours ago and cleaned out the bid table. Lol I love small markets.

yeah suckers born every minute.

why buy primecoin....hey I'll sell you actual real life prime numbers if you like people?


I still have a couple more blocks that haven't matured yet, I'll probably dump'em when Primecoin hits BTC-E. $25 for running my desktop for 72 hours, not bad lol.

yeah there be plenty of miners sweating on their block maturing, to get them sold asap while its the current flavor
hero member
Activity: 1036
Merit: 524
I sold 70 primecoins for .25BTC on Coins-e a few hours ago and cleaned out the bid table. Lol I love small markets.

yeah suckers born every minute.

why buy primecoin....hey I'll sell you actual real life prime numbers if you like people?


I still have a couple more blocks that haven't matured yet, I'll probably dump'em when Primecoin hits BTC-E. $25 for running my desktop for 72 hours, not bad lol.
full member
Activity: 238
Merit: 100

Sorry about that, I will recompile with static.
Actually,  I'm having that problem as well - how do you compile embedding the DLLs?

Add '-static' to the end of the LDFLAGS in the makefile.

[/quote]

That doesn't seem to help.  I notice the primecoin-qt.exe is only 8MB compared to 22MB for the original.   It runs as long as I have the DLLS in the system windows path, but that's annoying to do on multiple machines.  Do I need to include the /bin/ dirs somewhere in the makefile?  Something is not linking...
legendary
Activity: 1876
Merit: 1000
More people need to trade on the exchange. It's moving really slowly.

because in reality its not worth anything (from someone mining it on 3 comps). its just a novelty experiment

I have some LTC that says it is.


bet you understand the price of everything but you fail to understand worth

Worth is subjective.

hey i'll sell you a vowel for 2 ltc or are you more a consonants kinda guy? Wink
sr. member
Activity: 406
Merit: 250
*sigh* mingwm10.dll is now missing.

Heh... what a pain. Might be faster for you guys to install mingw. Wink

https://www.dropbox.com/s/drktk1djfa2nypt/mingwm10.dll

Alternatively, here's a third recompile with only -static, not the -statics I had before.

https://www.dropbox.com/s/ph7zpymxfe2h49b/release3.zip

Good news and bad news.

Bad news: Your static build isn't static.
Good news: We have all the DLLs, so it doesn't matter.

I didn't read your name, but somehow I knew it was you, wolf, from the way you sighed.

I recognize you as if we're married. Gosh. Tongue

(Note to everyone: We're not.)

We aren't!?
No, not as of today. Tongue
full member
Activity: 213
Merit: 100
Yup. Seems to be working fine, with a much higher pps. We'll see about block rate over the next few days. Thanks again for doing that. Sending you a tip now.
member
Activity: 81
Merit: 1002
It was only the wind.
in my "listtransactions", there is a block with only 1 confirmation and it does not shows up in the transactions tab. But it does show in immature number:

Code:
{
"account" : "",
"address" : "AbFyLXbDfXj3smd9ZyrkJvdcqGjtWine7d",
"category" : "immature",
"amount" : 17.13000000,
"confirmations" : 1,
"generated" : true,
"blockhash" : "c0ec2c1c6c15e9c34ffe3fd9ecb16fcbe6c980f897114d6b2ca03cb4d4334e9f",
"blockindex" : 0,
"blocktime" : 1373505530,
"txid" : "473966f87e69d569ba9b1911903248255661f46a6b4b3d3ed15cfa9710831dbc",
"time" : 1373505530,
"timereceived" : 1373505532
}

Why is there only 1 confirmation?

Because only one block has passed since it was generated.

It does not increase at all. Confirmation stays at 1 forever...

Kill it and restart it, I had that problem once. Should fix it.
legendary
Activity: 1876
Merit: 1000
I sold 70 primecoins for .25BTC on Coins-e a few hours ago and cleaned out the bid table. Lol I love small markets.

yeah suckers born every minute.

why buy primecoin....hey I'll sell you actual real life prime numbers if you like people?

hero member
Activity: 1036
Merit: 524
I sold 70 primecoins for .25BTC on Coins-e a few hours ago and cleaned out the bid table. Lol I love small markets.
sr. member
Activity: 406
Merit: 250
I didn't read your name, but somehow I knew it was you, wolf, from the way you sighed.

I recognize you as if we're married. Gosh. Tongue

(Note to everyone: We're not.)
Jump to: