--- Log opened Sat Jan 09 00:00:10 2021 00:01 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 00:11 -!- dc81 [~dc81@96.44.147.250] has joined #joinmarket 00:11 -!- dc81 [~dc81@96.44.147.250] has quit [Changing host] 00:11 -!- dc81 [~dc81@unaffiliated/dc81] has joined #joinmarket 00:13 -!- dc81_ [~dc81@96.44.143.242] has quit [Ping timeout: 265 seconds] 01:41 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 03:02 -!- undeath [~undeath@hashcat/team/undeath] has joined #joinmarket 03:19 -!- Willy43Gaylord [~Willy43Ga@static.57.1.216.95.clients.your-server.de] has joined #joinmarket 06:01 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 06:05 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 06:12 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 06:30 -!- puddinpop [~puddinpop@unaffiliated/puddinpop] has joined #joinmarket 06:58 -!- viasil_ [~nobody@95.174.67.172] has quit [Ping timeout: 256 seconds] 06:59 -!- viasil_ [~nobody@95.174.67.172] has joined #joinmarket 07:11 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 07:12 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 07:14 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has quit [Ping timeout: 240 seconds] 07:16 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has joined #joinmarket 07:45 -!- DeadWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 07:47 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has quit [Ping timeout: 240 seconds] 07:49 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 07:59 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has joined #joinmarket 09:37 -!- belcher_ [~belcher@unaffiliated/belcher] has joined #joinmarket 09:39 -!- belcher [~belcher@unaffiliated/belcher] has quit [Ping timeout: 260 seconds] 10:17 -!- DeadWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 10:23 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 10:29 -!- belcher_ is now known as belcher 11:02 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 11:03 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 11:05 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #joinmarket 11:10 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 11:17 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 12:11 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has quit [Ping timeout: 240 seconds] 12:12 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has quit [Ping timeout: 240 seconds] 12:14 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has quit [Ping timeout: 240 seconds] 12:18 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has joined #joinmarket 12:20 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has joined #joinmarket 12:40 -!- k3tan [~pi@gateway/tor-sasl/k3tan] has joined #joinmarket 13:11 -!- Cory [~Cory@unaffiliated/cory] has quit [Ping timeout: 268 seconds] 13:17 -!- Cory [~Cory@unaffiliated/cory] has joined #joinmarket 14:00 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 14:27 -!- dan [2d53dcd4@45.83.220.212] has joined #joinmarket 14:27 -!- dan is now known as Guest28134 14:29 < Guest28134> I installed specter-desktop and now I am getting an error for my maker bot. Specter connected to my node with auto detect. Here is the error I am seeing. 14:29 < Guest28134> File "/home/b/joinmarket-clientserver-0.8.0/jmclient/jmclient/jsonrpc.py", line 164, in call raise JsonRpcError(response["error"])jmclient.jsonrpc.JsonRpcError: {'code': -19, 'message': 'Wallet file not specified (must request wallet RPC through /wallet/ uri-path).'} 14:33 -!- Willy43Gaylord [~Willy43Ga@static.57.1.216.95.clients.your-server.de] has quit [Ping timeout: 246 seconds] 14:35 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 14:37 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #joinmarket 14:45 < belcher> Guest28134 try specifying in joinmarket.cfg the name of the bitcoin core wallet file you used for joinmarket 14:45 < belcher> perhaps `wallet.dat` which is the default name 14:46 < belcher> to do that find in joinmarket.cfg the line `rpc_wallet_file =` and change it to `rpc_wallet_file = wallet.dat` 14:49 < Guest28134> I have more than one wallet since I have 0.7.2 and 0.8.0 both running. Do I separate the names by commas? 14:50 < Guest28134> Oh, i see you mean the bitcoin core wallet. 14:51 < belcher> yes 14:52 < Guest28134> I made the change, shut restarted bitcoin core and restarted the bot and here is the error 14:52 < Guest28134> File "/home/b/joinmarket-clientserver-0.8.0/jmclient/jmclient/jsonrpc.py", line 164, in call raise JsonRpcError(response["error"])jmclient.jsonrpc.JsonRpcError: {'code': -18, 'message': 'Requested wallet does not exist or is not loaded'} 14:53 < Guest28134> i used wallet.dat which is what is in the .bitcoin folder 14:58 -!- jungly [~jungly@host-95-250-39-198.retail.telecomitalia.it] has joined #joinmarket 15:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Remote host closed the connection] 15:00 -!- ghost43 [~daer@gateway/tor-sasl/daer] has joined #joinmarket 15:04 < HackRelay> [hackint-irc/kristapsk] Guest28134, you can use "bitcoin-cli listwallets" command to see wallet names there, sometimes default wallet is "", which you cannot specify in JM :( 15:10 < Guest28134> The default wallet is "". Do you have a recommendation? 15:25 -!- mryandao [~mryandao@gateway/tor-sasl/mryandao] has quit [Ping timeout: 240 seconds] 15:25 -!- mryandao_ [~mryandao@gateway/tor-sasl/mryandao] has joined #joinmarket 15:47 -!- jungly [~jungly@host-95-250-39-198.retail.telecomitalia.it] has quit [Ping timeout: 246 seconds] 16:11 < HackRelay> [hackint-irc/kristapsk] Guest28134, you can try manually applying this patch, there was never consensus on merging it into master - https://github.com/JoinMarket-Org/joinmarket-clientserver/pull/395 16:14 -!- Guest28134 [2d53dcd4@45.83.220.212] has quit [Remote host closed the connection] 16:16 -!- dan [2d53dcd4@45.83.220.212] has joined #joinmarket 16:16 -!- dan is now known as Guest14095 16:17 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has quit [Ping timeout: 240 seconds] 16:25 -!- technonerd [~techno@gateway/tor-sasl/technonerd] has joined #joinmarket 16:40 < Guest14095> I have a new nick but I just used the 395 patch and it worked. Thanks 16:41 < Guest14095> wait, I was too fast. The daemon loaded but then I got the error message 16:41 < Guest14095> self.queryId = 1 if len(wallet_file) > 0: self.url = "/wallet/" + wallet_file else: self.url = "" # If no wallet specified, list all wallets and select first # one, which should be default one. Handles situations when # JM stops working because another wallet is loaded in 16:41 < Guest14095> Core # for some reason and no rpc_wallet_file specified in config. try: loaded_wallets = self.call("listwallets", []) if len(loaded_wallets) > 1: jlog.info( "Multiple wallets loaded in Bitcoin Core without " "rpc_wallet_file 16:41 < Guest14095> specified in joinmarket.cfg. " "Assuming '" + loaded_wallets[0] + "'.") self.url = "/wallet/" + loaded_wallets[0] except JsonRpcError: # Ignore, listwallets RPC might not exist pass 16:42 < Guest14095> File "/home/b/joinmarket-clientserver-0.8.0/jmclient/jmclient/blockchaininterface.py", line 320, in list_transactions return self._rpc("listtransactions", ["*", num, skip, True]) File "/home/b/joinmarket-clientserver-0.8.0/jmclient/jmclient/blockchaininterface.py", line 215, in _rpc res = self.jsonRpc.call(method, args) File 16:42 < Guest14095> "/home/b/joinmarket-clientserver-0.8.0/jmclient/jmclient/jsonrpc.py", line 180, in call raise JsonRpcError(response["error"])jmclient.jsonrpc.JsonRpcError: {'code': -19, 'message': 'Wallet file not specified (must request wallet RPC through /wallet/ uri-path).'} 16:42 < Guest14095> sorry I pasted the wrong thing first 17:00 -!- DeadWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 17:06 -!- DeanGuss [~dean@gateway/tor-sasl/deanguss] has quit [Ping timeout: 240 seconds] 17:32 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 272 seconds] 17:38 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 17:47 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has joined #joinmarket 18:00 -!- DSRelBot [~DSRelBot@p5486643c.dip0.t-ipconnect.de] has quit [Ping timeout: 256 seconds] 18:01 -!- HackRelay [~jmrelayha@p5486643c.dip0.t-ipconnect.de] has quit [Ping timeout: 264 seconds] 18:05 -!- undeath [~undeath@hashcat/team/undeath] has quit [Quit: WeeChat 3.0] 18:07 -!- DeadWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] 18:09 -!- DeadWeen [~dean@gateway/tor-sasl/deanguss] has joined #joinmarket 18:14 -!- DSRelBot [~DSRelBot@p54866527.dip0.t-ipconnect.de] has joined #joinmarket 18:15 -!- HackRelay [~jmrelayha@p54866527.dip0.t-ipconnect.de] has joined #joinmarket 19:01 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has quit [Ping timeout: 264 seconds] 19:02 -!- luke-jr [~luke-jr@unaffiliated/luke-jr] has joined #joinmarket 21:53 -!- asymptotically [~asymptoti@gateway/tor-sasl/asymptotically] has quit [Ping timeout: 240 seconds] 22:26 -!- ghost43 [~daer@gateway/tor-sasl/daer] has quit [Ping timeout: 240 seconds] 23:36 -!- coconutanna [~coconutan@gateway/tor-sasl/coconutanna] has quit [Ping timeout: 240 seconds] 23:41 -!- Evanito [~Evanito@cpe-76-87-174-228.socal.res.rr.com] has quit [Read error: Connection reset by peer] 23:52 -!- DeadWeen [~dean@gateway/tor-sasl/deanguss] has quit [Remote host closed the connection] --- Log closed Sun Jan 10 00:00:11 2021