You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I navigate to 'send' and hit Ctrl-E, I get a list of potential recipients, though when I navigate to 'From' say, Ctrl+E no longer works. Is this expected behaviour?
Running termcoin -c litecoin worked well the first time I ran it, though after encrypting my wallet, quitting and restarting termcoin, I get the following:
% termcoin -c litecoin
Starting new server on port 9332...
/usr/lib/node_modules/termcoin/bin/termcoin:22
if (err) throw err;
^
Error: Loading block index...
at /usr/lib/node_modules/termcoin/lib/backend/bitcoind.js:563:15
at IncomingMessage.end (/usr/lib/node_modules/termcoin/lib/utils.js:216:7)
at emitNone (events.js:85:20)
at IncomingMessage.emit (events.js:179:7)
at endReadableNT (_stream_readable.js:906:12)
at nextTickCallbackWith2Args (node.js:474:9)
at process._tickCallback (node.js:388:17)
Waiting a few seconds and running termcoin again then yields the following:
% termcoin -c litecoin
/usr/lib/node_modules/termcoin/bin/termcoin:22
if (err) throw err;
^
Error: walletpassphrase "passphrase" timeout
Stores the wallet decryption key in memory for 'timeout' seconds.
This is needed prior to performing transactions related to private keys such as sending litecoins
Arguments:
"passphrase" (string, required) The wallet passphrase
timeout (numeric, required) The time to keep the decryption key in seconds.
Note:
Issuing the walletpassphrase command while the wallet is already unlocked will set a new unlock
time that overrides the old one.
at next (/usr/lib/node_modules/termcoin/lib/utils.js:118:14)
at /usr/lib/node_modules/termcoin/lib/backend/bitcoind.js:272:14
at /usr/lib/node_modules/termcoin/lib/backend/bitcoind.js:565:16
at IncomingMessage.end (/usr/lib/node_modules/termcoin/lib/utils.js:216:7)
at emitNone (events.js:85:20)
at IncomingMessage.emit (events.js:179:7)
at endReadableNT (_stream_readable.js:906:12)
at nextTickCallbackWith2Args (node.js:474:9)
at process._tickCallback (node.js:388:17)
The same happens with dogecoin.
I have tried running 'termcoin -c litecoin' with an unencrypted wallet, and I get the first of the above two errors, but running it a second time yields no issues.
I'm running termcoin 0.0.8 as installed by npm.
Thanks in advance for any comments!
The text was updated successfully, but these errors were encountered:
Hi,
First of all, thanks for the great wallet!
With that said, I've got the following problems:
When I navigate to 'send' and hit Ctrl-E, I get a list of potential recipients, though when I navigate to 'From' say, Ctrl+E no longer works. Is this expected behaviour?
Running termcoin -c litecoin worked well the first time I ran it, though after encrypting my wallet, quitting and restarting termcoin, I get the following:
Waiting a few seconds and running termcoin again then yields the following:
The same happens with dogecoin.
I have tried running 'termcoin -c litecoin' with an unencrypted wallet, and I get the first of the above two errors, but running it a second time yields no issues.
I'm running termcoin 0.0.8 as installed by npm.
Thanks in advance for any comments!
The text was updated successfully, but these errors were encountered: