Bitcoin Forum
May 04, 2024, 04:00:54 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 661 »
  Print  
Author Topic: [ANN][XCP] Counterparty - Pioneering Peer-to-Peer Finance - Official Thread  (Read 1276299 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.
maxmint
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
January 17, 2014, 07:00:34 PM
 #1061

aspw issue is fixed in the newest push for Ubuntu 13.10. (Ubuntu 12.04 LTS build is currently broken because Werkzeug doesn't support python3.2, which that version of ubuntu uses). However as we will be most likely switching to from werkzeug cherrypy shortly (due to its much better WSGI performance) this isn't a super big deal.

Windows build will be fixed this afternoon. Probably what will need to happen is to use Python 3.2 (install that from the python site) and use the aspw library for that. If that is the 'fix', I'll just update the docs to say so.

Updated windows 64 installer will be issued once all of this is worked out.

Burning BTC using the last working version (not including the latest commit) is safe, correct?

My PGP-Key: 462D02D8
Verify my messages using keybase: https://keybase.io/maxmint
1714795254
Hero Member
*
Offline Offline

Posts: 1714795254

View Profile Personal Message (Offline)

Ignore
1714795254
Reply with quote  #2

1714795254
Report to moderator
"If you don't want people to know you're a scumbag then don't be a scumbag." -- margaritahuyan
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
relm9
Hero Member
*****
Offline Offline

Activity: 840
Merit: 1000



View Profile
January 17, 2014, 07:13:05 PM
 #1062

aspw issue is fixed in the newest push for Ubuntu 13.10. (Ubuntu 12.04 LTS build is currently broken because Werkzeug doesn't support python3.2, which that version of ubuntu uses). However as we will be most likely switching to from werkzeug cherrypy shortly (due to its much better WSGI performance) this isn't a super big deal.

Windows build will be fixed this afternoon. Probably what will need to happen is to use Python 3.2 (install that from the python site) and use the aspw library for that. If that is the 'fix', I'll just update the docs to say so.

Updated windows 64 installer will be issued once all of this is worked out.

Burning BTC using the last working version (not including the latest commit) is safe, correct?

I think so. At least, I did last night and it worked fine. Wasn't able to install apsw on my Mac as it required a newer SQLite version
Asterios
Newbie
*
Offline Offline

Activity: 58
Merit: 0


View Profile
January 17, 2014, 07:20:09 PM
 #1063

Code:
Block: 280518
Traceback (most recent call last):
  File "C:\Python33\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 2
7, in <module>
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 621, i
n <module>
  File "C:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 479, in f
ollow
  File "C:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 472, in f
ollow
  File "C:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 57, in pa
rse_block
  File "C:\counterpartyd_build\dist\counterpartyd\lib\issuance.py", line 103, in
 parse
  File "C:\counterpartyd_build\dist\counterpartyd\lib\util.py", line 148, in cre
dit
AssertionError

Can anybody help me here please? Can't get past Block 280518 since 2-3 days. Deleted the client, reinstall, rebuilt the database, nothing works. Testnet works fine. I am using the win64 Installer.

I am not a pro. Noobs like me need help, guys, if you want this to succeed Wink
mtbitcoin
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 17, 2014, 07:31:34 PM
Last edit: January 17, 2014, 07:45:55 PM by mtbitcoin
 #1064


Windows build will be fixed this afternoon. Probably what will need to happen is to use Python 3.2 (install that from the python site) and use the apsw library for that. If that is the 'fix', I'll just update the docs to say so.


Unfortunately it does not look that simple.. I've rebuilt using 3.2 and have run into the follow error

Traceback (most recent call last):
  File "setup.py", line 388, in <module>
    main()
  File "setup.py", line 379, in main
    create_virtualenv(paths)
  File "setup.py", line 204, in create_virtualenv
    _rmtree(paths['env_path'])
  File "setup.py", line 63, in _rmtree
    _rmtree(fullpath)
  File "setup.py", line 61, in _rmtree
    rmgeneric(fullpath, f)
  File "setup.py", line 45, in rmgeneric
    import win32api, win32con
ImportError: No module named win32api


During the git pull I am also running into errors with the "werkzeug ..."



EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
Patel
Legendary
*
Offline Offline

Activity: 1321
Merit: 1007



View Profile WWW
January 17, 2014, 07:40:24 PM
 #1065

If blockscan.com shows the address has XCP balance, that means the burn was successful right?

I burned using blockchain.info's web wallet. With this talk about a bug in burning just want to make sure.
mtbitcoin
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 17, 2014, 07:45:02 PM
 #1066

If blockscan.com shows the address has XCP balance, that means the burn was successful right?

I burned using blockchain.info's web wallet. With this talk about a bug in burning just want to make sure.

FYI: Blockscan is currently not up todate with the latest blocks, at least until I can get the issue with the windows builds corrected.

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
Patel
Legendary
*
Offline Offline

Activity: 1321
Merit: 1007



View Profile WWW
January 17, 2014, 07:47:00 PM
 #1067

If blockscan.com shows the address has XCP balance, that means the burn was successful right?

I burned using blockchain.info's web wallet. With this talk about a bug in burning just want to make sure.

FYI: Blockscan is currently not up todate with the latest blocks, at least until I can get the issue with the windows builds corrected.

ok but if a balance shows up on the address, that means everything is good right?
mtbitcoin
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 17, 2014, 07:50:31 PM
 #1068

If blockscan.com shows the address has XCP balance, that means the burn was successful right?

I burned using blockchain.info's web wallet. With this talk about a bug in burning just want to make sure.

FYI: Blockscan is currently not up todate with the latest blocks, at least until I can get the issue with the windows builds corrected.

ok but if a balance shows up on the address, that means everything is good right?

Yes. It still good for checking the old burns

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
January 17, 2014, 08:49:12 PM
 #1069


Windows build will be fixed this afternoon. Probably what will need to happen is to use Python 3.2 (install that from the python site) and use the apsw library for that. If that is the 'fix', I'll just update the docs to say so.


Unfortunately it does not look that simple.. I've rebuilt using 3.2 and have run into the follow error

Traceback (most recent call last):
  File "setup.py", line 388, in <module>
    main()
  File "setup.py", line 379, in main
    create_virtualenv(paths)
  File "setup.py", line 204, in create_virtualenv
    _rmtree(paths['env_path'])
  File "setup.py", line 63, in _rmtree
    _rmtree(fullpath)
  File "setup.py", line 61, in _rmtree
    rmgeneric(fullpath, f)
  File "setup.py", line 45, in rmgeneric
    import win32api, win32con
ImportError: No module named win32api


During the git pull I am also running into errors with the "werkzeug ..."




So here's the pickle: apsw needs python 3.2 on windows (since the developer of it had issues getting py3.3 amd64 binaries). However, werkzeug requires python 3.3+ to build. So, I will need to switch the API to use cherrypy (which I was going to do anyhow, but I'll just do sooner). Should be able to knock that out this evening and get everything fixed.

Apologies for this, folks. We are in the process of instituting a "develop" branch for counterpartyd and the bulid system, and will be rolling these kinds of major changes out to that and only promoting to master once our testing has passed. Thanks for being patient.

Reminder: Ubuntu 13.10 should work fine now, with the latest commit.

Visit the official Counterparty forums: http://counterpartytalk.org
prophetx
Legendary
*
Offline Offline

Activity: 1666
Merit: 1010


he who has the gold makes the rules


View Profile WWW
January 17, 2014, 08:58:40 PM
 #1070

is there a new windows build or are we okay using the exe from a few days ago?

i knew this would go over 1000 btc but as someone else pointed out there is some significant taint on some of those btc... bummer ...


xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
January 17, 2014, 09:29:15 PM
 #1071

is there a new windows build or are we okay using the exe from a few days ago?

i knew this would go over 1000 btc but as someone else pointed out there is some significant taint on some of those btc... bummer ...


I think some of that may be due to burns that maxmint is doing for others, as part of the service he provides.

maxmint: Would you be willing/able to confirm this, if that is indeed the case?

Visit the official Counterparty forums: http://counterpartytalk.org
maxmint
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
January 17, 2014, 09:37:10 PM
 #1072

is there a new windows build or are we okay using the exe from a few days ago?

i knew this would go over 1000 btc but as someone else pointed out there is some significant taint on some of those btc... bummer ...


I think some of that may be due to burns that maxmint is doing for others, as part of the service he provides.

maxmint: Would you be willing/able to confirm this, if that is indeed the case?

I receive Bitcoins for escrow burns on unique addresses, so I'm pretty sure that taint is not because of my service.

My PGP-Key: 462D02D8
Verify my messages using keybase: https://keybase.io/maxmint
sumantso
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
January 17, 2014, 09:39:27 PM
 #1073

Sorry for the noob question - what does the tainted BTC burn means?

prophetx
Legendary
*
Offline Offline

Activity: 1666
Merit: 1010


he who has the gold makes the rules


View Profile WWW
January 17, 2014, 10:07:25 PM
 #1074

Sorry for the noob question - what does the tainted BTC burn means?

it looks at the correlation of the btc in 2 addresses coming from one address in a previous time period.

the goal of this project was to limit 1 btc per burn, the intention being that this would allow for an even distribution.

but of course some people get greedy and want more, so they split up their btc to different addresses and burn them...  using the taint tool on blockchain you can put in an addy and see the taint between that addy and another addy that is in the list of burns.

gotta love greed...
sumantso
Legendary
*
Offline Offline

Activity: 1050
Merit: 1000



View Profile
January 17, 2014, 10:13:19 PM
 #1075

Sorry for the noob question - what does the tainted BTC burn means?

it looks at the correlation of the btc in 2 addresses coming from one address in a previous time period.

the goal of this project was to limit 1 btc per burn, the intention being that this would allow for an even distribution.

but of course some people get greedy and want more, so they split up their btc to different addresses and burn them...  using the taint tool on blockchain you can put in an addy and see the taint between that addy and another addy that is in the list of burns.

gotta love greed...

Cheers

Interesting that the 1 BTC limit was imposed to make it more spread out. Burning more is a bit counter productive anyway - the more coins in circulation, the less valuable they are.

maxmint
Hero Member
*****
Offline Offline

Activity: 700
Merit: 500



View Profile
January 17, 2014, 10:37:37 PM
 #1076

Sorry for the noob question - what does the tainted BTC burn means?

Blockchain.info has a nice "Taint analysis" tool. It shows which sending addresses can be traced back to another address:
https://blockchain.info/taint/1CounterpartyXXXXXXXXXXXXXXXUWLpVr

My PGP-Key: 462D02D8
Verify my messages using keybase: https://keybase.io/maxmint
xnova
Sr. Member
****
Offline Offline

Activity: 390
Merit: 254

Counterparty Developer


View Profile
January 18, 2014, 12:19:19 AM
Last edit: January 18, 2014, 01:52:13 AM by xnova
 #1077

Ok guys, the build system should work again under Windows and Ubuntu 12.04. Pull the latest from github and let me know if you run into any more issues.

For Windows, please re-follow the build from source Prerequisites instructions here: http://counterpartyd-build.readthedocs.org/en/latest/BuildingFromSource.html#on-windows
(you will need to download Python3.2, and all of those dependencies listed for it)

Still no updated installer for Win64 (ran into a new cx_freeze build issue with that that I'll check out tomorrow).

Visit the official Counterparty forums: http://counterpartytalk.org
qtgwith
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
January 18, 2014, 12:33:57 AM
 #1078

Agree!!!:
More people burn now means less chance to get more than 10x return like Mastercoin in short time.
Those kind of return (10x -> 1000x) requires that people highly suspect it in the beginning and then later found it real and useful. The extreme case is Nxt. Almost no one trusted it in the IPO stage (they got 21 BTC only), and then when the client came out and it worked, the price shot up because the demand suddenly increases but most chips are controlled in the hand of a few people and it's quite easy for they to hold and see the price up to the sky.
For XCP, 1) people are already quite familiar with the idea due to MSC; 2) the 'Prove by Burn' removes the trust issue; 3) the client is working and we can see the source code, so you can see that there're already 1200 BTC burnt in less than half a month. The situation, however, is almost the same after the IPO. Most of people want to buy will burn now anyway. For the demand from those new comers, the supply (from those want quick profit of 30-40%) will be enough to keep the low price.
Therefore, no reason to expect the price could rise significantly without any big news (e.g. a beautiful and user friendly client; a famous asset such as AM moves in; or a lot of bets like those in bitbet are available).


There is already 60 times more Bitcoins invested in XCP than there was in Nxt. Considering that most people invest to make a quick profit : this is not gonna work !
The profit from the people that invested early in Nxt was about 50 times (like me). We may have 100 times more BTC invested in XCP.
People may loose money Smiley Smiley Smiley Smiley

Yes. The risk is becoming more as the burned coin increase. The new burner may have great risk now.


Every burners have lower stakes when new burners coming in. The only solution to keep the your percentage stake is to burn more. Since XCP functionality is very similar to mastercoin and it even has the codes compared to the vaporware in mastercoin, I don't see why XCP should not be valued at least half of Mastercoin market price.

Fair XCP market cap valuation should be at 1/2 mastercoin market cap which is at 60 million$ right now.

BTW: can anyone estimate how many days more until the burning is over ?

 

Even so, it also need much time (maybe 2-3years)to get the market cap since so many XCP coins have been created.  Also donn't forget the possibility of failure of the XCP project.

Just mark the risk.
flayway
Full Member
***
Offline Offline

Activity: 219
Merit: 102


View Profile
January 18, 2014, 01:08:19 AM
 #1079

About the future value of XCP: could you just realize that nobody has a clue, please.
Anybody saying that he know is just trolling. Up or Down, same same.

Indeed an instant x100 is very unlikely.
We may even suffer a relative lost during the first week/month after-burn.
Yet MSC is valued at 60 million.
XCP despite it's alpha-stage and few bug has already more presently working functionality than it's concurrent.

Both may succeed, both may crash, one may succeed better than the other.
But if MSC is valued at 60 millions, theoretically there is nothing preventing XCP to reach 30/60/120 millions.

Just don't expect such valuation too fast.
It could happen in 4~6 month, it could happen in 1 month, or it could never happen.
Just as BTC itself could lose most of it's value if a really amazing innovation appear in 6 month.

I personally plan to hold my XCP a few month, and will not sell them at loses.
If I must way 6 month for that, then 6 month it will be.
Middle term I hope a very nice ROI, but it's gambling.

Are we done?
If a troller come trying to lower XCP credibility without quality argument, just ignore him.
Don't feed the troll.
Everyone can think for him/herself.
If you guys can't resist talking about that, open a dedicated topic for speculation.
Most here are not interested in the "tiny war" between metacoin.
Let's keep focusing on XCP testing and improvement in all field.

Obvious reminder:
Don't invest more than you can afford to lose.

Hope everyone who have invest to making fast money have also remember make small donations for XCP project...

Developers: PhantomPhreak, xnova (Bitcointalk usernames)
BTC and XCP donations: 12J1YFvsWHDCU5HNAWNLNy1Q9nZo8Q4Xgs


If donate to quoted post, remember look address is right from first orginal post Smiley

XCP:     19zzpgk3oakH2b7zd63mw3DadtNkvefVfo    BTC:     1ASSkiRsqRUUp5Y8YQYnuc41fBbYR3iRD2
mtbitcoin
Legendary
*
Offline Offline

Activity: 876
Merit: 1000


Etherscan.io


View Profile
January 18, 2014, 01:26:47 AM
 #1080

Ok guys, the build system should work again under Windows and Ubuntu 12.04. Pull the latest from github and let me know if you run into any more issues.

Still no updated installer for Win64 (ran into a new cx_freeze build issue with that that I'll check out tomorrow).

No go under windows for both python 3.2 and 3.3. Has anyone actually got these to work on windows?

--------------------
 File "C:\counterpartyd_build\env\lib\site-packages\cherrypy\_cprequest.py", line 656, in respond
   response.body = self.handler()
 File "C:\counterpartyd_build\env\lib\site-packages\cherrypy\lib\encoding.py", line 188, in __call__
   self.body = self.oldhandler(*args, **kwargs)
 File "C:\counterpartyd_build\env\lib\site-packages\cherrypy\lib\jsontools.py", line 61, in json_handler
   value = cherrypy.serving.request._json_inner_handler(*args, **kwargs)
 File "C:\counterpartyd_build\env\lib\site-packages\cherrypy\_cpdispatch.py", line 34, in __call__
   return self.callable(*self.args, **self.kwargs)
 File "C:\counterpartyd_build\dist\counterpartyd\lib\api.py", line 235, in index
   data = cherrypy.request.body.read().decode('utf-8')
 File "C:\counterpartyd_build\env\lib\site-packages\cherrypy\_cpreqbody.py", line 455, in read
   return self.fp.read(size, fp_out)
ypeError: read() takes at most 2 positional arguments (3 given)
....
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 625, in <module>
    blocks.follow(db)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\blocks.py", line 453, in follow
    block_count = bitcoin.rpc('getblockcount', [])
  File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 60, in rpc
    response_json = response.json()
  File "C:\counterpartyd_build\env\lib\site-packages\requests\models.py", line 733, in json
    return json.loads(self.text, **kwargs)
  File "C:\Python32\Lib\json\__init__.py", line 319, in loads
    return _default_decoder.decode(s)
  File "C:\Python32\Lib\json\decoder.py", line 353, in decode
    obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  File "C:\Python32\Lib\json\decoder.py", line 371, in raw_decode
    raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded

EtherScan::Ethereum Block Explorer | BlockScan::Coming Soon
Pages: « 1 ... 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 [54] 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 ... 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!