Author

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

sr. member
Activity: 350
Merit: 250
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.

I'm pushing out 5500 pps, but no block for 2 hours now.

Is this on a single PC?
legendary
Activity: 1652
Merit: 1016
Another thing, how to restart the daemon?

Code:
./primecoind stop

then

Code:
./primecoind

to start again.
sr. member
Activity: 359
Merit: 250
Another thing, how to restart the daemon?
legendary
Activity: 1652
Merit: 1016
There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.

I'm pushing out 5500 pps, but no block for 2 hours now.
newbie
Activity: 13
Merit: 0

Seems fine, what's getmininginfo say?
It says this:

Quote
{
    "blocks" : 12176,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 198,
    "pooledtx" : 0,
    "testnet" : false
}

So what is my hashrate? It's quite different than other mining programs.

There is no real hashrate, because the proof-of-work is not based on hashes. The best equivalent is the "primespersec" line. ~200 seems to be a level for a desktop processor.
sr. member
Activity: 359
Merit: 250
Here's my "primecoind getinfo" output:

Quote
{
    "version" : "v0.1.0xpm-2-geda38d6-beta",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 12148,
    "moneysupply" : 221938.96000000,
    "timeoffset" : -2,
    "connections" : 8,
    "proxy" : "",
    "testnet" : false,
    "keypoololdest" : 1373532481,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


Am i doing ok?


Seems fine, what's getmininginfo say?
It says this:

Quote
{
    "blocks" : 12176,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 198,
    "pooledtx" : 0,
    "testnet" : false
}

So what is my hashrate? It's quite different than other mining programs.
legendary
Activity: 1652
Merit: 1016
Here's my "primecoind getinfo" output:

Quote
{
    "version" : "v0.1.0xpm-2-geda38d6-beta",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 12148,
    "moneysupply" : 221938.96000000,
    "timeoffset" : -2,
    "connections" : 8,
    "proxy" : "",
    "testnet" : false,
    "keypoololdest" : 1373532481,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


Am i doing ok?


What do you mean when you say 'doing ok'?

If your referring to setting up the daemon, then yes your doing fine.
If your referring to mining lots of coins, then no.
sr. member
Activity: 266
Merit: 251
Here's my "primecoind getinfo" output:

Quote
{
    "version" : "v0.1.0xpm-2-geda38d6-beta",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 12148,
    "moneysupply" : 221938.96000000,
    "timeoffset" : -2,
    "connections" : 8,
    "proxy" : "",
    "testnet" : false,
    "keypoololdest" : 1373532481,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


Am i doing ok?


Seems fine, what's getmininginfo say?
hero member
Activity: 516
Merit: 500
CAT.EX Exchange
www.mcxNOW.com adding Primecoin as I type this.  Just waiting for it to come back online so I can post the direct link.

Aaaaand, here you go:

https://mcxnow.com/exchange/XPM

 Grin

Where are the fees and comission rates listed?
sr. member
Activity: 359
Merit: 250
Here's my "primecoind getinfo" output:

Quote
{
    "version" : "v0.1.0xpm-2-geda38d6-beta",
    "protocolversion" : 70001,
    "walletversion" : 60000,
    "balance" : 0.00000000,
    "blocks" : 12148,
    "moneysupply" : 221938.96000000,
    "timeoffset" : -2,
    "connections" : 8,
    "proxy" : "",
    "testnet" : false,
    "keypoololdest" : 1373532481,
    "keypoolsize" : 101,
    "paytxfee" : 0.00000000,
    "errors" : ""
}


Am i doing ok?
member
Activity: 81
Merit: 1002
It was only the wind.

I built everything per the instructions, using b2 --build-type=complete

I see the linux variants of the static libraries "*.a".  I'm not clear where the static libraries go...  Do they end in .lib always?

They only end in .lib for Visual Studio. Static libraries for GCC toolchains, no matter what OS, end in .a.
hero member
Activity: 905
Merit: 1001
legendary
Activity: 1246
Merit: 1011
I think it would be nice if there were a way to test "in real time" how is working our miner (or even if the miner is working  Wink ) like cgminer or cudaminer and so on.... (qt display is so ugly...)

So... I launch this idea and it would be great if one (two or three or 1016 Dev) could make something related to this  Grin

newbie
Activity: 18
Merit: 0
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.

You need to create a swap file, since the VPS on Digital Ocean doesn't have enough room for to run the Make

Run these commands then execute the try the make command afterwards:
Code:
dd if=/dev/zero of=/swapfile bs=64M count=16
mkswap /swapfile
swapon /swapfile

If you want more details on how to setup the VPS with the new source code, check out my reddit post: http://www.reddit.com/r/primecoin/comments/1i0sa9/primecoin_builtin_miner_performance_enhancement/cb0aj1h
legendary
Activity: 1652
Merit: 1016
Anyone know the Primecoin prefix so we can use vanitygen? I don't know where to look for it in the source.

23

Thanks. Could you tell me where to find it in the source?

Code:
PUBKEY_ADDRESS = 23,  // primecoin: pubkey address starts with 'A'
SCRIPT_ADDRESS = 83,  // primecoin: script address starts with 'a'

Lines 275,276 in src/base58.h
legendary
Activity: 1246
Merit: 1011
I'm starting to worry that I've minted my last block...

I have only ever got one block and it stilled marked as immature 14 hours later after mining.

Welcome to our world...  Grin
full member
Activity: 140
Merit: 100
I'm starting to worry that I've minted my last block...

I have only ever got one block and it stilled marked as immature 14 hours later after mining.
sr. member
Activity: 464
Merit: 252
make sure your current block is incrementing if you're using the client I compiled, one of my local copy wasn't wanting to increment blocks.

Here's a complete zip file with all needed dlls, and it follows current block properly.

https://www.dropbox.com/s/6dwcc5p1koj86vz/release5.zip
release5 is working only on PC with i5. All other PC with celeron, sempron, athlon etc doesn't work with this client(((((((((((((((

Check out the other thread, I have a few different build flavors you can try. This one might do: https://bitcointalksearch.org/topic/m.2704112
Were tested all versions of updated client. APPCRASH on all versions of windows (W7 embedded standart x32, w7 home basic x32, w7 proffessional x64, w8 proffesional x64) with processors celeron, sempron, athlon x2, phenom x6. Works only on i5.
Jump to: