4

Now that fluffy blocks (compact blocks) are enabled with release 0.11.0.0, how can I enable them on my node?

sgp
  • 8,836
  • 7
  • 43
  • 113

1 Answers1

4

Simply run monerod with the --fluffy-blocks option.

Windows

Open a command prompt in the folder of monerod.exe, or create a .bat file. Type in the following:

monerod.exe --fluffy-blocks

Press enter (in the command prompt), or run the .bat file.

Linux/Mac

Open a terminal in the folder of monerod. Type the following and press enter:

monerod --fluffy-blocks

sgp
  • 8,836
  • 7
  • 43
  • 113