Pages:
Author

Topic: Generate Bitcoin keys with Minecraft Redstone? (Read 2486 times)

newbie
Activity: 27
Merit: 0
October 16, 2014, 12:59:49 AM
#24
I don't play minecraft.. That might be a problem.
hero member
Activity: 504
Merit: 500
sucker got hacked and screwed --Toad
You try to make computer in computer  Shocked

I bet you need at least 1.000.000.000.000 blocks  Grin
And you computer will explode  Tongue

How about mine bitcoin with diamond pickaxe  Tongue

There was a server that would reward you in a bitcoin amount for every block you broke. Not sure if it's still active.
It's is. minecraftcc.com
legendary
Activity: 2422
Merit: 1451
Leading Crypto Sports Betting & Casino Platform
You try to make computer in computer  Shocked

I bet you need at least 1.000.000.000.000 blocks  Grin
And you computer will explode  Tongue

How about mine bitcoin with diamond pickaxe  Tongue

There was a server that would reward you in a bitcoin amount for every block you broke. Not sure if it's still active.
sr. member
Activity: 252
Merit: 251
Knowledge its everything
You try to make computer in computer  Shocked

I bet you need at least 1.000.000.000.000 blocks  Grin
And you computer will explode  Tongue

How about mine bitcoin with diamond pickaxe  Tongue
hero member
Activity: 658
Merit: 500
All these cool ways to mine bit coins are not at all efficient but more of a novelty item. Just like that way to mine bit coins using pen and paper.

Nobody is talking about mining in this thread but rather about generating keys.
sr. member
Activity: 476
Merit: 250
Bytecoin: 8VofSsbQvTd8YwAcxiCcxrqZ9MnGPjaAQm
Let me get this straight.. this is a computer built in a computer game.

If so.. that is pretty cool.

Yo Dawg... I heard you like computers... lol



lol


Suddenly I've got the urge to go fire up Nesticle, Stella, and MAME.
legendary
Activity: 2422
Merit: 1451
Leading Crypto Sports Betting & Casino Platform
I guess this would still be easier with just command blocks. Compare the random number generator to the computers. Which one do you think is easier to make and program?
legendary
Activity: 1806
Merit: 1090
Learning the troll avoidance button :)
Let me get this straight.. this is a computer built in a computer game.

If so.. that is pretty cool.

Yep

And I guess it could be possible I mean if it can be programmed why not
Can imagine it trying to mine bitcoins kid Smiley
hero member
Activity: 504
Merit: 500
sucker got hacked and screwed --Toad
I bet we don't have any redsnone masters in hereGrin I've seen some advanced somputers in minecraft, but those are only capable of running basic applications like tic tac toe and such. This one is the most advanced I'm aware, please correct me if I'm wrong.
https://www.youtube.com/watch?v=go5qdMKZs-M

But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

Source: I've tried using some of those (not for the same reason you are aksing). I failed gracefully but I've still hundreds of playhours with minecraft, most of them from the early stages of the game.
We do.

hero member
Activity: 658
Merit: 502
Let me get this straight.. this is a computer built in a computer game.

If so.. that is pretty cool.

Yo Dawg... I heard you like computers... lol

9kv
full member
Activity: 145
Merit: 100
Learning
But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

For Bitcoin or any other cryptographic purpose, you want to make absolutely sure that your random number generator is solid:

http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator

Flaws in random number generation have made certain Bitcoin applications vulnerable in the last year or two.

Obviously if you don't intend to use a generated key for anything serious, it doesn't much matter how good your RNG is.
I think it would be less of a "I will use this keyset to store thousands of bitcoins" and more of a "I created a bitcoin keyset in Minecraft" Tongue

I should certainly hope so!

But I felt it was good to put a warning out there for anyone who just doesn't quite get it...
I understand the advice but I assume anyone with the technical knowhow and knowledge in cryptography enough to build a key generator in minecraft would know that it should be used to store large funds.
This would not be a good idea. minecraft is not open source so you do not know exactly what you are running when you create and store a key minecraft. Basic security principles state that any software you use  to create a private key and to store a private key should be open source so it can be reviewed by the community
He meant to say that anyone with the cryptography knowledge to make keys in Minecraft would know not to use them to store money.
full member
Activity: 183
Merit: 100
But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

For Bitcoin or any other cryptographic purpose, you want to make absolutely sure that your random number generator is solid:

http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator

Flaws in random number generation have made certain Bitcoin applications vulnerable in the last year or two.

Obviously if you don't intend to use a generated key for anything serious, it doesn't much matter how good your RNG is.
I think it would be less of a "I will use this keyset to store thousands of bitcoins" and more of a "I created a bitcoin keyset in Minecraft" Tongue

I should certainly hope so!

But I felt it was good to put a warning out there for anyone who just doesn't quite get it...
I understand the advice but I assume anyone with the technical knowhow and knowledge in cryptography enough to build a key generator in minecraft would know that it should be used to store large funds.
This would not be a good idea. minecraft is not open source so you do not know exactly what you are running when you create and store a key minecraft. Basic security principles state that any software you use  to create a private key and to store a private key should be open source so it can be reviewed by the community
I agree. You have the potential to either lose your private keys or they somehow will be leaked to either another user or leaked to the maker of minecraft. You should always generate your keys yourself with a proper RNG
legendary
Activity: 1862
Merit: 1015
But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

For Bitcoin or any other cryptographic purpose, you want to make absolutely sure that your random number generator is solid:

http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator

Flaws in random number generation have made certain Bitcoin applications vulnerable in the last year or two.

Obviously if you don't intend to use a generated key for anything serious, it doesn't much matter how good your RNG is.
I think it would be less of a "I will use this keyset to store thousands of bitcoins" and more of a "I created a bitcoin keyset in Minecraft" Tongue

I should certainly hope so!

But I felt it was good to put a warning out there for anyone who just doesn't quite get it...
I understand the advice but I assume anyone with the technical knowhow and knowledge in cryptography enough to build a key generator in minecraft would know that it should be used to store large funds.
This would not be a good idea. minecraft is not open source so you do not know exactly what you are running when you create and store a key minecraft. Basic security principles state that any software you use  to create a private key and to store a private key should be open source so it can be reviewed by the community
newbie
Activity: 25
Merit: 0
This is really fascinating stuff. I just don't have the time for other digital world outside of bitcoin. It would be great if you guys could keep this kind of topic fresh.
full member
Activity: 126
Merit: 101
Be Here Now
On a semi related note on simulation - would using a steganography tool to steg offline wallets/key/password work or be a useful idea?
full member
Activity: 308
Merit: 100
I'm nothing without GOD
All these cool ways to mine bit coins are not at all efficient but more of a novelty item. Just like that way to mine bit coins using pen and paper.
sr. member
Activity: 476
Merit: 250
Bytecoin: 8VofSsbQvTd8YwAcxiCcxrqZ9MnGPjaAQm
But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

For Bitcoin or any other cryptographic purpose, you want to make absolutely sure that your random number generator is solid:

http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator

Flaws in random number generation have made certain Bitcoin applications vulnerable in the last year or two.

Obviously if you don't intend to use a generated key for anything serious, it doesn't much matter how good your RNG is.
I think it would be less of a "I will use this keyset to store thousands of bitcoins" and more of a "I created a bitcoin keyset in Minecraft" Tongue

I should certainly hope so!

But I felt it was good to put a warning out there for anyone who just doesn't quite get it...
9kv
full member
Activity: 145
Merit: 100
Learning
But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

For Bitcoin or any other cryptographic purpose, you want to make absolutely sure that your random number generator is solid:

http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator

Flaws in random number generation have made certain Bitcoin applications vulnerable in the last year or two.

Obviously if you don't intend to use a generated key for anything serious, it doesn't much matter how good your RNG is.
I think it would be less of a "I will use this keyset to store thousands of bitcoins" and more of a "I created a bitcoin keyset in Minecraft" Tongue
sr. member
Activity: 476
Merit: 250
Bytecoin: 8VofSsbQvTd8YwAcxiCcxrqZ9MnGPjaAQm
But from what I know, there is a costumizable Random Number Generator for command blocks. https://imgur.com/a/xrz66

Someone could try costomizing this and see how far it would get him.

Also you can make a Random Number Generator with vanilla redstone.
https://gaming.stackexchange.com/questions/126856/how-can-i-make-a-random-number-generator-with-vanilla-redstone

For Bitcoin or any other cryptographic purpose, you want to make absolutely sure that your random number generator is solid:

http://en.wikipedia.org/wiki/Cryptographically_secure_pseudorandom_number_generator

Flaws in random number generation have made certain Bitcoin applications vulnerable in the last year or two.

Obviously if you don't intend to use a generated key for anything serious, it doesn't much matter how good your RNG is.
legendary
Activity: 1722
Merit: 1000
Let me get this straight.. this is a computer built in a computer game.

If so.. that is pretty cool.

For all you know, every computer you've ever used is a computer built in a computer game.

I try not to think about the fact we might just be a simulation.
Pages:
Jump to: