SLievensDRKSLK
|
|
October 13, 2015, 12:16:01 PM Last edit: October 13, 2015, 12:42:41 PM by SLievensDRKSLK |
|
The way the servers are configured are in such a way to offer fall over protection. This means for instance if your processing a transaction and the server for some reason fails it will simply fall over to another server and complete the transaction and not lose the transaction in progress, all the while being completely seemless to the user.
this seems to me a very good thing: so one does not have to worry that a transaction can be lost. I don't see the point in choosing sides this early in the game the market will ultimately decide. The server redundancy is not for the market. The server redundancy is for Weaver. The system where users can pay Bitcoin/DarkSilk/Silk invoices using either Silk/Darksilk or Bitcoin is what I am referencing when I am talking about not losing transactions in my previous post
|
|
|
|
acquafredda
Legendary
Offline
Activity: 1316
Merit: 1481
|
|
October 13, 2015, 07:03:32 PM |
|
The way the servers are configured are in such a way to offer fall over protection. This means for instance if your processing a transaction and the server for some reason fails it will simply fall over to another server and complete the transaction and not lose the transaction in progress, all the while being completely seemless to the user.
this seems to me a very good thing: so one does not have to worry that a transaction can be lost. I don't see the point in choosing sides this early in the game the market will ultimately decide. The server redundancy is not for the market. The server redundancy is for Weaver. The system where users can pay Bitcoin/DarkSilk/Silk invoices using either Silk/Darksilk or Bitcoin is what I am referencing when I am talking about not losing transactions in my previous post You replied properly there's nothing to add. It is clearly a good thing to have such a system. And I'm not taking sides I'm only stating that if such a thing is implemented that is a good thing.
|
|
|
|
SLievensDRKSLK
|
|
October 13, 2015, 07:48:07 PM |
|
These are looking to be the final timings of DarkSilk:
static const unsigned int TARGET_TIME_SPAN = 4 * 60; // 4 mins static const unsigned int POW_TARGET_SPACING = 4 * 60; // 4 mins static const unsigned int TARGET_SPACING = 64; // 64 seconds static const int64_t DRIFT = 10 * 60; // 10 mins inline int64_t FutureDrift(int64_t nTime) { return nTime + DRIFT; } int64_t nInterval = TARGET_TIME_SPAN / POW_TARGET_SPACING; // equals 1 and this means diff is retargeted each block
|
|
|
|
SLievensDRKSLK
|
|
October 13, 2015, 09:30:49 PM |
|
Currently building MacOSX and Windows 32bit and 64bit wallets for you guys to get this beast tested.
You can message me and I will send you 2k coins to play with and try setting up stormnodes, InstantX sending and sandstorm (darksend).
Qt takes ages to build so it will be a few hours.
|
|
|
|
acquafredda
Legendary
Offline
Activity: 1316
Merit: 1481
|
|
October 14, 2015, 10:26:34 PM |
|
Is there any plan to update the old Silkcoin beta wallet? Have I missed the news? Is it in the schedule?
|
|
|
|
SLievensDRKSLK
|
|
October 14, 2015, 10:55:50 PM |
|
Is there any plan to update the old Silkcoin beta wallet? Have I missed the news? Is it in the schedule?
Once DarkSilk is launched and stable then I will start to take a look at Silkcoin
|
|
|
|
bobthenager
|
|
October 15, 2015, 03:31:20 PM |
|
Could you please post where I can re download the silkcoin wallet please? Thank you!
|
|
|
|
|
bobthenager
|
|
October 15, 2015, 07:27:56 PM |
|
Thank you sir!
|
|
|
|
SLievensDRKSLK
|
|
October 16, 2015, 08:51:45 PM |
|
Here is everything done thus far on DarkSilk.
Base58 Change, Port Changes and Minor Fixes Addition of OBJ directory for Daemon builds Version updated ReadMe updated Instamine code for Silk/Dark weaver swap/burn added to main.cpp OpenSSL update LevelDB 1.18 Update Fix to guard against OpenSSL's new strict DER checks, fixed getbalance and other minor fixes Spelling edits Enabled locking of Stormnodes via the Stormnode configuration file Unset Sandstorm checkbox if there were non-anonymized inputs selected in coincontrol, give warning Removal of target space change and hardfork Fixed time to switch "out of sync" messages Fix twice denominatedBalance calculations Solve performance problems by caching and fix probable security issue RPC: Allow "sandstorm" only with ENABLE_WALLET Disconnect Sandstorm timer on Overview page destruction Fix spaces/monospace fonts in qt console Mac compatibility so users can switch tabs using CMD+(NUM) Added better instructions to get libsecp256k1 installed in case of library issues within ReadMe Added secp256k1 libs to /deps in case for any reason the libs are not available from github anymore Increased maximum block size to 50MB (50x Bitcoin Core) Added safe shutdown for Windows Fixed sync issues and CPU usage Add event support for Tor rpc: Prevent easy memory exhaustion attack Fixed issue where using setaccount with a foreign address causes the address to be added to your receiving addresses. Fix priority calculation in CreateTransaction darksilk.conf added to /src GUI Styling changes Statistics Page Added and Icons Updated Clickable Padlock to Unlock Wallet and Unlock for Staking Only Fixed GUI bugs Assertion Error Fix for MacOSX Sandstorm GUI Fixes Decentralised DarkSilkMarket added Overview Transactions UI Fixes Messaging, GUI Update, Null Pointer Fix, Various Fixes/Changes Windows Build Fix Addition of possibly needed dependency Stormnode Collateral Increase Marketplace RPC Calls | Cleanup Amended Spork Max Value for Stormnode Collateral Removal of unused Spork Minimum Transaction fee changed to 0.0001DRKSLK Add support for miniupnpc API version 14 DARKSILK_TIMEDATA_MAX_SAMPLES 200 Add time offset to getpeerinfo output Don't check duplicate stake while importing Ignore blocks received while importing Further Market RPC JSON calls marketbuyrequest RPC command marketmybuys RPC call for market MacOSX Fixes and GUI Fix Market RPC Minor Fixes darksilk-qt.pro cleanup DarkSilk-qt.app renamed to DarkSilk.app for OSX Replaced stake min age with min confirmation Limited drop of difficulty per block Made special marker non spendable Added nonspendable encoding for block signing key BIP66 compatibility Replaced NOP7 with CHECKLOCKTIMEVERIFY Enforce new script verification flags Static pos reward Demand canonical block sig from updated peers Submitblock: Add submission of stake template Reward and Min Conf Blocks Changed Checkpointing Removal Gitian MacDeploy Graphics Added IsProtocolV1/IsProtocolV2 hard fork switches removed FutureDriftV1/FutureDriftV2 reverted back to FutureDrift CheckStakeKernelHashV1/CheckStakeKernalHashV2 reverted back to CheckStakeKernelHash Unsigned Int GetTargetSpacing changed to Static Const Int POS_TARGET_SPACING Fix boost::get usage with Boost 1.58 in rpcrawtransaction.cpp Static PoS Reward of 1 DRKSLK Prevent redefinition compiler warning Fix issue where getrawtransaction RPC call does not work PoW additions to GetNextTargetRequired Scale up addrman Gitian windows compile fixes Correctly randomize change output position LevelDB windows cross compile missing files Scale up addrman Gitian windows compile fixes Correctly randomize change output position Removal of Dead Code Fix for building with Boost 1.58 LevelDB Cross compile fixes DarkSilk-Qt: cleanup / optimise addressbookpage Discourage fee sniping with nLockTime Removal of dead code from main.h Changed ProofOfStakeReward to use static const Diff changes Shadowchat Messaging Updates DNSSeed Thread Fix
(What has been done since I last posted the CHANGELOG) Stormnode payments start on block 82002 Restore hex to getrawtransaction vout scriptPubkey static const rename | nActualSpacing code reform Removal of Keepass until later date that this doesn't cause an issue with Windows builds Updated dependencies, added Gitian OSX files Remove unused GetProofOfStakeReward Faster Retargetting for PoW Fixed PoS target spacing
|
|
|
|
yell4george
|
|
October 16, 2015, 09:01:43 PM |
|
You da man! Can't wait to launch
|
|
|
|
yell4george
|
|
October 16, 2015, 09:02:34 PM |
|
Currently building MacOSX and Windows 32bit and 64bit wallets for you guys to get this beast tested.
You can message me and I will send you 2k coins to play with and try setting up stormnodes, InstantX sending and sandstorm (darksend).
Qt takes ages to build so it will be a few hours.
Can we test the wallets yet?
|
|
|
|
SLievensDRKSLK
|
|
October 16, 2015, 09:10:22 PM |
|
Currently building MacOSX and Windows 32bit and 64bit wallets for you guys to get this beast tested.
You can message me and I will send you 2k coins to play with and try setting up stormnodes, InstantX sending and sandstorm (darksend).
Qt takes ages to build so it will be a few hours.
Can we test the wallets yet? Still ensuring the PoW and PoS timings are working correctly before putting a test wallet out. Don't want to have to keep getting people to download wallets and clear chains constantly. At the point you quoted me I thought that we were good but just after that post I had some errors which needed fixing first
|
|
|
|
|
HORT
|
|
October 17, 2015, 02:40:03 AM |
|
downloaded win64bit. 27 hours behind, zero connections.
|
|
|
|
SLievensDRKSLK
|
|
October 17, 2015, 02:41:53 AM |
|
downloaded win64bit. 27 hours behind, zero connections. Yep gimme a minute Keep your wallets shut till I say
|
|
|
|
HORT
|
|
October 17, 2015, 02:43:40 AM |
|
downloaded win64bit. 27 hours behind, zero connections. Yep gimme a minute Keep your wallets shut till I say Sorry, getting too excited.
|
|
|
|
SLievensDRKSLK
|
|
October 17, 2015, 02:47:59 AM |
|
OK everyone can launch their wallets, you should not require a darksilk.conf file unless you wish to mine
|
|
|
|
HORT
|
|
October 17, 2015, 02:57:33 AM |
|
OK everyone can launch their wallets, you should not require a darksilk.conf file unless you wish to mine opened and had 1 connection and 28 hours behind. Now no connections and still 28 hours behind.
|
|
|
|
SLievensDRKSLK
|
|
October 17, 2015, 03:07:51 AM Last edit: October 17, 2015, 03:39:46 AM by SLievensDRKSLK |
|
OK everyone can launch their wallets, you should not require a darksilk.conf file unless you wish to mine opened and had 1 connection and 28 hours behind. Now no connections and still 28 hours behind. I need to sleep it's 4am. I know why this is happening but will sort it once I wake and rebuild the windows and Mac wallets. Fixed. Relaunch and you should sync ok If not I will make changes once I wake.
|
|
|
|
|