Michele Marcucci
Michele Marcucci
If I'd like to translate string in the Angular routes file (in the specific case breadcrumb labels), how can I do? Gettext gets the strings but does not set them,...
Hello, is there a way to get some stats from the miner?
I have some account in testnet selected, when I try to send anything the send button (if it's supposed top be there) is not available and basically I'm stuck, also...
I can't find how to do that, I'd like to set for example last 30 days as default range. I tried with `ng-model="vm.dateRange"` and: ``` vm.dateRange = { startDate: moment().subtract(30,...
It's really hard to understand how to connect to a remote Bitcoin node I have yet. I'm trying with something like this but without success: ``` var bitcore = require('bitcore-node');...
Is there a way to send (in testnet of course) double spending transactions to understand how to discover them? Or is there a way to discover them from a transaction...
How do you handle connection error like wrong password? I have something like this: ``` const createBitcoinClient = (settings) => { try { const bitcoinClient = new bitcoin({ host: process.env.BITCOIN_NODE_HOST...
I'm looking for a way to handle the duplicated messages I got when I emit a message with this code, any idea?
Is there a way to use multi fields? In moongoosastic I was able to do something like this: ``` name: { type: String, es_indexed: true, es_type: 'multi_field', es_fields: { analyzed:...