It was the Bitcointalk forum that inspired us to create Bitcointalksearch.org - Bitcointalk is an excellent site that should be the default page for anybody dealing in cryptocurrency, since it is a virtual gold-mine of data. However, our experience and user feedback led us create our site; Bitcointalk's search is slow, and difficult to get the results you need, because you need to log in first to find anything useful - furthermore, there are rate limiters for their search functionality.
The aim of our project is to create a faster website that yields more results and faster without having to create an account and eliminate the need to log in - your personal data, therefore, will never be in jeopardy since we are not asking for any of your data and you don't need to provide them to use our site with all of its capabilities.
We created this website with the sole purpose of users being able to search quickly and efficiently in the field of cryptocurrency so they will have access to the latest and most accurate information and thereby assisting the crypto-community at large.
electrum getseed
Server-side exception:>
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 116, in pw_decode
d = to_string(DecodeAES(secret, s), "utf8")
File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 102, in DecodeAES
s = aes_decrypt_with_iv(secret, iv, e)
File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 80, in aes_decrypt_with_iv
cipher = AES.new(key, AES.MODE_CBC, iv)
File "/usr/local/lib/python3.5/dist-packages/Cryptodome/Cipher/AES.py", line 225, in new
return _create_cipher(sys.modules[__name__], key, mode, *args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/Cryptodome/Cipher/__init__.py", line 79, in _create_cipher
return modes[mode](factory, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/Cryptodome/Cipher/_mode_cbc.py", line 287, in _create_cbc_cipher
factory.block_size)
ValueError: Incorrect IV length (it must be 16 bytes long)
Traceback (most recent call last):
File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/SimpleJSONRPCServer.py", line 376, in _dispatch
return func(*params)
File "/usr/local/lib/python3.5/dist-packages/electrum/daemon.py", line 287, in run_cmdline
result = func(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/electrum/commands.py", line 87, in func_wrapper
return func(*args, **kwargs)
File "/usr/local/lib/python3.5/dist-packages/electrum/commands.py", line 360, in getseed
s = self.wallet.get_seed(password)
File "/usr/local/lib/python3.5/dist-packages/electrum/wallet.py", line 1375, in get_seed
return self.keystore.get_seed(password)
File "/usr/local/lib/python3.5/dist-packages/electrum/keystore.py", line 217, in get_seed
return pw_decode(self.seed, password)
File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 118, in pw_decode
raise InvalidPassword()
electrum.util.InvalidPassword: Incorrect password
Traceback (most recent call last):
File "/usr/local/bin/electrum", line 465, in
result = server.run_cmdline(config_options)
File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 650, in __call__
return self.__send(self.__name, args)
File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 532, in _request
check_for_errors(response)
File "/usr/local/lib/python3.5/dist-packages/jsonrpclib/jsonrpc.py", line 1220, in check_for_errors
raise ProtocolError((code, message))
jsonrpclib.jsonrpc.ProtocolError: (-32603, 'Server error: File "/usr/local/lib/python3.5/dist-packages/electrum/crypto.py", line 118, in pw_decode | electrum.util.InvalidPassword: Incorrect password\n')