The release page for Samourai Wallet 0.96.03 lists an APK hash but does not have a downloadable APK file. From the available zip or tar.gz files how can I locate (or create) an APK file […]
I have a situation where I create one address per user through GetNewAddress(User.Id) So, in the end, I have a lot of addresses to monitor, to see if any user has deposited money. I can […]
I’m with three exchanges, one says they don’t support BTG and therefore user should withdraw their BTC before Nov 16th’s fork takes place. Another one says they will issue 1:1 segwit2x. The last one doesn’t […]
If Bitcoin Gold fails to implement replay protection, will I risk losing my Bitcoin when I make a Bitcoin Gold transaction? Assuming replay protection is not implemented properly, how can I protect myself?
I am new to Bitcoin and recently have invested in bitcoins. I came across Nicehash when I was planning to get into Bitcoin mining. I understand that Nicehash gives you an option to rent hash […]
Let’s say I have a Bitcoin paper wallet with a public and a private key, with an amount of X bitcoin on it. On the 25th of November, the hardfork of bitcoin gold will take […]
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 […]
OK, I am sure that this is a really dumb, rookie question, so sorry in advance… I am trying to read through the blockchain and display the receiving address(es) for all transactions in the chain. […]
I’m completely new to python (and programming), and I know this question will sound very dumb to most of you people. I’m experimenting on getting datas from the cryptocurrencies exchenge bittrex and put it into […]
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 […]