Pages:
Author

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

sr. member
Activity: 294
Merit: 250
member
Activity: 93
Merit: 10
Prime is on btc-e now Smiley 1st transaction 0,01
legendary
Activity: 1792
Merit: 1000
Could anyone please explain the following to me (as a complete mining newbie):

Probable prime chain found for block=5b0a89e3b4ed2e2538ec1b2477286e07d90febab83f
789251273539f4538bea7!!
Target: 09.e76ce5
Chain: 1CC07.d57d45

 Smiley
hero member
Activity: 812
Merit: 1000
Hey guys!

New to Primecoin and was wondering if you guys could help me get started. I'm mining away at ypool and was trying to get my wallet set up, but I cant seem to get it to sync. Are there certain things I need in the conf? It seems to me like this coin is a little different then most alt-coins.

Thanks!

What kind of gear do you have? I'd suggest you try all three pools to figure out which is best for you.
There's beeeeer.org and a chinese one AFAIK.
full member
Activity: 172
Merit: 100
Find primecoin.conf in
Code:
C:\Users\[yourcomputername]\AppData\Roaming\Primecoin

And add:
Code:
seednode=primeseed.muuttuja.org

Restart Primecoin wallet.

Ref:
https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782
hero member
Activity: 513
Merit: 500
Crypto ehalvers
Hey guys!

New to Primecoin and was wondering if you guys could help me get started. I'm mining away at ypool and was trying to get my wallet set up, but I cant seem to get it to sync. Are there certain things I need in the conf? It seems to me like this coin is a little different then most alt-coins.

Thanks!
full member
Activity: 221
Merit: 100
Hi

Can you help me? Can I mine on beeeeer.org If I use this script on Ubuntu 13.04 server?


if [[ ! -f /swapfile ]]; then
    echo "Building swapfile..."
    sudo dd if=/dev/zero of=/swapfile bs=64M count=16
    sudo mkswap /swapfile
    sudo swapon /swapfile
   

    if [[ -z "$(cat /etc/fstab | grep swapfile)" ]]; then
        echo "/swapfile none swap sw 0 0" | sudo tee -a /etc/fstab > /dev/null 2>&1
    fi
fi


if [[ -z "$(cat /etc/sysctl.conf | grep '^kernel.panic')" ]]; then
    echo "kernel.panic=3" | sudo tee /etc/sysctl.conf >/dev/null 2>&1
fi



sudo apt-get update
sudo apt-get install build-essential bc cpulimit curl dos2unix fail2ban git haveged libboost-all-dev libdb++-dev libminiupnpc-dev libssl-dev m4 nano -y

git clone https://github.com/thbaumbach/primecoin.git && make -f makefile.unix primeminer &&
cd ./primecoin/ && ./autogen.sh && ./configure && make && sudo make install &&
./primeminer -pooluser=AMuPGPXEZUjyGPqRG8vzPDr1cGeMMNvd8v -poolip=beeeeer.org -poolport=1337



Thank you
sr. member
Activity: 490
Merit: 250
sr. member
Activity: 301
Merit: 250
still can't change my profile pic
I fail to see how people make a profit on this coin now, even with carefully managed VPS. I have ceased mining at home on 9 machines now because I can't even reach 1/3rd of break even against electricity (Australia: $0.30/kWh).

This would explain why difficulty doesn't go up for some time now. Even if new people learn about primecoin and start mining, the old miners drop out. So difficulty stays about the same.
hero member
Activity: 546
Merit: 500
I fail to see how people make a profit on this coin now, even with carefully managed VPS. I have ceased mining at home on 9 machines now because I can't even reach 1/3rd of break even against electricity (Australia: $0.30/kWh).

Basically the way I now see it is you can only make a profit if:

- You have electricity that is free or almost too cheap to meter
- You are 'stealing' power and/or computer resources from work/college etc
- You have a botnet
hero member
Activity: 924
Merit: 1005
Product Marketing & Promotion / Software Developer
I think this coin should be renamed to VPScoin.

Pool mining this coin now using the vps's that I have, gives them something extra to do.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
No problem, 9911 it is for the port then - thanks.

One down, two to go......... Grin

http://xpm.cryptocoinexplorer.com/

In the Technical Info box.

Thank you dreamwatcher - you're on my xmas card list  Grin
legendary
Activity: 1064
Merit: 1000
No problem, 9911 it is for the port then - thanks.

One down, two to go......... Grin

http://xpm.cryptocoinexplorer.com/

In the Technical Info box.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
No problem, 9911 it is for the port then - thanks.

One down, two to go......... Grin
member
Activity: 102
Merit: 10
Sorry - I guess I missed that part.  All of my peers are connected via port 9911.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Oh dear.
OK, in order for the wallet to sync with the network, it has to connect through the router to the internet. Usually this is done with upnp automatic, but I don't use upnp, so I need to know what port to open on my router to allow the client to sync with the network.
I'm a noob to XPM, not to mining  Wink

Really, I simply would like to know what the default settings are the client uses, weather I need to know or have to know is irrelevant - I want to know  Cheesy

Thanks.
member
Activity: 102
Merit: 10
You don't need to set up any of those things.  It isn't like script mining where you have to go into the %appdata% folder.  Just open the debug window and setgenerate true and that will start the mining.
hero member
Activity: 924
Merit: 1000
Watch out for the "Neg-Rep-Dogie-Police".....
Hello guys/gals,

Bit of a noob to XPM I'm afraid to say - but weren't we all once upon a time? I'd like to solo mine on my machine while using it, I've got it all up & running but am struggling to find out what ports I should be using when solo mining. I've searched a few guides but, of course, they all say to use different ports  Tongue

If someone could give me a definitive answer as to what the rpcport, port & rpcallow settings should be I'd be eternally grateful & add you to my xmas card list.

I Promise  Grin

Peace.

If you download and use High Performance 11 (recommended) then all the default settings are there.

That's what I'm using. Can you tell me what the default settings are? ie: rpcallow, rpcport & port?

Thanks.

Edit: I don't use upnp for security reasons, so I need to know what to forward on my router.
hero member
Activity: 560
Merit: 500
Hello guys/gals,

Bit of a noob to XPM I'm afraid to say - but weren't we all once upon a time? I'd like to solo mine on my machine while using it, I've got it all up & running but am struggling to find out what ports I should be using when solo mining. I've searched a few guides but, of course, they all say to use different ports  Tongue

If someone could give me a definitive answer as to what the rpcport, port & rpcallow settings should be I'd be eternally grateful & add you to my xmas card list.

I Promise  Grin

Peace.

If you download and use High Performance 11 (recommended) then all the default settings are there.
Pages:
Jump to: