Author

Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread - page 516. (Read 1276916 times)

full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
Any word on when poloniex.com will commence trading ? Busoni?
full member
Activity: 214
Merit: 101
Be patient. We want a best web wallet.Give dev enough time.

+1

Give the devs some time and respect.

huh - sorry was not meant to be in any way disrespectful. next time i add a smilie Wink


Desktop GUI Bounty: 12J1YFvsWHDCU5HNAWNLNy1Q9nZo8Q4Xgs

sorry couldn't help myself.
sr. member
Activity: 364
Merit: 250
Owner of Poloniex
What's the point of sweeping it out of the individual deposit account though? I don't really get that.

Suppose five people each deposit one XCP, then one person buys all five XCP and attempts to withdraw them. All the XCP need to be in one account so people who withdraw without depositing can get them.

About the withdrawal fee, it is definitely higher than all the others. The others are supposed to be just TX fees, but the XCP has to cover some hidden costs. Once we see what price XCP settles on initially, I'll adjust it accordingly. I have no intention of profiting off of withdrawal fees.


Many successful deposits went through, and although only one person made a withdrawal, it was also successful (in addition to my many withdrawal tests). So we're launching! BTC/XCP market now live: https://www.poloniex.com/exchange/btc_xcp

Have we decided on a logo yet?
full member
Activity: 216
Merit: 100
Be patient. We want a best web wallet.Give dev enough time.

+1

Give the devs some time and respect.

huh - sorry was not meant to be in any way disrespectful. next time i add a smilie Wink

No disrespect taken Smiley. The devs and I will be discussing the details of the bounty rewards today. For those of you who don't know, there is a thread on the official forum, where people have been posting screenshots of their GUIs: https://forums.counterparty.co/index.php/topic,8.0.html.

What the community thinks about the GUIs is very important, and we encourage people to look at the different GUIs and express their opinions on the forum thread linked to above.

To the developers of the GUIs: We will be asking for more formal submissions, which will help us to determine the distribution of the bounty funds. I will make an announcement with further specification in a few hours.
hero member
Activity: 742
Merit: 500
Be patient. We want a best web wallet.Give dev enough time.

+1

Give the devs some time and respect.

huh - sorry was not meant to be in any way disrespectful. next time i add a smilie Wink
hero member
Activity: 672
Merit: 500
Be patient. We want a best web wallet.Give dev enough time.

+1

Give the devs some time and respect.
hero member
Activity: 602
Merit: 500
cityglut do we get screenshots of the web wallet this weekend?
Be patient. We want a best web wallet. Give the devs enough time.
hero member
Activity: 742
Merit: 500
cityglut do we get screenshots of the web wallet this weekend?
full member
Activity: 214
Merit: 101
Can someone more technical correct me on this -
As far as I understand if an address received say 10 btc, now to send 10 xcp somewhere, which takes a dust value .0001086, in the bitcoin protocol will look like send 10 return change 9.9998914 - and until the returned value is received the address cannot make any more XCP based operations? Furthermore I don't think BitcoinQT specifies change addresses (is this the case for the btc side of counterpartyd as well?)
full member
Activity: 196
Merit: 100
No it had 70.xxx and I sent 6. I'll be back later.

When you importprivkeys you need to set a label for each address and then backup the wallet again, there is a guide on the internet somewhere.

I had my key imported. But the key and address is now cloned. Its in blockchain.info and in my wallet qt. Anyone knows if this is a problem? Did I do sth. wrong with importing?

I did the same thing, imported from blockchain.info into my qt wallet

I also logged back into blockchain and instead of deleting the address from there, I only deleted the private key, thus making the address on blockchain read-only for all intent and purposes.
full member
Activity: 214
Merit: 101
For distributing or consolidating xcp something like this should work on windows:
Code:
L = ['address1',
     'address2',\
     'address3',\
     'etc']
quantity = 10
def send(address, quantity):
    print(subprocess.Popen('cmd.exe /k echo y| counterpartyd send \
--source=mwcDzNT5gBTMUsnTNZdARr6SuTERYGXQTX --quantity='\
+ str(quantity) + ' --asset=XCP --destination=' + address,\
stdout=subprocess.PIPE).stdout.read())
for address in L:
    send(address, quantity)
    time.sleep(5)
My testnet is doing something really funky though is this multi sig related? After running 2 instances of the For loop all the BTC at the current address become unconfirmed (4 test btc) and I have to wait for the next block to reconfirm them.
sr. member
Activity: 335
Merit: 255
Counterparty Developer
Here a build for MacOS with a GUI :

1) Download: https://github.com/JahPowerBit/counterpartyws/raw/master/dist/counterpartyws.app.zip

2) Unzip

3) Update configuration file ~/Library/Application Support/counterpartyd/counterpartyd.conf

Code: [Select]
[Default]
bitcoind-rpc-connect=192.168.2.254
bitcoind-rpc-port=8332
bitcoind-rpc-user=xxxxx
bitcoind-rpc-password=xxxxx
rpc-password=xxxxx

gui-host=localhost
gui-port=8080
gui-user=xxxxx
gui-password=xxxxx

4) Double click countepartyws.app

5) Open you browser: http://localhost:8080


Source:
https://github.com/JahPowerBit/counterpartyws

You can also use it on windows or linux, but you must install manually.
 I will prepare a Windows build with py2exe next week.
sr. member
Activity: 273
Merit: 251
sr. member
Activity: 262
Merit: 250
No it had 70.xxx and I sent 6. I'll be back later.

When you importprivkeys you need to set a label for each address and then backup the wallet again, there is a guide on the internet somewhere.
I just saw the transaction get into your acct. Hey, you got all 6 XCP back! I guess Tristan forgot to deduct 1 XCP.

So, only one loopback test, but still everything actually seemed to do exactly what it was supposed to.

XCP peoples! We are on an exchange!!

Awesome! I just created an account. Nice prominent position of XCP in the balances, just under BTC  Smiley

@busoni is 1 XCP a little high? Considering the withdrawal for NXT is just 1.
newbie
Activity: 17
Merit: 0
No it had 70.xxx and I sent 6. I'll be back later.

When you importprivkeys you need to set a label for each address and then backup the wallet again, there is a guide on the internet somewhere.

I had my key imported. But the key and address is now cloned. Its in blockchain.info and in my wallet qt. Anyone knows if this is a problem? Did I do sth. wrong with importing?
hero member
Activity: 602
Merit: 500
No it had 70.xxx and I sent 6. I'll be back later.

When you importprivkeys you need to set a label for each address and then backup the wallet again, there is a guide on the internet somewhere.
I just saw the transaction get into your acct. Hey, you got all 6 XCP back! I guess Tristan forgot to deduct 1 XCP.

So, only one loopback test, but still everything actually seemed to do exactly what it was supposed to.

XCP peoples! We are on an exchange!!
good news.Thank you very much for test.
legendary
Activity: 1176
Merit: 1134
No it had 70.xxx and I sent 6. I'll be back later.

When you importprivkeys you need to set a label for each address and then backup the wallet again, there is a guide on the internet somewhere.
I just saw the transaction get into your acct. Hey, you got all 6 XCP back! I guess Tristan forgot to deduct 1 XCP.

So, only one loopback test, but still everything actually seemed to do exactly what it was supposed to.

XCP peoples! We are on an exchange!!
full member
Activity: 214
Merit: 101
No it had 70.xxx and I sent 6. I'll be back later.

When you importprivkeys you need to set a label for each address and then backup the wallet again, there is a guide on the internet somewhere.
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
I just imported all my priv key into bitcoinqt console window... and there's no output for each command.. do i need to wait or anything ? I don't see any addresses showing up in bitcoinqt.
Jump to: