counterpartyd v9.45.0 has been released.
- v9.45.0 (2014-10-23)
- add dividend fee of 0.0002 XCP per recipient (protocol change: 330000)
counterpartyd v9.45.0 has been released.
- add dividend fee of 0.0002 XCP per recipient (protocol change: 330000)
Is there a technical reason for this, e.g. daily dividends for an asset would drain a lot of resources?
Or is the fee meant to discourage spammers?
- add dividend fee of 0.0002 XCP per recipient (protocol change: 330000)
Is there a technical reason for this, e.g. daily dividends for an asset would drain a lot of resources?
Or is the fee meant to discourage spammers?Is the fee burned or will it go to the dividend recipient?
Presumably it is a spam prevention measure. Edit: Adam just wrote this in the Counterparty README.md: -
“There is a small fee per recipient with dividends, to prevent SPAM.”
The fee is burned according to him: -
[23/10/2014 21:31:09] Equality 7-2521: Is that “dividend fee of 0.0002 XCP” burned? Presumably it is.
[23/10/2014 23:07:30] adamkrellenstein: @equality, yes.
+1
@something
I always dread the upgrades ...... I am using python 3.4.1 (on windows - http://counterparty.io/docs/build-system/build-from-source/) as per the counterparty docs and have updated as per the instructions but I am running into the following issues when attempting to start the daemon. I assume I am missing one of the dependencies ??
Traceback (most recent call last):
...
ssl = ctypes.cdll.LoadLibrary(ctypes.util.find_library ('ssl') or 'libeay32
)
File "C:\\Python34\\Lib\\ctypes\\__init__.py", line 429, in LoadLibrary
return self._dlltype(name)
File "C:\\Python34\\Lib\\ctypes\\__init__.py", line 351, in __init__
self._handle = _dlopen(self._name, mode)
OSError: [WinError 126] The specified module could not be found
Ok. figured out the above.
Missing openssl dlls. A separate install for openssl is required to run counterpartyd
Did you download it from http://slproweb.com/download/Win32OpenSSL_Light-1_0_1j.exe ??? If so, I can enhance the installation docs to add that as a prerequisite
Ok. figured out the above.
Missing openssl dlls. A separate install for openssl is required to run counterpartyd
Did you download it from http://slproweb.com/download/Win32OpenSSL_Light-1_0_1j.exe ??? If so, I can enhance the installation docs to add that as a prerequisite
Yes, that’s what I installed
Ok. figured out the above.
Missing openssl dlls. A separate install for openssl is required to run counterpartyd
xnova:
While we are at it, I appear to be running into another issue. The prompt just stays at checking version and never moves past. Any idea?
Status: Connecting to database.
Status: Running v9.45.0 of counterpartyd.
Status: Checking version.
For those who didn’t read the Github issues related to SSL, these two may be necessary and new compared to a previous version (such as 9.42.0) on Windows.
Another update for those who haven’t updated to Counterparty 9.45.0 yet:
counterpartyd users - because setup.py does not install Bitcoin-Qt - can update and keep using their existing version of bitcoin-qt.
What’s the deal with the patched version of bitcoind? It is required for the multisig functionality. Once Counterparty multisig goes live on the mainnet, everyone on it will have to have a patched bitcoind (with that specific addrindex patch).
It is recommended to install this patched version sooner rather than later (remember to backup your important data (especially if you have a non-empty wallet on your system) prior to doing this.
Some additional info about this procedure:
http://support.counterparty.io/support/solutions/articles/5000505729-counterparty-federated-node-and-counterpartyd-with-bitcoin-qt-and-addrindex-patch
Just a heads up: we’re at block 329662 as I write this and soon (@ 330,000) counterpartyd version 9.45.0 will be the minimum version supported.