Thanks to the Bitcoin.stack community I have successfully launched a bitcoind docker with an external volume which has the block data Currently its in 100% sync but I am facing an issue to get information […]
I made an account “hello” in Bitcoin daemon and wanted to run this. Whenever i put in hello when prompted, getac1 would return empty array; whereas, getac2 and getac3 returns addresses associated with account hello. […]
I am trying to understand what values I am being asked for in the settings.json to install the block explorer for Iquidus. I know how to get the genesis block as I have hard coded […]
How much Bitcoin do publicly-traded companies currently have on their balance sheets? Is the information available online? If so, where can it be found?
I was under the impression that cryptocurrency prices were set by an exchange’s currency volume and buy/sell averages, so what exchanges are used to get the Yahoo finance data with country-specific cryptocurrency prices?
I am trying to transfer my electrum wallet, which was imported from MultiBitHD. I just found out that Electrum is not compatible with other wallets since it doesn’t use a BIP39 seed. Can I use […]
Bitcoin is billed as many things, among them its anonymity is highly regarded. While it is true that a transaction does not identify a user or wallet, recent news shows that there is the potential […]
I want to accept payments with the Blockchain Receive Payments API Using create different user different address on get Bitcoin but not work Callback api https://blockchain.info/api/api_receive && also try Monitor addresses for received and spent […]
im testing the binance api but cant get over the signature problem can u spot a mistake on my signature?: const crypted = CryptoJs.HmacSHA256(“timestamp=” + new Date().getTime().toString() + “&recvWindow=5000” , this.APISECRET).toString();
i am working on a wallet that is using BIP32 for creating Accounts, addresses, xpub, public keys, transaction and etc. but now i want to switch from BIP32 to BIP 44. how can i do […]