Post
Topic
Board Beginners & Help
Merits 189 from 31 users
Topic OP
[CHALLENGE] Run A Bitcoin Node: 14 Days To 14 Merits
by
NotATether
on 03/01/2024, 06:19:15 UTC
⭐ Merited by klarki (50) ,1miau (24) ,vapourminer (19) ,NeuroticFish (15) ,LoyceV (14) ,dkbit98 (10) ,icopress (8) ,Welsh (5) ,o_e_l_e_o (4) ,BlackHatCoiner (4) ,DdmrDdmr (4) ,hosseinimr93 (4) ,Pmalek (4) ,cygan (3) ,PrimeNumber7 (2) ,Husna QA (2) ,PrivacyG (2) ,Cricktor (2) ,Rikafip (1) ,SatoPrincess (1) ,kuriboh (1) ,$crypto$ (1) ,Amphenomenon (1) ,criptoevangelista (1) ,seoincorporation (1) ,tainted_love (1) ,notasimp (1) ,Peanutswar (1) ,libert19 (1) ,joker_josue (1) ,famososMuertos (1)

To incentivize people to run a node, I am running a merit challenge. Run Bitcoin Core on your computer for 14 days, to receive 14 merits from me!

Challenge Rules:
  • This challenge is open for anyone with <1000 merit.
  • You need to download Bitcoin Core (any version from this decade) and run bitcoind, the bitcoin daemon, for at least 14 days.
  • The node must be running on mainnet, which is the default setting. Alternative blockchains like testnet are not allowed.
  • Every 24 hours, you need to run bitcoin-cli getblockchaininfo and paste the output here in code-blocks like below. This is to prove that you are actually running a node.

    Code:
    {
      "chain" : "str",
      "blocks" : n,
      "headers" : n,
      "bestblockhash" : "str",
      "difficulty" : n,
      "mediantime" : n,
      "verificationprogress" : n,
      "initialblockdownload" : true|false,
      "chainwork" : "hex",
      "size_on_disk" : n,
      "pruned" : true|false,
      "pruneheight" : n,
      "automatic_pruning" : true|false,
      "prune_target_size" : n,
      "softforks" : {
        "xxxx" : {
          "type" : "str",
          "bip9" : {
            "status" : "str",
            "bit" : n,
            "start_time" : xxx,
            "timeout" : xxx,
            "since" : n,
            "statistics" : {
              "period" : n,
              "threshold" : n,
              "elapsed" : n,
              "count" : n,
              "possible" : true|false
            }
          },
          "height" : n,
          "active" : true|false
        },
        ...
      },
      "warnings" : "str"
    }


  • "Merit begging" posts will be deleted.
  • You may run with any other configuration options as you like, such as pruning.
  • Nodes that have synced at least 99% of the blockchain (verificationprogress field in the output) will be given 14 merits. You will not get any merits unless your chain is near-fully synced.
  • Do not enroll alt accounts.
  • To join, start a bitcoin node and paste the output of bitcoin-cli getblockchain info here. That will be considered the first day.

I reserve the right to end this challenge at any time, with immediate effect, for whatever reason.

Good luck, and happy node running!