Releases: nochowderforyou/clams
Releases · nochowderforyou/clams
Clam Client v2.1.0-beta.1 release
Beta release of Clam client v2.1.0. Clam codebase was reworked into a newer version of the bitcoin codebase. Gitian build checksums below
1d2c5175adebf3432b98118a68096b4ffed8b47a852abd93b9526625b5b03691 clam-2.1.0-aarch64-linux-gnu.tar.gz
7efc5a6ec891ef0ea9ba8255e0d6741879b3f13e98a78a69c43e72f6d617e6f4 clam-2.1.0-arm-linux-gnueabihf.tar.gz
781506744dcda52cda3d0a313d7c4797a11a8ce5a910da2fa3f8400fb9cdb321 clam-2.1.0-i686-pc-linux-gnu.tar.gz
d704148787432181da63f54b761a94aa98a1dc28772e1028b93bc8142d29a04e clam-2.1.0-x86_64-linux-gnu.tar.gz
8ca9016dcc93d59f10454efafac31e44717dc22ef4a04812caeeabdd5fa7ffb4 clam-2.1.0-win32.zip
4acaafae24f9490b501520422654b6e42acef343416e2f4d6ebf5912ab0674bf clam-2.1.0-win64.zip
c49b90f8ee70c4cb60fdb4bb78451dd8ef9d13ec16b79042c32626ac16bacc9b clam-2.1.0-osx-unsigned.dmg
be652eec167e0733d2e14e2e3d0f56a6eb59f841034de41e060d5d07dc48bfdf src/clam-2.1.0.tar.gz
v2.0.0-rc1
add in new checkpoint, block 1200000 -> ea14770cc6c3221bd846d47616dde…
v1.4.17
- Add RPC commands
getstaketo
andgetrewardto
. - Fix to allow building against Boost v1.58.
- Add
deleteprivkey
RPC command to allow (irreversible, destructive, dangerous) deletion of addresses from the user's wallet. - Extend
createrawtransaction
to allow specification of per-output lock times. - Make time locked outputs 'standard'.
- Removed the 'weight' column from the coincontrol dialog. Weight is the same as the value of an output now.
- Fix a crash that happened if
creditstakestoaccounts
was set and someone else sent us some of their reward as they staked.
v1.4.16
- Add
-rewardto
option that lets us send just the block reward to a different address. - Replace hard-coded peer list with dynamic DNS seeds.
- Add RCP commands
setstaketo
andsetrewardto
to allow changing the-staketo
and-rewardto
settings without having to restart the client.
928c6e751c272f022904aec8ea778513334d398945279404932fc6e716a8be5f clam-1.4.16-linux32.tar.gz
6463d5f02a1d0e1ac0d30ced82040072db1a7cb7b3e38a8ad92ca681109eb36b clam-1.4.16-linux64.tar.gz
a029b81381247846b0b29a9edf4c0c7e3638b3faaa0b68c00c8ba92797cd8463 clam-1.4.16-win32.zip
939d95398f980fb19b313049417d228206ecd88c5e5c4ec458b5223462ab3fd6 clam-1.4.16-win64.zip
v1.4.15
- Ban forked peers who are stuck in a
getblocks
loop. - Add
-staketo
flag to allow us to move coins from one address to another as they stake. - Updated peer list to current node list from blocktree
- Fix formatting on Windows when building using MinGW.
Release sha256 hashes:
9165e48f6dc9e951f28f45fd36549e3ba20781c0e487b1a7a0b7a84985da4107 clam-1.4.15-linux32.tar.gz
9c5e9f832dd22c8d6b7efb824d146b3085c481dbbe7ecee9d687499e27bc639d clam-1.4.15-linux64.tar.gz
ab41eb163cc614f0bbaf75d712fe230c78bf4ca3cb76dd126703e9da8b079477 clam-1.4.15-osx.dmg
6f3176432a360a894078805d5cb268f83a07b302e9854f6d7dcecd3f0618389a clam-1.4.15-win32.zip
99182b38e51c6cfdfccd908e466a427726a89c9ed3baffb47815331a967fda0b clam-1.4.15-win64.zip
v1.4.14
- Add optional 3rd parameter to
dumpbootstrap
to specify the first block number to dump. - Add a checkpoint at block 530,000. The last one was back in December last year.
- New option
-stake=<addr>
to limit which outputs are allowed to stake to only those with the given address(es).
v1.4.13
- Always show
scriptPubKey
invalidateoutputs
output, even for spent outputs. - Add
-combineany
flag to allow staking to merge any small outputs together regardless of their address. - Add
raw
parameter togetblock
andgetblockbynumber
to allow dumping of raw block data suitable for use withsubmitblock
.
v1.4.12
- Fixed an issue with coin selection; previously the client would attempt to create transactions over 100kB in size if there were too many 'dust' outputs in the wallet. (dooglus)
- Modified the
signrawtransaction
RPC command such that it will now use all available private keys to sign the transaction; previously if you specified private keys in the RPC command itself, it would only use those private keys and would ignore any in the wallet. It also wouldn't look up the scripts for multisig addresses in the wallet if keys were supplied in the RPC command. Now it does. (dooglus) - Changed Bitcoin references to Clam. (FuzzyHobbit)
v1.4.11
- The
sendtoaddress
andsendfrom
RPC calls can now specify the amount as{"amount":aaa,"count":ccc}
to cause the send amount to be split intoccc
outputs each of sizeaaa
CLAMs. This allows users to more easily split their coins into multiple outputs without needing to resort to the raw transactions calls. - Replace
bitcoind
withclamd
in OS/X build instructions. (David Volm) - Fix the bug that caused the staking icon to occasionally complain about "no mature outputs".
- New flag
-creditstakestoaccounts
to say whether to credit staking rewards to the account to which the staking output belongs (=1) or to the""
account (=0, default). Until now no account at all was credited with staking rewards and solistaccounts
amounts didn't sum to the current balance. Now they will. - Correctly randomize change output position.
- Correctly parse
-splitsize
, etc. to allow decimal values. Previously only the integer part was used. - Add
-stakenotify
flag to run a command each time we stake. - Small fixes to the logic that splits outputs when staking.
- Merge latest bitcoin random code and opensll cleanse abstraction. (RobVanMieghem)
v1.4.10
- new RPC call "setspeech" to set the CLAMspeech string to be used for all transaction creation
- allow JSON objects like {"count":2,"amount":1.3} in createrawtransaction to create multiple identical outputs
- fix split-on-stake logic; it was creating 0-valued outputs before in some circumstances
- add -combinelimit configuration option to control output grouping at runtime
- allow decimal values to be specified for -maxstakevalue, -splitsize, -combinelimit