Skip to content

Instantly share code, notes, and snippets.

==10478== Memcheck, a memory error detector
==10478== Copyright (C) 2002-2015, and GNU GPL'd, by Julian Seward et al.
==10478== Using Valgrind-3.12.0.SVN and LibVEX; rerun with -h for copyright info
==10478== Command: src/pivxd -testnet
==10478== Parent PID: 3696
==10478==
--10478--
--10478-- Valgrind options:
--10478-- --leak-check=full
--10478-- --show-leak-kinds=all

Keybase proof

I hereby claim:

  • I am warrows on github.
  • I am warrows (https://keybase.io/warrows) on keybase.
  • I have a public key whose fingerprint is 95FF 81F3 6CC3 6649 2D67 D988 7E07 C315 C3BD 9E93

To claim this, I am signing this object:

@Warrows
Warrows / count_v4.py
Created April 22, 2019 09:26
Blurb to check v4 blocks in last n blocks
#!/usr/bin/env python3
__author__ = "warrows"
__copyright__ = "Copyright 2019, warrows"
__credits__ = ["warrows"]
__license__ = "GPL"
__version__ = "0.1"
__maintainer__ = "warrows"
__email__ = "warrows@gamer666.fr"
__status__ = "Prototype"