Questions tagged [bitcoind]

Bitcoind is a program that implements the Bitcoin protocol for command line and remote procedure call (RPC) use.

bitcoind is a program that implements the protocol for command line and use. It is also the first Bitcoin client in the network's history. It is available under the MIT license in 32-bit and 64-bit versions for Windows, GNU/Linux-based OSes, and Mac OS X.

Prior to version 0.5, this service-provider client used a GUI as its default GUI. It is now instead bundled with Bitcoin-Qt.

218 questions
1
vote
1 answer

How to make mobile wallet with my own coin

I am a novice in blockchain technology, and I am now working on building mobile wallet with existing coin system. Desktop wallet is already working well, and I am responsible for building mobile wallet. I can not make sure how can I build it, and…
1
vote
1 answer

When I run bitcoind, it does not generate logs

When I run bitcoind on a bitcoin cash node, no logs are generated. What do I need to do to get this thing logging? This is my run command. ./bitcoind -daemon -conf=/data/bitcoin/bitcoin.conf -pid=/data/bitcoin/bitcoin.pid…
ddtraveller
  • 1,029
  • 12
  • 18
1
vote
0 answers

custom systemd service can't start on Ubuntu 18.04

and thanks in advance for any assistance I run original QT wallets (command-line based) for various cryptocurrencies. Earlier this year, I set them up as a custom systemd service, and that has been invaluable. It starts them up and shuts them down…
1
vote
1 answer

How to extract all Bitcoin Addresses from block files (revxxxxx.dat)

I'm running a full bitcoin node and I've access to all block files (150GB) (my server has 32GB RAM and 400GB SSD) Any idea how to extract bitcoin addresses or hash160 from block files(revxxxxx.dat)? Simply I need to find all used bitcoin addresses…
John Kotkin
  • 191
  • 1
  • 7
1
vote
1 answer

Bitcoind returns error "JSON value is not an array as expected", using easybitcoin.php to call sendmany()

I am creating a php script to use the sendmany() call to bitcoind. After some database calisthenics involving hitting three tables for permissions, checking user privileges and ensuring the send amounts are correct and there are enough bitcoins on…
hasherfer
  • 25
  • 2
  • 8
1
vote
1 answer

Docker compose bitcoin service

I have a simple python service that sends a single command to a running bitcoin server. When I run a local bitcoin daemon everything works fine. However, when I try to run this using Docker I cannot connect this service to a bitcoin server in…
user1981855
  • 75
  • 3
  • 9
1
vote
1 answer

How to create a private bitcoin network using bitcore?

I'm trying to create a private bitcoin network using bitcore. But bitcore sync's data either with bitcoin livenet or testnet. I couldn;t find any bitcore documentation which will allow me to create a network from scratch. I followed the instruction…
1
vote
1 answer

Running a bitcoind docker

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 using bitcoin-cli I need to run bitcoind…
f4r4
  • 563
  • 8
  • 19
1
vote
1 answer

Cannot read certain block transactions

I was playing with the blochain using the python librairy 'bitcoinrpc' and bitcoin-core, however I can never read the transaction in block 9. I even downloaded the blockchain a 2nd time thinking mine had a problem with a 2nd installation of…
sliders_alpha
  • 2,276
  • 4
  • 33
  • 52
1
vote
2 answers

how to add bitcoin in Peatio?

I have created test bitcoins but how to deposit it in Peatio. currencies.yml - id: 2 key: satoshi code: btc symbol: "฿" coin: true quick_withdraw_max: 1000 rpc:…
1
vote
1 answer

bitcoin JSON-RPC Api requests in React native?

How do i make a request in react-native to build wallet for bitcoin,bitcoind server running,but can't make any bitcoin json-rpc request in react native.
1
vote
0 answers

Decentralised Docker Trust carbonchain

I need to use carbonchain to store/retrieve docker image keys into bitcoin blockchains. The issue is, how do I even specify the private key, key id and image:tag in the command. Bringing up the -help option gives this only: ddt-master…
Brandon
  • 43
  • 8
1
vote
2 answers

sign bitcoin transaction offline

how to sign this transaction offline? bitcoins received from: https://www.blocktrail.com/tBTC/tx/6971035c95e8997e55dfe18c2940edeb4137b3e41b33af478b9b5512068c5164 TXID= 6971035c95e8997e55dfe18c2940edeb4137b3e41b33af478b9b5512068c5164 amount:…
wichtel
  • 181
  • 1
  • 3
  • 16
1
vote
1 answer

bitcoind not get transactions

I create new VPS on vultr, then I setup bitcoind as follow: https://www.ringingliberty.com/bitcoin/ In bitcoin.conf rpcuser=bitcoinrpc rpcpassword= daemon=1 rpctimeout=30 rpcport=8332 rpcallowip=my_vps_ip gen=0 keypool=100 I use…
Vagabond
  • 286
  • 1
  • 2
  • 12
1
vote
0 answers

Segmentation fault trying to run bitcoind on raspberry-pi 2

I installed a bitcoin node using a raspberry-pi 2 + usb stick of 128 Giga (hosting the blockchain). But cannot make it run. This is what i get: $ bitcoind Segmentation fault After googling a while, the possible causes I found are: Corrupted SD…
ntonnelier
  • 1,539
  • 3
  • 23
  • 49