| .. |
|
__init__.py
|
490af57fd0
run miner in forked process, to avoid the Python GIL
|
8 лет назад |
|
block.py
|
94e1c2d083
dynamically recompute the desired block difficulty
|
8 лет назад |
|
blockchain.py
|
94e1c2d083
dynamically recompute the desired block difficulty
|
8 лет назад |
|
chainbuilder.py
|
94e1c2d083
dynamically recompute the desired block difficulty
|
8 лет назад |
|
crypto.py
|
2c36aaabfd
add a Signing.has_private flag
|
8 лет назад |
|
merkle.py
|
c02f887982
document everything
|
8 лет назад |
|
mining.py
|
490af57fd0
run miner in forked process, to avoid the Python GIL
|
8 лет назад |
|
mining_strategy.py
|
8e6108a4b6
when mining, do not waste the transaction fees
|
8 лет назад |
|
persistence.py
|
5b8be3e9d8
implement persistence of primary blockchain, unconfirmed transactions and connected peers
|
8 лет назад |
|
proof_of_work.py
|
94e1c2d083
dynamically recompute the desired block difficulty
|
8 лет назад |
|
protocol.py
|
08cfd1761a
properly close P2P connections, without race conditions
|
8 лет назад |
|
transaction.py
|
b666474c36
implement transaction fees
|
8 лет назад |