I have a 0.16.3 Bitcoin Core wallet running. I have incoming transactions allowed and I have lots of incoming connections. However, I fail to see my node on the map of Bitnodes; it says it’s […]
this question is for you to ask about the QT wallet, in the section to send coins, there is an address window, and it has the list of the stored addresses we save along the […]
I have understood the details of it but I have a question related to claiming the bond. We have two parties Alice and Bob and suppose the bond that Alice signs is now if Alice […]
I’m trying to run bitcoind on a Raspberry Pi 3 but I’m stuck on an error. The raspberry has a Hdd for storage with a fully indexed blockchain that was synced on my laptop and […]
I am using send to many function of blockchain wallet api and i am facing issue. when upto 20 transaction done then after i get error in terminal that 1538652825520 – error: ERR_PUSHTX 1538652826930 – […]
I have small amounts in multiple accounts in the same wallet. I want to send all of them to default account (usually named as “”). Is their any RPC command available for this scenario? Thanks […]
I am creating a crypto-trading platform . I wanted to know how to create wallet address dynamically for all new registered user and also create new address for every transaction. I am using bitcoind for […]
I’m trying to get the price of a crypto-currency at a specific timestamp. So I used the API cryptocompare : https://www.cryptocompare.com/api/# For example : https://min-api.cryptocompare.com/data/pricehistorical?fsym=ETH&tsyms=USD&ts=mytimestamp This solution works well but I have some issues related […]
I’ve used bitcoinj wallet and used derive path as below. public static final ImmutableList<ChildNumber> ACCOUNT_ZERO_PATH = ImmutableList.of(ChildNumber.ZERO_HARDENED); But I made changes in above path for generating bip44 standard addresses. public static final ImmutableList<ChildNumber> BIP44_ACCOUNT_ZERO_PATH =ImmutableList.of(new […]