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 […]
I want to manually create a transaction to spend the output of a P2SH tx, but I don’t know where the redeem script should be placed in the new transaction? I followed an online tutorial […]
As I understand the SVP protocol, a client can be reasonably certain that a transaction has been accepted on the blockchain if they know it is a member of a certain block, via the Merkle […]
I’m considering a scenario in lightning, where it would be extremely useful to be able to lock the funds in 2/3 lock Is this possible on lightning network (even in theory)?