You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Blockexplore has a lot of downtime and 502 errors
- there is no error handling support by MoneyMoney Connection Api, so no
retry possible
- Chain.co has a similar API which works fast - only some Rate Limiting
after refreshing about 5 times for me
Fixes#4#3
Copy file name to clipboardExpand all lines: Bitcoin.lua
+8-8
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@
30
30
31
31
32
32
WebBanking{
33
-
version=0.1,
33
+
version=0.2,
34
34
description="Include your Bitcoins as cryptoportfolio in MoneyMoney by providing Bitcoin addresses as usernme (comma seperated) and a random Password",
0 commit comments