Pages:
Author

Topic: [XPM] Primecoin Record Books - page 7. (Read 34592 times)

legendary
Activity: 1246
Merit: 1011
July 13, 2013, 06:53:46 AM
#77
Ok...

Is this what I have to send?

Code:
signmessage ANi7JgdfT2HSdTxB8T8sAnVwfDuRFxJeRg "Koooooj owns this address"

H1mJljsMaxVEXbfbnuNACzgVekgqYlEqJr2pljzJU+YfwnaKi35l4Q1+/2bh2iPNND1rA3ID3Jfkz+L5M0oiB70=
You probably want to put your own name there. Also, did that address generate a noteworthy block?


jajajajajaajaj

OMG... I send it by mistake... I will send another time...  Grin

Code:
signmessage ANi7JgdfT2HSdTxB8T8sAnVwfDuRFxJeRg "Im sorry for previous message... Vingaard owns this Address"

H2nafwsDQCtN95R+y2LJLQ8EEgDZGjAzF6Juz1qut1k9Miqf528N97vIwi0ed5kL7uVrU340Jk1bh/M9Eq3dmAE=
member
Activity: 84
Merit: 10
July 13, 2013, 06:48:30 AM
#76
Ok...

Is this what I have to send?

Code:
signmessage ANi7JgdfT2HSdTxB8T8sAnVwfDuRFxJeRg "Koooooj owns this address"

H1mJljsMaxVEXbfbnuNACzgVekgqYlEqJr2pljzJU+YfwnaKi35l4Q1+/2bh2iPNND1rA3ID3Jfkz+L5M0oiB70=
You probably want to put your own name there. Also, did that address generate a noteworthy block?
legendary
Activity: 1246
Merit: 1011
July 13, 2013, 06:43:41 AM
#75
Ok...

Is this what I have to send?

Code:
signmessage ANi7JgdfT2HSdTxB8T8sAnVwfDuRFxJeRg "Koooooj owns this address"

H1mJljsMaxVEXbfbnuNACzgVekgqYlEqJr2pljzJU+YfwnaKi35l4Q1+/2bh2iPNND1rA3ID3Jfkz+L5M0oiB70=

member
Activity: 84
Merit: 10
July 13, 2013, 06:30:35 AM
#74
One question...

This means that I have a record?

[image]

Uploaded with ImageShack.us

Thanks in advance  Grin
Which record is that supposed to be for?

Also, see this for the real way to verify you own an address:
If I am not mistaken, Block 12344 contains a notable bi-twin chain.  The origin is 107 digits long and it is a chain of 3 links (i.e. 8 primes).  It is not a world record, but would be 4th on the list of chains of 3 links.  I was the miner of this block and would be willing to demonstrate ownership of the coins.
You can verify you own an address with the signmessage command:
Code:
primecoind signmessage addresshere "Koooooj owns this address"
and posting the address, message, and signature.

(I think you could run that in the debug console too, just omit the primecoind part at the start. Or is there just a UI to this feature? I'm not using the QT client.)
hero member
Activity: 686
Merit: 504
always the student, never the master.
July 13, 2013, 05:46:47 AM
#73
One question...

This means that I have a record?



Uploaded with ImageShack.us

Thanks in advance  Grin

according to the trolls in the cryptsy chatbox, primechains are only pseudo mathematics and have no use in the real world, so don't get your hopes up i guess. me i think that prime numbers serve some type of purpose. what it is? i have no idea
legendary
Activity: 1246
Merit: 1011
July 13, 2013, 05:33:36 AM
#72
One question...

This means that I have a record?



Uploaded with ImageShack.us

Thanks in advance  Grin
legendary
Activity: 934
Merit: 1000
July 13, 2013, 05:20:03 AM
#71
Clark,

I get an error halfway your script (great script btw!!)

Code:
New Primecoin record: TWN08, 172 digits, Block 11900
Traceback (most recent call last):
  File "records.py", line 112, in
    main()
  File "records.py", line 73, in main
    chainlength = int(chain[3:5])
ValueError: invalid literal for int() with base 10: '0a'

Any idea whats wrong?
The value is in base 16. Change "int(chain[3:5])" to "int(chain[3:5], 16)".

Check! That was it, thanks!
member
Activity: 84
Merit: 10
July 13, 2013, 05:04:53 AM
#70
Clark,

I get an error halfway your script (great script btw!!)

Code:
New Primecoin record: TWN08, 172 digits, Block 11900
Traceback (most recent call last):
  File "records.py", line 112, in
    main()
  File "records.py", line 73, in main
    chainlength = int(chain[3:5])
ValueError: invalid literal for int() with base 10: '0a'

Any idea whats wrong?
The value is in base 16. Change "int(chain[3:5])" to "int(chain[3:5], 16)".
legendary
Activity: 934
Merit: 1000
July 13, 2013, 05:03:45 AM
#69
Clark,

I get an error halfway your script (great script btw!!)

Code:
New Primecoin record: TWN08, 172 digits, Block 11900
Traceback (most recent call last):
  File "records.py", line 112, in
    main()
  File "records.py", line 73, in main
    chainlength = int(chain[3:5])
ValueError: invalid literal for int() with base 10: '0a'

Any idea whats wrong?
member
Activity: 84
Merit: 10
July 13, 2013, 05:03:31 AM
#68
Looks like block 25180 contains a new world record for 1CC10: 100 digits.
Are you sure? Did you check this  Shocked

Clark seems to be on his game when it comes to prime chains. For now we take his word. i'm sure he will be here with proof sooner or later.
If you run "primecoind getblockhash 25180" and then "primecoind getblock hash", then you can see it yourself.
hero member
Activity: 686
Merit: 504
always the student, never the master.
July 13, 2013, 02:59:15 AM
#67
Looks like block 25180 contains a new world record for 1CC10: 100 digits.
Are you sure? Did you check this  Shocked

Clark seems to be on his game when it comes to prime chains. For now we take his word. i'm sure he will be here with proof sooner or later.
legendary
Activity: 2674
Merit: 2965
Terminated.
July 13, 2013, 02:51:56 AM
#66
Looks like block 25180 contains a new world record for 1CC10: 100 digits.
Are you sure? Did you check this  Shocked
hero member
Activity: 548
Merit: 502
So much code.
July 12, 2013, 11:31:54 PM
#65
Looks like block 25180 contains a new world record for 1CC10: 100 digits.
member
Activity: 75
Merit: 10
July 12, 2013, 10:46:22 PM
#64
Also, block 1509, which is a bi-twin chain of 3 links and has an origin of 106 digits:

Code:
21:44:59
signmessage ASNg61dJ8vJPUQ9NvFaajX4qSvShPQxKeg "Koooooj owns this address"

21:44:59
H138sg1WvaZridL9Mozc1fFS59fByVkR5EW8pcuBNFHb6MsjjyK0z3noqmAjiY1jOvCfwtTTZyjZtaJvNk80jHc=
member
Activity: 84
Merit: 10
July 12, 2013, 10:17:35 PM
#63
For block 12344:

Code:
20:58:10
signmessage APLLrWbHapoRVxLAxBUkDU1hkx4VbCJHQX "Koooooj owns this address"

20:58:10
IBBD3qd/bbh5npcj7pEQCBqZUwiYaaE/y097+P0EBeB5fH4eJCqvNzrxzm20P6kWFq/0wmp0cZQTHk78cpfaYbM=

For block 17302:

Code:
21:00:27
signmessage AbrPM2J3WLvgz87t13wU46VwvVW5dM1Vdq "Koooooj owns this address"

21:00:27
IH8dQ+I2e4WWZIpXbqhXrquLXMnNdx847+HUeuadcqyeB77XPe3tmN2bG/FdOPZv7id9Q0eMuQ4UO7iBaq0wUf0=

I think I got the right blocks and signed correctly; my local QT client returns true upon verification requests.
All of that verifies for me.

Primecoin's has both.

I find it a bit disappointing that for all of the extreme amounts of computational power that goes into Bitcoin's blockchain, all we get is a verification of the latest block. There's no interesting analysis possible of the proof-of-work statements. Primecoin at least doubles as an enormously huge chain of mildly interesting computations.

quick, lets make UFO coin. every signal decrypted and processed is a block. first person who decrypts it a processes is rewarded the block. now we have another scientific coin. see where i'm going with this? you know, at first i was being facetious but you just might have sold me. maybe scientific computations offered by prime and any future coins like it could offer a pseudo-backing for the currency, much in the way that physical gold and silver once backed physical paper money
Doing analysis of external datasets would be a bit difficult to accomplish in a decentralized cryptocurrency, and the work has to be extremely quick to verify that it's correct, so many types of computations are out of reach sadly.
hero member
Activity: 686
Merit: 504
always the student, never the master.
July 12, 2013, 10:10:54 PM
#62
this is all very cool, but i fail to see the need for prime numbers this large, other than so you can brag about the record to your fellow nerds of course.
(These aren't particularly large for prime numbers. They're big  for prime number chains.) Some mathematicians may find this data useful. That's already infinitely more valuable than the results of bitcoin's sha256 / litecoin's scrypt random proof-of-work statements outside of the context of the currency.

good point, however i disagree that they are "infinitely more valuable". one has scientific value(which in my mind is debatable) and one has security(proven until its broken.) seems like an apples and oranges argument to me.
Primecoin's has both.

I find it a bit disappointing that for all of the extreme amounts of computational power that goes into Bitcoin's blockchain, all we get is a verification of the latest block. There's no interesting analysis possible of the proof-of-work statements. Primecoin at least doubles as an enormously huge chain of mildly interesting computations.

quick, lets make UFO coin. every signal decrypted and processed is a block. first person who decrypts it a processes is rewarded the block. now we have another scientific coin. see where i'm going with this? you know, at first i was being facetious but you just might have sold me. maybe scientific computations offered by prime and any future coins like it could offer a pseudo-backing for the currency, much in the way that physical gold and silver once backed physical paper money
member
Activity: 84
Merit: 10
July 12, 2013, 10:08:27 PM
#61
this is all very cool, but i fail to see the need for prime numbers this large, other than so you can brag about the record to your fellow nerds of course.
(These aren't particularly large for prime numbers. They're big  for prime number chains.) Some mathematicians may find this data useful. That's already infinitely more valuable than the results of bitcoin's sha256 / litecoin's scrypt random proof-of-work statements outside of the context of the currency.

good point, however i disagree that they are "infinitely more valuable". one has scientific value(which in my mind is debatable) and one has security(proven until its broken.) seems like an apples and oranges argument to me.
Primecoin's has both.

I find it a bit disappointing that for all of the extreme amounts of computational power that goes into Bitcoin's blockchain, all we get is a verification of the latest block. There's no interesting analysis possible of the proof-of-work statements. Primecoin at least doubles as an enormously huge chain of mildly interesting computations.
member
Activity: 75
Merit: 10
July 12, 2013, 10:06:25 PM
#60
For block 12344:

Code:
20:58:10
signmessage APLLrWbHapoRVxLAxBUkDU1hkx4VbCJHQX "Koooooj owns this address"

20:58:10
IBBD3qd/bbh5npcj7pEQCBqZUwiYaaE/y097+P0EBeB5fH4eJCqvNzrxzm20P6kWFq/0wmp0cZQTHk78cpfaYbM=

For block 17302:

Code:
21:00:27
signmessage AbrPM2J3WLvgz87t13wU46VwvVW5dM1Vdq "Koooooj owns this address"

21:00:27
IH8dQ+I2e4WWZIpXbqhXrquLXMnNdx847+HUeuadcqyeB77XPe3tmN2bG/FdOPZv7id9Q0eMuQ4UO7iBaq0wUf0=

I think I got the right blocks and signed correctly; my local QT client returns true upon verification requests.
hero member
Activity: 686
Merit: 504
always the student, never the master.
July 12, 2013, 10:02:20 PM
#59
this is all very cool, but i fail to see the need for prime numbers this large, other than so you can brag about the record to your fellow nerds of course.
(These aren't particularly large for prime numbers. They're big  for prime number chains.) Some mathematicians may find this data useful. That's already infinitely more valuable than the results of bitcoin's sha256 / litecoin's scrypt random proof-of-work statements outside of the context of the currency.

good point, however i disagree that they are "infinitely more valuable". XPM(prime) has scientific value(which in my mind is debatable, but then again i'm no mathematician) and sha and scrypt has security(proven until its broken) seems like an apples and oranges argument to me.
member
Activity: 84
Merit: 10
July 12, 2013, 09:57:31 PM
#58
this is all very cool, but i fail to see the need for prime numbers this large, other than so you can brag about the record to your fellow nerds of course.
(These aren't particularly large for prime numbers. They're big  for prime number chains.) Some mathematicians may find this data useful. That's already infinitely more valuable than the results of bitcoin's sha256 / litecoin's scrypt random proof-of-work statements outside of the context of the currency.
Pages:
Jump to: