Bitcoin Forum
June 23, 2024, 09:57:32 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Pages: « 1 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 [222] 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 ... 661 »
  Print  
Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1276350 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.
halfcab123
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CabTrader v2 | crypto-folio.com


View Profile
February 26, 2014, 02:57:17 PM
 #4421

How to guide for asset issuance ?

DayTrade with less exposure to risk, by setting buy and sell spreads with CabTrader v2, buy now @ crypto-folio.com
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
February 26, 2014, 03:43:00 PM
 #4422

How to guide for asset issuance ?

Code:
counterpartyd issuance [-h] --source SOURCE
                       [--transfer-destination TRANSFER_DESTINATION]
                       [--quantity QUANTITY] --asset ASSET
                       [--divisible] [--callable]
                       [--call-date CALL_DATE]
                       [--call-price CALL_PRICE] --description
                       DESCRIPTION
Example:

Code:
counterpartyd issuance  --source 1xxxxxxxxxxxxxxxxxxx --quantity 1000 --asset HALFCAB --divisible  --description Very good asset
                      
IamNotSure
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
February 26, 2014, 04:34:17 PM
 #4423

busoni

Time to lower the fee, you're killing the market !
warriraj
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 26, 2014, 04:49:44 PM
 #4424

busoni

Time to lower the fee, you're killing the market !

Lets get it on some other centralised exchange
xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
February 26, 2014, 04:55:14 PM
 #4425

OK as far as I oversee, there are several GUIs in development right now. Wouldnt it be better to concentrate all effort of several programmers into ONE general GUI?
Pull together instead of doing ones own thing. I think the others dont sleep, noone wants to be outstriped by the competitors  Grin

No, because the desktop GUI is a full client (i.e. works against your own instance of counterpartyd and bitcoind), which also runs as a desktop application. Counterwallet is a light web wallet that works against a set of servers in the cloud. It's important that we have GUIs for both approaches, as the desktop GUI aims to provides the ultimate in decentralization and trustlessness, as you are running your own counterpartyd and bitcoind instances, while Counterwallet offers zero-setup with the highest level of trustlessness/decentralization possible given its zero setup nature (through its Federated Nodes concept).

So basically, the different GUIs target two different kinds of users in many ways. As the desktop GUI's featureset expands, there will be the option to run a more lightweight version of it most likely, but it will always retain the ability to work against one's own bitcoind and coutnerpartyd.

Visit the official Counterparty forums: http://counterpartytalk.org
zhaochong
Newbie
*
Offline Offline

Activity: 44
Merit: 0


View Profile
February 26, 2014, 05:46:23 PM
 #4426

Do we need to get xcp on http://cryptsy.com/ ?
whoracle
Newbie
*
Offline Offline

Activity: 18
Merit: 0


View Profile
February 26, 2014, 05:59:53 PM
 #4427

Do we need to get xcp on http://cryptsy.com/ ?

I think yes
warriraj
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 26, 2014, 06:07:19 PM
 #4428

Do we need to get xcp on http://cryptsy.com/ ?

yes
halfcab123
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CabTrader v2 | crypto-folio.com


View Profile
February 26, 2014, 06:17:56 PM
 #4429

Cryptsy doesn't trade Mastercoin, wonder why not, I'm sure the setup is similar to counterparty. I wonder if they steer away from meta style coins.

DayTrade with less exposure to risk, by setting buy and sell spreads with CabTrader v2, buy now @ crypto-folio.com
halfcab123
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CabTrader v2 | crypto-folio.com


View Profile
February 26, 2014, 06:28:37 PM
 #4430

So, I just updated and we're on database 9 now I presume. How often will these database updates occur ?

DayTrade with less exposure to risk, by setting buy and sell spreads with CabTrader v2, buy now @ crypto-folio.com
shadypepe
Sr. Member
****
Offline Offline

Activity: 266
Merit: 250


View Profile
February 26, 2014, 06:31:59 PM
 #4431


has anyone already talked to rs on mcxnow.com? not that i don't like cryptsy, just i think mcxnow is just more reliable and less "altcoin gox"ish

CZd9oh4FWe4f1TB69YyedxnuGyHt21zEPu
xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
February 26, 2014, 06:52:16 PM
 #4432

So, I just updated and we're on database 9 now I presume. How often will these database updates occur ?

It's shouldn't become a "normal" thing. We had several updates lately that required a rebuild due to lower level security tightening that Phantom was doing.

Visit the official Counterparty forums: http://counterpartytalk.org
xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
February 26, 2014, 06:54:34 PM
 #4433

Developers: Note that I made a recent backwards-incompatible commit to the 'develop' branch that changed the "/jsonrpc/" API endpoint to be "/api/" instead. So in your API calls, you need to make a similar change once you update to this rev (or these changes are pushed to master and you are using master). We did this to standardize to using "/api/" for API endpoints with counterpartyd and counterwalletd.

For more info, see: https://github.com/PhantomPhreak/counterpartyd/commit/c5aca7967353f0ad51c3087b231609a4265a80dd

Visit the official Counterparty forums: http://counterpartytalk.org
ginko-B
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
February 26, 2014, 07:00:04 PM
 #4434

Do we need to get xcp on http://cryptsy.com/ ?

As a community we need to stick to one centralized exchange until the full costs of the November hack have been recovered. 

warriraj
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
February 26, 2014, 07:12:05 PM
 #4435

Do we need to get xcp on http://cryptsy.com/ ?

As a community we need to stick to one centralized exchange until the full costs of the November hack have been recovered. 



But that high cost of trading is killing XCP/BTC trade in Poloniex
IamNotSure
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
February 26, 2014, 07:13:21 PM
 #4436

Do we need to get xcp on http://cryptsy.com/ ?

As a community we need to stick to one centralized exchange until the full costs of the November hack have been recovered.  


How will you enforce that ? It's a free market. Any exchange can add the coin to his engine.

On top of that, busoni is not really transparent.

  • His 2,5% fees are killing the market, he doesn't advertise it clearly on his exchange
  • His site is often offline or unresponsive
  • he deosnt provide an account of the BTC & XCP collected, yet to collect and the those he'll take under his responsablility
  • He failed to provide the hacker mails & info

Personally I don't trust the security of his site, but maybe because my level of paranoia has avoided me to lose alot of money.

IMHO, seeing XCP on another exchange would benefit the coin and Poloniex (by providing liquidity and intrest to the market)
halfcab123
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CabTrader v2 | crypto-folio.com


View Profile
February 26, 2014, 07:19:03 PM
 #4437

Hello all,

   I am in the very early stages of putting a hard-hitting well equipped commercial/interview/short-documentarty together concerning Counterparty. I think I would like to center the main point around the idea that Counterparty is leading the way in the decentralized (everything,) movement.

   However we have seen the likes of Mastercoin and NXT make some pretty significant strides in this space as well; having said that, are there any strong case-in-point(s) that are noteworthy as a source for my work ? Please let me know. I will be reviewing the documentation for the project and protocol extensively this evening as well.

Thank you for any input.

DayTrade with less exposure to risk, by setting buy and sell spreads with CabTrader v2, buy now @ crypto-folio.com
romerun
Legendary
*
Offline Offline

Activity: 1078
Merit: 1001


Bitcoin is new, makes sense to hodl.


View Profile
February 26, 2014, 07:22:40 PM
 #4438

well I think because it's not as easy to add xcp to an existing exchange as to add clone coins, that discourages those big exchanges to add us. Cryptsy is probably too busy counting money to writing code supporting xcp. We as community should come up with a guide of the best practice to accept XCP for service.
halfcab123
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CabTrader v2 | crypto-folio.com


View Profile
February 26, 2014, 07:26:39 PM
 #4439

Aren't there open source exchanges ? Let's fork it.

DayTrade with less exposure to risk, by setting buy and sell spreads with CabTrader v2, buy now @ crypto-folio.com
kandp_sam
Newbie
*
Offline Offline

Activity: 35
Merit: 0


View Profile
February 26, 2014, 07:42:26 PM
 #4440

what happened to DGEX? They were to add XCP trading
Pages: « 1 ... 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 [222] 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 ... 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!