Search content
Sort by

Showing 20 of 389 results by xnova
Post
Topic
Board Speculation (Altcoins)
Re: [XCP] CounterParty Speculation
by
xnova
on 09/05/2017, 03:24:33 UTC
Is there a lot of development? Where? I check it on daily-basis since big players like the coin, but don't see much happening....  Huh

See here, it indicates the price of XCP has increased in the past few days, sometimes even though development are not being developed but the price will raise.
Last Price: 0.00579420
24hr Change: 37.10%
24hr High: 0.00612112
24hr Low: 0.00372430
 

Yeah and that's why it surprised me. Makes me wonder if this is just a temporary pump.

Uh, there is development going on:
https://counterparty.io/news/counterparty-lib-9-55-2/

That link also contains a link to our slack chat which is the best way to stay up to date.
Post
Topic
Board Altcoin Discussion
Re: PEPECASH
by
xnova
on 08/04/2017, 21:22:02 UTC
Nope they are totally differently things.

Offline (cold storage) wallet: here is one for ledger S -- https://github.com/mandelmonkey/ledger-cp

Main BCT thread: https://bitcointalk.org/index.php?topic=1617264.0

Check out all the links there and join the telegram group Smiley
Post
Topic
Board Speculation (Altcoins)
Re: [PEPECASH] 🐸 Pepecash / RarePepe 🦄 Spepeculation Topic
by
xnova
on 31/03/2017, 13:47:41 UTC

I do like some of your pepe cards, I'm taking copies for my own collection, you can't really prevent people making exact copies of your digital assets, that's a big impediment to digital items becoming collectibles. You can't prevent me enjoying your digital property anymore than Hollywood can, my pepe cards look exactly the same as your ones do! I don't need to 'own' them to enjoy them just as much as you do, so why would I ever buy them from you ?

Is there a block explorer for these pepe cards, can I check a wallet address and see all the images in that wallet? By definition anything digital can be copied, so how are they rare exactly?

Because, math and stuff... each card is a Counterparty asset (embedded into the Bitcoin blockchain).

Sure, you could save the image itself to your computer, but that doesn't mean you own the card.

http://Counterparty.io

EDIT: here is the asset info for Pepecash, for instance: http://blockscan.com/assetInfo/PEPECASH
(Click on AssetHolders to see which addresses own PEPECASH)

Blockscan.com is one of the Counterparty explorers.
Post
Topic
Board Speculation (Altcoins)
Re: [PEPECASH] 🐸 Pepecash / RarePepe 🦄 Spepeculation Topic
by
xnova
on 24/02/2017, 23:39:38 UTC
I remember the first time, I saw Hairpepe, my life changed.  It was almost like seeing an old friend from High school.  I instantly bought one.

The first time I saw HAIRPEPE was within a data dump, as I was trying to figure out how the network crashed. I think my initial reaction was wondering what the hell a "hair pepe" was.

IIRC, the parameters chosen for a HAIRPEPE order hit up on an obscure bug where the calculated integer value chosen for the order quantity was higher than the max integer value for sqllite, but equal to the max int value used in the python validation code (they differed by 1). Thus, the value was not further limited in the sanity check code, and  when the daemon was attempting to store the record in sqllite it caused an exception.... we now handle this situation in a way that should avoid this kind of issue in the future anywhere in the code.

Because of all of this, as well as the excellent artwork, today it is my favorite card. That hair...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 16/07/2016, 01:45:03 UTC
Will be really interesting to see the market when the EVM is released. It's the first time in a while I feel this excited about the platform. Great to see so much activity from the key people behind XCP today.

I was trying to get an answer on another thread, with the payment channel, can that be used with EVM to avoid the 10 min block times to process contracts?

No, since contract executions can modify a state shared across the nodes.

However, there are other options, like a side chain of some sort, that could be employed in the future.

EDIT: See https://github.com/CounterpartyXCP/Documentation/blob/master/Basics/FAQ-SmartContracts.md#can-payment-channels-be-used-with-the-evm

Also see: https://github.com/CounterpartyXCP/Documentation/blob/master/Basics/FAQ-SmartContracts.md#how-does-bitcoins-10-minute-block-time-affect-the-evm
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 15/07/2016, 17:22:34 UTC
Try now. I updated wallet.counterwallet.io ... the problem 90% probably an insufficient BTC error (i.e. you lack the BTC at the address to make the transaction, as CP transactions require BTC fees), but that error message was not coming through due to a bug that has been fixed.
Well... now problem has changed to "insufficient BTC error". I have 0.64170791 btc (address 176ZXsA526eRZuxMMCC4wEpZdJjadjvbdR). Steps to reproduce: Send -> To 1NGmxFCzyaP2jgY7NrKdx8xHcddXAufWiJ -> click on "MAX" button -> "Send" button ->
Code:
Insufficient BTC at address 176ZXsA526eRZuxMMCC4wEpZdJjadjvbdR. (Need approximately 0.64171444 BTC.). You must have a small amount of BTC in this address to pay the Bitcoin miner fees. Please fund this address and try again.

Also if i click on "More information on why this is necessary." then i'm getting ssl error NET::ERR_CERT_DATE_INVALID

And blockscan is not working... Error 522 Ray ID: 2c2eafaedd754f44 • 2016-07-15 16:45:56 UTC
Connection timed out

Try not using MAX (use slightly less. MAX appears to be slightly off due to the new fee estimation code in the new release. We will get that fixed.)

The link is old, will fix/remove that too.

Blockscan is currently updating and is down. You can use counterpartychain.io until it is back up
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 15/07/2016, 14:52:24 UTC
I'm trying to send max of my BTC to another BTC address and getting error:
Code:
Sorry, we got an error when trying to do the requested action: 'Internal Server Error.' (API method: create_send).

If this persists, please click on the question mark button on the top right-hand corner of the screen for support options.

Come on! It's not funny... Another one bug in Counterwallet?

Will need some more info to be able to troubleshoot. Can you join our slack and DM me on there (@robby-dermody)?

Try now. I updated wallet.counterwallet.io ... the problem 90% probably an insufficient BTC error (i.e. you lack the BTC at the address to make the transaction, as CP transactions require BTC fees), but that error message was not coming through due to a bug that has been fixed.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 14/07/2016, 17:57:10 UTC
I'm trying to send max of my BTC to another BTC address and getting error:
Code:
Sorry, we got an error when trying to do the requested action: 'Internal Server Error.' (API method: create_send).

If this persists, please click on the question mark button on the top right-hand corner of the screen for support options.

Come on! It's not funny... Another one bug in Counterwallet?

Will need some more info to be able to troubleshoot. Can you join our slack and DM me on there (@robby-dermody)?
Post
Topic
Board Service Announcements (Altcoins)
Re: CoinMarketCap.com - Market Cap Rankings of All Cryptocurrencies!
by
xnova
on 12/07/2016, 11:59:40 UTC
Hey guys, can you update the forums link for Counterparty to https://counterpartytalk.org ?
Post
Topic
Board Speculation (Altcoins)
Re: Counterparty will make a killing.
by
xnova
on 30/06/2016, 22:55:34 UTC

....snip

The technical weakness of CounterParty is that Bitcoin can't verify the CounterParty transactions, thus there is no record of the consensus about which CounterParty transactions are valid:
.............................................snip

the first part is true (Bitcoin does not validate Counterparty transactions), but it doesn't follow that there is thus no record of consensus. counterparty keeps its own "ledger in a ledger" that it assembles from decoding Counterparty protocol data payloads from any Bitcoin transaction that contains them, using the reference client code at  https://github.com/CounterpartyXCP/counterparty-lib ,

it has been working well for over 2.5 years now
Post
Topic
Board Speculation (Altcoins)
Re: Counterparty will make a killing.
by
xnova
on 29/06/2016, 12:44:34 UTC
Counterparty is still a highly respectable project, but probably long past a pump without 'tangible' new developments

With regard to "tangible new developments" I think that was a valid view 6 months ago, but the project has been revitalized on several fronts. We have daily code commits on our github repos that outpaces most other crypto projects by a wide margin. In the last month, developments include:

* all the EVM work being done (almost live on testnet)... Faq at http://counterparty.io/docs/faq-smartcontracts/
* p2sh support added (https://github.com/CounterpartyXCP/counterparty-lib/pull/818)
* payment channels work (https://github.com/F483/picopayments) that will soon be merged in
* revamped docker based build system. Works on Linux, Windows and Mac OS. (http://counterparty.io/docs/federated_node/)
* numerous counterwallet updates (https://github.com/CounterpartyXCP/counterwallet/compare/1.7.0...master)
* revamped website (Chinese and Japanese translations in the works)
* Counterparty-lib test suite overhaul
* tons of bug fixes (eg https://github.com/CounterpartyXCP/counterparty-lib/commits/develop)

Feel free to join our slack and ask away/get involved, as well: http://slack.counterparty.io
Post
Topic
Board Altcoin Discussion
Re: [XCP] Counterparty Protocol - Assets / Issuers Thread
by
xnova
on 10/06/2016, 12:03:35 UTC
is counterparty.co and counterparty.io the same protocol?

forum is redirect
Yes
Post
Topic
Board Collectibles
Re: [LLCOINS] 2015 1,000 XMR 1oz Gold Coin
by
xnova
on 08/06/2016, 00:12:42 UTC
900 XMR
Post
Topic
Board Auctions
Re: ❎ ~AUCTION #2 LEALANA PHYSICAL SILVER MONERO (XMR) - 3-coin sets ~ ⭕️
by
xnova
on 08/06/2016, 00:06:14 UTC
#8 - 0.57
Post
Topic
Board Auctions
Re: ❎ ~AUCTION #1 LEALANA PHYSICAL SILVER MONERO (XMR) - 3-coin sets ~ ⭕️
by
xnova
on 08/06/2016, 00:03:51 UTC
#3 - 500 XMR
Post
Topic
Board Altcoin Discussion
Re: Counterparty progresses in adding Ethereum VM support to Bitcoin
by
xnova
on 11/05/2016, 17:33:35 UTC
Xnova can you explain in rough terms what this means for Bitcoin and Ethereum? In what manner are they linked or not?

Thank you.

Sure, they're not linked (that is more the theme with something like BTCRelay).

What we are working on is a port of the Ethereum Virtual Machine (EVM) to Counterparty. This means that one can take an ethereum smart contract (e.g. written in solidity) and run it "on Counterparty, on Bitcoin". There is no link to the Ethereum blockchain.

Counterparty works via a mechanism called embedded consensus, where we embed our protocol data within regular Bitcoin transactions, and maintain our own embedded ledger within Bitcoin's. Executions of Ethereum smart contracts would modify the state of this ledger.

Why did you think Counterparty with EVM are better than BTCRelay?


How Smart Contracts can working with XCP and Bitcoin 10minutes avg blocktime, doen't it need fast blockchain like Ethereum?

It's a fundamentally different approach. BTCRelay as I understand it allows validation of bitcoin transactions in Ethereum smart contracts. Counterparty executes the Ethereum smart contracts essentially as mainnet Bitcoin transactions. A smart contract execution, once kicked off, will execute within a single block (e.g. each instruction in the smart contract is not a Bitcoin transaction, or anything like that...they execute independently and modify the state of the Counterparty internal ledger, not Bitcoin).
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 10/05/2016, 23:21:43 UTC
Quote
Determining whether to use XCP for gas, or an “XCPC” stake token that is periodically awarded to XCP holders by the protocol, based on their XCP holdings.

    If XCP is used, a solution to control the rate of deflation will need to be found, as unlike Ether, no additional XCP will be created. That, or XCP consumed could be frozen for some period of time, imposing an opportunity cost.
    If “XCPC” is used, the rate of generation and caps on the max number of XCPC in existence at any one time will need to be discussed and established.

--- XCPC token would be rather weird - yet another token, periodically freely airdropped to XCP owners, essentially at no cost. 
To execute a smart contract you can
1. buy some XCP,
2. get free gas (XCPC),
3. use the gas and sell your XCP.

--- Freezing instead of burning? This doesn't solve the problem. If many people freeze their XCP, it leads to the same distortion. The rate of freezing would have to be decreasing.     

--- Decrease the rate of deflation - maybe the best option? 



Re: freezing, I'm not sure the amount of XCP frozen at any one time would be material to the total amount of XCP in existence. If that is not the case, then some "scale down" coefficient can be introduced that will reduce the amount of coins frozen for a given smart contract execution as the total # of coins frozen at any one time increases. Schemes like that do add complexity, however, and I'd like to avoid them if it's not deemed totally necessary, at least for a first pass.
Post
Topic
Board Altcoin Discussion
Re: Counterparty progresses in adding Ethereum VM support to Bitcoin
by
xnova
on 10/05/2016, 23:17:39 UTC
Xnova can you explain in rough terms what this means for Bitcoin and Ethereum? In what manner are they linked or not?

Thank you.

Sure, they're not linked (that is more the theme with something like BTCRelay).

What we are working on is a port of the Ethereum Virtual Machine (EVM) to Counterparty. This means that one can take an ethereum smart contract (e.g. written in solidity) and run it "on Counterparty, on Bitcoin". There is no link to the Ethereum blockchain.

Counterparty works via a mechanism called embedded consensus, where we embed our protocol data within regular Bitcoin transactions, and maintain our own embedded ledger within Bitcoin's. Executions of Ethereum smart contracts would modify the state of this ledger.
Post
Topic
Board Altcoin Discussion
Counterparty progresses in adding Ethereum VM support to Bitcoin
by
xnova
on 10/05/2016, 18:45:48 UTC
See the announcement here: https://counterparty.io/news/proposal-for-ethereum-smart-contracts-on-counterparty-mainnet/

Feel free to join our slack channel to discuss. We'll also try to answer questions posted here as well.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread
by
xnova
on 05/04/2016, 15:48:29 UTC
Marketing?

What's that?

We are working to improve on this front, and have some plans here.

In the meantime, you're welcome to help out. Feel free to join the #marketing channel our slack chat.