Giter VIP home page Giter VIP logo

Comments (11)

immartian avatar immartian commented on May 28, 2024 1

what's the version number after running gmc version ?

from go-musicoin.

jjziets avatar jjziets commented on May 28, 2024

i deleted the go-musicoin folder and did a sudo git clone https://github.com/Musicoin/go-musicoin.git

instance: GMC/v2.0.0-stable-d849d276/linux/go1.6.3

from go-musicoin.

immartian avatar immartian commented on May 28, 2024

so you did make gmc? If so, please make sure Go version under 1.8 (the released version was built with Go 1.7.3, fyi)

from go-musicoin.

jjziets avatar jjziets commented on May 28, 2024

that could be it. yes, i did make gmc but have not been able to get go1.7.3 to install on the ubuntu.

from go-musicoin.

Varunram avatar Varunram commented on May 28, 2024

gmc does not work with Go1.8. Please report back after building on go1.7.3. Thanks!

from go-musicoin.

jjziets avatar jjziets commented on May 28, 2024

Ok brand new vps with ubuntu 16.04 go 1.7.3
vps has 1GB ram and 30Gb hdd

./gmc version
GMC
Version: 2.0.0-stable-d849d276
Protocol Versions: [63 62]
Network Id: 7762959
Go Version: go1.7.3
OS: linux
GOPATH=/home/ubuntu/work
GOROOT=/usr/local/go

    /home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/server.go:431 +0x1e9

goroutine 19191 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).pingpong(0xc420216d00, 0xc4316de200, 0xdbe2173cda46d300, 0xfb5b5751b1076f9f, 0xd7da37df59fb79f0, 0x1a337db835366301, 0xd62553f6f122ce17, 0x3daa1cbd29570dd7, 0x510d97d5be0334e0, 0x16ba6c6a5704f2f2, ...)
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:511 +0x58
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bond(0xc420216d00, 0xdbe2173cda46d300, 0xfb5b5751b1076f9f, 0xd7da37df59fb79f0, 0x1a337db835366301, 0xd62553f6f122ce17, 0x3daa1cbd29570dd7, 0x510d97d5be0334e0, 0x16ba6c6a5704f2f2, 0xc42dd71f3c, ...)
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:487 +0x735
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall.func1(0xc420216d00, 0xc42fa74ea0, 0xc430bdaa80)
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:432 +0xde
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:434 +0xa5

goroutine 19164 [chan receive]:
github.com/ethereum/go-ethereum/p2p/discover.(*Table).bondall(0xc420216d00, 0xc4272f6080, 0x10, 0x10, 0x6aa8881073a9cdea, 0xeeb0b8619b6b67d1, 0x80d5419e0b204f76)
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:437 +0x118
github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup.func1(0xc420216d00, 0xc43ac4f780, 0xc4274bdb40, 0xc42f3b74a0)
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:288 +0x1a6
created by github.com/ethereum/go-ethereum/p2p/discover.(*Table).lookup
/home/ubuntu/work/go-musicoin/build/_workspace/src/github.com/ethereum/go-ethereum/p2p/discover/table.go:289 +0x478

from go-musicoin.

jjziets avatar jjziets commented on May 28, 2024

it runs for a few blocks and then I get that message

from go-musicoin.

immartian avatar immartian commented on May 28, 2024

can you try to build again on the server with most recent commit?
Also please remove ~/.musicoin/chaindata and try again.

from go-musicoin.

jjziets avatar jjziets commented on May 28, 2024

I deleted the AWS EC2 vps and start a new one from scratch. 1GB Ram, 30GB SSD(Free Tair)
Ubuntu 16.04

$sudo apt-get update
$sudo apt install make
$sudo apt install gcc
$wget https://storage.googleapis.com/golang/go1.7.3.linux-amd64.tar.gz
$sudo tar -zxvf go1.7.3.linux-amd64.tar.gz -C /usr/local
$mkdir work
$export PATH=$PATH:/usr/local/go/bin
$export GOPATH=$HOME/work
$cd work
$git clone https://github.com/Musicoin/go-musicoin.git
$cd go-musicoin/
$make gmc
$cd build/bin
$./gmc version
GMC
Version: 2.0.0-stable-d849d276
Protocol Versions: [63 62]
Network Id: 7762959
Go Version: go1.7.3
OS: linux
$screem
$./gmc --rpc --rpcaddr 172.31.20.154 --rpcport 8545 console

So far it looks like it is syncing. now at block 297642 but it is only adding 1 block ever min. so something must be wrong.

$ free
total used free shared buff/cache available
Mem: 1014660 734728 112428 3148 167504 120592
Swap: 4194300 0 4194300

The block explorer shows that block height to be 10k and I am at 3k?

from go-musicoin.

immartian avatar immartian commented on May 28, 2024

It's good to see it's syncing although the speed is not ideal but seems not a big issue. Some others sync slower these 2 days.

from go-musicoin.

jjziets avatar jjziets commented on May 28, 2024

yea it is syncing. now at 630968. adds about 10-50 blocks every few seconds.

from go-musicoin.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.