Join
May 19, 2026
Login

Setting up the bitcoind to run at startup Ubuntu 17.04

I’ve created a Bitcoin.service file as found here: https://github.com/bitcoin/bitcoin/blob/master/contrib/init/bitcoind.service However i’ve modified it as i build bitcoin-core from source to the following: https://gist.github.com/anonymous/7e1bca97739147d698327d7f3a119992 It is installed to: /lib/systemd/system As apparently in this version of Ubuntu […]

Read More

Errors when running bitcoind at startup

Hi i’ve built Bitcoin core 0.15 from source and am trying to get it to run at startup. I’ve used the bitcoind.conf file found in the bitcoin core repository https://github.com/bitcoin/bitcoin/blob/master/doc/init.md I’m also running Ubuntu 16.04 […]

Read More

The warpwallet challenge 2

here you can find a public challenge aimed to brute force a brain wallet private key, derived from 8 char long [a-zA-Z0-9] passphrase with a salt of “a@b.c”. Is it possible to adapt an hashing […]

Read More

Bitcoin library vs script to develop application

I’m curious about the development of application of Identity management in Blockchain platform, but I’m a bit confused about the technologies to use. In short words, when is more convenient to develop an application coding […]

Read More

How were the secp256k1 base point coordinates decided?

79be667ef9dcbbac55a06295ce870b07029bfcdb2dce28d959f2815b16f81798,483ada7726a3c4655da4fbfc0e1108a8fd17b448a68554199c47d08ffb10d4b8 seems very random to me. I see how this point is on the curve, but how exactly was this specific point chosen to be the base point? Could other base points have worked?

Read More