-
Hello, today i've been transferring some btc between my multibit classic wallets , the moment i have created new wallet , my another wallet went down , and now i can't open it anymore . It's says : co…
-
We love reqwest, but we also need to use websocket. :-)
Warp implements it at server-side, so it would be nice if reqwest could implement it at client-side allowing we to reuse all other features (…
-
Bitstamp have deprecated balances *_usd _ fee in favour of withdrawal fee.
The api still returns the fields but they're all 0.
Fix: we drop _* _fee internally.
-
A month ago I committed an automatic reconnect for the poloniex websocket https://github.com/bitrich-info/xchange-stream/pull/43. This seems to work and I'm glad to see it integrated in the Netty clas…
-
Users can set stop orders (aka _conditional_ orders, aka _trigger_ orders, aka _algo_ orders) by assigning `params['triggerPrice']`.
When `type='market'` it's a stop market order, and when `type='l…
-
Hello, yesterday i had an error on the websocket with a message:
2020-01-16 11:48:54 ERROR WebSocketClientHandler:112 - WebSocket client encountered exception (IOException - Invalid argument). Closin…
-
* The goal of this document is to provide a reading list for learning to program Bitcoin transactions
* The theme of this document is practical and pragmatic instruction with the goal of writing code…
-
## Problem Definition
Rotki doesn't fetch my Bitstamp data correctly as there are type mismatches
## Logs
```
[30/06/2024 00:51:44 CEST] DEBUG rotkehlchen.exchanges.bitstamp Greenlet-2: Skip…
-
Hello, I've got a script to inspect some awesomes and it's found some duplicated project names. Most of them make reference to the same project.
jakubroztocil/httpie - Modern command line HTTP cl…
-
Hello,
After some research, I decided to give a try to Futures to come up with a simple async API. The main idea is to keep everything very straightforward for the user (the event loop is created b…