C:\counterpartyd_build>C:\Python32\python.exe run.py send --from=MyXCPBitcoinAddress --to=NewBitcoinAddress --quantity=1 --asset
=XCP
Traceback (most recent call last):
File "C:\counterpartyd_build\dist\counterpartyd\counterpartyd.py", line 515, i
n
quantity, args.asset)
File "C:\counterpartyd_build\dist\counterpartyd\lib\send.py", line 25, in crea
te
return bitcoin.transaction(source, destination, config.DUST_SIZE, config.MIN
_FEE, data, test)
File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 295, in
transaction
transaction = serialise(inputs, destination_output, data_output, change_outp
ut, multisig=multisig, source=source)
File "C:\counterpartyd_build\dist\counterpartyd\lib\bitcoin.py", line 177, in
serialise
secret_exponent, compressed = wif_to_tuple_of_secret_exponent_compressed(pri
vate_key_wif, is_test=testnet)
TypeError: wif_to_tuple_of_secret_exponent_compressed() got an unexpected keywor
d argument 'is_test'
C:\counterpartyd_build>
I have the same error as well.
This error is caused by not having a new-enough version of pycoin.
Thank you Phantom. I downloaded and installed yesterday from source. How do I update the pycoin?
The issue is that the build scripts are out of date. I just updated them.
Follow the instructions under 'Updating to the Newest Source' in the relevant documentation.