Author

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

sr. member
Activity: 560
Merit: 250
I answered you exactly in the thread you created.  The miner is built into the windows client.
Quote

does the wallet mine for you? is there a miner button? I dont understand compeletly confused lol

thank you is there a stats command i read some people typing that they were getting x amount of coins how do you check?
full member
Activity: 314
Merit: 100
Sunny King made some changes to the Github half an hour ago.  You may want to pull it again and recompile it if you're using linux.  https://github.com/primecoin/primecoin
full member
Activity: 224
Merit: 100
I answered you exactly in the thread you created.  The miner is built into the windows client.
Quote

does the wallet mine for you? is there a miner button? I dont understand compeletly confused lol
sr. member
Activity: 560
Merit: 250
can we gpu mine this yet?

GPU Mining is currently not supported.

teka how do we mine this? like regular bitcoin and litecoin? thanks

Check out this build: https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782 In my opinion it offers the best performance at the moment.

I know but how do i mine with it? do i run cgminer?

I personally just run the standard wallet with the following setting in the primecoin.conf:

rpcuser=WarMachine
rpcpassword=WarMachineRox
gen=1

fyi, I don't actually use that username and password.

does the wallet mine for you? is there a miner button? I dont understand compeletly confused lol
hero member
Activity: 840
Merit: 1000
can we gpu mine this yet?

GPU Mining is currently not supported.

teka how do we mine this? like regular bitcoin and litecoin? thanks

Check out this build: https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782 In my opinion it offers the best performance at the moment.

I know but how do i mine with it? do i run cgminer?

I personally just run the standard wallet with the following setting in the primecoin.conf:

rpcuser=WarMachine
rpcpassword=WarMachineRox
gen=1

fyi, I don't actually use that username and password.
legendary
Activity: 2492
Merit: 1491
LEALANA Bitcoin Grim Reaper
is there a stats page for XPM network?
sr. member
Activity: 560
Merit: 250
can we gpu mine this yet?

GPU Mining is currently not supported.

teka how do we mine this? like regular bitcoin and litecoin? thanks

Check out this build: https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782 In my opinion it offers the best performance at the moment.

I know but how do i mine with it? do i run cgminer?
hero member
Activity: 840
Merit: 1000
can we gpu mine this yet?

GPU Mining is currently not supported.

teka how do we mine this? like regular bitcoin and litecoin? thanks

Check out this build: https://bitcointalksearch.org/topic/xpm-ann-primecoin-high-performance-hp14-released-255782 In my opinion it offers the best performance at the moment.
sr. member
Activity: 560
Merit: 250
can we gpu mine this yet?

GPU Mining is currently not supported.

teka how do we mine this? like regular bitcoin and litecoin? thanks
full member
Activity: 226
Merit: 100
if you have a network of PCs with win7 how is possible to mine at only one PC?
i mean to collect all the CPU power to only one wallet! Smiley
thanks
hero member
Activity: 840
Merit: 1000
can we gpu mine this yet?

GPU Mining is currently not supported.
sr. member
Activity: 560
Merit: 250
can we gpu mine this yet?
sr. member
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
If I have an earlier build (mod) and dl and run the latest official version, will it leave my existing coins intact?  Stupid question I know but better safe than sorry.

Yes, your coins are stored in the wallet.dat file, which simply stores all of the private keys kept in your Primecoin wallet. These private keys will always stay the same, and updating won't change anything about how the wallet.dat works. And if an update ever does change the wallet.dat format, it will be backwards-compatible. Your existing coins will stay exactly the same.

Thank  Smiley
newbie
Activity: 26
Merit: 0
If I have an earlier build (mod) and dl and run the latest official version, will it leave my existing coins intact?  Stupid question I know but better safe than sorry.

Yes, your coins are stored in the wallet.dat file, which simply stores all of the private keys kept in your Primecoin wallet. These private keys will always stay the same, and updating won't change anything about how the wallet.dat works. And if an update ever does change the wallet.dat format, it will be backwards-compatible. Your existing coins will stay exactly the same.
sr. member
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
If I have an earlier build (mod) and dl and run the latest official version, will it leave my existing coins intact?  Stupid question I know but better safe than sorry.
full member
Activity: 214
Merit: 100
i got a block after 2 hours with the first release running on i5 2.3 ghz at 5-30pps, upgraded to a newer release and ran 150-200pps for 24 hour no blocks, upgraded to v0.1.1 this morning, 400-500pps and still no block. basically i havent got a block in two days am i doing something wrong?


Its random... Just let it sit and come back in a week
member
Activity: 109
Merit: 10
i got a block after 2 hours with the first release running on i5 2.3 ghz at 5-30pps, upgraded to a newer release and ran 150-200pps for 24 hour no blocks, upgraded to v0.1.1 this morning, 400-500pps and still no block. basically i havent got a block in two days am i doing something wrong?
member
Activity: 84
Merit: 10
Add "USE_UPNP=0" in the compile line. If that doesn't work try "USE_UPNP= ".


It's UPNP=- to disable UPNP.
wrong Tongue
Code:
ifndef USE_UPNP
override USE_UPNP = -
endif
ifneq (${USE_UPNP}, -)
LIBS += -l miniupnpc
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif
The code you just posted agrees with both of them. Either USE_UPNP=- or USE_UPNP= will disable it.
sr. member
Activity: 378
Merit: 255
Add "USE_UPNP=0" in the compile line. If that doesn't work try "USE_UPNP= ".


It's UPNP=- to disable UPNP.
wrong Tongue
Code:
ifndef USE_UPNP
override USE_UPNP = -
endif
ifneq (${USE_UPNP}, -)
LIBS += -l miniupnpc
DEFS += -DUSE_UPNP=$(USE_UPNP)
endif

From build-unix.md

Code:
USE_UPNP=     No UPnP support miniupnp not required
USE_UPNP=0    (the default) UPnP support turned off by default at runtime
USE_UPNP=1    UPnP support turned on by default at runtime

When you leave it blank it gets set to -, just like you posted.
Jump to: