run
index
/home/dani/Development/code/notabug/master/experiments/anonycoin/anonycoin/run.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/>.

 
Functions
       
clock(...)
clock() -> floating point number
 
Return the CPU time or real time since the start of the process or since
the first call to clock().  This has as much precision as the system
records.
message(message)
Print message and exit.
run()
Run Bitcoin simulator.