Pages:
Author

Topic: bitsquare.io - The P2P Fiat-Bitcoin Exchange - page 3. (Read 34710 times)

staff
Activity: 4270
Merit: 1209
I support freedom of choice
* Add in-app downloader for installer of a new release with integrated signature check

This is very good Smiley
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
New version 0.5.2 is released: https://bisq.io/downloads

This release removes the requirement for exchanging the email address and to do an ID check with the trading peer when using payment methods with bank transfer.
See the discussion at [that forum post](https://forum.bisq.io/t/new-requirement-for-payment-accounts-with-charge-back-risk/2376/) for more background.

Beside that we added an in-app downloader and signature check, so the next release you can download from the application and you can be sure that the signature matches.

Release notes:
* Remove requirement for exchanging the email address and to do an ID check with the trading peer when using payment methods with bank transfer
* Add in-app downloader for installer of a new release with integrated signature check
* Increase trade limits to 2 BTC for OK_PAY and Altcoins
* Add Dash as additional basecurrency to Bitcoin, Litecoin and Doge.
* Fix issue with non-english OS
* Add a reminder to write down the wallet seed and make a backup before setting the wallet password
* Rename ClearXChange to Zelle
* Improve build setup (auto install protoc)
* Fix date format
* Only request restart at base currency selection if it has changed from default.
* Remove popup at startup for selecting base currency
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
Yes the LTC market is very new and not many are using it atm. I think when BTC tx fees will rise again or when 1.8. brings a lot of chaos the LTC market will become interesting.
2% might be a bit high. From my experience offer < 1% are taken quickly.
full member
Activity: 448
Merit: 103
Manfred, I've been playing with Bitsquare and I truely support a DEX system. As crypto users mature they will turn to DEX.

The challenge remains with the spread. I've just put in a LTC of 2% in CNY for half a day and so far none has picked up. Maybe 2% is on the high side.

Granted Bitsquare might not be popular in the far east (yet) though I think that's where your growth opportunity is. The connected LTC peers are 12 so I am guessing  it's thin across the board.
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
Is Bitsquare (Bisq) using Tor network when accessing our wallet in the desktop client?

Exchanges such as blockchain.info blocks Tor IP for security reasons, is there risks?

Yes Tor is used for all communication by default. The Bitcoin network part you can deactivate Tor if wanted in the settings. But default is on.

Webpages might block access via Tor bc cybercriminal might use it for DDoS. Not sure about that... I assume main reason is that they cannot track users and therefor generate revenue by collecting user data. Big data is a big business and should be called Big Surveillance.
In our case we use Tor hidden services. For the Bitcoin network we mix hidden services and plainnode full nodes so risks with exit nodes are limited as well.
full member
Activity: 448
Merit: 103
Is Bitsquare (Bisq) using Tor network when accessing our wallet in the desktop client?

Exchanges such as blockchain.info blocks Tor IP for security reasons, is there risks?
full member
Activity: 448
Merit: 103
Congratulations!

The interface looks very neat, especially so given its done in Java Wink , look forward to test out my first trade with bisq Smiley
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
New release v0.5.1 is available for download.
https://bitsquare.io/downloads/

Release notes:
* Add callback for tradeFee tx once seen in the network to avoid errors at take offer.
* Separate resource files for PersistedEntryMap by base currency (separate trade statistics)
* Move base currency/network selection from network settings to preferences
* Add btc address validator to last trade step for withdrawal.
* Remove dont show again option for tx summary popup at withdrawal.
* Add support for different REFERENCE_DEFAULT_MIN_TX_FEE by base currency
* Fix issue with German as default language if OS is Windows/German
* Add warning for CXC regrading daily or monthly transfer limits
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
Nice update out there!

This project has delivered so much without any ICO hype. I'm really impressed!

bisq is really an example to be followed by other entrepreneurs and developers...

Quote
* Don't provide market price for Venezuelan currency (VEF) as official exchange rate is not reflecting reality
You did the right thing here!

Thanks you!
hero member
Activity: 640
Merit: 771
BTC⇆⚡⇄BTC
Nice update out there!

This project has delivered so much without any ICO hype. I'm really impressed!

bisq is really an example to be followed by other entrepreneurs and developers...

Quote
* Don't provide market price for Venezuelan currency (VEF) as official exchange rate is not reflecting reality
You did the right thing here!
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
New version 0.5.0 released!

This release comes with tons of changes and improvements.
https://bisq.io/downloads/

Most relevant changes are:

- Support for other base currencies (next to Bitcoin we support now Litecoin and Doge. Dash will come soon as well)
- Using a fee estimation service for setting the optimal transaction fees to avoid stuck transactions in times of high blockchain congestion
- Support for custom security deposit
- Multi language support. Currently: English (default), German, Spanish, Greek, Portuguese and Serbian
- Dynamic trading fees (depends on trade amount and distance to market price)
- Many technical improvements like more compact trade protocol, usage of Protobuffer, BIP 44 wallet,...

Please see the full release notes below.  

As that release has very profound changes it is not backward compatible to the earlier versions.
It uses a new network which is separated from the current trade network. So your offers from the current application will not be visible for users who are using the new version.
If you want to migrate to the new version you need to close your offers and withdraw your funds to the new application. You can run both applications in parallel as they are using a different data directory.

Please double check with cmd+e in the old application if no funds are left over (some bugs might have caused that the balance displayed in the UI is not correct).  

Please use small amounts when starting trading in the new application as with so many changes there are some risks for bugs (though it is thoroughly tested).

Release notes:
* Support multiple base currencies. Beside BTC the user can choose to use LTC or DOGE as base market. More will come in future releases.
* Use fee estimation service form https://bitcoinfees.21.co to use dynamic mining fees.
* Use dynamic trading fees. Trading fees are based on trade amount and distance to market price.
   Min. fee (MF) = 0.0002 BTC, default fee (DF) = 0.002 BTC, amount factor (AF) = 1/BTC, market price factor (MF) = square root of percent value (e.g. 1% -> 1, 9% 0 -> 3, 0.01% -> 0.1).
   Tradeing fee = max(MF, DF * amount * AF * MF). E.g. 0.002 BTC for 1 BTC trade at 1% market price distance.
* Make security deposit for buyer customizable at offer creation (allowed range: 0.001 BTC - 0.2 BTC)
* Use fixed security deposit for seller (0.01 BTC)
* Simplify trade process by removing locktime support (removed finalize payout step)
* Use protobuffer instead of Java serialization in P2P network and local persistence
* Use BIP 44 wallet for BTC and BSQ
* Update to BitcoinJ 0.14.1 release
* Updated tor binaries from TorBrowser 6.5
* Re-brand to Bisq
* Use new max. trade limits to reduce risks with possible bugs in new version as well as to reflect higher BTC price
   Bank transfers: 0.5 BTC
   Swish, OKPay, PerfectMoney, AliPay: 1 BTC
   Altcoins 1 BTC (exception SiaFund as their price is about 3 BCT and it is not dividable)
* Add email field to bank payment methods for enabling traders to verify identity (to protect against charge back risk)   
* Change max trade period for SEPA to 6 days. In exceptional situations like at long bank holidays exceeding the period will be tolerated.
* Auto select also non-EURO SEPA countries by default at SEPA account setup
* Added new altcoins: Janus, OctoCoin, PEPECASH
* Use percentage based price as default. Swap input text controls when toggle between fixed price and percentage based price.
  Hide percentage based inputs if no market price is available.
* Support for translations of all application display strings
* User can select preferred language (of those which are already translated) and default country.
* Supported new languages: German, Spanish, Greek, Portuguese and Serbian (still require UI layout adjustments)
* Remove ask and bid market price and use always last price.
* Add button in settings to resync SPV chain (delete SPV chain file)
* Add button for opening log file
* Remove arbitrator as potential receiver at dispute payout
* Improve arbitration payout screen
* Use TTL of 30 min. for market prices on the provider side.
* Check for market price age on client. Allow max. 30 min old market prices
* Show provider node at tooltip over price feed provider icon
* Persist last used payment account for create offer screen
* Use same seed words for both BTC and BSQ wallet
* Added BSQ as coin_type 142 0x8000008E to https://github.com/satoshilabs/slips/blob/master/slip-0044.md
* Update Bitcoin checkpoint file
* Fix bug with backup path when path had become inaccessible
* Fixed bug with not displaying correct MultiSig address in LockedFunds view.
* Add checks for locked up funds of failed trades.
* Add shortcut to remove failed trade from pending trades view.
* Use for Windows build no version nr at jar files to avoid collecting multiple jars at updates.
* Prepare the split role of arbitrator in mediator (has no MultiSig key) and arbitrator (3rd key holder of MultiSig).
  Not implemented yet in the UI, so mediator is at the moment identical with arbitrator.
* Add email and pgp pubkey to data structure (no support yet implemented in UI)
* Add support for passing counter currency tx ID to BTC seller (not impl. in UI yet)
* Change key combination for open dispute from cmd+o to alt+o and for opening emergency wallet from cmd+e to alt+e
* Update TAC
* Don't provide market price for Venezuelan currency (VEF) as official exchange rate is not reflecting reality
* Add -BjvmOptions=-Xss1280k for Linux builds to avoid SegFault problem with latest Ubuntu update
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
We completed our rebranding to Bisq.
New domain is: https://bisq.io
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
A new release is available for download:
https://bitsquare.io/downloads/

This is a hotfix release for fixing an issue in the previous release.

Release notes 0.4.9.9.3:
* Adopt trading fee value to match new tx fee
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
A new release is available for download:
https://bitsquare.io/downloads/

Due to the high blockchain congestion we are forced to push out another release with a tx fee increase.

Release notes 0.4.9.9.2:
* Increase tx fee for trades to 0.0015 BTC
* Increase default tx fee for non-trade txs to 0.0015 BTC
* Add Janus and OctoCoin
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
I understand that the multisig trade transaction mining fee is hard-coded? This is a huge flaw in Bitsquare, much bigger than a few UX issues that make it slightly confusing to learn.

Current hard-coded mining fee is .0005 btc, around 131 sat/Bhalf the recommended fee on 21.co, and estimated to take up to 7 hours.

Will this be fixed in the new version? I consider this the number one flaw in an otherwise genius piece of software.

Yes we are aware of that and it is fixed in the new version with dynamic fees and a fee estimation service (21.co).
Though that require a "hard fork" as the protocol would not support such a big change (the fee is part of the amounts what users pay in so it has a few complexities).
We plan the release in june with the DAO launch.
sr. member
Activity: 278
Merit: 251
I understand that the multisig trade transaction mining fee is hard-coded? This is a huge flaw in Bitsquare, much bigger than a few UX issues that make it slightly confusing to learn.

Current hard-coded mining fee is .0005 btc, around 131 sat/Bhalf the recommended fee on 21.co, and estimated to take up to 7 hours.

Will this be fixed in the new version? I consider this the number one flaw in an otherwise genius piece of software.
newbie
Activity: 1
Merit: 0
Bitsquare is still in need for translators.
If you want to use Bitsquare in your native language, please follow the link and help!
German and English are finished.

https://www.transifex.com/bitsquare/bitsquare/
U2
hero member
Activity: 676
Merit: 503
I used to be indecisive, but now I'm not sure...
Announcement of new brand name for Bitsquare: Bitsquare becomes bisq
https://bitsquare.io/blog/bitsquare-becomes-bisq/

I love the new name. Very easy to remember and it's like a shortened version of bitsquare. I'd also love to take a nice piece of buttered toast and dunk it in some lobster bisq.
k99
sr. member
Activity: 346
Merit: 255
Manfred Karrer
New Hot-fix release 0.4.9.9.1

A new release is available for download: https://bitsquare.io/downloads/

This is a hot-fix release for fixing a problem with an UnreadableWalletException in combination with Bitcoin Core 14 transactions (See: https://groups.google.com/forum/#!topic/bitcoinj/mhV9BvoSYMo for more background).
Please update as soon as possible.

Release notes 0.4.9.9.1:
* Fix protobuffer serialization issue with transaction version used in transaction hash at Bitcoin Core 14, causing UnreadableWalletException. For more details see: https://groups.google.com/forum/#!topic/bitcoinj/mhV9BvoSYMo
* Add info popups for requirements for ClearXchange
* Add scroll pane support to all screens.
* Fix wrong percentage calculation in spreads view for altcoins 
* Fix missing tx fee at emergency wallet payout.
* Add address validation for ETH
* Don't use peers from AddressMessage calls if we use a custom Bitcoin node list or localhost.
* Ability to re-open a dispute (e.g. if no answer from arbitrator in case of network problems)
* Update MIN_NONDUST_OUTPUT from 546 to 2730 satoshis
* Fix missing persistence calls when internal wallet structure has changed, possibly causing bugs with internal wallet structure getting inconsistent (reserved funds for an offer might be used for another trade, so causing failed trades,...).

Pages:
Jump to: