Author

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

full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
I used update twice

./setup.py update
newbie
Activity: 38
Merit: 0
i every thing is already up-to -date ,
but if i run counterpartyd server there are still "traceback
file"c:\counterpartyd_build\dist\counterpartyd\counterpartyd.py",line 13,
import requests
importError:NO module named requests
>"
why

I had this and the problem resolved itself after I ran ./setup.py again. (ie I had to run ./setup.py twice)

Yes that's also how mine was resolved come to think of it
I had to run ./setup.py twice NOW,but the problem is still  Angry
i want to say everything is fine before the Version Update ,
sr. member
Activity: 421
Merit: 250
I don't get why someone is trying hard to lower the price , if someone wants to sell a large amount of coins do it on the decentralized exchange for God's sake.
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
Sorry if this is a dumb question or not really in the scope of the protocl but I had an idea a while ago that I would like to make into a reality if possible;

1) issue an asset ie: DOMINOS on the DEX. Each share would equate to one 10$ pizza voucher
2) The buyer would pay in DEX or BTC (pegged to USD) or whatever mechanism is suitable so that issuer does not lose money
3) somehow the voucher would be sent to the buyer. As I understand this is not possible in the protocol itself, but maybe the buyer would prove they have ownership of 1 DOMINOS with a key or signed message or something, and then be able to input some proof of ownership to a web-site, the voucher would then be automatically sent to an email address provided and marked as spent.

 is such at thing possible? I love the idea of the decentralised exchange & if possible want to built some link to the 'real-world' on it.

A centralized solution built on top of a decentralized one.. hm. Possibly have to wait for decentralized servers or ethereum for that one
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
i every thing is already up-to -date ,
but if i run counterpartyd server there are still "traceback
file"c:\counterpartyd_build\dist\counterpartyd\counterpartyd.py",line 13,
import requests
importError:NO module named requests
>"
why

I had this and the problem resolved itself after I ran ./setup.py again. (ie I had to run ./setup.py twice)

Yes that's also how mine was resolved come to think of it
sr. member
Activity: 262
Merit: 250
i every thing is already up-to -date ,
but if i run counterpartyd server there are still "traceback
file"c:\counterpartyd_build\dist\counterpartyd\counterpartyd.py",line 13,
import requests
importError:NO module named requests
>"
why

I had this and the problem resolved itself after I ran ./setup.py again. (ie I had to run ./setup.py twice)
newbie
Activity: 38
Merit: 0
i every thing is already up-to -date ,
but if i run counterpartyd server there are still "traceback
file"c:\counterpartyd_build\dist\counterpartyd\counterpartyd.py",line 13,
import requests
importError:NO module named requests
>"
why
hero member
Activity: 602
Merit: 500
sr. member
Activity: 262
Merit: 250

Makes sense, but who actually does get the BTC fee? The seller? The "Limbo"? Myself?

I've been wondering the same thing. I had always thought the "fee required" was returned to the BTC sender, and was just there so that people would lose the fee required if they placed a troll order and never followed through by sending BTC. Is this not the case?

The fees are paid to the miners.
sr. member
Activity: 602
Merit: 252

Makes sense, but who actually does get the BTC fee? The seller? The "Limbo"? Myself?

I've been wondering the same thing. I had always thought the "fee required" was returned to the BTC sender, and was just there so that people would lose the fee required if they placed a troll order and never followed through by sending BTC. Is this not the case?

The miner will get the fee.
full member
Activity: 238
Merit: 100
You can use the below links for posting technical support issues:

GUI Client thread
https://forums.counterparty.co/index.php/topic,74.75.html

CounterParty Technical Support thread
https://forums.counterparty.co/index.php/topic,22.0.html

Counterparty Build system support thread
https://forums.counterparty.co/index.php/topic,13.0.html
sr. member
Activity: 248
Merit: 252
Not sure where to report bugs, I hope this gets to the correct person.



This happens if "language for non-unicode programs" is set to cp1251, as seen here.

Windows 8 x64


Running the latest counterpartyd .exe gives me this:

Code:
B:\Program Files\counterpartyd>counterpartyd.exe server
Traceback (most recent call last):
  File "C:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\u
til.py", line 625, in ssl_wrap_socket
IOError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\counterpartyd_build\env\lib\site-packages\requests\adapters.py", line
 324, in send
  File "C:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\c
onnectionpool.py", line 478, in urlopen
  File "C:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\c
onnectionpool.py", line 285, in _make_request
  File "C:\Python32\Lib\http\client.py", line 983, in request
  File "C:\Python32\Lib\http\client.py", line 1021, in _send_request
  File "C:\Python32\Lib\http\client.py", line 979, in endheaders
  File "C:\Python32\Lib\http\client.py", line 824, in _send_output
  File "C:\Python32\Lib\http\client.py", line 762, in send
  File "C:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\c
onnection.py", line 95, in connect
  File "C:\counterpartyd_build\env\lib\site-packages\requests\packages\urllib3\u
til.py", line 629, in ssl_wrap_socket
requests.packages.urllib3.exceptions.SSLError: [Errno 2] No such file or directo
ry

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\lib\util.py", line 277, in ver
sions_check
  File "C:\counterpartyd_build\env\lib\site-packages\requests\api.py", line 55,
in get
  File "C:\counterpartyd_build\env\lib\site-packages\requests\api.py", line 44,
in request
  File "C:\counterpartyd_build\env\lib\site-packages\requests\sessions.py", line
 382, in request
  File "C:\counterpartyd_build\env\lib\site-packages\requests\sessions.py", line
 485, in send
  File "C:\counterpartyd_build\env\lib\site-packages\requests\adapters.py", line
 379, in send
requests.exceptions.SSLError: [Errno 2] No such file or directory

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
  File "C:\Python32\lib\site-packages\cx_Freeze\initscripts\Console3.py", line 2
7, in
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 489, i
n
  File "C:\counterpartyd_build\dist\counterpartyd\lib\util.py", line 280, in ver
sions_check
lib.exceptions.DatabaseVersionError: Unable to check client, database versions.
How's your Internet access?
full member
Activity: 202
Merit: 100
Sorry if this is a dumb question or not really in the scope of the protocl but I had an idea a while ago that I would like to make into a reality if possible;

1) issue an asset ie: DOMINOS on the DEX. Each share would equate to one 10$ pizza voucher
2) The buyer would pay in DEX or BTC (pegged to USD) or whatever mechanism is suitable so that issuer does not lose money
3) somehow the voucher would be sent to the buyer. As I understand this is not possible in the protocol itself, but maybe the buyer would prove they have ownership of 1 DOMINOS with a key or signed message or something, and then be able to input some proof of ownership to a web-site, the voucher would then be automatically sent to an email address provided and marked as spent.

 is such at thing possible? I love the idea of the decentralised exchange & if possible want to built some link to the 'real-world' on it.

My understanding is the asset DOMINOS, will act like a giftcard for 10$. So, the customer can purchase this asset in the distributed exchange.
When they need to redeem it for a pizza for 10$, they would send 1.0 DOMINOS to an address owned by the Business. On receipt of this transaction the Business would then ship the pizza. (This can be handled by an intermediate service provider).



Thank you. This makes sense
I am interested in launching such a service. Will try to give it some more study.
full member
Activity: 238
Merit: 100
Hi, does anyoneknow plans for distributed e commerce wiht XCP? are there people working on it?
This would be a nice service for someone to launch.
full member
Activity: 238
Merit: 100
Guys, can someone please point me to a guide on installing counterpartyd on windows 8 x64?

I can't install apsw python module for the life of me.

Or better yet, is there a nightly trunk build?

GUI for Windows.
https://github.com/JahPowerBit/BoottleXCP_binaries/releases

If that doesn't work then use the command line utility:
http://counterpartyd-build.readthedocs.org/en/latest/

Thanks.

Can we please have this info in the first post? I am sure I am not the only one with this issue here.
+1
Agreed, someone please link the Windows build for the GUI to the initial post and the WebSite.
full member
Activity: 238
Merit: 100
Sorry if this is a dumb question or not really in the scope of the protocl but I had an idea a while ago that I would like to make into a reality if possible;

1) issue an asset ie: DOMINOS on the DEX. Each share would equate to one 10$ pizza voucher
2) The buyer would pay in DEX or BTC (pegged to USD) or whatever mechanism is suitable so that issuer does not lose money
3) somehow the voucher would be sent to the buyer. As I understand this is not possible in the protocol itself, but maybe the buyer would prove they have ownership of 1 DOMINOS with a key or signed message or something, and then be able to input some proof of ownership to a web-site, the voucher would then be automatically sent to an email address provided and marked as spent.

 is such at thing possible? I love the idea of the decentralised exchange & if possible want to built some link to the 'real-world' on it.

My understanding is the asset DOMINOS, will act like a giftcard for 10$. So, the customer can purchase this asset in the distributed exchange.
When they need to redeem it for a pizza for 10$, they would send 1.0 DOMINOS to an address owned by the Business. On receipt of this transaction the Business would then ship the pizza. (This can be handled by an intermediate service provider).

sr. member
Activity: 248
Merit: 252
Guys, can someone please point me to a guide on installing counterpartyd on windows 8 x64?

I can't install apsw python module for the life of me.

Or better yet, is there a nightly trunk build?

GUI for Windows.
https://github.com/JahPowerBit/BoottleXCP_binaries/releases

If that doesn't work then use the command line utility:
http://counterpartyd-build.readthedocs.org/en/latest/

Thanks.

Can we please have this info in the first post? I am sure I am not the only one with this issue here.
full member
Activity: 238
Merit: 100
Guys, can someone please point me to a guide on installing counterpartyd on windows 8 x64?

I can't install apsw python module for the life of me.

Or better yet, is there a nightly trunk build?

GUI for Windows.
https://github.com/JahPowerBit/BoottleXCP_binaries/releases

If that doesn't work then use the command line utility:
http://counterpartyd-build.readthedocs.org/en/latest/
sr. member
Activity: 248
Merit: 252
Guys, can someone please point me to a guide on installing counterpartyd on windows 8 x64?

I can't install apsw python module for the life of me.

Or better yet, is there a nightly trunk build?
full member
Activity: 202
Merit: 100
Sorry if this is a dumb question or not really in the scope of the protocl but I had an idea a while ago that I would like to make into a reality if possible;

1) issue an asset ie: DOMINOS on the DEX. Each share would equate to one 10$ pizza voucher
2) The buyer would pay in DEX or BTC (pegged to USD) or whatever mechanism is suitable so that issuer does not lose money
3) somehow the voucher would be sent to the buyer. As I understand this is not possible in the protocol itself, but maybe the buyer would prove they have ownership of 1 DOMINOS with a key or signed message or something, and then be able to input some proof of ownership to a web-site, the voucher would then be automatically sent to an email address provided and marked as spent.

 is such at thing possible? I love the idea of the decentralised exchange & if possible want to built some link to the 'real-world' on it.
Jump to: