MisterTeo
MisterTeo
Use google to search problem....
As it says in NOTICE of https://github.com/graymauser/btcposbal2csv/blob/master/btcposbal2csv.py, **That the output may not be complete as there are some transactions which are not understood by the decoding lib, or that which...
Low RAM memory... Read info.
Is not that hard. Install python 3 from the oficial website ( https://www.python.org/download/releases/3.0/ ). Don;t forget during install to check "add to PATH"... open cmd and type "git clone https://github.com/Isaacdelly/Plutus.git...
run with python3 #145
„ The database currently holds 19,216,420 Bitcoin addresses. This is the total number of P2PKH Bitcoin addresses with a balance that exist in the blockchain.This can be verified by removing...
pip install elipticcurve
My guess is low RAM memory.
#133 and https://github.com/Isaacdelly/Plutus/blob/master/README.md#memory-consumption
And this part : with open(DATABASE + p, 'rb') as file: if c < half: if c < quarter: database[0] = database[0] | pickle.load(file) else: database[1] = database[1] | pickle.load(file)...