We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Passing the following object I can't unlock account
var options = { datadir : "T:/Programs/Ethereum/Own/", networkid: "2154", rpcport: 8545, rpc : true, rpcapi: "admin,db,eth,miner,personal,web3", account : 0, mine: true };
In "T:/Programs/Ethereum/Own/" i have a .password file with the eth.coinbase passowrd written on the first line.
NodeJS returns me that Error: Returned error: authentication needed: password or unlock everytime I try to write into my private blockchain
Returned error: authentication needed: password or unlock
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Passing the following object I can't unlock account
In "T:/Programs/Ethereum/Own/" i have a .password file with the eth.coinbase passowrd written on the first line.
NodeJS returns me that Error:
Returned error: authentication needed: password or unlock
everytime I try to write into my private blockchainThe text was updated successfully, but these errors were encountered: