Bitcoin Forum
May 22, 2024, 08:32:15 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 »  All
  Print  
Author Topic: bitsquare.io - The P2P Fiat-Bitcoin Exchange  (Read 34655 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4242
Merit: 1203


I support freedom of choice


View Profile WWW
July 25, 2016, 05:24:56 PM
 #141

Feature request: Instant transfer on the same bank (search feature)
https://forum.bitsquare.io/t/instant-transfer-on-the-same-bank-search-feature/343

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
July 27, 2016, 01:49:23 PM
 #142

New vesion 0.4.9.1 with trade statistics and extended Tor support is published:
https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.1

This version comes with 2 important new features:
**Trade statistics** and **extended Tor support** for Bitcoin network and Http requests

I want to give a bit of background for both topics.

To collect trade statistic data in a P2P application is not that trivial as it would be in a server based application, but we found a practical solution which does not introduce privacy or centralization issues.
The trade statistics data are published via the P2P network and each node received those data and displays it in the UI.
Because the new data type is only supported by nodes which have already updated to 0.4.9.1 it might take a bit until the distribution of all the data is stable.
Each node in the P2P network forwards data to his connected nodes, but those old version nodes will not receive that new statistics data so the flooding of messages might take longer as usual.
Also old nodes will not send their past trade data to the network.
For all those reasons you might see the first days incomplete data and past trade volume will not be available until those nodes have updated to the latest version and are online again.
There is no guarantee that old trades will ever be visible if the users don't use Bitsquare anymore or have deleted their data directory.


The trade data only includes data which is already publicly visible like the offer data or the data which could be derived from the bitcoin blockchain (with much more effort), like trade amount, date and trade price.

We opened also a **bounty** for getting the statistics available at a web page:
https://github.com/bitsquare/bitsquare/issues/546
At that Github issue you can find more details and an example of a trade statistics data object.


Another important update in that version is **extended Tor support** for the Bitcoin network and Http requests.
By default we still use clear net for Tor because it is not tested sufficiently yet and is considered experimental at that state.
But you can enable it under Settings/network.
There you find also the "Use Socks5 proxy for Http requests" check box. That will be enabled for new users but if you had Bitsquae already installed it is deactivated.
If you enable that it will use Tor for http requests to BitcoinAverage (Fiat market price feed).
Unfortunately Poloniex used CloudFlare which is very Tor-unfriendly and requires a captcha for connections from Tor exit nodes. That is why we need to use still clearnet for http requests to Poloniex (Altcoin market price feed). Though that should be a minor privacy concern as there are no personally identifying data in that request.

For those who want to go even further, there are 2 new program arguments for setting up socks5 proxies for bitcoin network and/or http requests.
--socks5ProxyBtcAddress=[host:port] and --socks5ProxyHttpAddress=[host:port]
If socks5ProxyHttpAddress is set but socks5ProxyHttpAddress is not defined the socks5ProxyBtc is used for http requests (instad of the Bitsquare internal Tor instance). But as the proxy will likely be a Tor proxy, we would have the same issues with Poloniex so thats why clearnet is used for Poloniex in that configuration.
If socks5ProxyHttpAddress is defined it should be a non-Tor proxy (e.g. VPN, maybe I2P works,...) and all http traffic including Poloniex will use that proxy.


Another short comment to that release:
Ethereum Classic has requested to **change their ticker symbol from ETHC to ETC**.
We added implemented but unfortunately we still need to support the old ticker symbol as there are existing offers out with the ETHC symbol.
It will be removed in the next version once there are no more ETHC offers out there.
If you had setup an account with ETHC please remove that and create a new one with ETC.

https://bisq.network  |  GPG Key: 6A6B2C46
HostFat
Staff
Legendary
*
Offline Offline

Activity: 4242
Merit: 1203


I support freedom of choice


View Profile WWW
July 30, 2016, 12:23:25 AM
 #143

New release already Cheesy

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.2

Quote
Please update as soon as possible to that new release.
There was a bug which caused high P2P network load. The sooner all users have updated the faster we get back to normal network load.

Release notes 0.4.9.2:

- Bugfix with repeated publication of trade statistics data
- Add "Show all currencies" to trade statistics view to see total volume of all currencies
- Add warning popup if Tor is enabled for http requests and user clicks a button to open a web page
- Show offerers bank name also for SEPA in offer details window
- Fix bug with missing market price updates
- Save Fiat and Altcoin currency list as JSON if --dumpStatistics is enabled
- Use info as default log level, improve logging
- Other minor bug fixes

NON DO ASSISTENZA PRIVATA - http://hostfatmind.com
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
July 30, 2016, 12:37:03 AM
 #144

New Version 0.4.9.2 released.
https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.2

Please update as soon as possible to that new release.

There was a bug which caused high P2P network load. The sooner all users
have updated the faster we get back to normal network load.

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.2

Release notes 0.4.9.2:
* Bugfix with repeated publication of trade statistics data
* Add "Show all currencies" to trade statistics view to see total volume of all currencies
* Add warning popup if Tor is enabled for http requests and user clicks a button to open a web page
* Show offerers bank name also for SEPA in offer details window
* Fix bug with missing market price updates
* Save Fiat and Altcoin currency list as JSON if --dumpStatistics is enabled
* Use info as default log level, improve logging
* Other minor bug fixes

https://bisq.network  |  GPG Key: 6A6B2C46
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
July 30, 2016, 12:37:42 AM
 #145

Ah you were fast again :-)
New release already Cheesy

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.2

Quote
Please update as soon as possible to that new release.
There was a bug which caused high P2P network load. The sooner all users have updated the faster we get back to normal network load.

Release notes 0.4.9.2:

- Bugfix with repeated publication of trade statistics data
- Add "Show all currencies" to trade statistics view to see total volume of all currencies
- Add warning popup if Tor is enabled for http requests and user clicks a button to open a web page
- Show offerers bank name also for SEPA in offer details window
- Fix bug with missing market price updates
- Save Fiat and Altcoin currency list as JSON if --dumpStatistics is enabled
- Use info as default log level, improve logging
- Other minor bug fixes


https://bisq.network  |  GPG Key: 6A6B2C46
DahRookie
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 04, 2016, 12:09:54 PM
 #146

New feature - Bitsquare trading charts:

https://market.bitsquare.io
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
August 05, 2016, 03:13:50 PM
 #147

5 min. Survey.
Let us know what you think about Bitsquare and what you would like to see!
https://bitsquare.typeform.com/to/cWQWrK

https://bisq.network  |  GPG Key: 6A6B2C46
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
August 08, 2016, 02:36:33 AM
Last edit: August 08, 2016, 02:47:56 AM by k99
 #148

This release comes with several performance improvements and higher trading limits, as well as many new altcoins.

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.3

Release notes 0.4.9.3:
* Increase trade limits (Altcoins: 2 BTC, Banks: 1 BTC, Others: 1.5 BTC)
* Added new coins: Mycelium Token, BitUSD, Steem Dollars, STEEMUSD, BitCNY, BitEUR, BitCHF, BitGBP, BitNZD, BitAUD, BitSGD, BitHKD, BitSEK, Comet, BitSYNQ
* Removed deprecated ETHC (was replaced by ETC)
* Reduce performance peak when loading statistics data at startup by delayed processing
* Exclude statistics data from getting loaded what the user has already
* Add statistics data dump to binary, so new users don't need to load all the data at first startup
* Add RPM Linux binaries
* Add reminder popup for setting up a password, backing up seed word and doing a data dir backup
* Increase nr. of rolling backups for wallet and keys to 20.
* Fix JSON dump to be stored as plain text instead of Java serialized object
* Add option to dump offers as json
* Add maxMemory prog. arg for seed nodes and statists app
* Add precision to currency json file
* Improve wording

https://bisq.network  |  GPG Key: 6A6B2C46
riclas
Full Member
***
Offline Offline

Activity: 208
Merit: 106


View Profile
August 13, 2016, 04:32:53 PM
 #149

there's about 4 btc worth of buy orders right now above market price! take advantage people

portuguese p2p trader. telegram @riclas
carafleur
Member
**
Offline Offline

Activity: 113
Merit: 10


lost@bitcoinica.com


View Profile
August 19, 2016, 06:12:10 PM
 #150

Hi, BiG thanks to the Bitsquare project Smiley
after 2 major lost (robberies) from centralized exchanges (bitcoinica in 2011 and cryptsy this january 2016) I'm very happy to find a real decentralized exchange.
Already been buying DashCoins there, and sold a few BTC through SEPA EU bank wire. It reminds me the beginnings of bitcoin.de , which is still an active service, the way to deal with bank delays (around 1 week of average delay for a EUR/BTC trade, but 0% bank fee)
I hope the best for your project, volumes are increasing slowly but surely, and the force of being in control of your funds will walk its way through BTC believers and FSF priests. Best wishes !
I was wondering, if, by any chance, the date of 19 April chosen for the public release of the software on mainnet, had something to do with a particularly interesting Dr riding a bicycle, who did start a myth...!

Blessings to you all !

“We build but to tear down. Most of our work and resource is squandered. Our onward march is marked by devastation. Everywhere there is an appalling loss of time, effort and life. A cheerless view, but true"
“Most certainly, some planets are not inhabited, but others are, and among these there must exist life under all conditions and phases of development.”

Tesla N
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
August 19, 2016, 06:37:02 PM
 #151

Hi, BiG thanks to the Bitsquare project Smiley
after 2 major lost (robberies) from centralized exchanges (bitcoinica in 2011 and cryptsy this january 2016) I'm very happy to find a real decentralized exchange.
Already been buying DashCoins there, and sold a few BTC through SEPA EU bank wire. It reminds me the beginnings of bitcoin.de , which is still an active service, the way to deal with bank delays (around 1 week of average delay for a EUR/BTC trade, but 0% bank fee)
I hope the best for your project, volumes are increasing slowly but surely, and the force of being in control of your funds will walk its way through BTC believers and FSF priests. Best wishes !
I was wondering, if, by any chance, the date of 19 April chosen for the public release of the software on mainnet, had something to do with a particularly interesting Dr riding a bicycle, who did start a myth...!

Blessings to you all !


Thanks a lot! Good to hear that early adopters like it, for those it is built!

The 19.4. was not choosen with intention, but funny that you found that coincident :-)

https://bisq.network  |  GPG Key: 6A6B2C46
carafleur
Member
**
Offline Offline

Activity: 113
Merit: 10


lost@bitcoinica.com


View Profile
August 19, 2016, 07:57:11 PM
 #152

Well then I wish you the best for this first numeric opening mind tool, connecting one to another, aware of the oneness of the whole universe <3 Wink

“We build but to tear down. Most of our work and resource is squandered. Our onward march is marked by devastation. Everywhere there is an appalling loss of time, effort and life. A cheerless view, but true"
“Most certainly, some planets are not inhabited, but others are, and among these there must exist life under all conditions and phases of development.”

Tesla N
mieux
Newbie
*
Offline Offline

Activity: 9
Merit: 0


View Profile
August 20, 2016, 04:01:05 PM
 #153

hey!
is it usable over a smartphone (android)?
best wishes.
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
August 20, 2016, 04:07:55 PM
 #154

hey!
is it usable over a smartphone (android)?
best wishes.

Not yet.

https://bisq.network  |  GPG Key: 6A6B2C46
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
August 26, 2016, 02:33:53 PM
 #155

This release is a preparation release for the next bigger upcoming release.

New payment methods will be added in the next release but that will break compatibility with versions prior to 0.4.9.4, so please update to that version first to not experience exceptions when offers with new payment methods are published.

Release notes 0.4.9.4:
- Add fix for unsupported payment methods.

https://bisq.network  |  GPG Key: 6A6B2C46
k99 (OP)
Sr. Member
****
Offline Offline

Activity: 346
Merit: 255

Manfred Karrer


View Profile WWW
August 29, 2016, 03:27:52 PM
 #156

New version v0.4.9.5 released

https://github.com/bitsquare/bitsquare/releases/tag/v0.4.9.5

This release comes with 3 new payment mehtods and applies the industry standard for altcoin price notation and currency pair notation.

Release notes 0.4.9.5:
* Add new payment methods: Cash deposit, US Postal money order, ClearXchange
* Remove support for bank transfers in US (ACH has high chargeback risk and WIRE is too expensive)
* Added new altcoins: LBRY Credits, Syndicate, HunCoin, Unobtanium, Digibyte, VCoin, Decred, Crypto Bullion, 1CRedit, YACCoin, Advanced Internet Blocks
* Apply industry standard with altcoin price notation and currency pair notation
* Show all offers in market screen
* Click on offers in market scree row triggers navigation to Buy or Sell screen and selects currency
* Rearrange columns so sell and buy prices are in the middle to see spread better
* Rename columns headers and table header
* Add currency pair, primary market based values and display strings for price, amount and volume for offer and trade json files
* Fixed bug with missing persistence of preferences changes
* Use defuat vlaue true for "Use Tor for BitcoinJ"
* Sort currencies in lists alphabetically
* Add checkbox in settings to display nr. of trades or offers for currency list in market screens. Sort by nr. trade/offer if selected.
* Ignore offers in market offer book view which are further than 30% from best price if there are more then 3 offers on one side
* Show only currencies in market view which are used in offers or trades
* Replace payment method column with accumulated BTC amount in market offer book
* Add payment method column to trades statistics table
* Store arbitrator pubKey in trade object to avoid null pointer when the arbitrator is not available in the trade process
* Set flag to connection at initial data request so the peer does not get disconnected from seed node if max connections are reached at seed node.

https://bisq.network  |  GPG Key: 6A6B2C46
ewibit
Legendary
*
Offline Offline

Activity: 2955
Merit: 1049


View Profile
August 29, 2016, 06:18:39 PM
 #157

New version v0.4.9.5 released

* Added new altcoins: LBRY Credits, Syndicate, HunCoin, Unobtanium, Digibyte, VCoin, Decred, Crypto Bullion, 1CRedit, YACCoin, Advanced Internet Blocks

add IOTA
then you are the first Smiley

http://iotatoken.com/

https://bitcointalk.org/index.php?topic=1216479.0
https://bitcointalk.org/index.php?topic=1550236.0



DahRookie
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
August 29, 2016, 07:37:34 PM
 #158

New version v0.4.9.5 released

* Added new altcoins: LBRY Credits, Syndicate, HunCoin, Unobtanium, Digibyte, VCoin, Decred, Crypto Bullion, 1CRedit, YACCoin, Advanced Internet Blocks

add IOTA
then you are the first Smiley

http://iotatoken.com/

https://bitcointalk.org/index.php?topic=1216479.0
https://bitcointalk.org/index.php?topic=1550236.0






https://forum.bitsquare.io/t/how-to-add-your-favorite-altcoin/46


SteveoMB
Sr. Member
****
Offline Offline

Activity: 360
Merit: 250


View Profile
August 30, 2016, 08:35:28 AM
 #159

New version v0.4.9.5 released

* Added new altcoins: LBRY Credits, Syndicate, HunCoin, Unobtanium, Digibyte, VCoin, Decred, Crypto Bullion, 1CRedit, YACCoin, Advanced Internet Blocks

add IOTA
then you are the first Smiley

http://iotatoken.com/

https://bitcointalk.org/index.php?topic=1216479.0
https://bitcointalk.org/index.php?topic=1550236.0






https://forum.bitsquare.io/t/how-to-add-your-favorite-altcoin/46





IOTA explorer ->   http://tangle.guru/
official website -> http://iotatoken.com/
official slack ->    https://iotatangle.slack.com
twitter  ->           https://twitter.com/iotatoken


The Tangler - No bells and whistles, just information
Timeline
Legendary
*
Offline Offline

Activity: 924
Merit: 1000


TokenHouse decentralized cryptocurrency exchange


View Profile
August 30, 2016, 09:27:04 AM
 #160

+1 for Iota. It still is not quite ready for exchange listings but should be quite soon.

Pages: « 1 2 3 4 5 6 7 [8] 9 10 11 12 13 »  All
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!