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
dotnet run --no-build -c Release -- --config goerli
53
+
54
+
You can confirm the latest block of the Goerli tetsnet here:
55
+
https://blockscout.com/eth/goerli/
56
+
57
+
or (mainnet)
58
+
59
+
::
60
+
61
+
cd Nethermind.EvmPlayground
62
+
dotnet run --no-build -c Release -- --config mainnet
63
+
64
+
Potential Issues
65
+
^^^^^^^^^^^^^^^^
66
+
67
+
If you have some previous pre-release versions of .NET Core installed they may cause conflicts. Your case might be quite unique so best to search for help online.
68
+
69
+
If application crashes saying that rocksdb-sharp / rocksdb is failing then most likely your processor is not supporting AVX instructions. This would require you to build RocksDb on your machine. We will add a tutorial for this later - for now reach out to us on gitter if you need to run it on a non-AVX CPU.
0 commit comments