rethaw
|
|
July 14, 2013, 02:56:27 AM |
|
Add "USE_UPNP=0" in the compile line. If that doesn't work try "USE_UPNP= ".
It's UPNP=- to disable UPNP.
|
|
|
|
lucasjkr
|
|
July 14, 2013, 03:00:00 AM |
|
Just about to 8. Remember that we're on a wacky logarithmic approximately base-30 scale for difficulty, so difficulty 8 is 30x harder to find a block as compared to difficulty 7. My i5 failed to spit out anything for +72 hrs. I guess I have to check once a week from now on. Most of my miners are i5 and I havent found crap either, I wonder if there is a bug for i5 miners, has anyone gotten a block on an i5? I got one a half hour ago with mika's build. i5-2500k. First one in a day or two. I really don't know where I stand... I've been mining from the get-go almost. Went 17 hrs before I saw anything, and have gone many spurts of 10-12 hrs without. But I'm now at 6 computers on it currently (had 8-10 at some points) and have earned pribably 1200 coins so far. I assume that's par for the course, generally? Some being higher, some being lower, obviously?
|
|
|
|
K1773R
Legendary
Offline
Activity: 1792
Merit: 1008
/dev/null
|
|
July 14, 2013, 03:20:31 AM |
|
Add "USE_UPNP=0" in the compile line. If that doesn't work try "USE_UPNP= ".
It's UPNP=- to disable UPNP. wrong ifndef USE_UPNP override USE_UPNP = - endif ifneq (${USE_UPNP}, -) LIBS += -l miniupnpc DEFS += -DUSE_UPNP=$(USE_UPNP) endif
|
[GPG Public Key]BTC/DVC/TRC/FRC: 1 K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM A K1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: N K1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: L Ki773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: E K1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: b K1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
|
|
|
rethaw
|
|
July 14, 2013, 03:29:53 AM |
|
Add "USE_UPNP=0" in the compile line. If that doesn't work try "USE_UPNP= ".
It's UPNP=- to disable UPNP. wrong ifndef USE_UPNP override USE_UPNP = - endif ifneq (${USE_UPNP}, -) LIBS += -l miniupnpc DEFS += -DUSE_UPNP=$(USE_UPNP) endif From build-unix.md 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.
|
|
|
|
AgentME
Member
Offline
Activity: 84
Merit: 10
|
|
July 14, 2013, 03:49:43 AM |
|
Add "USE_UPNP=0" in the compile line. If that doesn't work try "USE_UPNP= ".
It's UPNP=- to disable UPNP. wrong 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.
|
|
|
|
bitrich
Member
Offline
Activity: 109
Merit: 10
|
|
July 14, 2013, 03:53:10 AM |
|
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?
|
|
|
|
jpmi1
|
|
July 14, 2013, 04:03:09 AM |
|
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
|
YinCoin YangCoin ☯☯ RELAUNCH First Ever POS/POW Alternator! Multipool! ☯ ☯ https://poloniex.com/exchange/btc_yinXPM:AeuQPMAGRLyWbWkVgAtE4JcfSyGHATUkmG DTC:D9mwyQo9xPAPWCtKYhthnX2uSPivcjKyLN
|
|
|
#Darren
Sr. Member
Offline
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
|
|
July 14, 2013, 04:41:08 AM |
|
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.
|
|
|
|
tjb0607
Newbie
Offline
Activity: 26
Merit: 0
|
|
July 14, 2013, 05:19:39 AM |
|
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.
|
|
|
|
#Darren
Sr. Member
Offline
Activity: 784
Merit: 250
DIA | Data infrastructure for DeFi
|
|
July 14, 2013, 05:26:09 AM |
|
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
|
|
|
|
JohnyBigs
|
|
July 14, 2013, 05:51:57 AM |
|
can we gpu mine this yet?
|
|
|
|
Teka
|
|
July 14, 2013, 05:59:45 AM |
|
can we gpu mine this yet?
GPU Mining is currently not supported.
|
|
|
|
zoro
|
|
July 14, 2013, 06:04:27 AM |
|
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! thanks
|
|
|
|
JohnyBigs
|
|
July 14, 2013, 06:05:38 AM |
|
can we gpu mine this yet?
GPU Mining is currently not supported. teka how do we mine this? like regular bitcoin and litecoin? thanks
|
|
|
|
Teka
|
|
July 14, 2013, 06:08:59 AM |
|
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://bitcointalk.org/index.php?topic=255782.0 In my opinion it offers the best performance at the moment.
|
|
|
|
JohnyBigs
|
|
July 14, 2013, 06:10:40 AM |
|
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://bitcointalk.org/index.php?topic=255782.0 In my opinion it offers the best performance at the moment. I know but how do i mine with it? do i run cgminer?
|
|
|
|
smoothie
Legendary
Offline
Activity: 2492
Merit: 1474
LEALANA Bitcoin Grim Reaper
|
|
July 14, 2013, 06:12:15 AM |
|
is there a stats page for XPM network?
|
███████████████████████████████████████
,╓p@@███████@╗╖, ,p████████████████████N, d█████████████████████████b d██████████████████████████████æ ,████²█████████████████████████████, ,█████ ╙████████████████████╨ █████y ██████ `████████████████` ██████ ║██████ Ñ███████████` ███████ ███████ ╩██████Ñ ███████ ███████ ▐▄ ²██╩ a▌ ███████ ╢██████ ▐▓█▄ ▄█▓▌ ███████ ██████ ▐▓▓▓▓▌, ▄█▓▓▓▌ ██████─ ▐▓▓▓▓▓▓█,,▄▓▓▓▓▓▓▌ ▐▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▌ ▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓─ ²▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓╩ ▀▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▓▀ ²▀▀▓▓▓▓▓▓▓▓▓▓▓▓▀▀` ²²² ███████████████████████████████████████
| . ★☆ WWW.LEALANA.COM My PGP fingerprint is A764D833. History of Monero development Visualization ★☆ . LEALANA BITCOIN GRIM REAPER SILVER COINS. |
|
|
|
Teka
|
|
July 14, 2013, 06:16:54 AM |
|
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://bitcointalk.org/index.php?topic=255782.0 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.
|
|
|
|
blastbob
|
|
July 14, 2013, 06:18:16 AM |
|
|
Bitrated user: blastbob.
|
|
|
JohnyBigs
|
|
July 14, 2013, 06:21:33 AM |
|
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://bitcointalk.org/index.php?topic=255782.0 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
|
|
|
|
|