Bitcoin Forum
July 12, 2025, 12:12:20 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 198 »
  Print  
Author Topic: [XPM] [ANN] Primecoin Release - First Scientific Computing Cryptocurrency  (Read 689168 times)
xeroc
Sr. Member
****
Offline Offline

Activity: 345
Merit: 250



View Profile
July 10, 2013, 05:10:16 PM
 #1181

theres an update on the repo

read: https://bitcointalk.org/index.php?topic=253662.0
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
July 10, 2013, 05:11:27 PM
 #1182

Blocks are now in the 17.4 range, just found another on my i7 after adding 4way=1 to my .conf, don't know if it helped or not, could have just been that I restarted the wallet, could be lucky.
drawingthesun
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 10, 2013, 05:13:44 PM
 #1183

Blocks are now in the 17.4 range, just found another on my i7 after adding 4way=1 to my .conf, don't know if it helped or not, could have just been that I restarted the wallet, could be lucky.

what does 4 way mean?
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
July 10, 2013, 05:20:03 PM
 #1184

Blocks are now in the 17.4 range, just found another on my i7 after adding 4way=1 to my .conf, don't know if it helped or not, could have just been that I restarted the wallet, could be lucky.

what does 4 way mean?

From the bitcoin.conf readme:

# Use SSE instructions to try to generate bitcoins faster.
4way=1

Now, not sure if it makes a difference or not, because I'm not watching primespersec as that number seems misleading. Could be luck, could help, I was going to try and recompile with -march=corei7-avx, but then though blah and went for it.
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 10, 2013, 05:21:33 PM
 #1185

Blocks are now in the 17.4 range, just found another on my i7 after adding 4way=1 to my .conf, don't know if it helped or not, could have just been that I restarted the wallet, could be lucky.

what does 4 way mean?

From the bitcoin.conf readme:

# Use SSE instructions to try to generate bitcoins faster.
4way=1

Now, not sure if it makes a difference or not, because I'm not watching primespersec as that number seems misleading. Could be luck, could help, I was going to try and recompile with -march=corei7-avx, but then though blah and went for it.

anyone know if -march=corei7-avx is supported on core i5's, or what the recommended architecture setting would be for them? I'm using -march=native, I suppose that's probably fine.
Zalfrin
Sr. Member
****
Offline Offline

Activity: 401
Merit: 250



View Profile
July 10, 2013, 05:24:39 PM
 #1186

Why  +USE_UPNP:=1 ?  I thought setting this flag to 0 made it embed PNP (hence faster and more distributable to other machines).

Hrm, well my self-compiled primecoind doesn't seem to be working quite right... It's using the CPU cycles, but doesn't seem to have noticed there are new blocks. Current block is in the 8400s.  Huh

C:\bitcoin-0.8.3-EasyWinBuilder-v0.1\primecoin\src>primecoind getmininginfo
{
    "blocks" : 8399,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 175,
    "pooledtx" : 0,
    "testnet" : false

Changing USE_UPNP back to ?=- (whatever that means) seems to have fixed this issue.
CryptoBeggar
Member
**
Offline Offline

Activity: 119
Merit: 10


View Profile
July 10, 2013, 05:31:59 PM
 #1187

For Linux users:


Is there any way to get the QT (and miner) running without running X? I would like to restart this thing through ssh.


First MasterCoin protocol transaction -> https://bitcointalk.org/index.php?topic=265488.msg2940318#msg2940318; please refer to thread disclosed for more information
shakezula
Sr. Member
****
Offline Offline

Activity: 308
Merit: 250



View Profile
July 10, 2013, 05:32:42 PM
 #1188

For Linux users:


Is there any way to get the QT (and miner) running without running X? I would like to restart this thing through ssh.



Just put gen=1 in your .conf file and run the ./primecoind instead of ./primecoin-qt.
nmersulypnem
Full Member
***
Offline Offline

Activity: 238
Merit: 100


View Profile
July 10, 2013, 05:39:23 PM
 #1189

Why  +USE_UPNP:=1 ?  I thought setting this flag to 0 made it embed PNP (hence faster and more distributable to other machines).

Hrm, well my self-compiled primecoind doesn't seem to be working quite right... It's using the CPU cycles, but doesn't seem to have noticed there are new blocks. Current block is in the 8400s.  Huh

C:\bitcoin-0.8.3-EasyWinBuilder-v0.1\primecoin\src>primecoind getmininginfo
{
    "blocks" : 8399,
    "currentblocksize" : 1000,
    "currentblocktx" : 0,
    "errors" : "",
    "generate" : true,
    "genproclimit" : -1,
    "primespersec" : 175,
    "pooledtx" : 0,
    "testnet" : false

Changing USE_UPNP back to ?=- (whatever that means) seems to have fixed this issue.

Did anyone else get the "QtCore4.dll is missing" when executing the build qt exe?  It is also suspiciously small.    I found a reference to a similar issue from a bitcoin dev post that the qt linker was confusing /bin/ and /lib/, but those lines are no longer in the .pro file.... so I'm lost.  I really hate env issues.  I JUST WANT TO MODIFY THE SOURCE.
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
July 10, 2013, 05:39:48 PM
 #1190

is there a block explorer ?
Scott J
Legendary
*
Offline Offline

Activity: 1792
Merit: 1000


View Profile
July 10, 2013, 05:40:40 PM
 #1191

is there a block explorer ?
Possibly here: http://www2.crypto-expert.com/primecoin/index.php
LazyOtto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
July 10, 2013, 05:44:19 PM
 #1192

theres an update on the repo

read: https://bitcointalk.org/index.php?topic=253662.0
For OS X miners:

Still seems I still have to run discrete instances per core, however, after grabbing
the update and *also* changing the makefile.osx to:
#CFLAGS = -mmacosx-version-min=10.5 -arch i386 -O3
CFLAGS = -mmacosx-version-min=10.7 -O3 /
         -arch x86_64 -funroll-loops -mfpmath=sse -fomit-frame-pointer


I'm getting substantially higher 'benchmark' numbers:
2013-07-10 17:31:58 primemeter    118780 prime/h    834911 test/h
2013-07-10 17:33:00 primemeter    145659 prime/h    963936 test/h
2013-07-10 17:34:02 primemeter    134060 prime/h    946472 test/h
2013-07-10 17:35:05 primemeter    233814 prime/h   1670377 test/h
2013-07-10 17:37:06 primemeter    256114 prime/h   1989032 test/h
2013-07-10 17:38:08 primemeter    215987 prime/h   1574243 test/h


That's from a single primecoind instance log.

YMMV.

-- edit

Of course, you can't build for / run 64bit (x86_64) unless your hardware and OS version supports 64bit.
LazyOtto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
July 10, 2013, 05:45:25 PM
 #1193

For Linux users:


Is there any way to get the QT (and miner) running without running X? I would like to restart this thing through ssh.


No.

Then don't use QT.

Use primecoind directly.
keeron
Full Member
***
Offline Offline

Activity: 180
Merit: 100


View Profile
July 10, 2013, 05:51:43 PM
 #1194

This might have already been answered (I thought I saw a reference here or on reddit)

My transaction on DigitialOcean VPS is currently in the category of "orphan". The other transactions (other machines) are all in the category of "immature". Have I lost those coins?

I tried dumping the privkey and importing it back to "home" wallet, but that didn't seem to work.
LazyOtto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
July 10, 2013, 05:52:38 PM
 #1195

Bummer.

Over ten minutes now running with the new, much faster, primecoind and I *still* haven't found a block.


 Cheesy
LazyOtto
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250


View Profile
July 10, 2013, 05:53:38 PM
 #1196

This might have already been answered (I thought I saw a reference here or on reddit)

My transaction on DigitialOcean VPS is currently in the category of "orphan". The other transactions (other machines) are all in the category of "immature". Have I lost those coins?

I tried dumping the privkey and importing it back to "home" wallet, but that didn't seem to work.
Google is your friend.

Research with keywords: bitcoin orphan
drawingthesun
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 10, 2013, 05:53:48 PM
 #1197

This might have already been answered (I thought I saw a reference here or on reddit)

My transaction on DigitialOcean VPS is currently in the category of "orphan". The other transactions (other machines) are all in the category of "immature". Have I lost those coins?

I tried dumping the privkey and importing it back to "home" wallet, but that didn't seem to work.

Orphan = no coins. I think someone else got your block at the same time, yours is no longer apart of the main chain and the coins are invalid.
Immature = these are valid coins, you just can't spend them yet.
xyzzy099
Legendary
*
Offline Offline

Activity: 1068
Merit: 1109



View Profile
July 10, 2013, 05:54:42 PM
 #1198

This might have already been answered (I thought I saw a reference here or on reddit)

My transaction on DigitialOcean VPS is currently in the category of "orphan". The other transactions (other machines) are all in the category of "immature". Have I lost those coins?

I tried dumping the privkey and importing it back to "home" wallet, but that didn't seem to work.

Newly mined coins will be "immature" until 3200 more blocks are mined (takes a day or two).

The orphan, sadly, is lost.

Libertarians:  Diligently plotting to take over the world and leave you alone.
Aggrophobia
Legendary
*
Offline Offline

Activity: 1106
Merit: 1001



View Profile
July 10, 2013, 05:55:30 PM
 #1199

This might have already been answered (I thought I saw a reference here or on reddit)

My transaction on DigitialOcean VPS is currently in the category of "orphan". The other transactions (other machines) are all in the category of "immature". Have I lost those coins?

I tried dumping the privkey and importing it back to "home" wallet, but that didn't seem to work.

An orphan is a block which was solved nearly in the same time as another block with the same position in the blockchain,
so the system decides wether you get the orphan or the real next block.
drawingthesun
Legendary
*
Offline Offline

Activity: 1176
Merit: 1015


View Profile
July 10, 2013, 05:55:57 PM
 #1200

Bummer.

Over ten minutes now running with the new, much faster, primecoind and I *still* haven't found a block.


 Cheesy

Is this the source code patch SunnyKing pushed? You have to compile it yourself is that correct?

Pages: « 1 ... 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 [60] 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 ... 198 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!