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.
import secp256k1 as ice
export PYTHONPATH=$PYTHONPATH:/home/citb0in/foo/python/modules
echo $PYTHONPATH
python3
Python 3.10.6 (main, Nov 14 2022, 16:10:14) [GCC 11.3.0] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from ice_secp256k1 import secp256k1 as ice
>>> ice.privatekey_to_address(0, True, 123)
'141fTonryMQxmkKcba9FstmyQv3tqdBzTY'
>>>
import secp256k1
#dllfile = 'ice_secp256k1.so'
dllfile = '/home/yin4/secp256k1/ice_secp256k1.so'
yin4@qq:~ ls secp256k1
CHANGELOG.md ice_secp256k1.dll ice_secp256k1.so LICENSE __pycache__ README.md secp256k1.py
yin4@qq:~/secp256k1$ python3
>>> import secp256k1 as ice
>>> ice.somecommand
yin4@qq:/other/directory$ export PYTHONPATH=/home/yin4/secp256k1
yin4@qq:/other/directory$ python3
>>> import secp256k1 as ice
>>> ice.
>>> ice.__
ice.__annotations__ ice.__format__( ice.__loader__ ice.__reduce_ex__(
ice.__class__( ice.__ge__( ice.__lt__( ice.__repr__()
ice.__delattr__( ice.__getattribute__( ice.__name__ ice.__setattr__(
ice.__dict__ ice.__gt__( ice.__ne__( ice.__sizeof__()
ice.__dir__( ice.__hash__() ice.__new__( ice.__spec__
ice.__doc__ ice.__init__( ice.__package__ ice.__str__()
ice.__eq__( ice.__init_subclass__( ice.__path__ ice.__subclasshook__(
ice.__file__ ice.__le__( ice.__reduce__()
>>> from secp256k1 import secp256k1 as ice
File ice_secp256k1.so not found
Traceback (most recent call last):
File "", line 1, in
File "/home/yin4/secp256k1/secp256k1.py", line 92, in
ice.scalar_multiplication.argtypes = [ctypes.c_char_p, ctypes.c_char_p] # pvk,ret
NameError: name 'ice' is not defined