pshenmic

Results 37 comments of pshenmic

Hey @MuhtasimTanmoy, that's awesome! Feel free to reach me out in Discord, and we'll handle that. https://discord.gg/ncN4BH3jpC Implementation should be pretty straight-forward. We use `dockerode` and `docker-compose` to communicate with...

The original error with Could not connect to core RPC is gone, but invoking it without `--config=local` will result an error. Maybe we should consider just moving wallet mint comand...

I agree, but it does not support regular nodes either, because this command does not make sense for mainnet, testnet, and devnet nodes. It is only supported for regtest nodes...

Implemented in https://github.com/dashpay/platform/pull/2188 can be closed I guess

There is actually such query in the DAPI ``` rpc getMasternodeStatus (GetMasternodeStatusRequest) returns (GetMasternodeStatusResponse); message GetMasternodeStatusResponse { enum Status { UNKNOWN = 0; WAITING_FOR_PROTX = 1; POSE_BANNED = 2; REMOVED...

However, I just checked the DAPI source code. it just turnt off for some reason

I did a fresh build against v1.8 and it caused the message error to slightly change, which gave me an idea what could be happening here. It looks like the...

On mainnet, but on the testnet sometimes also occurs