2019-08-13

Videotutorial para hacer una PaperWallet o Cartera de Papel para Bitcoin

Happy hacking!!!

2019-07-09

How to add parameters to the app when running or debugging a gradle project in Netbeans 11.0

In classic projects in Netbeans you can add some parameters to the execution of the java app, but how to do it with Gradle projects?

After googling it for a while, and tons of tries, I've found how to solve the problem. go to gradle.properties, you will found the following line

action.debug.args=run --debug-jvm

just add --args foo or --args=foo or even --args="foo" to that line, so you'll get

action.debug.args=run --debug-jvm --args foo

if you want to add more than one parameter, for example foo bar then you'll get

action.debug.args=run --debug-jvm --args "foo bar"

quotes are mandatory or you'll get only the first parameter.

Easy, doesn't it?

That's all folks!!! :-)

Happy hacking!!!

2019-05-13

✅¿Cuál es el valor intrínseco de Bitcoin?-¿Por qué es valioso Bitcoin?

Muy buena explicación del valor intrínseco de Bitcoin.











Happy hacking!!!

2019-04-27

Elliptic Curve Cryptography Tutorial - Understanding ECC through the Dif...







Recuerda compartir esta entrada con tus amigos, porque el conocimiento es la mejor inversión que se puede hacer.

2019-02-06

¿Pueden los Perros Oler el Miedo?







Happy hacking!!!