- 01 August 2019 (14 messages)
-
I have a DEX question. I had an open buy order for 1 SHAPESHIFTCD token for 600BCY (this token is divisible). If I understand correctly, someone put a sell order for 0.88470000 SHAPESHIFTCD for 265.41000000BCY. My buy order was matched, but I got charged 530.82BCY (instead of 265.41BCY). Is this how DEX works? (i.e. although user put a lower value sell order, it matches a higher value buy order and got more BCY in return?) Prolly I did the calculations wrong? Could please someone explains to me what exactly happened in this Tx?
https://xchain.io/tx/1457392 -
From motherland to motherland
-
Hello
I have Xtroptions Gold and Troptions Gold
I want sell it or exchange it -
How I can do this
-
You can sell your asset on the DEX.... You should be reaching out to the TROPTIONS guys to figure out how to convert their asset into your desired currency.... then you can use counterwallet.io exchange interface to list your order on the DEX
-
How do you get in touch with these guys?
-
Give me site DEX
-
And how do I get in touch with these guys?
-
-
the DEX (Decentralized Exchange) is built into the site I already gave you... counterwallet.io.... the TROPIONS website is found if you simply google "TROPTIONS"... top few links
-
Ok
-
Mafia Wars
The 14th MAFIACASH Distribution has been completed! https://t.co/TahVixLzxk Check out the Mafia Wars game at https://t.co/avriFAKxRj to start earning MAFIACASH today! #MafiaWars #MafiaCash #Bitcoin #BTC #Counterparty #XCP #BlockchainGaming
-
hello hello
-
- 02 August 2019 (9 messages)
-
Interesting...
https://www.coindesk.com/coders-are-trying-to-connect-bitcoins-lightning-network-to-ethereumCoders Are Trying to Connect Bitcoin’s Lightning Network to EthereumBlockade Games says it has successfully bridged the two networks by sending a bitcoin lightning transaction to trigger an ethereum smart contract.
-
Can I exchange Troptions Gold in a bank?
-
-
I heard you can.
-
What bank
-
-
Did this happen yesterday?
-
Yes we had a video call. Not everyone could join the whole time but we met
-
Ok
- 04 August 2019 (25 messages)
-
-
-
-
-
-
-
-
Are you on the foundation?
-
-
-
-
-
-
-
-
Who want buy Xtroptions Gold or Troptions Gold
-
Nobody
-
Ok
-
-
some of y'all enjoyed my satire blog when I was working on it a while back, I'm kicking it up again check out today's piece
-
Charles Hoskinson Abducted by Aliens
Charles Hoskinson has reportedly been abducted by aliens. In typical Charles “Do you know who you’re talking to” Hoskinson fashion, ol’ Charlie went ahead and one-upped his Chinese charlatan counte…
-
"Sad day for the Bitcorn indeed."
You've got some nice posts in this. I'd like to see more.
https://bitcoinisthedevil.com/2019/01/11/bitcoin-was-gonna-go-to-100k-but-now-it-is-going-to-zero/Bitcoin was gonna go to 100k but now it is going to zero :(Just last week Bitcoin EXPLODED from $3,600 to $4,100. At that rate of growth, moon was certainly imminent, and coming in hot. Champagne bottles were queued to uncork, hookers on call, cocaine in t…
-
that was a sad day for the corn :/
-
hehe thanks fren i got caught up in being a wagie for different crypto projects but planning to cut back on the workload and take some more time to do personal projects
-
This is hilarious 😂 - dispensers will swap everything 👉 https://twitter.com/adam3us/status/1157790535207309312?s=21Adam Back
It had to be done. Atomic swap using (trustless/trust minimised) Liquid swap tool of USDT for BTC via Bitcoin 🛰️📡 Satellite, using Confidential Transactions. Link for resulting CT swap on explorer? https://t.co/mx6Gh9nwGb
- 05 August 2019 (12 messages)
-
-
There is no such thing as a blockchain hammer
This is in response to “There is no such thing as blockchain art”
-
-
damn very rare token created for this article https://xchain.io/asset/A13214760843373330000
-
indeed
-
-
lol
-
-
-
-
-
how's it going guys
- 06 August 2019 (8 messages)
-
is that chainrift a new exchange?
-
Joined.
-
hi
-
-
when you create a HD wallet, your 12-words are used to generate your seed.... then addresses are derived starting at index 0 and moving up..... your seed will always generate the same wallet addresses (which is why the 12 words is all you need to remember).... There is no way to "tell which wallets hold which btc addresses".... only way to tell what addresses a seed will generate is to generate the addresses.
-
-
yes
-
Your 12-word passphrase is used to generate a seed... private key is tied to an address... it you gave away your private key, the user would be able to access only that one specific address... and yes, you could still access the address via your 12-word seed
- 07 August 2019 (1 messages)
-
- 08 August 2019 (46 messages)
-
-
You can’t... private key only allows you to access a single address... no way to get from privatekey to 12-word passphrase
-
-
Yes. Freewallet makes this super easy when you click add a wallet. I think after you put your pk in there freewallet will let you show passphrase too, not sure on this though
-
-
-
-
-
the last 4 bytes on any address are the checksum
-
all addresses are derived from the pubkey (derived from your private key)
-
an address is just
-
base58_encode(0x80 sha256(pubkey) sha256(sha256(pubkey)).substr(0,4))
-
everything inside base58_encode just gets concatenated
-
Public and private keys are generated together (asymmetric cryptography) and Bitcoin addresses are derived from those public keys. Like JDog said a private key goes with a public address, not a seed phrase. A seed phrase (in HD wallets) can be used to generate an entire collection of keypairs (essentially addresses and pks) John is showing the exact method of deriving a bitcoin address from a public key above
-
Can you just make up an address? If it's in base 58 and looks valid maybe it is, but who cares since you'll never figure out the private key that goes with it. There's a mathematical relationship between private and public keys, and it's the basis on which this whole thing depends.
-
You should probably be reading up on this stuff instead of asking about it in a chat. You're a programmer right? The code is out there.
-
Thanks. For the answers. What about this though?
-
-
You just want to send tokens to address that can never be used?
-
-
-
Yeah you can generate these (unprovably) burn addresses.
-
People make up addresses and claim they're burn addresses all the time, since nobody has the private key, it only needs to be a valid Bitcoin address.
-
-
So look on github for someone doing this and just be sure it's a deterministic algorithm.
-
-
There will be collisions in theory, but yeah.
-
-
Just like hash functions. If arbitrary input is used to generate fixed length output, there will always be collisions, so you can't guarantee that 2 URLs will not generate the same BTC address.
-
i.e. infinite number of possibe URLs => fixed (but huge) number of possible BTC addys
-
not really a concern though, I doubt you'll find any of these collisions, just know they are possible
-
-
He's operating on another level 👍
-
Hmmm even if you only consider the domain names instead of the whole URL, the possible inputs are still much larger than the total number of possible bitcoin addresses so the pigeonhole principle still applies. Too many domain names mapped onto not enough BTC addresses. (domain names are limited to 253 characters in length)
-
To calculate it right (I did not, I guestimated) you also need to know each part of a domain name is 63 characters max, and there's a limit to how many subdomains you can have too.
-
-
-
you could just hash the url, use the resulting as the last part of a string.... i.e. XCERRockswww.google.com
-
then hash that
-
with sha256
-
feed96c58e39b53df8283ad8cb9efe9c2695e5e741a2dfe25373fb37e2578f79
-
and use that as your private key
-
seed for the urls should be more nuanced and less susceptible to brute force attacks
-
you could do 2 rounds of sha256 to prevent extension attacks with rainbow tables
-
but that's it
-
- 09 August 2019 (3 messages)
-
SYLVIAT
-
-
Hahaha perfect
- 10 August 2019 (11 messages)
-
Wen dispenser?
-
Which dispenser gets released first?
-
CORNDISPNSER was submitted. 12th in queue.
-
-
-
-
What price are you buying at?
-
-
-
there are some sell orders up already on chainrift, if you think asking like $2.50-$4.00 per XCP is too much, I don't know how to help you. You can also try posting on the DEX of course, though it would nice to get some action on chainrift so they won't turn around and delist us in short order because of no volume
-
- 11 August 2019 (2 messages)
-
-
- 12 August 2019 (17 messages)
-
This send. If it never confirms, is the act of it not confirming and expiring recorded?
-
nope
-
unless you track it
-
-
-
indeed
-
although you could get the same result with signatures
-
-
What do you mean by this?
-
-
interestingly enough, there's no message verification functionality in counterwallet
-
but you could use any tool like this one https://tools.qz.sg/Link
Verify Bitcoin Signed Messages quickly and easily! Check if a signature is valid even without access to wallet software!
-
or even freewallet, rarepepewallet, electrum, etc
-
-
-
The ping is instant. Different debt providers could use X Token to track the pings of X wallets. Then issue a bill at a later date and time like a Credit Card Issuer.
So the token would represent the debt provider and since the token itself holds no value, KYC laws would not apply.
The value of the token is in the action of pinging. -
some comedy for y'all https://bitcoinisthedevil.com/2019/08/12/us-dollar-bad-token-based-on-us-dollar-good/US Dollar BAD Token Based on US Dollar GOOD
Cryptocurrency has no use? Ha. In the dark ages of the “pre-Bitcoin” past, global citizens were TRAPPED into using filthy, evil, worthless US Dollar. Now is the age of enlightenment, wh…
- 13 August 2019 (14 messages)
-
😂
-
Ban
-
-
-
-
-
-
-
They can’t censor you 🇺🇸🇺🇸🇺🇸
-
🤐
-
-
-
if your using the browser version... it will remember the passphrase until you reset your browser history/cache/localstorage/etc
-
- 14 August 2019 (10 messages)
-
-
-
With the pinging and the recyclability of open wallets, we could make awesome things. Like really cool games or valuable coupons with the assets. Instant confirmations on pings and they get held for x time. Making it like a Groupon of sorts where the availability is not always there.
-
-
-
-
-
😘🎉
-
-
- 15 August 2019 (49 messages)
-
-
I don't get it either. People can go around "disliking" websites or claiming they're bad for some reason or other. Not sure why that's useful.
-
One, it creates an instant verifiable burn address for assets. I can go on and on. It’s huge.
-
-
-
-
Does this do something?
-
-
-
Reminds me of a project years ago where a browser plugin was used to see virtual postit notes on each website. You could leave one of your own, or read other people's comments. Is that a similar idea?
-
For example. If there was an address for Counterparty chat, a candidate couldn’t be censored during elections 🇺🇸
-
-
-
-
So the "bad" marker is an asset that gets sent from your address and the "shooter" sends you payment to cover the cost?
-
-
-
There's no anonymity in Counterparty. In theory there's pseudonymity, but that's not actually the case, like ever.
-
Will I get anything back?
-
I don’t know what you mean
-
You marked that site as a shitcoin site 👍
-
I mean where that token came from is a matter of public record.
-
A bounty
-
The whole world deserves shitcoins. Serves 'em right too.
-
Yeah I'll give it a go, I'll fire some markers at some sites. I could care less if they know it was me. You're going to markup these shots enough to cover the cost of bounties?
-
-
-
-
Where did these go. Alphanumericals can’t reverse search.
-
They went to this
-
-
If you buy one use assets, they need a burn address.
Let’s pretend you donate to a charity, the give you 1 XGUN.DONATE token for every $1 you spend. If you want to show proof you donated, you send that X number of assets to a particular burn address that identifies you -
Not sure why it’s not reading the shitcoin asset, probably because it’s too shitty of a token 😂
-
This is the biggest thing that’s happened in Counterparty in 12 months
-
It’s surprising the whole basis of CP is based off a burn address and someone as smart as you doesn’t see the value of using CP assets to tag any alphanumeric on earth with the world’s most secure computer network via an imutable database
-
I agree! It’s huge! The possibilities are endless 🇺🇸
-
-
-
By "free sends" I think you mean a tx with no fee that never gets recorded on Bitcoin chain right? What does "recycleable wallet" mean?
-
Yes correct
-
-
-
-
-
-
-
-
-
- 16 August 2019 (15 messages)
-
-
-
-
-
-
👆 ty sir!
-
Someone please tell him about double spends and the byzantine general problem
-
TY, please explain those problems.
-
-
-
-
-
Great ?estion
-
Wow and just to think everything made some kind of crazy sense rt before the election...
-
...
- 17 August 2019 (4 messages)
-
Matt Luongo
1/ The cat's out of the bag. For the last 10 months, the @keep_project team, building on the work of @summa_one, has been quietly building a trustless bridge from Bitcoin to Ethereum. The spec is up at https://t.co/ksEQ6G35iw. https://t.co/VEJaYo38aw
-
-
-
- 19 August 2019 (3 messages)
-
-
He is the CP savior
-
🇺🇸💪🏼🇺🇸💪🏼
- 20 August 2019 (29 messages)
-
-
Meanwhile feel free to vote in the Bitcorns card corntest https://bitcorns.com/poll
-
👍
-
How sell Xtroptions Gold and Troptions Gold
-
you can list them for sale on the DEX.... but you have to have people interested in buying the tokens from you.... and I do not see much demand at all for TROPTIONS stuff.
-
Troptions needs marketing is all i can see and say along with the entire counterparty market. Everyine looking at us like were the newbies.
-
Just cause i been sitting back working on private projects dont mean i haven't been watching it all.
-
I've witnessed the samw things you all have
-
Excuse me if this real talk make the children uncomfortable but its time to work.
-
When this is over and we get the entire world to realize they need this for the sanctity of freedoms everywhere. We will be here on the forefront. Or you can be known for fukn around on this amazing new platform where guys play and trade shit and piss all day long...
-
Hi, community. There’s someone can tell me how much are fee of Counterparty blockchain network for send a token? Thanks
-
Counterparty transactions are bitcoin transactions..... so the fee you pay varies depending on how busy the network is (# pending transactions) and how fast you want your transaction confirmed
-
So the fee are like move btc right? Because there is an exchange tell me for withdrawal a counterparty asset, need 0,0002btc for every single token for counterparty blockchain network. That can’t be. It’s a incopentence or a scam. Thanks
-
An exchange sets their own withdrawal fee.... that is something the exchange controls, not counterparty
-
Withdraw fee != miners fee
-
Yes but they told they not charge the fee! It’s for counterparty blockchain network
-
Counterparty charges no fee but a miners fee.... just like btc
-
When the exchange for Xtroptions Gold will appear
-
As I have already told you... you can trade those tokens on the Decentralized EXchange (DEX)..... but you need someone who wants to buy the tokens from you... and from what I have seen, no one wants to buy the TROPTIONS tokens cuz they are considered a scam by many.
-
If you have questions about TROPTIONS, you should try doing a google search for TROPTIONS.... the very first link is to their "exchange" website... https://troptionsxchange.com/
-
No answer from him
-
Well, that should tell you all you need to know about the project.
-
Not sure how you obtained your TROPTIONS... but as with any "investment" it is on the buyer to do their own due diligence... Ask yourself why you want to hold TROPTIONS and who will buy them from you if you ever want to sell.
-
Search results for 'troptions' - Counterparty Forums
Counterparty Community Forums
-
I have my tokens locked in another exchange and can’t withdrawn, I want only send to xcpdex
-
if your tokens are locked in an exchange, you don't own them... the exchange does.... you can't sell your token on the CP dex until you actually have the tokens in your control (you control the private key)
-
Yes, I know, there’s nothing I can do. thanks anyway for the answer!
-
-
- 21 August 2019 (60 messages)
-
I would advise you to keep the conversation professional, if you are able to. Otherwise I would ask that you be removed
-
Come again?
-
I thought I could get it done in one ✈️. I need the return trip to finish. Friday.
-
-
-
-
What are you talking about? You mean me not voting for myself when I said I would? Instead voting for someone else?
I don’t know what you want from me. I’m sorry. -
Please be more specific instead of saying I didn’t deliver on X when X isn’t specified.
-
Here read this again https://www.ryanavenue.com/xcp-counterpartyRA XCP Counterparty Report
Why RA thinks this $10 crypto will shoot to $1,000 eventually. Bitcoins closest relative, XCP: The Counterparty Protocol
-
-
But can you smoke a bitcorn?
-
-
-
Prove it
-
[Q&A] Counterparty Foundation Election 2019 Q&A
[Ryan] thank you for your comment. I have to know how people who read my comments feel it. I was relieved to your comment. Who are you fighting with? We will have to get over the walls in the future. And the invisible enemy is in me. That’s the kind of stop thinking. We must assume that there is an invisible enemy, think and take all possible measures. This may be the troll you show. If you can feel it, you are an excellent warrior who is essential to NEW / CP.
-
Hype?
-
Using the assets as Guns is a big announcement. All at my homepage.
And with the help of John, we now have a btc wallet address for every alphanumeric in the world 🌎 to send assets to 😂 🇺🇸 -
-
No. You’re negative all the time. It’s annoying 😂
-
-
-
-
-
-
Annoying?
Psychological projection is a bitch. Frankly i tired of you long ago. Instead of desperate floundering, how about working with the community? Not once have I observed you help another person or participate in any project other than your own. Sad that you are spinning the wheels of important actors in this space. For the record, "more money does not equal better than." Imho, Get with the program or fork-off. Consensus has no room for plutocratic manipulation -
-
-
Is this where I can buy troptions gold? I've been googling so very hard for them! I'm willing to pay twice the price if you can send tonight! Paying btc
-
-
Awesome thanks!
-
@blitecoin might want to wait for CROPTIONS
-
-
-
-
Lol. Coward
-
-
-
Protect the LARPers! Ban the haters!
-
Too hard to think
-
-
-
🔨
-
-
What are you mean
-
What am tryhard?
-
-
-
Everyone got banned Dan deleted the chat
-
-
-
Google it
-
-
Hey Everyone, Let us know if there's anything we can do at ChainRift to support XCP community!
-
Would love to onboard more XCP traders there. We are looking for feedback to make our platform better!
-
🙏
-
You want buy Troptions Gold
-
I’m still in the xcpdex chat. It’s just me and Dan.
-
-
Send invite please
-
- 23 August 2019 (14 messages)
-
-
Hello
I want exchange Bitcoin on another coin -
Who interested contact me
-
And I know how sell Xtroptions Gold and Troptions Gold
-
I sold my Xtroptions Gold
-
What do you want?
-
Sold the bottom
-
What coin you have
-
I have NEWBITCORN
-
I can exchange it
-
I have NEWBITCORNS
-
How did you eventually manage to sell them?
-
I have mafiacash. Backed by the mafia better than gold
-
- 24 August 2019 (7 messages)
-
It was not easy.
-
Ok
You can can do deal -
I understand you
-
Are you sure?
-
Yes
-
-
Can you tell us more?
- 25 August 2019 (1 messages)
-
Last one out turn off the lights
- 26 August 2019 (3 messages)
-
-
I found buyer
-
- 27 August 2019 (7 messages)
-
-
-
dsdbigy eojpnjmj co
-
Tell me more
-
-
-
- 28 August 2019 (19 messages)
-
Is there a way to send all assets in a wallet to a new wallet?
-
Can an existing wallet be converted to a multi-sig? Then a new party could create 3 or more keys to basically lock you out...
-
I’m not following you here
-
I think I’ve heard the term wallet “sweep” around here but not sure what that is or how to do it
-
This way, the address would remain the same
-
Ahh, I see. Not sure how to convert a wallet to multi sig though.
-
You can "sweep" all the assets from one address, not an entire wallet with multiple addresses. Use the private key to do it, but be warned - it's often reported as being not being reliable.
-
One of the pending CIPs is for a wallet sweep iirc, no? Coming soon - 2 weeks.
-
Do you know what not reliable is? If it fails can I lose an asset or might it just get stuck at the address it’s getting swept from?
-
No iirc the assets just didn't get transfered, or only some of them did. Not sure about the details why, maybe somebody who knows about it can chime in.
-
I don’t see sweep on freewallet. Is it a function in counterwallet?
-
your right mike... issue was sweep is unreliable due to the transaction chaining.... it required one send for every asset in your address, and quite often fails due to all the chained sends
-
The new version of sweep moves everything in a single tx with a single tx fee.
-
what fails is sending everything in the address.... your never at any risk of losing any of the assets tho, they either send, or they are in your original address.... FYI, you can also import private keys into freewallet and then just do sends from the address rather than sweep the entire address
-
How does one do a sweep? I’d like to try
-
login to counterwallet and then do "Import Funds->From another address".... input the private key and your off to the races
-
"sweep" at this point is essentially just some code in counterwallet that sends each asset individually..... "sweep" after the next release will be an actual CP action users can call via the API
-
Thanks jdog, I kept looking for “sweep” in different wallets
-