blockchain
index
/home/dani/Development/code/notabug/master/experiments/anonycoin/anonycoin/blockchain.py

Anonycoin --- Bitcoin simulator with anonymity throught group signature
 
Copyright © 2016 Daniel Pimentel <d4n1@member.fsf.org>
 
This file is part Anonycoin.
 
Anonycoin is free software; you can redistribute it and/or modify it
under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 3 of the License, or (at
your option) any later version.
 
Anonycoin is distributed in the hope that it will be useful, but
WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.
 
You should have received a copy of the GNU General Public License
along with Anonycoin.  If not, see <http://www.gnu.org/licenses/>.

 
Classes
       
builtins.object
Blockchain

 
class Blockchain(builtins.object)
    Blockchain Bitcoin simulator.
 
  Methods defined here:
__init__(self, block, transaction, ip, timestamp, difficulty)
Constructor.
block - current block header
transaction - transaction in the current block
ip - ip address
timestamp - timestamp generated by mining
difficulty - difficulty level generated by mining
blocking(self, simulation=0)
Make block Bitcoin writing Blockchain in CVS file.
simulation - 0 (default Bitcoin) or 1 (with group signature)

Data descriptors defined here:
__dict__
dictionary for instance variables (if defined)
__weakref__
list of weak references to the object (if defined)