show dbs
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# this script samples the distributions of the k closest peers to randomly | |
# selected addresses and saves these to data files | |
import datetime | |
from multiprocessing import Process, Event | |
import os | |
import pprint | |
import random |