Bitcoin Forum
June 16, 2024, 06:28:46 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 [461] 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 ... 661 »
  Print  
Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1276347 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.
Anotheranonlol
Hero Member
*****
Offline Offline

Activity: 588
Merit: 504


View Profile
September 18, 2014, 10:03:23 AM
Last edit: September 18, 2014, 03:42:27 PM by Anotheranonlol
 #9201

Counterparty is a platform for finance and betting. Every action is a Bitcoin transaction with embedded metadata which the Counterparty protocol interprets. All history is saved in the Bitcoin blockchain, and this enables an ecosystem of coins, assets, bets, and games.

Thanks! This was my impression after first reading, but it's good to see it confirmed.

Does Counterparty solve the trust problem for betting and gaming (the fear that the operator may take the money and go)?


It does solve exactly that problem.

It has been already done on counterparty - look at chancecoin, decentralized casino

Thanks, I will take a look. What I understand from a quick browsing of the Chancecoin thread, it is NOT based on Counterparty, but similar features could be implemented.

The following are based directly on CounterParty:

https://bitcointalk.org/index.php?topic=767510.0  //  BetXCP
https://bitcointalk.org/index.php?topic=645322.0  //  Xbet


You can also play rock/paper/scissors directly from counterwallet.

Fernandez
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
September 18, 2014, 11:09:26 AM
 #9202

Why is there a need for faster transactions? Block chain size and security should outweigh speed in my opinion. XCP has an advantage being built on Bitcoin.

Bitcoin security is overplayed. Its so centralized now that its actually in quite a dangerous situation. The new PoS schemes seem to be working fine but we have to wait and see if they get attacked and survive.






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Fernandez
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
September 18, 2014, 11:12:16 AM
 #9203

...it also suffers from this same speed issue, only to a lesser degree.

What would be acceptable in terms of speed? Decentralized systems can't be as fast as centralized and cannot deliver data in under 1 second. So what would be a good balance between comfortable use and still keeping things decentralized (=protected from tampering with)?

sub minute would be good, but even a minute or two is fine. Waiting for over 10 minutes which sometimes goes upto 30-40 minutes is insane.

The other day I tried depositing on Bter and it said it needed 3 confirms. I just went out for dinner.






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






Matt Y
Hero Member
*****
Offline Offline

Activity: 647
Merit: 510


Counterpartying


View Profile WWW
September 18, 2014, 03:35:16 PM
 #9204

Counterparty is a platform for finance and betting. Every action is a Bitcoin transaction with embedded metadata which the Counterparty protocol interprets. All history is saved in the Bitcoin blockchain, and this enables an ecosystem of coins, assets, bets, and games.

Thanks! This was my impression after first reading, but it's good to see it confirmed.

Does Counterparty solve the trust problem for betting and gaming (the fear that the operator may take the money and go)?

Is it suitable in-principle for realtime gaming e.g. online poker?

Here is how betting with Counterparty works. The feed operator never has access to funds.

http://betxcp.com/howitworks

Giulio Prisco
Full Member
***
Offline Offline

Activity: 173
Merit: 101


View Profile
September 18, 2014, 03:53:31 PM
 #9205

Here is how betting with Counterparty works. The feed operator never has access to funds.
http://betxcp.com/howitworks

Thanks Matt Y. Is Counterparty suitable in-principle for realtime gaming e.g. online poker?

I joined the Counterparty forums and asked this question there as well.
Matt Y
Hero Member
*****
Offline Offline

Activity: 647
Merit: 510


Counterpartying


View Profile WWW
September 18, 2014, 03:55:13 PM
 #9206

Here is how betting with Counterparty works. The feed operator never has access to funds.
http://betxcp.com/howitworks

Thanks Matt Y. Is Counterparty suitable in-principle for realtime gaming e.g. online poker?

I joined the Counterparty forums and asked this question there as well.

No, it's not. I'm not sure what it would take to get it there, but my guess is quite a bit.

supersuber
Member
**
Offline Offline

Activity: 118
Merit: 104


Counterparty


View Profile
September 18, 2014, 04:11:26 PM
 #9207

Code:
C:\counterpartyd_build>counterpartyd server

C:\counterpartyd_build>echo off
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 21, in
 <module>
    from lib import config, api, util, exceptions, bitcoin, blocks, blockchain
  File "C:\counterpartyd_build\dist\counterpartyd\lib\api.py", line 17, in <modu
le>
    import flask
  File "C:\counterpartyd_build\env\lib\site-packages\flask\__init__.py", line 17
, in <module>
    from werkzeug.exceptions import abort
  File "C:\counterpartyd_build\env\lib\site-packages\werkzeug\__init__.py", line
 154, in <module>
    __import__('werkzeug.exceptions')
  File "C:\counterpartyd_build\env\lib\site-packages\werkzeug\exceptions.py", li
ne 111
    return u'<p>%s</p>' % escape(self.description)
                      ^
SyntaxError: invalid syntax

C:\counterpartyd_build>

anyone can help me? Thx

romerun
Legendary
*
Offline Offline

Activity: 1078
Merit: 1001


Bitcoin is new, makes sense to hodl.


View Profile
September 19, 2014, 12:01:08 AM
 #9208

anyone working on statement betting on XCP ? allowing users to create statements, and broadcast yes/no with reputation attached with creators, etc.
Anotheranonlol
Hero Member
*****
Offline Offline

Activity: 588
Merit: 504


View Profile
September 19, 2014, 07:20:06 AM
 #9209

anyone working on statement betting on XCP ? allowing users to create statements, and broadcast yes/no with reputation attached with creators, etc.

Like this? http://xbet.io/categories/oracles

Fernandez
Legendary
*
Offline Offline

Activity: 1008
Merit: 1000



View Profile
September 19, 2014, 10:38:41 AM
 #9210

Here is how betting with Counterparty works. The feed operator never has access to funds.
http://betxcp.com/howitworks

Thanks Matt Y. Is Counterparty suitable in-principle for realtime gaming e.g. online poker?

I joined the Counterparty forums and asked this question there as well.

No, it's not. I'm not sure what it would take to get it there, but my guess is quite a bit.

Its too slow for something like that to be possible.

Betting is all the game you can play on Counterparty.






██████████████████████████████████████████████████████████████████████████████████████████████
██████████████████████████████████████████████████████████████████████████████████████
███████████████████████████████████████████████████████████████████████▄▄▄███████████████████████
███████████████████████████████████████████████████████████████████████▀▀▀████████████████████████
██████████████████████████████████████████████████████████████████████████████████████████████████
█████████████████████████████████████████████████████████████████████████████████████████████████





...INTRODUCING WAVES........
...ULTIMATE ASSET/CUSTOM TOKEN BLOCKCHAIN PLATFORM...






xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
September 19, 2014, 10:25:44 PM
 #9211

Note to Translators

We'll be posting the initial 1.5.0 release later today or tomorrow. This will include internationalization support. However, at the current time we have no fully completed transations beyond English. Once a translation is completed and reviewed, we will update counterwallet to include it, so if you'd like Counterwallet to support your language, please help to translate and review the translations over at transifex.com. Thanks!

Visit the official Counterparty forums: http://counterpartytalk.org
IamNotSure
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
September 19, 2014, 10:58:01 PM
 #9212

Note to Translators

We'll be posting the initial 1.5.0 release later today or tomorrow. This will include internationalization support. However, at the current time we have no fully completed transations beyond English. Once a translation is completed and reviewed, we will update counterwallet to include it, so if you'd like Counterwallet to support your language, please help to translate and review the translations over at transifex.com. Thanks!

Will do in french !
nutildah
Legendary
*
Offline Offline

Activity: 3024
Merit: 8123



View Profile WWW
September 19, 2014, 11:35:41 PM
 #9213

Note to Translators

We'll be posting the initial 1.5.0 release later today or tomorrow. This will include internationalization support. However, at the current time we have no fully completed transations beyond English. Once a translation is completed and reviewed, we will update counterwallet to include it, so if you'd like Counterwallet to support your language, please help to translate and review the translations over at transifex.com. Thanks!

Aww yeah... Looking forward to it.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
romerun
Legendary
*
Offline Offline

Activity: 1078
Merit: 1001


Bitcoin is new, makes sense to hodl.


View Profile
September 20, 2014, 04:53:42 AM
 #9214

anyone working on statement betting on XCP ? allowing users to create statements, and broadcast yes/no with reputation attached with creators, etc.

Like this? http://xbet.io/categories/oracles

wow, this will eventually replace bitbet
Giulio Prisco
Full Member
***
Offline Offline

Activity: 173
Merit: 101


View Profile
September 20, 2014, 06:27:38 AM
 #9215

Its too slow for something like that [online poker] to be possible. Betting is all the game you can play on Counterparty.

OK thanks, you guys persuaded me that (at thie moment) Counterparty is not suitable for online poker, and I guess the same arguments apply to all realtime casino games. Then the question is whether new developments could make it so.
mishax1
Legendary
*
Offline Offline

Activity: 2898
Merit: 1017


View Profile
September 20, 2014, 07:11:36 AM
 #9216

Did someone create MAIDSAFE and MAIDSAFECOIN assets and "stole" thousands of XCP from ignorant users thinking this is the MAIDSAFECOIN from Mastercoin ?
deliciousowl
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250


View Profile
September 20, 2014, 08:10:49 AM
Last edit: September 20, 2014, 01:54:19 PM by deliciousowl
 #9217

Its too slow for something like that [online poker] to be possible. Betting is all the game you can play on Counterparty.

OK thanks, you guys persuaded me that (at this moment) Counterparty is not suitable for online poker, and I guess the same arguments apply to all real-time casino games. Then the question is whether new developments could make it so.

You could theoretically escrow the money on the blockchain between the users of the game, until it's resolved by the casino (broadcast feed operator). This way, at least the casino does not store your funds on a fallible server.

(Although you still have to trust the casino to some degree in the end.)

nutildah
Legendary
*
Offline Offline

Activity: 3024
Merit: 8123



View Profile WWW
September 20, 2014, 08:34:36 AM
 #9218

Did someone create MAIDSAFE and MAIDSAFECOIN assets and "stole" thousands of XCP from ignorant users thinking this is the MAIDSAFECOIN from Mastercoin ?

I saw that too.. Using the actual maidsafe website address in your token description is a pretty low move:

http://www.blockscan.com/assetInfo.aspx?q=MAIDSAFE

And according to the Counterwallet chart it has some pretty decent daily volume.

▄▄███████▄▄
▄██████████████▄
▄██████████████████▄
▄████▀▀▀▀███▀▀▀▀█████▄
▄█████████████▄█▀████▄
███████████▄███████████
██████████▄█▀███████████
██████████▀████████████
▀█████▄█▀█████████████▀
▀████▄▄▄▄███▄▄▄▄████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀
.
 MΞTAWIN  THE FIRST WEB3 CASINO   
.
.. PLAY NOW ..
bahatassafus
Newbie
*
Offline Offline

Activity: 34
Merit: 0


View Profile
September 20, 2014, 09:31:45 AM
 #9219

MasterCoin will not allow the trading of assets against BTC on their DEX - assets could only be traedd against MSC. On his blog David Johnston (Chairman of the MSC Foundation Board) presents this limitation as an advantage, and later in the comments he claims Counterparty has the same issue - requiring XBTC for trading on the DEX...

http://en.reddit.com/r/mastercoin/comments/2g4mmp/utility_is_the_mother_of_liquidity/

cityglut
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
September 20, 2014, 09:46:58 AM
 #9220

MasterCoin will not allow the trading of assets against BTC on their DEX - assets could only be traedd against MSC. On his blog David Johnston (Chairman of the MSC Foundation Board) presents this limitation as an advantage, and later in the comments he claims Counterparty has the same issue - requiring XBTC for trading on the DEX...

http://en.reddit.com/r/mastercoin/comments/2g4mmp/utility_is_the_mother_of_liquidity/



That's not correct. BTC can be traded with any Counterparty asset, and any Counterparty asset can be traded for any other Counterparty asset.

XBTC is a BTC proxy token created by a community member that merely expedites the process of DEx trading.
Pages: « 1 ... 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 [461] 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 ... 661 »
  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!