ethereum / node-ethereum

[DEPRECATED] a simple standalone or embeddable Ethereum client written for Node.js
GNU General Public License v2.0
46 stars 38 forks source link

source repository & error #45

Closed klkim closed 9 years ago

klkim commented 9 years ago

When I clone from http://github.com/wanderer/node-ethereum guided in README.md, I met an error

_info app problem with settings.json: Error: Cannot find module '/Users/xxx/.ethereum-node/settings.json' Assertion failed: (obj->HasIndexedPropertiesInExternalArrayData()), function Data, file ../src/nodebuffer.cc, line 103. Abort trap: 6

after typing $ ./bin/ethereum. In this case, settings.json in bin folder says, {"logging":3}.

However, cloning from https://github.com/ethereum/node-ethereum, I met an error too

_Assertion failed: (obj->HasIndexedPropertiesInExternalArrayData()), function Data, file ../src/nodebuffer.cc, line 103. Abort trap: 6

In this case settings.json in bin folder says,

{ "logging": 3, "plugins": [ "../plugins/ws/ws.js", "../plugins/webUI/" ], "network": { "port": 30303, "host": "0.0.0.0" }, "upnp": true }

I am using node v0.12.0, npm 2.5.1 on mac osx 10.10.2.

wanderer commented 9 years ago

are you on the dev branch?

kumavis commented 9 years ago

the readme does not specify dev I would just move all the work to master, since there isnt really a notion of stability yet once all required functionality is in place, the two branch system makes sense

kumavis commented 9 years ago

@klkim sorry for the confusion!

wanderer commented 9 years ago

updated the readme a bit. Maybe we should put a unstable use at own risk type of thing on in the readme? wdyt?

kumavis commented 9 years ago

@klkim closing for now, let us know if you have any other problems