ralampay
ralampay
> I'm also getting the same output: > > ``` > 2020-09-01 15:18:24,668 INFO [main thread] Waiting for block data to be published by node... > 2020-09-01 15:18:24,672 ERROR [main...
> > Any luck in solving this? > > None yet. > > > Currently I'm trying a released version 3.3.1 instead of the compiled one and reset all the...
There seems to be a problem to be pool only according to mhs_sam over at Discord which confuses me because I thought there would be no pool mining in Ergo....
Experiencing a similar problem. I created a shell script to try and run `cardano-graphql` side by side with `cardano-node`. ``` export CARDANO_NODE_CONFIG_PATH=/media/ralampay/Secondary/etc/mainnet/mainnet-config.json export CARDANO_GRAPHQL_PATH=/media/ralampay/Secondary/src/cardano/cardano-graphql export METADATA_SERVER_URI="https://metadata.cardano-testnet.iohkdev.io" cd $CARDANO_GRAPHQL_PATH export HASURA_CLI_PATH=/home/ralampay/.nvm/versions/node/v14.18.1/bin/...
I have a similar experience with this. Does the segmentation fault always occur for every run or is it random? In my case it's random. Using MRI. Coded a neural...
Is there a fix for this already? Can't run my neural network implementation using nmatrix's latest version due to the packable gem. :(