markdown updated
This commit is contained in:
parent
af8ce3e494
commit
6bf3b4f053
@ -1,2 +1,10 @@
|
|||||||
mystery
|
mystery
|
||||||
=======
|
=======
|
||||||
|
|
||||||
|
|
||||||
|
## bitcoind configuration
|
||||||
|
|
||||||
|
There is a bitcoind configuration sample at:
|
||||||
|
```
|
||||||
|
etc/mystery/bitcoin.conf
|
||||||
|
```:
|
||||||
|
|||||||
@ -6,4 +6,7 @@ module.exports = function(app) {
|
|||||||
var index = require('../app/controllers/index');
|
var index = require('../app/controllers/index');
|
||||||
app.get('/', index.render);
|
app.get('/', index.render);
|
||||||
|
|
||||||
|
//TX routes
|
||||||
|
//
|
||||||
|
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user