BashCo / RunTheNumbers

audit the total bitcoin supply at future block height using your full node
https://bashco.github.io/RunTheNumbers
22 stars 5 forks source link

Python3 on Ubuntu LTS20.04 #4

Open btcschellingpt opened 4 years ago

btcschellingpt commented 4 years ago

Ubuntu LTS20.04 uses Python 3.8 as the default version which means the default script fails when invoking "python". This is easily rectified by altering the the "python" invocations (lines 30 and 34) to "python3".

Not sure if this is best resolved with an addendum to README or attempting to identify the active python version and then invoke appropriately.. because RTFM always works so well right?

nolim1t commented 3 years ago

this (https://github.com/BashCo/RunTheNumbers/pull/6) might fix it