kaykurokawa/pushtx

Error

Opened this issue · 3 comments

Traceback (most recent call last):
File "pushtx.py", line 49, in
main()
File "pushtx.py", line 46, in main
pushtx(crypto,num_peers_to_send,tx_list,addresses)
File "pushtx.py", line 16, in pushtx
num_tx_broadcasts=num_peers_to_send)
File "F:\Apache\www\TBG\pushtx-master\peersockets.py", line 64, in init
self.poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'

Looks like a OS X issue, as select.poll is not supported on that platform.
I will see if there is a fix for it, thanks.

Can I try this on Linux .. CentOS or Ubuntu for pushtx

Should be fine on linux, I've tested on Ubuntu but CentOS should work as well