decentraland / bronzeage-node

DEPRECATED: This codebase will not be mantained anymore, and formats are going to change when we move to the Decentraland Iron Age
https://decentraland.org
Other
104 stars 22 forks source link

Web interface for the node #62

Closed nicosantangelo closed 7 years ago

nicosantangelo commented 7 years ago

Web UI

The interface lists the users mined tiles with a link to visit them on the app. It also allows for a friendly UI for making RPC calls (works just as ./bin/cli )

Run the server with:

$ cd browser
$ node server.js --apikey 'YOUR_API_KEY' --serverport 5000

Head over to http://localhost:5000 to see the UI

1 2

For development I recommend relo, and running it like this: relo -g . -- node server.js --apikey 'YOUR_API_KEY', so the server gets automatically restarted on each change.

To discuss

~1. I'm having some troubles getting the mining speed. I can't find a direct way to get the hashrate from the node without exposing it manually. Am I missing something?~ Adding features from https://github.com/decentraland/bronzeage-node/pull/63

  1. Should I add something to the README or some other place in the docs?
eordano commented 7 years ago

Great work! Testing it now

martriay commented 7 years ago

Looking at it!

martriay commented 7 years ago

A few comments:

nicosantangelo commented 7 years ago

👍

On it

👍

nicosantangelo commented 7 years ago

@martriay Updated