| .. |
|
__init__.py
|
9985148595
basic mining and sending money seems to work now
|
8 лет назад |
|
block.py
|
f06274515c
make _int_to_bytes handle negative values properly
|
8 лет назад |
|
blockchain.py
|
4323dfad7e
have the block chain keep track of unspent coins (for more efficient accesses)
|
8 лет назад |
|
chainbuilder.py
|
c02f887982
document everything
|
8 лет назад |
|
crypto.py
|
4d104a0803
add a Signing.from_file factory function
|
8 лет назад |
|
merkle.py
|
c02f887982
document everything
|
8 лет назад |
|
mining.py
|
5c4afaa0ea
properly stop miner in stop_mining(), use condition variable instead of busy waiting
|
8 лет назад |
|
mining_strategy.py
|
c02f887982
document everything
|
8 лет назад |
|
proof_of_work.py
|
bd2d844afe
hash raw bytes of integers, not their string representations
|
8 лет назад |
|
protocol.py
|
c02f887982
document everything
|
8 лет назад |
|
transaction.py
|
bb3e2b624b
add JSON conversion functions to Signing and TransactionInput
|
8 лет назад |