Pages:
Author

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

sr. member
Activity: 378
Merit: 255
A lot of press for such a new coin!

https://bitcointalksearch.org/topic/xpm-primecoin-press-thread-259572

A Week-Old Cryptocurrency Wants to Capture the Wasted Energy of Bitcoin's Algorithm
http://motherboard.vice.com/blog/a-week-old-cryptocurrency-wants-to-capture-the-wasted-energy-of-bitcoins-algorithm
Quote
Some of us are taken with bitcoin. We have learned its basics, and are more or less versed with its socioeconomic implications. We get it.

But when an acquaintance of mine told me recently that he's trading in more than 30 bitcoin alternatives, or altcoins, my mind was blown. Acting as a sort of crypto-FOREX trader, he's the first to answer one of my go-to questions on bitcoin: What would you do to make it better?

Cryptocurrencies Could Crunch Meaningful Code Instead Of Burning Electricity
http://www.fastcolabs.com/3014026/cryptocurrencies-could-crunch-meaningful-code-instead-of-burning-electricity
Quote
The work is to avoid the value conundrum elegantly teased by Douglas Adams in The Hitchhiker's Guide To The Galaxy, at the point in the story where shipwrecked aliens adopt the leaf as currency: "We have, of course, all become immensely rich...But we have also run into a small inflation problem on account of the high level of leaf availability, which means that, I gather, the current going rate has something like three deciduous forests buying one ship’s peanut."

A New Digital Currency Concept Solves One Of Bitcoin's Most Obvious Flaws
http://www.businessinsider.com/primecoin-2013-7
Quote
Primecoin would have a long way to catch up with Bitcoin, but things move fast in the crypto-currency world, so anything could happen.


Virtual currency speculators shut down cloud
http://www.theregister.co.uk/2013/07/16/digitalocean_primecoin_cloud_problems/
Quote
So when the currency launched on July 7, many speculators who had seen Bitcoin's rise to over $100 per coin were keen to find clouds to use to mine the currency. One person on the Primecoin forum posted a walkthrough plus a link to a discount voucher for spinning up DigitalOcean instances on July 9, and things snowballed from there.


New currency Primecoin searches for prime numbers as proof of work
http://www.coindesk.com/new-currency-primecoin-searches-for-prime-numbers-as-proof-of-work/
Quote
Prime numbers are a valuable mathematical resource. Prime numbers are numbers that are only divisible by one or themselves, and no other numbers. This is useful in encrypting internet traffic (e.g. SSL or TLS), because while it’s easy to multiply two prime numbers together, to create a “public key”, it’s difficult to run the calculation in reverse. I.e. It’s a difficult computation to take an exceptionally large number and find its “prime factors”.
full member
Activity: 122
Merit: 100
Hi

Does somebody know what that means... have there been a lot of orphans ??



CTxMemPool::accept() : accepted 2fa73558f12902b07543793b8ed9b504635312ae366fb9a70c32f44d3fae1415 (poolsz 10)
stored orphan tx 3584d7efeac610aa362a58827eadf7f151073cae4622c5e3aea3c344845b6f28 (mapsz 16)
stored orphan tx ce4d1247c8d27372fdcd95888e7b0d45ad676dc061f2d0d9ad57f1548c57a700 (mapsz 17)
CTxMemPool::accept() : accepted be8d91ba32d0ad7d0e6c3e55a3d536e80c2d98a843628064cceff9f085501647 (poolsz 11)
CTxMemPool::accept() : accepted 3584d7efeac610aa362a58827eadf7f151073cae4622c5e3aea3c344845b6f28 (poolsz 12)
   accepted orphan tx 3584d7efeac610aa362a58827eadf7f151073cae4622c5e3aea3c344845b6f28
stored orphan tx f8d5cd442ca3b9086e3ba9cf1c9ddaeaa88592261ed367623416e7e04ee8923e (mapsz 17)


Those are other peoples transactions that you are processing. If you find a block you will see "proof of work found" or something like that.
hero member
Activity: 840
Merit: 1000
primecoind generates a core dump immediately on startup for me

Quote
************************
EXCEPTION: N5boost21thread_resource_errorE
boost::thread_resource_error
primecoin in AppInit(

Bitcoin and Litecoin run fine on the same machine. Running CentOS. RAM shouldn't be an issue - have 64GB. The weird thing is it ran fine once - had it going for 3 days straight. I restarted the process and now getting that error.

Things I've tried:

Completely deleting .primecoin folder
Recompiling, I'm using original client now and not the HP version

Edit: Solved, had to increase virtual memory ulimit.
newbie
Activity: 9
Merit: 0
Me too Smiley

I've seen people buy at 0.017 yesterday before the price dropped, perhaps we'll see 0.02 soon...
sr. member
Activity: 280
Merit: 250
 i think XPM price will up to 0.02  Cheesy
PSL
member
Activity: 166
Merit: 10
Sorry if it's already mentioned, but does anyone know what it looks like on debug.log when a block is found? I have multiple machines using the same wallet, so I don't really know which ones are finding the blocks.

Code:
$ grep ^generated debug.log
generated 12.38
sr. member
Activity: 658
Merit: 250
Sorry if it's already mentioned, but does anyone know what it looks like on debug.log when a block is found? I have multiple machines using the same wallet, so I don't really know which ones are finding the blocks.
newbie
Activity: 31
Merit: 0
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/crypto_coins/primecoin/src -I/opt/crypto_coins/primecoin/src/obj -DUSE_IPV6=1 -I/opt/crypto_coins/primecoin/src/leveldb/include -I/opt/crypto_coins/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
init.cpp: In function ‘void DetectShutdownThread(boost::thread_group*)’:
init.cpp:130:8: error: ‘fGenerate’ was not declared in this scope

This is strange error. Delete your directory with source files and try again:

git clone https://bitbucket.org/mikaelh/primecoin-hp.git

Compiling from the primecoin-hp codebase actually worked.
Thanks!
PSL
member
Activity: 166
Merit: 10
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/crypto_coins/primecoin/src -I/opt/crypto_coins/primecoin/src/obj -DUSE_IPV6=1 -I/opt/crypto_coins/primecoin/src/leveldb/include -I/opt/crypto_coins/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
init.cpp: In function ‘void DetectShutdownThread(boost::thread_group*)’:
init.cpp:130:8: error: ‘fGenerate’ was not declared in this scope

This is strange error. Delete your directory with source files and try again:

git clone https://bitbucket.org/mikaelh/primecoin-hp.git
newbie
Activity: 31
Merit: 0

I have "libdb4.8-dev", "libdb4.8++-dev" and "libboost1.48-all-dev" installed from https://launchpad.net/~bitcoin/+archive/bitcoin.

What about libgmp-dev?

Installed it with apt-get but that did not solve the compile error.
sr. member
Activity: 280
Merit: 250
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.
Don't have a .conf file.

Start menu, type %appdata%, hit enter (assuming win 7).
Go to primecoin folder, there create a txt document.
Name it, primecoin.conf (remove the .txt extension), edit it with right click.
Type the following lines inside:

server=1
sievesize=2000000
gen=1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
genproclimit=-1

Save it, and run primecoin-qt, it'll start mining right away. Tweak the sieve as you wish.

thanks
PSL
member
Activity: 166
Merit: 10
newbie
Activity: 31
Merit: 0
newbie
Activity: 18
Merit: 0
Hi

Does somebody know what that means... have there been a lot of orphans ??



CTxMemPool::accept() : accepted 2fa73558f12902b07543793b8ed9b504635312ae366fb9a70c32f44d3fae1415 (poolsz 10)
stored orphan tx 3584d7efeac610aa362a58827eadf7f151073cae4622c5e3aea3c344845b6f28 (mapsz 16)
stored orphan tx ce4d1247c8d27372fdcd95888e7b0d45ad676dc061f2d0d9ad57f1548c57a700 (mapsz 17)
CTxMemPool::accept() : accepted be8d91ba32d0ad7d0e6c3e55a3d536e80c2d98a843628064cceff9f085501647 (poolsz 11)
CTxMemPool::accept() : accepted 3584d7efeac610aa362a58827eadf7f151073cae4622c5e3aea3c344845b6f28 (poolsz 12)
   accepted orphan tx 3584d7efeac610aa362a58827eadf7f151073cae4622c5e3aea3c344845b6f28
stored orphan tx f8d5cd442ca3b9086e3ba9cf1c9ddaeaa88592261ed367623416e7e04ee8923e (mapsz 17)
stored orphan tx de3c9469d36a1e978890fba7074cb0405ce61885615c27122259da0ddf29dceb (mapsz 18)
received getdata for: tx be8d91ba32d0ad7d0e6c3e55a3d536e80c2d98a843628064cceff9f085501647
CTxMemPool::accept() : accepted c14f53badd01afcc0c6f66156da9852ef089290595f1aef693feda173f178f92 (poolsz 13)
CTxMemPool::accept() : accepted 20cd3e7ee7e24de40b976dea300b678040c30487c0cb9eb3a7f7edc664d6b1dc (poolsz 14)
CTxMemPool::accept() : accepted ce4d1247c8d27372fdcd95888e7b0d45ad676dc061f2d0d9ad57f1548c57a700 (poolsz 15)
   accepted orphan tx ce4d1247c8d27372fdcd95888e7b0d45ad676dc061f2d0d9ad57f1548c57a700
CTxMemPool::accept() : accepted de3c9469d36a1e978890fba7074cb0405ce61885615c27122259da0ddf29dceb (poolsz 16)
   accepted orphan tx de3c9469d36a1e978890fba7074cb0405ce61885615c27122259da0ddf29dceb
CTxMemPool::accept() : accepted f8d5cd442ca3b9086e3ba9cf1c9ddaeaa88592261ed367623416e7e04ee8923e (poolsz 17)
   accepted orphan tx f8d5cd442ca3b9086e3ba9cf1c9ddaeaa88592261ed367623416e7e04ee8923e
received getdata for: tx f8d5cd442ca3b9086e3ba9cf1c9ddaeaa88592261ed367623416e7e04ee8923e
received getdata for: tx f8d5cd442ca3b9086e3ba9cf1c9ddaeaa88592261ed367623416e7e04ee8923e
stored orphan tx 771b10a7186bda15f1487171b9233f6447f525edf918dfbbc574a02f4a4b07cc (mapsz 16)
stored orphan tx 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613 (mapsz 17)
CTxMemPool::accept() : accepted c464f12f47a3de7fdda9b09691eec700cf959eab3d88267834b085ab527df8a0 (poolsz 18)
CTxMemPool::accept() : accepted 153fa4f8352d155986ba12f234b92409742687eb2fef2fed7d3f5d63dda6dfb7 (poolsz 19)
CTxMemPool::accept() : accepted 771b10a7186bda15f1487171b9233f6447f525edf918dfbbc574a02f4a4b07cc (poolsz 20)
   accepted orphan tx 771b10a7186bda15f1487171b9233f6447f525edf918dfbbc574a02f4a4b07cc
CTxMemPool::accept() : accepted 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613 (poolsz 21)
   accepted orphan tx 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613
stored orphan tx da236d6a49ba17faa3a4a757147e61438b16d3e29afd5a7478187b5059649977 (mapsz 16)
received getdata (2 invsz)
CTxMemPool::accept() : accepted 66518b6f37f400876f4ef8f114bd301fecbb6a67cba9a93b4b51bdc10c93697e (poolsz 22)
CTxMemPool::accept() : accepted da236d6a49ba17faa3a4a757147e61438b16d3e29afd5a7478187b5059649977 (poolsz 23)
   accepted orphan tx da236d6a49ba17faa3a4a757147e61438b16d3e29afd5a7478187b5059649977
received getdata for: tx 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613
received getdata for: tx 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613
received getdata for: tx 153fa4f8352d155986ba12f234b92409742687eb2fef2fed7d3f5d63dda6dfb7
stored orphan tx 0f751d81389e2f1f2357b2377d844a9592630e8f42f2aeb6df98347c3fbf03cb (mapsz 16)
received getdata for: tx 153fa4f8352d155986ba12f234b92409742687eb2fef2fed7d3f5d63dda6dfb7
received getdata for: tx 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613
received getdata for: tx 61a17399c792db8c47779ba4829f3810bd7a307b4319411822875d7ddddec613
CTxMemPool::accept() : accepted 3bc9436e5e144881b6baf963c944abea8835b3c6c27dc58b2b7e3c1e12b693bd (poolsz 24)
stored orphan tx 71757a935292015205613d3791c699efb27e993502be28b0ee0fa8cd4fb122f6 (mapsz 17)
stored orphan tx 18ae0fab52700f6d3596f8016bcb70575bc1a2e78e871038b91a5217f7359259 (mapsz 18)
stored orphan tx 38768be1f1169c6356d9ba2f910316212608e00fdb7e541a96db79f10c11723f (mapsz 19)
stored orphan tx 438d767a5c25f7a4f5b895ce78e17e3a8d800202237cf6ac441bee9f7a84ceee (mapsz 20)
CTxMemPool::accept() : accepted 1262ac4a84adebc60b97a0455b0c6d57f7668d26efb7567babb9b9a73b68ed16 (poolsz 25)
CTxMemPool::accept() : accepted 0f751d81389e2f1f2357b2377d844a9592630e8f42f2aeb6df98347c3fbf03cb (poolsz 26)
   accepted orphan tx 0f751d81389e2f1f2357b2377d844a9592630e8f42f2aeb6df98347c3fbf03cb
CTxMemPool::accept() : accepted 38768be1f1169c6356d9ba2f910316212608e00fdb7e541a96db79f10c11723f (poolsz 27)
   accepted orphan tx 38768be1f1169c6356d9ba2f910316212608e00fdb7e541a96db79f10c11723f
CTxMemPool::accept() : accepted 71757a935292015205613d3791c699efb27e993502be28b0ee0fa8cd4fb122f6 (poolsz 28)
   accepted orphan tx 71757a935292015205613d3791c699efb27e993502be28b0ee0fa8cd4fb122f6
CTxMemPool::accept() : accepted 438d767a5c25f7a4f5b895ce78e17e3a8d800202237cf6ac441bee9f7a84ceee (poolsz 29)
   accepted orphan tx 438d767a5c25f7a4f5b895ce78e17e3a8d800202237cf6ac441bee9f7a84ceee
CTxMemPool::accept() : accepted 18ae0fab52700f6d3596f8016bcb70575bc1a2e78e871038b91a5217f7359259 (poolsz 30)
   accepted orphan tx 18ae0fab52700f6d3596f8016bcb70575bc1a2e78e871038b91a5217f7359259
received getdata for: tx 18ae0fab52700f6d3596f8016bcb70575bc1a2e78e871038b91a5217f7359259
CTxMemPool::accept() : accepted 5a4aaf2a120e5f5fd3455b13ba8889429ef3c6427a83b947f73bfad5bf22a4c3 (poolsz 31)
stored orphan tx d04f1ac4f1ba7877d1da0e647f46ae1bc5688a3935b0259e8a5bc07ed97055ea (mapsz 16)
stored orphan tx b7912a96b4ea4c9e4ced17c0cfe8dfe57a76b9181d369dc4f86913b2a20bc75c (mapsz 17)
CTxMemPool::accept() : accepted dd9229bc9abf19928a87806170dc5fa2e6cc3b12c905337ec2ccb52d7ce68727 (poolsz 32)
CTxMemPool::accept() : accepted d04f1ac4f1ba7877d1da0e647f46ae1bc5688a3935b0259e8a5bc07ed97055ea (poolsz 33)
   accepted orphan tx d04f1ac4f1ba7877d1da0e647f46ae1bc5688a3935b0259e8a5bc07ed97055ea
stored orphan tx 4ddd9e60fccb3db0c6a180920fb015aaf4fad64a3018db231aebe18dda099b63 (mapsz 17)
CTxMemPool::accept() : accepted 70dc600fcfbb4a19b39f37829c1d2b782bbc4bf84d1b20ead948cb4e7405c3c6 (poolsz 34)
CTxMemPool::accept() : accepted 4ddd9e60fccb3db0c6a180920fb015aaf4fad64a3018db231aebe18dda099b63 (poolsz 35)
   accepted orphan tx 4ddd9e60fccb3db0c6a180920fb015aaf4fad64a3018db231aebe18dda099b63
CTxMemPool::accept() : accepted b7912a96b4ea4c9e4ced17c0cfe8dfe57a76b9181d369dc4f86913b2a20bc75c (poolsz 36)
   accepted orphan tx b7912a96b4ea4c9e4ced17c0cfe8dfe57a76b9181d369dc4f86913b2a20bc75c
CTxMemPool::accept() : accepted c732f22b9d2b33128bd8d784847b9218485299867e1a2135475f655eabd92ba7 (poolsz 37)
CTxMemPool::accept() : accepted ddc73f20a98a20aaff17f373e94b5e2deb4a7f3c225d2aa6dce4493bf905d209 (poolsz 38)
received getdata for: tx b7912a96b4ea4c9e4ced17c0cfe8dfe57a76b9181d369dc4f86913b2a20bc75c
received getdata for: tx b7912a96b4ea4c9e4ced17c0cfe8dfe57a76b9181d369dc4f86913b2a20bc75c
CTxMemPool::accept() : accepted 231f916ee7dd410e1d2755dc543b721830b6d7eaaab6badf5e7c324a00935687 (poolsz 39)
stored orphan tx 298a6dc3c408407bcc9b004fdc17949a3833889217d9672b970173f06afcf56f (mapsz 16)
CTxMemPool::accept() : accepted f58c8fef7ea360c18e4e67367eb53bf1e77a25af2b21091b9c39ef01b2373fda (poolsz 40)
CTxMemPool::accept() : accepted 298a6dc3c408407bcc9b004fdc17949a3833889217d9672b970173f06afcf56f (poolsz 41)
   accepted orphan tx 298a6dc3c408407bcc9b004fdc17949a3833889217d9672b970173f06afcf56f
CTxMemPool::accept() : accepted 7b142ccb847a4794d6049e2f9e01811d4277d82a8b41b9c1519af0897df5c113 (poolsz 42)
CTxMemPool::accept() : accepted 51c081434aeb904a1e74c40e3f3a93e1081d1dcb999532702bfd9f76263c2ca6 (poolsz 43)
CTxMemPool::accept() : accepted 60db9ede59322311b1573ebfe7df1daac90ace783a4cf984920f7492f80b4b96 (poolsz 44)
received getdata for: tx 7b142ccb847a4794d6049e2f9e01811d4277d82a8b41b9c1519af0897df5c113
CTxMemPool::accept() : accepted 651e45cbb59d52001859a8e67e98b62e00e0acba93303fe05fbe094053129b6f (poolsz 45)
stored orphan tx 55ad2fd172e93e81d6c56fc7c23a545d62799e9ebede01bf0446da6f4bef8ebe (mapsz 16)
CTxMemPool::accept() : accepted ba17d0c619eae5b868e5f379ee02591882ec546a23359d8eab6fc0db284bf427 (poolsz 46)
CTxMemPool::accept() : accepted 37857fb9dbed04f41f6adcf82f61682cdd19bba93065137694a3efe20c6baf25 (poolsz 47)
CTxMemPool::accept() : accepted 584225eb53221d195334a23198144eedb0886b8591767f5b70ac5ef29956f41e (poolsz 48)
CTxMemPool::accept() : accepted 55ad2fd172e93e81d6c56fc7c23a545d62799e9ebede01bf0446da6f4bef8ebe (poolsz 49)
   accepted orphan tx 55ad2fd172e93e81d6c56fc7c23a545d62799e9ebede01bf0446da6f4bef8ebe
stored orphan tx 2644e9ded53f3bb169577f69862484c42182f65f0b4a2f102a9b4a98e9866e51 (mapsz 16)
stored orphan tx 4dd97cb181a0b85658cbdd4ac232f202acf932b3c05a3a4e716cbcdb9402d84a (mapsz 17)
stored orphan tx cb2efe4db7a6129273ff0a3b40a8c969d1e7fff2f46a7cb1fa0ec6b9108bee46 (mapsz 18)
stored orphan tx 06214f5cbe304796ff6b774732d7448fe0ffcd75500211cf603874060a2015cb (mapsz 19)
stored orphan tx e85cd976a2ae683b2f69716d77a8b8a1c7068ad385fefe6a8ab1f4971c78d390 (mapsz 20)
stored orphan tx 61d3d5be13945038fe1b491ac86e83c00dc17f4ed709dbcbaef1b3c52f67ada5 (mapsz 21)
stored orphan tx 6a9cb383e4bc181a1dee2ce4592083743e1db36a1616355eaa420957998866c6 (mapsz 22)
received getdata for: tx 584225eb53221d195334a23198144eedb0886b8591767f5b70ac5ef29956f41e
stored orphan tx ec57c3391317c3e7dcf45ba73f027da4dbbce1df275d9e3f57b095e32489ecba (mapsz 23)
stored orphan tx 6f6b8863d337539b99c15e165deef113577056637c5fd7d21fb832c1926fab2d (mapsz 24)
stored orphan tx 7d1994dbd773c1ed0856e0c733baa2fc9e45fa5b94e86441293a58d094409a07 (mapsz 25)
stored orphan tx 8d98fb8a975b417da4335ab5ace4b7007dcff44707bd23822546a23c199b8873 (mapsz 26)
CTxMemPool::accept() : accepted f3ed171a5b4696d286fdf658b95181924df8fc74d015bd2c5f0dc3080d75470f (poolsz 50)
CTxMemPool::accept() : accepted 4dd97cb181a0b85658cbdd4ac232f202acf932b3c05a3a4e716cbcdb9402d84a (poolsz 51)
   accepted orphan tx 4dd97cb181a0b85658cbdd4ac232f202acf932b3c05a3a4e716cbcdb9402d84a
CTxMemPool::accept() : accepted 2644e9ded53f3bb169577f69862484c42182f65f0b4a2f102a9b4a98e9866e51 (poolsz 52)
   accepted orphan tx 2644e9ded53f3bb169577f69862484c42182f65f0b4a2f102a9b4a98e9866e51
CTxMemPool::accept() : accepted e85cd976a2ae683b2f69716d77a8b8a1c7068ad385fefe6a8ab1f4971c78d390 (poolsz 53)
   accepted orphan tx e85cd976a2ae683b2f69716d77a8b8a1c7068ad385fefe6a8ab1f4971c78d390
CTxMemPool::accept() : accepted 61d3d5be13945038fe1b491ac86e83c00dc17f4ed709dbcbaef1b3c52f67ada5 (poolsz 54)
   accepted orphan tx 61d3d5be13945038fe1b491ac86e83c00dc17f4ed709dbcbaef1b3c52f67ada5
CTxMemPool::accept() : accepted 6f6b8863d337539b99c15e165deef113577056637c5fd7d21fb832c1926fab2d (poolsz 55)
   accepted orphan tx 6f6b8863d337539b99c15e165deef113577056637c5fd7d21fb832c1926fab2d
CTxMemPool::accept() : accepted cb2efe4db7a6129273ff0a3b40a8c969d1e7fff2f46a7cb1fa0ec6b9108bee46 (poolsz 56)
   accepted orphan tx cb2efe4db7a6129273ff0a3b40a8c969d1e7fff2f46a7cb1fa0ec6b9108bee46
stored orphan tx 755db2f3c514c3fb6e1c835e5518389bbe8f8a4b855678d7cc24cc86493a5649 (mapsz 21)
stored orphan tx 14ce0ff5c87e59f76775e0297a7a5c5e9eeb865bdfa2bd040498b83d26ef732e (mapsz 22)
stored orphan tx 5a63a577dc4d1513be4f87bacb7723cb4f8bd4345b45341adccbe4a3113a5fcb (mapsz 23)
stored orphan tx 29e873f81a75131216c13f4e3ed07a1e831ef816d9de41bb04f0589f124eac4c (mapsz 24)
stored orphan tx 8c61abbf6f7c6345be812097c845163f5aa726d9c83c05062f38ef365c784110 (mapsz 25)
received getdata for: tx 584225eb53221d195334a23198144eedb0886b8591767f5b70ac5ef29956f41e
stored orphan tx c80e5d334d70086e41d71cc4d11879aea6bbcd1e573d53276ddc477f64a78ab1 (mapsz 26)
stored orphan tx 2e152277e9350da5c077db17c0b4a57f7f8fc07161c21fa0a29f12e7d7e9318a (mapsz 27)
stored orphan tx 7c6a5e11538334cd239ed3575baa05b88c99c684b940ec3214fa66ef21efe377 (mapsz 28)
CTxMemPool::accept() : accepted c28716609e18960858b46208bd28bcde7ee0b559cec0be1b9daa2d5c5fc1604b (poolsz 57)
CTxMemPool::accept() : accepted 293508a2c40c8bf7c6c0c6efab9f2b299a470794c073db79e6dee0d335c92527 (poolsz 58)
CTxMemPool::accept() : accepted 6a9cb383e4bc181a1dee2ce4592083743e1db36a1616355eaa420957998866c6 (poolsz 59)
   accepted orphan tx 6a9cb383e4bc181a1dee2ce4592083743e1db36a1616355eaa420957998866c6
CTxMemPool::accept() : accepted 173adb68aa505dba43912f1374342991990065a55b71caee90ddc5b4b50dadfe (poolsz 60)
CTxMemPool::accept() : accepted 7d1994dbd773c1ed0856e0c733baa2fc9e45fa5b94e86441293a58d094409a07 (poolsz 61)
   accepted orphan tx 7d1994dbd773c1ed0856e0c733baa2fc9e45fa5b94e86441293a58d094409a07
CTxMemPool::accept() : accepted 06214f5cbe304796ff6b774732d7448fe0ffcd75500211cf603874060a2015cb (poolsz 62)
   accepted orphan tx 06214f5cbe304796ff6b774732d7448fe0ffcd75500211cf603874060a2015cb
CTxMemPool::accept() : accepted 8d98fb8a975b417da4335ab5ace4b7007dcff44707bd23822546a23c199b8873 (poolsz 63)
   accepted orphan tx 8d98fb8a975b417da4335ab5ace4b7007dcff44707bd23822546a23c199b8873
CTxMemPool::accept() : accepted 2e152277e9350da5c077db17c0b4a57f7f8fc07161c21fa0a29f12e7d7e9318a (poolsz 64)
   accepted orphan tx 2e152277e9350da5c077db17c0b4a57f7f8fc07161c21fa0a29f12e7d7e9318a
CTxMemPool::accept() : accepted 9bc8d78a74743c94ebc146f68f221bc6539dc456c31a9696bba6adad4f413e8b (poolsz 65)
CTxMemPool::accept() : accepted c80e5d334d70086e41d71cc4d11879aea6bbcd1e573d53276ddc477f64a78ab1 (poolsz 66)
   accepted orphan tx c80e5d334d70086e41d71cc4d11879aea6bbcd1e573d53276ddc477f64a78ab1
CTxMemPool::accept() : accepted ec57c3391317c3e7dcf45ba73f027da4dbbce1df275d9e3f57b095e32489ecba (poolsz 67)
   accepted orphan tx ec57c3391317c3e7dcf45ba73f027da4dbbce1df275d9e3f57b095e32489ecba
CTxMemPool::accept() : accepted 755db2f3c514c3fb6e1c835e5518389bbe8f8a4b855678d7cc24cc86493a5649 (poolsz 68)
   accepted orphan tx 755db2f3c514c3fb6e1c835e5518389bbe8f8a4b855678d7cc24cc86493a5649
CTxMemPool::accept() : accepted 8c61abbf6f7c6345be812097c845163f5aa726d9c83c05062f38ef365c784110 (poolsz 69)
   accepted orphan tx 8c61abbf6f7c6345be812097c845163f5aa726d9c83c05062f38ef365c784110
CTxMemPool::accept() : accepted 14ce0ff5c87e59f76775e0297a7a5c5e9eeb865bdfa2bd040498b83d26ef732e (poolsz 70)
   accepted orphan tx 14ce0ff5c87e59f76775e0297a7a5c5e9eeb865bdfa2bd040498b83d26ef732e
CTxMemPool::accept() : accepted 7c6a5e11538334cd239ed3575baa05b88c99c684b940ec3214fa66ef21efe377 (poolsz 71)
   accepted orphan tx 7c6a5e11538334cd239ed3575baa05b88c99c684b940ec3214fa66ef21efe377
CTxMemPool::accept() : accepted 29e873f81a75131216c13f4e3ed07a1e831ef816d9de41bb04f0589f124eac4c (poolsz 72)
   accepted orphan tx 29e873f81a75131216c13f4e3ed07a1e831ef816d9de41bb04f0589f124eac4c
CTxMemPool::accept() : accepted 5a63a577dc4d1513be4f87bacb7723cb4f8bd4345b45341adccbe4a3113a5fcb (poolsz 73)
   accepted orphan tx 5a63a577dc4d1513be4f87bacb7723cb4f8bd4345b45341adccbe4a3113a5fcb
received getdata (6 invsz)
CTxMemPool::accept() : accepted adf6d4d617062d4dfe8ba8648edd6302fc31470893418e224bca7b874f6d95ac (poolsz 74)
sr. member
Activity: 266
Merit: 250
I'm getting this compile error when building primecoin on a clean Ubuntu 12.04 x64 server. Bitcoin compiles just fine on the same server. I pulled the latest revision from github.

Make command (in src/):

Quote
make -f makefile.unix clean; make -f makefile.unix USE_UPNP= primecoind

Command output:

Quote
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/crypto_coins/primecoin/src -I/opt/crypto_coins/primecoin/src/obj -DUSE_IPV6=1 -I/opt/crypto_coins/primecoin/src/leveldb/include -I/opt/crypto_coins/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
init.cpp: In function ‘void DetectShutdownThread(boost::thread_group*)’:
init.cpp:130:8: error: ‘fGenerate’ was not declared in this scope

Where is the best place to ask for help? Unfortunately Github issues are not enabled for the primecoin repository.

Do you have boost installed?
newbie
Activity: 31
Merit: 0
I'm getting this compile error when building primecoin on a clean Ubuntu 12.04 x64 server. Bitcoin compiles just fine on the same server. I pulled the latest revision from github.

Make command (in src/):

Quote
make -f makefile.unix clean; make -f makefile.unix USE_UPNP= primecoind

Command output:

Quote
g++ -c -O2 -pthread -Wall -Wextra -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -D_FILE_OFFSET_BITS=64 -I/opt/crypto_coins/primecoin/src -I/opt/crypto_coins/primecoin/src/obj -DUSE_IPV6=1 -I/opt/crypto_coins/primecoin/src/leveldb/include -I/opt/crypto_coins/primecoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -MMD -MF obj/init.d -o obj/init.o init.cpp
init.cpp: In function ‘void DetectShutdownThread(boost::thread_group*)’:
init.cpp:130:8: error: ‘fGenerate’ was not declared in this scope

Where is the best place to ask for help? Unfortunately Github issues are not enabled for the primecoin repository.
sr. member
Activity: 266
Merit: 250
Nobody knows. There's no way to reliably test it.

I might be getting some hardware next week that I can run several instances of primecoin on, with 1M, 2M, 4M sievesize etc. Then I can do some statistical analysis on the results. But it will be one of those "the longer you leave it, the better the results" kind of things so it might take a while : Huh

If you're using windows to run the tests I got some strange results. I ran several short tests and primecoin-qt always found blocks faster than primecoind and I mean MUCH faster. 300-600% faster. All of my primcoind tests only found 10 (I found that extremely strange) blocks and within that same time period I'd find 30-60 using primecoin-qt.

This was with various sieve settings. 500k, 1million 1.5 million. My test period was only an hour though.

1-3 days might be enough to get an average.
hero member
Activity: 546
Merit: 500
Nobody knows. There's no way to reliably test it.

I might be getting some hardware next week that I can run several instances of primecoin on, with 1M, 2M, 4M sievesize etc. Then I can do some statistical analysis on the results. But it will be one of those "the longer you leave it, the better the results" kind of things so it might take a while : Huh
sr. member
Activity: 406
Merit: 250
Nobody knows. There's no way to reliably test it.
sr. member
Activity: 294
Merit: 250
Is there no way to set the sievesize using the debug window console? I am not running this from command line.

Add it to your .conf file.
Don't have a .conf file.

Start menu, type %appdata%, hit enter (assuming win 7).
Go to primecoin folder, there create a txt document.
Name it, primecoin.conf (remove the .txt extension), edit it with right click.
Type the following lines inside:

server=1
sievesize=2000000
gen=1
rpcuser=whateveryouwant
rpcpassword=whateveryouwant
genproclimit=-1

Save it, and run primecoin-qt, it'll start mining right away. Tweak the sieve as you wish.

What does genproclimit do? And server 1?

What's all this talk about sievesize is it really that important?
Pages:
Jump to: