Skip to content

Worklog Current Status

Jonas Schnelli edited this page Jul 8, 2015 · 4 revisions

8. Jule 2015

Decided to start a bitcoin fork (made 2015/05/corewallet as main branch in jonasschnelli/bitcoin) with the goal, later merging into the main bitcoin/bitcoin repository.

Current status: Corewallet can now send and receive transaction in parallel to the existing wallet. Its possible to send funds from one to another wallet. Mining (generate) is only possible over corewallet. Most parts are taken from the existing wallet, but i have rewritten most of the functions. Most logic is removed from the WalletTX (former CWalletTx) class. The balance functions are also now gathered together in one function. Coinselection is more or less taken 1:1 from the existing wallet.

Clone this wiki locally