Skip to content

Instantly share code, notes, and snippets.

View diogocanut's full-sized avatar

diogocanut

  • Florianópolis, Brazil
  • 06:05 (UTC -03:00)
  • LinkedIn in/diogocanut
View GitHub Profile
@diogocanut
diogocanut / vinteum_test.py
Created September 23, 2022 18:45
Teste 1 - Vinteum
#!/usr/bin/env python3
from collections import defaultdict
from test_framework.messages import (
CInv,
MSG_BLOCK,
)
from test_framework.p2p import (
P2PInterface,
msg_getdata,