Lauri Hartikka
Lauri Hartikka
Cheers If you want to mine a block you should use HTTP POST as is shown in the readme.md, e.g.: `curl -X POST http://localhost:3001/mineBlock` You should also verify that you...
In the README.md is there is the quickstart example which set ups two nodes and mines a block
Hi You will need to have nodejs and npm installed in order to run the naivechain. After that you can start up a node(s) with the specified commands. The commands...
There is clear separation of concerns between the different ports. The P2P port is for only peer to peer communication with other nodes. This port should be public to internet...
The `broadcast` function send the given message to every peer the node knows about: https://github.com/lhartikk/naivechain/blob/master/main.js#L206 The *receiving* peer handles the sent message using code: https://github.com/lhartikk/naivechain/blob/master/main.js#L73
Ah, thanks for letting me know!
I favor the hashtag. Same reasoning as mrz1988.
I think this issue should be discussed more thoroughly. E.g. from google search: "get to the chopper" = 5,400,000 results "get to the choppa" = 3,140,000 results
Keyword already found in the language [Or](http://www.youtube.com/watch?v=RYtQMhnBtTw) `CONSIDER THAT A DIVORCE`
I'm not too eager to break the backward compatibility given the change gives no "real" value.