You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.rst
+5-5
Original file line number
Diff line number
Diff line change
@@ -20,18 +20,18 @@ For installation instructions, see below.
20
20
Latest release (BlockSci v0.5.0)
21
21
================================
22
22
23
-
Version 0.5.0 focuses mainly on improvements and cleanups in the python interface. The largest new feature is the introduction of vectorized operations which return NumPy arrays, enabling much more rapid usage of BlockSci's python interface. You can read more details about the release in the `release notes`_. The latest version of theAMI_ is still running 0.4.5 (explained under "Quick setup" below). We will release an updated AMI shortly.
23
+
Version 0.5.0 focuses mainly on improvements and cleanups in the python interface. The largest new feature is the introduction of vectorized operations which return NumPy arrays, enabling much more rapid usage of BlockSci's python interface. You can read more details about the release in the `release notes`_. We are releasing a newAMI_ running 0.5.0 (explained under "Quick setup" below).
If you want to start using BlockSci immediately, we have made available an EC2 image: ami-0650807b_. We recommend using instance with 60 GB of memory or more for optimal performance (r4.2xlarge). On boot, a Jupyter Notebook running BlockSci will launch immediately. To access the notebook, you must set up port forwarding to your computer. Inserting the name of your private key file and the domain of your ec2 instance into the following command will make the Notebook available on your machine.
34
+
If you want to start using BlockSci immediately, we have made available an EC2 image: ami-1bc34e64_. We recommend using instance with 60 GB of memory or more for optimal performance (r4.2xlarge). On boot, a Jupyter Notebook running BlockSci will launch immediately. To access the notebook, you must set up port forwarding to your computer. Inserting the name of your private key file and the domain of your ec2 instance into the following command will make the Notebook available on your machine.
35
35
36
36
.. code-block:: bash
37
37
@@ -45,7 +45,7 @@ There is no need for user intervention to resolve this issue since the machine w
45
45
46
46
The AMI contains a fully updated version of the Bitcoin blockchain as of the creation date of the AMI (March 8, 2017). Additionally it will automatically start a Bitcoin full node and update the blockchain once every hour to the latest version of the chain.
0 commit comments