Demon

Results 27 comments of Demon

> @patricklodder : Below is the response after running the command `dogecoin-cli -rpcuser=** -rpcpassword=** getnetworkinfo` from the dogecoin container > > `{ > "version": 1140500, > "subversion": "/Shibetoshi:1.14.5/", > "protocolversion":...

@Swornatoya ```ps ### Retrieve list of Active Dogecoin Nodes and insert into dogecoin.conf ### ### Prepends "addnode=" to each IP ### #! /bin/bash wget -q https://api.blockchair.com/dogecoin/nodes -O - | egrep...

I went the route of using electron-forge as indicated by @SebasLeal. However I would like more detail as to the steps he went about to have it running properly. As...

Error still present after cloning a new copy of the repo, and running: `npm i ; npm start` ### Error: [23695:0306/061058.550127:ERROR:buffer_manager.cc(488)] [.DisplayCompositor]GL ERROR :GL_INVALID_OPERATION : glBufferData:

However when I updated electron to v8.0.3, I get this result: ``` (electron) The default value of app.allowRendererProcessReuse is deprecated, it is currently "false". It will change to be "true"...

In other words having the same functionality as the C++ counterpart in masternode coins known as "coin control", which also automatically lock the masternode's collateral inputs from being staked/sent out...