Skip to content
This repository has been archived by the owner on May 13, 2022. It is now read-only.

please help on tumbler.py problem #739

Open
kuje11 opened this issue Jun 3, 2017 · 8 comments
Open

please help on tumbler.py problem #739

kuje11 opened this issue Jun 3, 2017 · 8 comments

Comments

@kuje11
Copy link

kuje11 commented Jun 3, 2017

hello,
I got that problem on irc i think when i try to tumbling my wallet to 5 btc addresses ,

connecting to host irc.cyberguerrilla.org6697
failed to send ping message on socket
disconnected from irc host irc.cyberguerrilla.org6697
connecting to host irc.cyberguerrilla.org6697
disconnected from irc host irc.cyberguerrilla.org6697
irc ping timed out
errored while trying to quit: error(10057, 'Une requ\xeate d\x92envoi ou de r\xe9ception de donn\xe9es n\x92a pas \xe9t\xe9 autoris\xe9e car le socket n\x92est pas connect\xe9 et (lors de l\x92envoi sur un socket datagramme en utilisant un appel sendto) aucune adresse n\x92a \xe9t\xe9 fournie')

@goodpunk6
Copy link

goodpunk6 commented Jun 5, 2017

can confirm. I have the same exact issue
2017-06-05 09:29:45,980 [PingThread ] [WARNI] irc ping timed out 2017-06-05 09:29:45,980 [PingThread ] [INFO ] errored while trying to quit: error(10057, 'A request to send or receive data was disallowed because the socket is not connected and (when sending on a datagram socket using a sendto call) no address was supplied') 2017-06-05 09:29:47,678 [MCThread ] [INFO ] connecting to host irc.cyberguerrilla.org6697 2017-06-05 09:30:08,789 [MCThread ] [INFO ] disconnected from irc host irc.cyberguerrilla.org6697 2017-06-05 09:30:38,790 [MCThread ] [INFO ] connecting to host irc.cyberguerrilla.org6697 2017-06-05 09:30:59,903 [MCThread ] [INFO ] disconnected from irc host irc.cyberguerrilla.org6697 2017-06-05 09:31:29,904 [MCThread ] [INFO ] connecting to host irc.cyberguerrilla.org6697

@AdamISZ
Copy link
Member

AdamISZ commented Jun 5, 2017

This is a problem connecting to irc.cyberguerrilla.org on port 6697. Things to know:

  • There are two connections configured by default (the above, and agora.anarplex.net). If during running, one of them goes down, the other should continue as normal (although you may get a fair amount of network warning messages). If you fail to connect to either one at start up of script, the script will not start up at all.

  • In the latter case, you would need to edit the joinmarket.cfg file to remove the IRC server that was refusing connections (each of the settings in MESSAGING is a comma separated list, by default with 2 items each, as above, you would have to edit to have one entry in each of those settings.

Hope it helps.

@goodpunk6
Copy link

Are there other servers you recommend, that I can add or does it have to be these two? Cuz I'm technically only using one since cyberguerrilla won't connect. Its odd that this is happening to more than one person.

@AdamISZ
Copy link
Member

AdamISZ commented Jun 5, 2017

Those are the only two in general usage, as far as I know. It's difficult to find public IRC servers that support Tor (which a lot of users prefer to use for sensible reasons). If a group of users want to use other servers, they can, but obviously the network effect kind of dictates we all use the same ones.

It's not odd that it happens to more than one person; if the IRC server is having problems, it'd be normal for either many or all users to experience the connection problem.

@goodpunk6
Copy link

goodpunk6 commented Jun 5, 2017 via email

@AdamISZ
Copy link
Member

AdamISZ commented Jun 5, 2017

Sorry, it's a little unclear what you mean; have you tried setting the server to agora.anarplex.net only? (removing the entries for cyberguerrilla). Has the tumbler started but not completed (I presume so, from what you say)? As to an amount it's cost you, are you referring to fees or to funds that are "in transit", or have gone missing? One general point that may be helpful whatever your situation is: note that you can send funds out of the wallet directly, without using IRC and coinjoin, using python sendpayment.py -N 0 ... (see python sendpayment.py --help for some info.)

@goodpunk6
Copy link

goodpunk6 commented Jun 5, 2017 via email

@goodpunk6
Copy link

Ok, so removing cyberguerrilla seems to have made things a ton better. I am happy that I was prompted y/n for a bunch of orders.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants