run bitcoind without mining #10499

issue muhammednagy opened this issue on June 1, 2017
  1. muhammednagy commented at 3:25 PM on June 1, 2017: none

    is it possible to run bitcoind as a wallet only? i want to use it with bitcoin-cli it takes all the server specs

  2. MarcoFalke commented at 3:32 PM on June 1, 2017: member

    Which version of Bitcoin Core are you running? According to https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.13.0.md#mining, all versions after 0.13.0 have the internal miner removed. I.e. you should not be able to call the RPC getgenerate

    On Thu, Jun 1, 2017 at 5:26 PM, Muhammed Nagy notifications@github.com wrote:

    is it possible to run bitcoind as a wallet only? i want to use it with bitcoin-cli it takes all the server specs

    — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/10499, or mute the thread https://github.com/notifications/unsubscribe-auth/AGGmv6W__X8VB5BMAvHcZTnDLdTK-vDvks5r_tgJgaJpZM4NtJTM .

  3. jonasschnelli commented at 3:37 PM on June 1, 2017: contributor

    @muhammednagy: I guess you are looking to run without validation or with "simple verification / client mode". This is currently not possible.

    Once you initially start Bitcoin-Core, it does download the complete blockchain ~100GB and verifies (almost) all transactions. This takes time... and can take up to serval days.

    You can enable pruning (auto-cut off old blocks) with starting with -prune=550 (or add prune=550 to the bitcoin.conf). This will reduce the disk space to ~3-4GB (instead of 100GB+).

    Running just the wallet is not possible.

  4. muhammednagy commented at 3:39 PM on June 1, 2017: none

    i'm running 0.14.1-xenial1

    what I mean is that it downloads the full node and take most of my server resources

    On Thu, Jun 1, 2017 at 5:33 PM MarcoFalke notifications@github.com wrote:

    Which version of Bitcoin Core are you running? According to

    https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.13.0.md#mining , all versions after 0.13.0 have the internal miner removed. I.e. you should not be able to call the RPC getgenerate

    On Thu, Jun 1, 2017 at 5:26 PM, Muhammed Nagy notifications@github.com wrote:

    is it possible to run bitcoind as a wallet only? i want to use it with bitcoin-cli it takes all the server specs

    — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/10499, or mute the thread < https://github.com/notifications/unsubscribe-auth/AGGmv6W__X8VB5BMAvHcZTnDLdTK-vDvks5r_tgJgaJpZM4NtJTM

    .

    — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/10499#issuecomment-305530884, or mute the thread https://github.com/notifications/unsubscribe-auth/ARuE8GisIv8L-AgBz1kgo4XE4M05aNlBks5r_tnGgaJpZM4NtJTM .

  5. muhammednagy commented at 3:40 PM on June 1, 2017: none

    okay thanks, i will try this

    On Thu, Jun 1, 2017 at 5:39 PM Muhammed Nagy muhammed.nagy.one@gmail.com wrote:

    i'm running 0.14.1-xenial1

    what I mean is that it downloads the full node and take most of my server resources

    On Thu, Jun 1, 2017 at 5:33 PM MarcoFalke notifications@github.com wrote:

    Which version of Bitcoin Core are you running? According to

    https://github.com/bitcoin/bitcoin/blob/master/doc/release-notes/release-notes-0.13.0.md#mining , all versions after 0.13.0 have the internal miner removed. I.e. you should not be able to call the RPC getgenerate

    On Thu, Jun 1, 2017 at 5:26 PM, Muhammed Nagy notifications@github.com wrote:

    is it possible to run bitcoind as a wallet only? i want to use it with bitcoin-cli it takes all the server specs

    — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/10499, or mute the thread < https://github.com/notifications/unsubscribe-auth/AGGmv6W__X8VB5BMAvHcZTnDLdTK-vDvks5r_tgJgaJpZM4NtJTM

    .

    — You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/bitcoin/bitcoin/issues/10499#issuecomment-305530884, or mute the thread https://github.com/notifications/unsubscribe-auth/ARuE8GisIv8L-AgBz1kgo4XE4M05aNlBks5r_tnGgaJpZM4NtJTM .

  6. muhammednagy commented at 3:46 PM on June 1, 2017: none

    don't you intend to make client mode?

  7. muhammednagy closed this on Jun 1, 2017

  8. jonasschnelli commented at 4:06 PM on June 1, 2017: contributor

    @muhammednagy: once your have synced the blockchain up to the chain tip, the CPU and disk consumption will go down... There is a client mode proposal: https://github.com/bitcoin/bitcoin/pull/9483

  9. bitcoin locked this on Sep 8, 2021

github-metadata-mirror

This is a metadata mirror of the GitHub repository bitcoin/bitcoin. This site is not affiliated with GitHub. Content is generated from a GitHub metadata backup.
generated: 2026-05-20 06:55 UTC