Author

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

hero member
Activity: 784
Merit: 500
Is sweeping supposed to work already?

Yes, it should, but please try sweeping from an address with a small (i.e. dust) balance first.

Or, wait for a few successful user reports (we have one person trying it out now)

I did try it with an address holding 100 XCP.
It didn´t work.
Nothing is happening, actually, if I click in "sweep". Is it my browser? (chrome)

edit_: the same with IE

edit_2: congratulations, the client looks great. Hopefully the sweeping will work, too.

I just tried a sweep with Chrome and it worked.

Try going to https://counterwallet.co/src and doing a sweep from that (this is simply the same counterwallet site, but does not use the minified .js and .css resources), and posting your results in https://forums.counterparty.co/index.php?topic=188  (a screenshot and any error text from the javascript console is most helpful)


Not working for me. I click the button, but absolutely nothing happens.

Di I need to have funds on the account I am sweeping FROM?

Check my video tutorial, but you have to have ~0.0005 (for each sweepable asset (non-bitcoin)) that you are sweeping, and make sure that you've selected the asset(s) that you are sweeping from the private key...

It was a user error as the key, I copied from blockchain was not in bitcoin-qt format.
Very nice and informative video, thank you very much!
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
Is sweeping supposed to work already?

Yes, it should, but please try sweeping from an address with a small (i.e. dust) balance first.

Or, wait for a few successful user reports (we have one person trying it out now)

I did try it with an address holding 100 XCP.
It didn´t work.
Nothing is happening, actually, if I click in "sweep". Is it my browser? (chrome)

edit_: the same with IE

edit_2: congratulations, the client looks great. Hopefully the sweeping will work, too.

I just tried a sweep with Chrome and it worked.

Try going to https://counterwallet.co/src and doing a sweep from that (this is simply the same counterwallet site, but does not use the minified .js and .css resources), and posting your results in https://forums.counterparty.co/index.php?topic=188  (a screenshot and any error text from the javascript console is most helpful)


Not working for me. I click the button, but absolutely nothing happens.

Di I need to have funds on the account I am sweeping FROM?

Check my video tutorial, but you have to have ~0.0005 (for each sweepable asset (non-bitcoin)) that you are sweeping, and make sure that you've selected the asset(s) that you are sweeping from the private key...
hero member
Activity: 784
Merit: 500
Is sweeping supposed to work already?

Yes, it should, but please try sweeping from an address with a small (i.e. dust) balance first.

Or, wait for a few successful user reports (we have one person trying it out now)

I did try it with an address holding 100 XCP.
It didn´t work.
Nothing is happening, actually, if I click in "sweep". Is it my browser? (chrome)

edit_: the same with IE

edit_2: congratulations, the client looks great. Hopefully the sweeping will work, too.

I just tried a sweep with Chrome and it worked.

Try going to https://counterwallet.co/src and doing a sweep from that (this is simply the same counterwallet site, but does not use the minified .js and .css resources), and posting your results in https://forums.counterparty.co/index.php?topic=188  (a screenshot and any error text from the javascript console is most helpful)


Not working for me. I click the button, but absolutely nothing happens.

Di I need to have funds on the account I am sweeping FROM?
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
Code:
C:\counterpartyd_build>counterpartyd server

C:\counterpartyd_build>echo off
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 19, in
 
    from lib import (config, api, util, exceptions, bitcoin, blocks)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\api.py", line 18, in le>
    from . import (config, bitcoin, exceptions, util)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 21, in <
module>
    from Crypto.Cipher import ARC4
ImportError: No module named Crypto.Cipher

 Huh

End your counterpartyd server and download (and install) this

pycrypto-2.6 (32-bit)

-- or --

pycrypto-2.6 (64-bit)

And then you can start your daemon again (counterpartyd server) it will quickly rebuild the database and you should be ready to go.

Note: My tutorial has been updated to include this download/install
newbie
Activity: 7
Merit: 0
Code:
C:\counterpartyd_build>counterpartyd server

C:\counterpartyd_build>echo off
Traceback (most recent call last):
  File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 19, in
 
    from lib import (config, api, util, exceptions, bitcoin, blocks)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\api.py", line 18, in le>
    from . import (config, bitcoin, exceptions, util)
  File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 21, in <
module>
    from Crypto.Cipher import ARC4
ImportError: No module named Crypto.Cipher

 Huh
legendary
Activity: 1666
Merit: 1010
he who has the gold makes the rules
If I want to send XCP from my blockchain.info PoB account to my real BTC address, do I need to download the private key from blockchain.info and run counterpartyd?  Is there any other way?

no other way until web-wallet launch

as soon as these web wallets are done (both for xcp and mastercoin), i want to go and start setting up satoshis square events for large cities

who wants to help me?  i can cover europe, need people world wide, and da moon of course

no pay for this, this is to teach people how to do p2p commerce so they can teach others.

no one?

sad...

skyping while doing europe square so the rest of the map can see how it goes

There are regular Satoshi Squares in Los Angeles.
Lots of Mastercoiners in LA already, so I could step up for this if there's not someone more eager.

LA is a bit far out for me, and i don't fly unless i am speaking at a conference.  but as a btc foundation member i will be in amsterdam, so perhaps i will try to set up one there
hero member
Activity: 714
Merit: 502
Can't seem to import my private key when I go to export unencrypted on blockchain.info I get a little box with code in it (I'm sure my private keys in their somewhere!!) Tried copying everything that looks like a key but get this message everytime!

Not a valid private key.
Enter the unencrypted private key that cooresponds to the address with the funds you want to move.

Chang check my youtube how-to http://youtu.be/Gj11Lmc7GMU

1. make sure the unencrypted format is Bitcoin-QT
2. copy private key :"priv":"..............................."
      -copy everything where the ... are

You're a legend halfcab Smiley
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
Can't seem to import my private key when I go to export unencrypted on blockchain.info I get a little box with code in it (I'm sure my private keys in their somewhere!!) Tried copying everything that looks like a key but get this message everytime!

Not a valid private key.
Enter the unencrypted private key that cooresponds to the address with the funds you want to move.

Chang check my youtube how-to http://youtu.be/Gj11Lmc7GMU

1. make sure the unencrypted format is Bitcoin-QT
2. copy private key :"priv":"..............................."
      -copy everything where the ... are
full member
Activity: 224
Merit: 100
CabTrader v2 | crypto-folio.com
hero member
Activity: 714
Merit: 502
Can't seem to import my private key when I go to export unencrypted on blockchain.info I get a little box with code in it (I'm sure my private keys in their somewhere!!) Tried copying everything that looks like a key but get this message everytime!

Not a valid private key.
Enter the unencrypted private key that cooresponds to the address with the funds you want to move.
member
Activity: 90
Merit: 10

Now if only someone who speaks Chinese can help me get my first XCP purchase off of Bter...  :-(

Hi, you can pm the relevant order info with any sensitive info redacted, I'll ask support on QQ, they can be quicker to sort things out.

Yes I will, thanks so much for offering to help!!
hero member
Activity: 588
Merit: 504

Now if only someone who speaks Chinese can help me get my first XCP purchase off of Bter...  :-(

Hi, you can pm the relevant order info with any sensitive info redacted, I'll ask support on QQ, they can be quicker to sort things out.
hero member
Activity: 588
Merit: 504
managed to get chat working finally. Had to navigate to the src link AND make sure to logout then first log back into the wallet after setting the chat handle. that step was crucial.
The wallet is looking great, looking forward to testing it out. Counterparty has a bright future ahead for sure, we are only scratching the surface.
member
Activity: 90
Merit: 10
Counterwallet is live on mainnet: https://counterwallet.co

Please BE CAREFUL with your funds! Try an operation with a fraction of XCP or asset, get used to things, and then try more. Please email [email protected] with any bug reports involving loss or potential loss of funds.

Please BE CAREFUL with your pass phrase. Store it on paper, not on your computer. Store multiple paper copies in multiple different secure places. Do not give it a written description that would tell anyone what it's for (e.g. "My Counterwallet Password: " <=== bad move! Smiley ).

Also, please heed the following warning:
Counterwallet is BETA software and is still under heavy development. Please take caution in your use of it for storing and transferring funds on mainnet, and report any/all bugs. The Counterparty team cannot be held responsible for lost or stolen funds, although we will do everything in our power to prevent and rectify such situations.



CONGRATULATIONS! Great job.

Congrats, very exciting stuff!

Now if only someone who speaks Chinese can help me get my first XCP purchase off of Bter...  :-(
hero member
Activity: 714
Merit: 502
Notifications aren't being marked as read.

Side note: has anyone asked Keiser to do a peer review of this software? He's quite responsive on FB although I upset the bloke..I think he went to Uni??!!
full member
Activity: 210
Merit: 100
Counterwallet is live on mainnet: https://counterwallet.co

Please BE CAREFUL with your funds! Try an operation with a fraction of XCP or asset, get used to things, and then try more. Please email [email protected] with any bug reports involving loss or potential loss of funds.

Please BE CAREFUL with your pass phrase. Store it on paper, not on your computer. Store multiple paper copies in multiple different secure places. Do not give it a written description that would tell anyone what it's for (e.g. "My Counterwallet Password: " <=== bad move! Smiley ).

Also, please heed the following warning:
Counterwallet is BETA software and is still under heavy development. Please take caution in your use of it for storing and transferring funds on mainnet, and report any/all bugs. The Counterparty team cannot be held responsible for lost or stolen funds, although we will do everything in our power to prevent and rectify such situations.



CONGRATULATIONS! Great job.
hero member
Activity: 714
Merit: 502
Wallets sweet just sent some bitcoin around! Show QR code isn't working for me though
full member
Activity: 221
Merit: 100
Counterwallet is live on mainnet: https://counterwallet.co

Please BE CAREFUL with your funds! Try an operation with a fraction of XCP or asset, get used to things, and then try more. Please email [email protected] with any bug reports involving loss or potential loss of funds.

Please BE CAREFUL with your pass phrase. Store it on paper, not on your computer. Store multiple paper copies in multiple different secure places. Do not give it a written description that would tell anyone what it's for (e.g. "My Counterwallet Password: " <=== bad move! Smiley ).

Also, please heed the following warning:
Counterwallet is BETA software and is still under heavy development. Please take caution in your use of it for storing and transferring funds on mainnet, and report any/all bugs. The Counterparty team cannot be held responsible for lost or stolen funds, although we will do everything in our power to prevent and rectify such situations.




Congrats guys...I love the simple clean design on the home page. Great Job! Smiley
hero member
Activity: 602
Merit: 500
Great news!

Counterparty is out on the main bitcoin network now, we'll be issuing LTBCOIN on April 25th for the 1st anniversary of Let's Talk Bitcoin.  From: http://ltbcoin.com/
sr. member
Activity: 390
Merit: 254
Counterparty Developer
I want to write again.
for 1 week or so, I cannot see any messages on chatbox. (testnet and now mainnet)

tested seperate browsers (chrome, ff, safari, iceweasel) tested different OS's, tested with different IP's, cleared caches, made new wallets, nothing.
Please check this problem

Just tested this and chat appears to work on multiple browsers. Others are chatting as well. Try clearing your browser cache, or go to https://counterwallet.co/src and log in there and see if that helps with chat.

If not, please check for any javascript errors, or post in the counterwallet tech support thread, and we can look into this further.
Jump to: