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
-2
votes
1 answer

Getting error while building Bitcoind on m1 MAC OS

So I'm trying to build bitcoind on big sur in my m1 mac through following the documentation for building bitcoind for OS X: https://github.com/bitcoin/bitcoin/blob/master/doc/build-osx.md and I've had the same error every time I try and build. Here…
Rauru
  • 1
-2
votes
1 answer

How to connect a bitcoin node to a complete node through the local network?

I currently have a full bitcoin node on my local network and I would like to create another node but only update it by the local network. I have tried with: ./bitcoind -connect and ./bitcoind -addnode but I get the following…
-2
votes
1 answer

CPU Mining on Private Peercoin network

I have setup a private Peercoin network with two nodes on virtual box. Both clients are able to connect and i am able to start a separate private blockchain. I have started mining using the setgenerate true. Now i want to achieve similar thing using…
SpYdEr
  • 1
  • 3
-2
votes
1 answer

Bitcoin Core version >0.10 only works with RPC sync

I am using Insight Bitpay. I am getting this error "Bitcoin Core version >0.10 only works with RPC sync" when I start insight. Its telling me to add environmental variable like "Set the env variable INSIGHT_FORCE_RPC_SYNC = 1", but I am stuck here.…
Prabjot Singh
  • 4,491
  • 8
  • 31
  • 51
-2
votes
1 answer

Bitcoin exchange / e-wallet service - keeping member balances securely

Say I want to create a Bitcoin exchange or an e-wallet service and make it as secure as possible. Assuming the nature of the service results in more Bitcoin deposits coming in then Bitcoin leaving the system out, yet the need to allow instant…
-3
votes
0 answers

make check failed after building bitcoin core in WSL

I am a total beginner to bitcoin core. I tried to build it for WSL and everything seemed fine until i started the testing with make check and i got this error. I installed all dependencies and followed the guide doc/build-windows.md to my…
shadyC
  • 1
-3
votes
2 answers

Bitcoin daemon consuming too much internet data

I recently started Blockchain and crypto. I started with ethereum and now on bitcoin. Today I run bitcoin daemon and while i was figuring out some other api related stuff related to bitcoin-cli, I lost about 110gb of data in just like 4 or 5 or max…
-4
votes
1 answer

error: member reference base type 'uint32_t'(aka 'unsigned int') is not a structure or union

Hey Stackoverflow Community, right now i have have the following problem: I want to compile c++ with mac osx.10.11. But every time i want to make the code it gives me an errorcode. I already googled that, but i found nothing. hashGenesisBlock =…
1 2 3
14
15