neo-node icon indicating copy to clipboard operation
neo-node copied to clipboard

Can I install neo-cli in Ubuntu 18.04?

Open Thorgrlm opened this issue 6 years ago • 9 comments

Hi, I have a raspberry Pi 3B and I think this device it's will perfect for to install the neo-cli but in the documentation I can see that work only in ubuntu 16.04, there are some way the install neo-cli in ubuntu 18.04? thanks

Thorgrlm avatar Jul 09 '19 13:07 Thorgrlm

I believe it will work normally. We have neocli running on ubuntu 18.04 docker images.

If you have any problem let us know.

vncoelho avatar Jul 09 '19 13:07 vncoelho

Hi, I can't make do work it in ubuntu 18.04, can you explain to me how did you fix it? thanks

This is I see in the console Failed to initialize CoreCLR, HRESULT: 0x80131500

Thorgrlm avatar Jul 10 '19 09:07 Thorgrlm

hi, I think so I fix the issue. 1º Install package sudo apt-get update sudo apt-get install libleveldb-dev libleveldb1v5 libicu-dev sqlite3 libsqlite3-dev libunwind8-dev sudo apt install apt-transport-https ca-certificates curl software-properties-common

2º install docker curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add - sudo add-apt-repository "deb [arch=amd64] https://download.docker.com/linux/ubuntu bionic stable" sudo apt update

I make a docker test apt-cache policy docker-ce

Install docker sudo apt install docker-ce

Test start up sudo systemctl status docker

3º Donload neo-cli wget https://github.com/neo-project/neo-cli/releases/download/v2.10.2/neo-cli-linux-x64.zip

sudo unzip neo-cli-linux-x64.zip -d /opt/

cd /opt/neo-cli/ sudo dotnet neo-cli.dll

Thorgrlm avatar Jul 10 '19 17:07 Thorgrlm

We used to have it on https://github.com/NeoResearch/neocompiler-eco

If you want I can double check the old commits to see the dockerfile of Ubuntu 18.04 that use to run the neo-cli.

vncoelho avatar Jul 10 '19 17:07 vncoelho

When you find the solution, fell free to ask anything else or close the issue, @Thorgrlm.

Thanks for trying that!

vncoelho avatar Jul 10 '19 18:07 vncoelho

image Hi there, I am trying to run neo-cli but blocks are not syncing beyond block height 328296. whenever I run neo-cli it flashes this error. I am using Ubuntu 16.04.06 on AWS t3.2xlarge. Urgent Help Needed

thehomosapien avatar Aug 13 '19 06:08 thehomosapien

@thehomosapien please in order to help you. Please, open a new issue, and specify your configuration, plugins, etc. and very important, the steps to reproduce the issue

shargon avatar Aug 13 '19 06:08 shargon

done @shargon https://github.com/neo-project/neo-cli/issues/434

thehomosapien avatar Aug 13 '19 07:08 thehomosapien

Hi @thehomosapien, what version of neo are you using?

lock9 avatar Nov 17 '19 18:11 lock9

Old, if remains, please re-open

shargon avatar Dec 05 '23 13:12 shargon