gasparyanyur

Results 8 issues of gasparyanyur

Hi all. For a long time, I use OrbitDb as a sync transport. So, today I found that some nodes do not receive any data that has been published a...

Hi all :) Today I read that in OrbitDb documentation speaks about the problem of consistency. And also I read somewhere that the orbitdb guarantee that all peers in p2p...

Architecture

Hi all. In my go based application I have cmd part where user can follow the process. So I need to have 2 backand parts for loging -> cmd and...

Hi all. I'm making application to which will allow users to create wallets , generates addreses and send transactions. So now I am trying to use btcwallet and ltcwallet packages...

Hi all. I am trying to generate a new address without connection to rpc server. I do not want to receive transactions and etc. I only want to generate and...

Hi all. I am using` electron-winstaller `to make an installabe file for windows. So I have installed the node package by the command `npm i -g electron-winstaller` Than have created...

Hi all. I am getting an error when trying to run `createInstaller.js` Here is my createInstaller.js file ``` const createWindowsInstaller = require('electron-winstaller').createWindowsInstaller const path = require('path') getInstallerConfig() .then(createWindowsInstaller) .catch((error) =>...

On my ubuntu 20 machine I have already installed and configured CryptoPro. So now I am trying to sign message using number571/go-cryptopro but getting the following error: ``` E[-2146893792][CreateContainer: CryptGenKey]...