Skip to content

Aborted (core dumped) #26

@marcosc90

Description

@marcosc90

When I try to create a wallet I get the following error:

terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::system::system_error> >'
  what():  context: library has no ciphers
Aborted (core dumped)

This is the code that triggers it:

(async() => {

	const path = require('path');

	const monero = require('monero-nodejs-libwallet');

	const wallet = await monero.createWallet({
		'path': './wallets',
		'password': '123', 
		'network': 'mainnet',
    	'daemonAddress': 'localhost:18081',
	})

	console.log(wallet);

})();

I tested this on:

Node.js: v10.10.0, v10.7.0 & v8.11.4 on Ubuntu 16.04 & Ubuntu 18.04

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions