process title.
This commit is contained in:
parent
9a65999b2f
commit
49acbfc113
@ -1,5 +1,7 @@
|
||||
#!/usr/bin/env node
|
||||
|
||||
process.title = 'bitcoind.js';
|
||||
|
||||
var bitcoind = require('../')();
|
||||
|
||||
bitcoind.start(function(err) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user