Bitcoin Core Introduction Discussion

Yes I deleted my data directory and it works like a charm now. Lucky my corn is stored on a cold wallet :slight_smile: :

1 Like

Hey guys,

When I enter the ./bitcoind -printtoconsole command in PowerShell, I get a return :

ā€œPlease restart with -reindex or -reindexchainstate to recover. You need to rebuild the database using -reindex to go back to unpruned mode. This will redownload the entire blockchain.ā€

Then it proceeds to shut down and exit.

I do not have the disk space to host the whole blockchain at the moment. Is that gonna be an issue for this course?

You have to run the node in regtest mode so it wonā€™t take much space at all.

[quote=ā€œAlko89, post:118, topic:7899ā€]
bitcoind
[/quote] w

i checked itā€¦ but its not thereā€¦ although i have wallet workingā€¦ let me attach screenshot of content folderā€¦ Screenshot 2021-06-17 at 10.17.44

Below text is copied form the bitcoin.org ā€¦

The Bitcoin Core daemon (bitcoind) is not included in the .dmg file you may have downloaded to install Bitcoin-QT. Bitcoind, along with its support binaries, is instead included in the OS X .tar.gz file listed on the official Bitcoin Core download page. To download this file using Terminal, execute the following command:

curl -O https://bitcoin.org/bin/bitcoin-core-0.21.1/bitcoin-0.21.1-osx64.tar.gz

i did install this package and now i have the fileā€¦and its working. thanks

3 Likes

Got it, cheers @Alko89 :handshake:

2 Likes

Glad you made it work :raised_hands:

3 Likes

Greetings everyone.
I am very excited for this course.
Looking forward to all of the learning.

1 Like

Hello! When I ran it on powershell, it said ā€œshut down doneā€ and ended even without me pressing control C, i started it up and it said a bunch of text and then shut down. I did not have both clients open, although i never fully synced the first client as it said 9 hours left so i closed it down to continue on the lesson, i am unsure if i needed that to be fully synced first despite it being a seperate application.

Please help!

1 Like

Hey @Kahoobb, hope you are well.

Would be great if you provide an screenshot of the error your are facing, also which command are you using to start the client.

Carlos Z

1 Like

error

This is my error, I ended up waiting for bitcoin core to be fully synced and this still just happened when i closed out of bitcoin core fully and then tried running bitcoind. Let me know if I need to share above what happened or not, i can blur out my personal details.

I am using ./bitcoind -printtoconsole on powershell

Youā€™re just using reindex without any command. You probable meant bitcoind -reindex

1 Like

Thank you! that worked and then i ran it normally and it kept showing a bunch of crazy stuff as shown in the ivan video, i was able to use ctrl + c to shut it down :slight_smile: Thanks for the help!

Hi everyone,

I am looking for an advise on the following:

  1. Do I need a dedicated machine to run Bitcoin Core (full node)?
  2. What are the hardware requirements to run Bitcoin Core?
  3. It is faster to run Bitcoin Core on Linux vs WIN10 or macOS if on mainnet?
  4. What are the best practices to run and maintain Bitcoin Core on mainnet?

Many thanks

Not really, but I would recommend it if you intend to run it on mainnet.

Not sure, pretty low. It can run on basically any hw with enough storage.

Linux without a UI will definitely give you the least overhead.

Just having it online as much as possible for the node to keep syncing. :slight_smile:

2 Likes

Thank you, i had the same problemā€¦ It works now!

Hi guys Iā€™m using a Mac and when I download Bitcoin Core there is no Daemon file with the other programs (only the .Qt file). What am I doing wrong?

Schermafbeelding 2021-07-21 om 11.41.45

Schermafbeelding 2021-07-21 om 11.42.36

Schermafbeelding 2021-07-21 om 11.42.59

You have to download the tar.gz file for Mac os, not the dmg.

1 Like

Hi can anyone suggest me something here. . . thanks!Screenshot (122)

1 Like

I have same problem here.