ethereum-client-haskell icon indicating copy to clipboard operation
ethereum-client-haskell copied to clipboard

Results 5 ethereum-client-haskell issues
Sort by recently updated
recently updated
newest added

Is this project still alive? Or has it been superceded by another Haskell Ethereum implementation?

There should be an option for connection to a running postgres database. Example ethereumH -d pguser=postgres pgpass=pass pgdatabase=eth would connect to the database named eth with username postgres and password...

To build on Ubuntu 64bit, I had to add this to the .cabal file. I'm not sure how it affects other platforms though.

On most recent 64 bit Ubuntu. Linking dist/build/ethereumH/ethereumH ... /usr/bin/ld: dist/build/ethereumH/ethereumH-tmp/fastNonceFinder/nonceFinder.o: undefined reference to symbol 'pthread_create@@GLIBC_2.2.5' /lib/x86_64-linux-gnu/libpthread.so.0: error adding symbols: DSO missing from command line collect2: error: ld returned 1...