https://www.reddit.com/r/blackcoin/comments/7qwojp/patcrypti_just_created_my_own_currency_on_blks/ https://www.reddit.com/r/blackcoin/comments/7ro924/blackcoinloremelinda/After many weeks of work new Lore is ready.
https://github.com/janko33bd/bitcoin/releases/tag/v2.12.1.0-7bc7f54)
wallet.dat from 1.2.4 is not compatible with Lore
Here are some of it's new features in more details:
support for colored coins transactions
Original wallet does not accept colored coins transaction with more then 40bytes additional information, only Lore does
drivechains support
Extended Script opCodes to OP_ACK to count voting on new drive chain
Miner will be deployed later with an advent of rskj porting to blackcoin
0 confirmation transaction support
Ported from bitcoinxt
-respendnotify=<cmd> Execute command when a network tx respends wallet
UI alert when double spend is detected
RPC help for respendsobserved and walletconflicts
Respendsobserved array to gettransaction, listtransactions, and listsinceblock RPCs was added
Ddos protection against many 0 confirmation transactions
Rate-limit re-spend relays to a default of 100 thousand bytes/minute
Equivalent transactions are not relayed
Re-spends are not relayed into our wallet unless they conflict with it.
new address style with "blackcoin:" prefix, easy to remember(turned on with option)
Ported from Bitcoin-ABC
This is a wrapper around normal address, old address still work
blackcoin: prefix is added, you are not able to send BTC or other crypto to this type of BLK address(which is possible now..)
All letters are small, it's easy to remember
Address can be checksummed
Allows zero knowledge transactions
Turned on by adding -usecashaddr option
Old address style still works
fixed memory leaks
Cherry picked commits from bitcoin core to stop memory leaks
staking icon fixed
It was reported many times that the green arrow goes from staking to not staking every 30s, which is fixed now
toggle for unmasking password
Password can be unmasked to see actual letters and not *
wallet refactored
Ported from bitcoin core
build scripts refactored
Ported from bitcoin core
new 0.13 RPC
Compatibility enhanced for many different soft like join-market which uses this RPC..
Block builder patches
ported from bitcoin core
HD on GUI from 0.14
Lore was HD for a ling time, you just need 1 master key to backup every coin in your wallet
You have to start Lore with empty wallet and receive the coins
This shows "HD" sign in GUI when your wallet is Hierarchical Deterministic(HD).
auto-complete in console
Every command is now completed for your convenience
stake balance added to overview page
Overview page didn't have Stake section, so the stake coins were not shown.
RPC for malleability detection of standard transaction
New rpc call is added getnormalizedtxid <hex string> which return non-malleable txid
Donation address is used for rewards!
BAvuYBULaxGiRERsXH1ivNgXw7RobntLQm
This all could not be possible without other developers work and time spent on Lore.
Every developers time and work is rewarded.
Over 2000 BLK were already rewarded to the helping dev's.
Ask in Gitter, where and how you can help!
Excellent work guys