asdlolciterquit
|
|
January 08, 2014, 11:48:24 AM |
|
The detailed calculations are in the primecoin high performance thread.
However its starting to get to the point where it might just be easier to download one of the pool miners, let it run for a few days, and just see what you get.
You'll either like the result or not. Unless you have cheap or free power you may not even reach break even against electricity costs. The profit margins on CPU mining are slim.
thanks, your post is what i need to know.
|
|
|
|
ifightformerkel
Legendary
Offline
Activity: 1386
Merit: 1000
|
|
January 13, 2014, 02:18:29 PM |
|
how many primecoin will be maximum mined?
|
|
|
|
|
RapidBalls
|
|
January 13, 2014, 11:26:28 PM |
|
Voucher only valid for 1 use.
|
[No Account Required / Provably Fair / 4 Games / Bet and Go / Free Daily BitCoins] http://rapidballs.eu
|
|
|
twistedtrick
|
|
January 21, 2014, 05:44:22 AM |
|
Do any browser based miners exist for Primecoin?
|
|
|
|
matt4054
Legendary
Offline
Activity: 1946
Merit: 1035
|
|
January 22, 2014, 07:46:49 AM |
|
Do any browser based miners exist for Primecoin?
I don't think so, but JS based code would be interesting to write for XPM. I'm just too bad at math for this. One could imagine running this in the background on visitors CPU as another source of income for web editors / content providers, with visitors approval of course
|
|
|
|
itod
Legendary
Offline
Activity: 1974
Merit: 1077
^ Will code for Bitcoins
|
|
January 22, 2014, 07:52:02 AM |
|
Do any browser based miners exist for Primecoin?
I don't think so, but JS based code would be interesting to write for XPM. I'm just too bad at math for this. One could imagine running this in the background on visitors CPU as another source of income for web editors / content providers, with visitors approval of course This was discussed before, JavaScript is awkward for this purpose since all numbers are 64-bit floating point, there's no integer type. It's not optimal to calculate primes without integers, you would need enormous number of visitors willing to load their machines to get some results.
|
|
|
|
|
raspcoin
|
|
January 22, 2014, 07:22:10 PM |
|
Do any browser based miners exist for Primecoin?
I don't think so, but JS based code would be interesting to write for XPM. I'm just too bad at math for this. One could imagine running this in the background on visitors CPU as another source of income for web editors / content providers, with visitors approval of course This was discussed before, JavaScript is awkward for this purpose since all numbers are 64-bit floating point, there's no integer type. It's not optimal to calculate primes without integers, you would need enormous number of visitors willing to load their machines to get some results. There is an integer type if you use asm.js.
|
|
|
|
gondel
Legendary
Offline
Activity: 1960
Merit: 1005
|
|
January 24, 2014, 07:22:36 AM |
|
|
|
|
|
Trillium
|
|
January 24, 2014, 01:13:53 PM |
|
No, there's just not much to say. Primes are flying out of CPUs, that's it. It doesn't get any more exciting. Unless a CPU somewhere mines a dragon. Gotta watch those CPU dragons:: very exciting
|
BTC:1AaaAAAAaAAE2L1PXM1x9VDNqvcrfa9He6
|
|
|
mhps
|
|
January 24, 2014, 01:54:00 PM |
|
OK, to start something to talk about maybe, here http://www.peercointalk.org/index.php?topic=2055.0I posted my calculation to show that Primecoin probably has a limited total supply of ... fasten your seatbelt ... about 25 million, almost the same as BTC. So keep on digging, new primecoins will run out! "The per block return will be less than 0.1XPM after 30 years. " After 15 years about 90% of XPMs will have been mined. Also you can switch to talking about aliens if you read down
|
|
|
|
OnkelPaul
Legendary
Offline
Activity: 1039
Merit: 1005
|
|
January 24, 2014, 10:15:30 PM |
|
No, there's just not much to say. Primes are flying out of CPUs, that's it. That's one of the nice things about primecoin: It does not need spectacular talk of how it's going to the moon and all that crap. It's interesting in itself. Onkel Paul
|
|
|
|
yacare
|
|
January 24, 2014, 10:30:48 PM |
|
Anyone knows what is the correct ECKey.privateKeyPrefix for primecoin (XPM)? The following bitaddress version produces priv.keys/address pairs for Peercoin (not Primecoin): http://primecoin.org/bitaddressAnyway, what I need is to know (or where to look precisely on the source) is the priv. key prefix used for Primecoin (XPM). For example, for btc is 0x80, for ltc 0xb0, and for xpm = ? Can someone can show me some direction on how to find this info for xpm (or any other coin) on the source? Thank you!
|
|
|
|
mhps
|
|
January 25, 2014, 01:31:39 AM |
|
Anyone knows what is the correct ECKey.privateKeyPrefix for primecoin (XPM)? The following bitaddress version produces priv.keys/address pairs for Peercoin (not Primecoin): http://primecoin.org/bitaddressAnyway, what I need is to know (or where to look precisely on the source) is the priv. key prefix used for Primecoin (XPM). For example, for btc is 0x80, for ltc 0xb0, and for xpm = ? Can someone can show me some direction on how to find this info for xpm (or any other coin) on the source? Thank you! I think I have seen a table on bitcoin wiki. Maybe you can ask on his primecointalk.org because fuzztbear wrote this http://www.peercointalk.org/index.php?topic=801.msg15593#msg15593
|
|
|
|
ReCat
|
|
January 25, 2014, 03:00:18 AM |
|
No, there's just not much to say. Primes are flying out of CPUs, that's it. It doesn't get any more exciting. Unless a CPU somewhere mines a dragon. Gotta watch those CPU dragons:: very exciting that's the most creative thing i've heard on these forums.
|
BTC: 1recatirpHBjR9sxgabB3RDtM6TgntYUW Hold onto what you love with all your might, Because you can never know when - Oh. What you love is now gone.
|
|
|
yacare
|
|
January 25, 2014, 06:26:35 AM |
|
Anyone knows what is the correct ECKey.privateKeyPrefix for primecoin (XPM)? The following bitaddress version produces priv.keys/address pairs for Peercoin (not Primecoin): http://primecoin.org/bitaddressAnyway, what I need is to know (or where to look precisely on the source) is the priv. key prefix used for Primecoin (XPM). For example, for btc is 0x80, for ltc 0xb0, and for xpm = ? Can someone can show me some direction on how to find this info for xpm (or any other coin) on the source? Thank you! I think I have seen a table on bitcoin wiki. Maybe you can ask on his primecointalk.org because fuzztbear wrote this http://www.peercointalk.org/index.php?topic=801.msg15593#msg15593I figured it out by another method, it's 0x97, but anyway I'll like to know where to look for that on the source code. On that thread they are talking about Peercoin, and I don't want to get registered on another forum... Thank you anyway for your answer
|
|
|
|
wbaw
|
|
January 29, 2014, 06:49:00 AM Last edit: January 29, 2014, 07:30:39 AM by wbaw |
|
No, there's just not much to say. Primes are flying out of CPUs, that's it. That's one of the nice things about primecoin: It does not need spectacular talk of how it's going to the moon and all that crap. It's interesting in itself. Onkel Paul It's going well, people proving their computers are doing useful work finding prime numbers, breaking records, getting paid, no drama. There are some prime number records here if you want to get excited: http://users.cybercity.dk/~dsl522332/math/Cunningham_Chain_records.htmhttp://primecoin.21stcenturymoneytalk.org/index.php?block_height=368051http://primecoin.21stcenturymoneytalk.org/index.php?block_height=375981More buyers would encourage more people to find more cpus to find more prime numbers. It's better than cracking hashes.
|
|
|
|
Dâniel Fraga
|
|
February 04, 2014, 03:59:40 PM |
|
Just to let you know mcxNow resumed Primecoin trading
|
|
|
|
cryptodave
Member
Offline
Activity: 66
Merit: 10
CryptocoinsInfo.com
|
|
February 05, 2014, 12:57:58 AM |
|
Does anyone know how to get the current difficulty usually found in the qt-wallet / debug window?
I dont want grab this from other sites, i need a real time solution for win7.
any ideas?
|
|
|
|
|