from badblockchain import BadBlockChain from badkeymaterial import BadKeyMaterial c = BadBlockChain() c.getNewBlocks() # Blockchain import # modulus eintragen k=BadKeyMaterial(4906493971) # privaten Schlüssel setzen k.private = 158269471 c.mine(k.modulus) print c.wallets.wallets