vertoe
Three of Nine

Good morning,
I've created a darkcoin wallet (Qt and Daemon) based on the old Darkcoin core wallet v0.9.13.x and aligned it back with the current onyx v2 development and thus created a fully working v0.9.18.x client which allows sending, storing and recieving coins like a basic bitcoin/litecoin core v0.8.x wallet used to do.
This is intended to be an alternative wallet to the official core wallet for users who just wish to recieve, store and send the coins.
https://github.com/vertoe/darkcoil
Please note:
- This wallet is not suitable for masternodes (wont work).
- This wallet is not suitable for pool operators (blocks will orphan).
- This wallet is not able to anonymize your funds (no darksend available).
- This wallet is an inofficial client and only minimally maintained. I'm not adding any features, just keeping it compatible with the network and fixing possible bugs.
- Only use this if you understand the points above. Please report back any issues.
- That said this wallet scores in stability and performance because it's so lightweight.
About the version numbers:
- v0.9.17.x aligns with darkcoin-0.10.17.x (outdated)
- v0.9.18.x aligns with darkcoin-0.11.0.x (current)
- Anyways, each version is always compatible with the darkcoin network.
Currently the following services are running a darkcoild backend:
Any feedback appreciated.
Cheers
vertoe

Code:
{
"version" : 91813,
"protocolversion" : 70052,
"walletversion" : 60000,
"balance" : 9079.31861111,
"blocks" : 66640,
"timeoffset" : 0,
"connections" : 8,
"proxy" : "",
"difficulty" : 0.08343518,
"testnet" : true,
"keypoololdest" : 1409784004,
"keypoolsize" : 101,
"paytxfee" : 0.00000000,
"mininput" : 0.00001000,
"errors" : ""
}
Code:
$ ./darkcoil-qt_test
********* Start testing of URITests *********
Config: Using QTest library 4.8.6, Qt 4.8.6
PASS : URITests::initTestCase()
PASS : URITests::uriTests()
PASS : URITests::cleanupTestCase()
Totals: 3 passed, 0 failed, 0 skipped
********* Finished testing of URITests *********
$ ./src/test_darkcoil
Running 94 test cases...
*** No errors detected
Binaries coming soon(tm)...

Last edited by a moderator: