Author

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

sr. member
Activity: 299
Merit: 250
I just burned a small amount of BTC using the blockchain.info wallet instructions and it worked great!
sr. member
Activity: 262
Merit: 250
Excuse me
But where can i download Bitcoind please?
I only have Bitcoin-Qt


[...]

And where can i find the bitcoin.conf?

If you have bitcoin-qt then that is sufficient. The location of bitcoin.conf is different depending on your operating system:

https://en.bitcoin.it/wiki/Running_Bitcoin#Bitcoin.conf_Configuration_File
legendary
Activity: 1036
Merit: 1000
Excuse me
But where can i download Bitcoind please?
I only have Bitcoin-Qt





Install and] Configure Bitcoind:

Bitcoind/Bitcoin-Qt must be run with the following options, either set on the command-line, or in your bitcoin.conf:

txindex=1
server=1
testnet=1 (optional)

And where can i find the bitcoin.conf?

legendary
Activity: 882
Merit: 1002
There's a 1BTC limit per address mentioned in first post.Is it ok to burn more from another address in the same wallet?

The limit is per address.

just to make sure i understand the answer.
its o.k to burn more from another address in the same wallet - right?
sr. member
Activity: 262
Merit: 250
I'm going to just see about updating to 13.10.  About time anyway.  thanks.

If you didn't want to upgrade your base OS and you have enough memory and hard drive space in your machine, try installing Ubunu 13.10 in a Virtualbox.
sr. member
Activity: 321
Merit: 250
Yeah, i already tried adding 12.10 to both if clauses before I posted.  No go.  it can't find pip3  ( called pip-3.2  in 12.10 ) and when i fixed that, something else was broken.   I didn't know the python library situation was so screwy between ubuntu releases.

I'm going to just see about updating to 13.10.  About time anyway.  thanks.

Has anyone gotten counterpartyd running on Ubuntu 12.10 yet?   I had it running initially but later code broke it, and now I see this message from the installer:

Unsupported Ubuntu version, please use 13.10 or 12.04 LTS

Are you semi-comfortable working with Python? If so, feel free to try disabling that check in the code, and then maybe change

Code:
if ubuntu_release == "13.10":

to

Code:
if ubuntu_release in ["13.10", "12.10"]:

and see how it goes. If it dies at that part (can't find a package, most likely), try undoing that change and instead changing that elif clause below it (elif ubuntu_release == "12.04") to include 12.10 as well, and try that...

My ability to support a bunch of Ubuntu versions is limited, so I just had support for the current LTS version (12.04) and the newest version (13.10). So if no go, then you may want to update to 13.10 if that's not a big hassle.
sr. member
Activity: 284
Merit: 254
I use bitcoin-Qt,and when I start it ,it shows an error such like "change reindex not txindex",and when I use "reindex=1 "in .conf file ,the wallet rescan.After hours later,I close it,and modify the .conf file (reindex=1  ---> txindex=1),but this problem come again.

Anything I miss?

PS: I noticed that blockchain wallet is OK,Can I just use the Bitcoin API of sendfrom ?


sendfrom    [minconf=1] [comment] [comment-to]   

is a real and is rounded to 8 decimal places. Will send the given amount to the given address, ensuring the account has a valid balance using [minconf] confirmations. Returns the transaction ID if successful (not in JSON object).

legendary
Activity: 1400
Merit: 1000
sr. member
Activity: 476
Merit: 300
Counterparty Chief Scientist and Co-Founder
I am seeing a first non burn message in the transaction logs DB (tx_index = 423) with the message data "Hello world, @maraoz was here!!!"

Any idea how did that get in? Looks like spam  Smiley


https://blockchain.info/tx/7ae5e9551f6ed0427f1427292952635137137bdca0719990c0fcf4c6f416cd22

Is this what an actual counterparty tx looks like?

That's not a Counterparty transaction, though both it and Counterparty use OP_RETURN.
sr. member
Activity: 390
Merit: 254
Counterparty Developer
Has anyone gotten counterpartyd running on Ubuntu 12.10 yet?   I had it running initially but later code broke it, and now I see this message from the installer:

Unsupported Ubuntu version, please use 13.10 or 12.04 LTS

Are you semi-comfortable working with Python? If so, feel free to try disabling that check in the code, and then maybe change

Code:
if ubuntu_release == "13.10":

to

Code:
if ubuntu_release in ["13.10", "12.10"]:

and see how it goes. If it dies at that part (can't find a package, most likely), try undoing that change and instead changing that elif clause below it (elif ubuntu_release == "12.04") to include 12.10 as well, and try that...

My ability to support a bunch of Ubuntu versions is limited, so I just had support for the current LTS version (12.04) and the newest version (13.10). So if no go, then you may want to update to 13.10 if that's not a big hassle.
sr. member
Activity: 321
Merit: 250
Has anyone gotten counterpartyd running on Ubuntu 12.10 yet?   I had it running initially but later code broke it, and now I see this message from the installer:

Unsupported Ubuntu version, please use 13.10 or 12.04 LTS
sr. member
Activity: 364
Merit: 264
I am seeing a first non burn message in the transaction logs DB (tx_index = 423) with the message data "Hello world, @maraoz was here!!!"

Any idea how did that get in? Looks like spam  Smiley


https://blockchain.info/tx/7ae5e9551f6ed0427f1427292952635137137bdca0719990c0fcf4c6f416cd22

Is this what an actual counterparty tx looks like?
legendary
Activity: 876
Merit: 1000
Etherscan.io
I am seeing a first non burn message in the transaction logs DB (tx_index = 423) with the message data "Hello world, @maraoz was here!!!"

Any idea how did that get in? Looks like spam  Smiley
legendary
Activity: 876
Merit: 1000
Etherscan.io

Newbie into XCP, so I have some questions:

Do I need to run Counterpartyd 24/7 to keep alive for the network? 

If I burn the coins, will I get XCP right now or after the burning period? Will XCP be hardcoded by the creator after burning period ends? If not, can I change the parameter in the python code for XCP rewarding to get more XCP?

Thanks.

1. No
2. You will get them now after 1 block confirmation


legendary
Activity: 1386
Merit: 1000
full member
Activity: 238
Merit: 100

Newbie into XCP, so I have some questions:

Do I need to run Counterpartyd 24/7 to keep alive for the network? 

If I burn the coins, will I get XCP right now or after the burning period? Will XCP be hardcoded by the creator after burning period ends? If not, can I change the parameter in the python code for XCP rewarding to get more XCP?

Thanks.
legendary
Activity: 1232
Merit: 1001
Another issue

$ ./counterpartyd.py -h
Traceback (most recent call last):
  File "./counterpartyd.py", line 22, in
    from lib import (config, api, util, exceptions, bitcoin, blocks)
  File "./counterpartyd/lib/api.py", line 9, in
    from jsonrpc import JSONRPCResponseManager, dispatcher
ImportError: cannot import name JSONRPCResponseManager
$ lsb_release -cs
saucy
$ cat /etc/issue
Ubuntu 13.10 \n \l

hero member
Activity: 910
Merit: 1000
I try to do this with blockchain.info wallet.

http://counterpartyd-build.readthedocs.org/en/latest/HowToBurn.html
Quote
If you want to burn X BTC (where X <= 1 BTC) from address A, then make sure that there is exactly X + .0001 BTC in address A. (And that you haven’t already burned more than 1 BTC - X BTC at that address.)

So my blockchain wallet must have the exact amount of BTC I want to burn + 0.0001 BTC? That of course makes sure this wallet has no BTC left. Am I right?
legendary
Activity: 1708
Merit: 1000
Reality is stranger than fiction
Any transaction needs at least 0.0001 BTC as the miner fee.

You can send BTC to your address anytime, so no worry.

thank you
legendary
Activity: 882
Merit: 1000
Any transaction needs at least 0.0001 BTC as the miner fee.

You can send BTC to your address anytime, so no worry.
Jump to: