Bitcoin Forum
April 19, 2024, 10:46:33 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 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 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 ... 661 »
  Print  
Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1276290 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.
TheMightyX
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Vires in Numeris


View Profile
March 09, 2014, 05:25:53 AM
 #4981

Is this just a PSD mockup or are there functional UI's?
css, js etc?

Is there a way to release template to community to work on their own skins?

JahPowerBit has plans to convert it into a standalone app. Until then you will have full access to the code (its basically just a webpage) so you can tinker around with things. All though I don't recommend this for most users if you are just changing background images then by all means.
That image was a PSD mockup which is a modification of the original theme mockup I did. I mentioned that some elements had or will have been changed before the final product because of font-changes, code problems, etc.
This is how I work. It would be more work to actually code the new theme into the site just to see if the donator likes it.

This is the functional GUI (coded) complete with color selectors for the elements:



If JahPowerBit agrees we can release it to a few forum members to test out. You will need to request a build from him though.
I understand you may not trust me (I commend you for that) but there were some things out of my control.
JahPowerBit is optimizing the system:
Quote
JahPowerBit: When you finished the V1 of your design, i will rewrite all the javascript/css, to have only one requirement: jquery. It's a lot of work, but it's worth, and it will be more secure.
Also my continued addition of elements and new themes is stretching our time frame  Lips sealed

I send JahPowerBit a build almost every night of my progress before I go to sleep.
He has already payed me for my work from the bounty funds.
You can be sure he didn't pay me until he saw work from me.
The developers trust him, and he trusts me.
Have I satisfied your trust now?  Grin


You are listening to a lot of Bob Marley for sure Smiley

Quit checkin out my tunes bro   Lips sealed
Pretty much the whole bob marley discography on there. Good relaxing work music. If you saw there is 134 hours of music on there though so there's quite the variety.
I'm going to be sending JahPowerBit a final build tonight minus the other color themes so you will be able to snag that off the github some time shortly after he gets it, for anyone who wants to play around with the color selector.
1713566793
Hero Member
*
Offline Offline

Posts: 1713566793

View Profile Personal Message (Offline)

Ignore
1713566793
Reply with quote  #2

1713566793
Report to moderator
Remember that Bitcoin is still beta software. Don't put all of your money into BTC!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1713566793
Hero Member
*
Offline Offline

Posts: 1713566793

View Profile Personal Message (Offline)

Ignore
1713566793
Reply with quote  #2

1713566793
Report to moderator
1713566793
Hero Member
*
Offline Offline

Posts: 1713566793

View Profile Personal Message (Offline)

Ignore
1713566793
Reply with quote  #2

1713566793
Report to moderator
prophetx
Legendary
*
Offline Offline

Activity: 1666
Merit: 1010


he who has the gold makes the rules


View Profile WWW
March 09, 2014, 08:36:27 AM
 #4982

moneypaktrader.com is trolling the DEx by placing 1k for sale at 0.002 but with a 8 btc fee.

What is the btc fee for? This will encourage people to put a price of 0.0001 but with a huge BTC fee.

Generally speaking, all of the UIs for handling orders right now (e.g. the market command and Blockscan's) are rather rudimentary, and the mechanics of Counterparty orders involving BTC are not always perfectly intuitive. Sometimes it can look like someone's putting up a big buy/sell wall, when in fact he isn't, and in almost all cases the protocol will act as if those walls simply didn't exist. We just need better, more sophisticated user interfaces to properly represent the actual state of the order book at any given time. In the meantime, the order book isn't always what it looks like. Don't worry, plenty of good stuff is on the way Wink.

(In particular, you can never troll the order book from the  XCP sell side. If someone wants to buy those XCP from MoneypakTrader, then the protocol will force him to give them up at .002 BTC/XCP. Of course, no one would ever pay the exorbitant fee that he is asking for, so all reasonable orders will just bypass his and go on to match others just fine.)

Essentially though, .002 with an 8 btc fee on a 1000 sell, would be a sell for 0.01 or 10btc total which is rather fair, even cheap in light of what's to come.

Sure, but it's almost double the current market price Wink.

yes, but say you have 50% of the hashing power, then you have a 50% chance of getting your fee back Wink
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
March 09, 2014, 10:19:56 AM
Last edit: March 09, 2014, 10:32:43 AM by 520Bit
 #4983

Bug report - If your Bitcoin-QT wallet address have Chinese label, when you use the XCP client, there will be an error as below. After I change all the address label to English, the error disappear, is this a bug?

Code:
Traceback (most recent call last):
  File "C:\Python32\lib\site-packages\bottle.py", line 862, in _handle
    return route.call(**args)
  File "C:\Python32\lib\site-packages\bottle.py", line 1727, in wrapper
    rv = callback(*a, **ka)
  File "C:\Python32\lib\site-packages\bottle.py", line 2675, in wrapper
    return func(*a, **ka)
  File "counterpartyws.py", line 43, in wallet
    for group in bitcoin.rpc('listaddressgroupings', []):
  File "C:\BoottleXCP\counterpartyd\lib\bitcoin.py", line 105, in rpc
    response_json = response.json()
  File "C:\Python32\lib\site-packages\requests\models.py", line 732, in json
    return json.loads(self.content.decode(encoding), **kwargs)
UnicodeDecodeError: 'utf-8' codec can't decode byte 0xe6 in position 71: invalid continuation byte
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
March 09, 2014, 12:24:19 PM
 #4984

Bug report - The BTC amount display unit is Satoshi which looks like weird.

v6.5

Code:
C:\>counterpartyd balances 1Gb2f6axSt528uBfUT54Ed

C:\>echo off
Balances
+-------+---------------+
| Asset |     Amount    |
+-------+---------------+
|  BTC  |    41158829   |
|  XCP  | 1001.80991818 |
+-------+---------------+
JahPowerBit
Sr. Member
****
Offline Offline

Activity: 335
Merit: 255


Counterparty Developer


View Profile
March 09, 2014, 12:57:20 PM
 #4985

Just push update to 6.5:

https://github.com/JahPowerBit/BoottleXCP
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
March 09, 2014, 01:23:34 PM
 #4986


Any command to update? Or do I have to download it to update?
buaichiyuwh
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
March 09, 2014, 01:39:14 PM
 #4987

https://bter.com/myaccount/deposit/XCP  xcp on BTER!!!!!!
ripplebtc
Sr. Member
****
Offline Offline

Activity: 277
Merit: 250


View Profile
March 09, 2014, 01:41:11 PM
 #4988

Good news! Bter is preparing for XCP trading. Early birds deposit XCP at https://bter.com/myaccount/deposit/XCP

https://twitter.com/btercom/status/442650783310295040
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
March 09, 2014, 01:42:47 PM
 #4989

To the moonnnnnnnnnnnn. LOL.  Wink
qtgwith
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
March 09, 2014, 01:51:26 PM
 #4990

Good news! Bter is preparing for XCP trading. Early birds deposit XCP at https://bter.com/myaccount/deposit/XCP

https://twitter.com/btercom/status/442650783310295040

Great news!!! bter is a very famous and influential exchange platform in China! To the moon!!!
JahPowerBit
Sr. Member
****
Offline Offline

Activity: 335
Merit: 255


Counterparty Developer


View Profile
March 09, 2014, 01:55:27 PM
 #4991


Any command to update? Or do I have to download it to update?

try this:

git pull https://github.com/JahPowerBit/BoottleXCP.git master
git submodule update --recursive
520Bit
Sr. Member
****
Offline Offline

Activity: 602
Merit: 252



View Profile
March 09, 2014, 02:24:51 PM
 #4992


Any command to update? Or do I have to download it to update?

try this:

git pull https://github.com/JahPowerBit/BoottleXCP.git master
git submodule update --recursive

Thanks, but I use git clone --recursive https://github.com/JahPowerBit/BoottleXCP.git again.
buaichiyuwh
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
March 09, 2014, 03:09:22 PM
 #4993

to the moon!!waiting for the web wallte,
bitwhizz
Legendary
*
Offline Offline

Activity: 910
Merit: 1000



View Profile
March 09, 2014, 03:15:41 PM
 #4994

Hi, does anyoneknow plans for distributed e commerce wiht XCP? are there people working on it?
TheMightyX
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250

Vires in Numeris


View Profile
March 09, 2014, 03:22:31 PM
 #4995

Just a small update.
I've sent JahPowerBit a build with the new completed color selection system.
If you want to play around with it you will be able to get it from the github at some point today.

I wanted to have things done but ended up taking way longer than I hoped.
Not much left to do before it is complete.
  • Set up script to change icons based on color variable
  • Add theme selector
  • Add search box/functionality
  • Add Passphrase box

The last two are fairly simple, theme selector will probably take the most time as its not difficult but very tedious.

Awesome news about Bter!
prophetx
Legendary
*
Offline Offline

Activity: 1666
Merit: 1010


he who has the gold makes the rules


View Profile WWW
March 09, 2014, 03:37:46 PM
 #4996

does anyone have photoshop that can open this for me and export out a PNG so I can use it for the one of the reddit groups.  thought i could open it in pixlr.com but turns out the file is too big

it didn't really come out the way I wanted but it's good enough for now until i get time to talk to one of my graphic design and beg them to do a better version

https://drive.google.com/file/d/0BzAYAEsUDop2OGxLX01OekFMTzQ/edit?usp=sharing

freeworm
Sr. Member
****
Offline Offline

Activity: 297
Merit: 250


View Profile
March 09, 2014, 04:12:19 PM
 #4997

XCP trading is enabled on Bter.com at

https://bter.com/trade/xcp_btc

Follow us: Tweets by @btercom for latest news
Open a ticket: http://support.bter.com/hc/en-us/requests/new if you have any issue with your account
Email us: support@mail.bter.com for any questions
dexX7
Legendary
*
Offline Offline

Activity: 1106
Merit: 1024



View Profile WWW
March 09, 2014, 04:39:29 PM
 #4998

does anyone have photoshop that can open this for me and export out a PNG so I can use it for the one of the reddit groups.  thought i could open it in pixlr.com but turns out the file is too big

Does this fit your needs? https://www.dropbox.com/s/nsd5kgcary9bqhh/xcp_pngs.zip

Chang Hum
Hero Member
*****
Offline Offline

Activity: 714
Merit: 502


View Profile
March 09, 2014, 04:44:35 PM
 #4999

does anyone have photoshop that can open this for me and export out a PNG so I can use it for the one of the reddit groups.  thought i could open it in pixlr.com but turns out the file is too big

it didn't really come out the way I wanted but it's good enough for now until i get time to talk to one of my graphic design and beg them to do a better version

https://drive.google.com/file/d/0BzAYAEsUDop2OGxLX01OekFMTzQ/edit?usp=sharing



Select file, press delete, click OK on the window that pops up, should do the necessary conversion for you.
qtgwith
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
March 09, 2014, 04:51:00 PM
 #5000

XCP trading is enabled on Bter.com at

https://bter.com/trade/xcp_btc

Follow us: Tweets by @btercom for latest news
Open a ticket: http://support.bter.com/hc/en-us/requests/new if you have any issue with your account
Email us: support@mail.bter.com for any questions

Great! I like bter!
Pages: « 1 ... 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 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 ... 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!