Bitcoin Forum
May 09, 2024, 05:25:27 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 [146] 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 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 ... 661 »
  Print  
Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1276302 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.
JahPowerBit
Sr. Member
****
Offline Offline

Activity: 335
Merit: 255


Counterparty Developer


View Profile
February 14, 2014, 01:12:31 PM
 #2901

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.
1715275527
Hero Member
*
Offline Offline

Posts: 1715275527

View Profile Personal Message (Offline)

Ignore
1715275527
Reply with quote  #2

1715275527
Report to moderator
"Bitcoin: mining our own business since 2009" -- Pieter Wuille
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715275527
Hero Member
*
Offline Offline

Posts: 1715275527

View Profile Personal Message (Offline)

Ignore
1715275527
Reply with quote  #2

1715275527
Report to moderator
Alientech
Newbie
*
Offline Offline

Activity: 61
Merit: 0


View Profile
February 14, 2014, 01:14:29 PM
 #2902

No GUI yet?

There is a GUI release here : https://bitcointalk.org/index.php?topic=430998.msg5031563#msg5031563


Selling some cheap XCP's here : https://bitcointalk.org/index.php?topic=445740.msg5140031#msg5140031
porqupine
Full Member
***
Offline Offline

Activity: 214
Merit: 101


View Profile
February 14, 2014, 01:22:56 PM
 #2903

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.
lonsharim
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
February 14, 2014, 01:48:46 PM
 #2904

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.
porqupine
Full Member
***
Offline Offline

Activity: 214
Merit: 101


View Profile
February 14, 2014, 02:11:54 PM
 #2905

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?)
nakaone
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
February 14, 2014, 02:56:36 PM
 #2906

cityglut do we get screenshots of the web wallet this weekend?
qtgwith
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
February 14, 2014, 03:00:41 PM
Last edit: February 14, 2014, 03:14:25 PM by qtgwith
 #2907

cityglut do we get screenshots of the web wallet this weekend?
Be patient. We want a best web wallet. Give the devs enough time.
IamNotSure
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
February 14, 2014, 03:08:28 PM
 #2908

Be patient. We want a best web wallet.Give dev enough time.

+1

Give the devs some time and respect.
nakaone
Hero Member
*****
Offline Offline

Activity: 742
Merit: 500


View Profile
February 14, 2014, 03:41:15 PM
 #2909

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
cityglut
Full Member
***
Offline Offline

Activity: 216
Merit: 100


View Profile
February 14, 2014, 03:57:45 PM
 #2910

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.
busoni
Sr. Member
****
Offline Offline

Activity: 364
Merit: 250

Owner of Poloniex


View Profile
February 14, 2014, 04:12:45 PM
 #2911

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?

Poloniex.com - Fast crypto exchange with margin trading, advanced charts, and stop-limit orders
porqupine
Full Member
***
Offline Offline

Activity: 214
Merit: 101


View Profile
February 14, 2014, 04:29:30 PM
 #2912

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.
halfcab123
Full Member
***
Offline Offline

Activity: 224
Merit: 100

CabTrader v2 | crypto-folio.com


View Profile
February 14, 2014, 05:06:21 PM
 #2913

Any word on when poloniex.com will commence trading ? Busoni?

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

Activity: 588
Merit: 504


View Profile
February 14, 2014, 05:06:56 PM
 #2914

Have we decided on a logo yet?

Believe most are a fan of one of these


520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
February 14, 2014, 05:13:53 PM
 #2915

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?

Great, let's trade there.

@busoni, how many confirmations does it need to deposit XCP? Deposited and got 1 confirmation, why no balances display?
IamNotSure
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
February 14, 2014, 05:18:01 PM
 #2916

Have we decided on a logo yet?

Believe most are a fan of one of these



I beg to differ.

This is not professionnal looking, and IMHO not balanced. I prefer the one on the top left here (with other colors) http://www.reddit.com/r/xcp
sixteendigits
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250


View Profile
February 14, 2014, 05:19:46 PM
 #2917

Have we decided on a logo yet?

Believe most are a fan of one of these



I beg to differ.

This is not professionnal looking, and IMHO not balanced. I prefer the one on the top left here (with other colors) http://www.reddit.com/r/xcp

+1

Like the one from reddit.
0.oJoker
Newbie
*
Offline Offline

Activity: 37
Merit: 0


View Profile
February 14, 2014, 05:25:35 PM
 #2918

https://www.poloniex.com/exchange
buy order has been 0.15 BTC/XCP
jimhsu
Sr. Member
****
Offline Offline

Activity: 364
Merit: 264


View Profile
February 14, 2014, 05:37:42 PM
 #2919

We can use the reddit logo for now (since that at least has some public exposure) and decide on an official logo later.



A suggestion was made on this thread to possibly get a logo design competition running on 99designs.com. We definitely need something professionally done.

https://forums.counterparty.co/index.php/topic,28.15.html

Dans les champs de l'observation le hasard ne favorise que les esprits préparé
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
February 14, 2014, 05:38:57 PM
Last edit: February 14, 2014, 05:52:45 PM by 520Bit
 #2920

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?

Great, let's trade there.

@busoni, how many confirmations does it need to deposit XCP? Deposited and got 1 confirmation, why no balances display?

busoni, I have sent you a PM, why my deposit not show on my balances?

8 confirmations now.

I got them now finally, still long delay.
Pages: « 1 ... 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 [146] 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 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 ... 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!