Author

Topic: [SSD] Sonic - 1st TOR with functional anon send - Steganography based Anon App - page 132. (Read 284877 times)

sr. member
Activity: 882
Merit: 250
So now it is time to go to the Moon ?


you need a lot of fuel to take it to the moon.
sr. member
Activity: 658
Merit: 257
★Bitvest.io★ Play Plinko or Invest!
Russell's not messing around.  

I wasn't expecting it to be this cool...

Question - So this coin is completely 'anon' now or on the 10th?
Its in the code now, but on the 10th is when it kicks in. As the time gets closer i will do a guide.
hero member
Activity: 728
Merit: 500
Russell's not messing around. 

I wasn't expecting it to be this cool...

Question - So this coin is completely 'anon' now or on the 10th?
hero member
Activity: 596
Merit: 500
So now it is time to go to the Moon ?
full member
Activity: 134
Merit: 100
SonicScrewdriver with TimeVortex Version 2

With TimeVortex Version 2, SonicScrewdriver is the first cryptocurrency to combine cryptographic transaction anonymity with the privacy protection of Tor. This combination prevents both analysis of the blockchain and of the network, providing total privacy protection for SSD users. No other coin offers this level of privacy protection.

This new wallet update also improves performance by using the extremely fast Leveldb database to track transaction information. Leveldb has recently been added to bitcoin to improve its performance, in light of bitcoin's ever increasing usage.


URGENT UPDATE REQUIRED
As of 12AM 9-10-2014 GMT all previous versions can disconnect from Main Net due to changes in Transactions.
The Time Vortex v.2 is built into this build but will not become available until 12AM 9-10-2014 GMT. You will also be unable to generate Time Vortex Addresses until such time.

Changelog:
  • Qt Version 2.0 with TimeVortex V.2
  • Leveldb


Update Procedure:

  • Step 1: Close running client
  • Step 2: Open Application Directory
     
    • Windows: %appdata%\sonicscrewdriver
    • Linux: ~/.SonicScrewdriver
    • MAC: /Users//Library/Application Support/SonicScrewdriver
  • Step 3: Move your wallet.dat file to a separate directory
    • Backing up but not removing wallet.dat can cause first sync with levelbd to take a long time if you have a lot of transactions
  • Step 4: Download New QT
  • Step 5: Remove Existing QT via uninstall or file removal depending on OS and Previous Installation Method
  • Step 6: Install New QT
  • Step 7: Wait for Wallet to Sync
    • This step can take a while depending on number of transactions in wallet.dat and if you moved the wallet.dat file as suggested in Step 3
  • Step 8: Close down QT
  • Step 9: Move wallet.dat backup back to Application data folder. See step 2 for default Folder locations
  • Step 10: Fire up QT again and verify balance is correct, if not open console and type 'clearwallettransactions' once that is finished type 'scanforalltxns' This can take a while as all blocks are checked for transactions related to contents of wallet.dat


Wallet Links:

FAQ:

  • What is Level DB and why is it important.
    • Level DB is a fast persistent key-value store. Originally written by Google.
    • I went to this for the transaction database because it is faster. On slower equipment you will notice a marked speedup in sync times as well as boot up time for the wallet.
    • As a slight side-note since it is switching database types you will notice a chain re-sync is required to create the new database

  • What is A TimeVortex Address?
    • A TimeVortex Address is a special type of receiving address that you give as a receiving address which will not appear in the block-chain. This address is used to calculate a receiving address that can be unlocked by the receiver with a spend key. This process happens with the wallet automatically and a new receive address is generated when the transaction goes through.
    • This required a change to the transaction checks which would be rejected by previous clients and is why I put a time check into the wallet that unlocks after the 10th
Excellent work dev!  Grin Grin Cheesy
member
Activity: 69
Merit: 10
sr. member
Activity: 448
Merit: 250
electroneum.com
legendary
Activity: 1148
Merit: 1000
Hot damn! Good work here!
hero member
Activity: 742
Merit: 500
SonicScrewdriver with TimeVortex Version 2

With TimeVortex Version 2, SonicScrewdriver is the first cryptocurrency to combine cryptographic transaction anonymity with the privacy protection of Tor. This combination prevents both analysis of the blockchain and of the network, providing total privacy protection for SSD users. No other coin offers this level of privacy protection.

This new wallet update also improves performance by using the extremely fast Leveldb database to track transaction information. Leveldb has recently been added to bitcoin to improve its performance, in light of bitcoin's ever increasing usage.

Holy Mother!!!!

sr. member
Activity: 658
Merit: 257
★Bitvest.io★ Play Plinko or Invest!
SonicScrewdriver with TimeVortex Version 2

With TimeVortex Version 2, SonicScrewdriver is the first cryptocurrency to combine cryptographic transaction anonymity with the privacy protection of Tor. This combination prevents both analysis of the blockchain and of the network, providing total privacy protection for SSD users. No other coin offers this level of privacy protection.

This new wallet update also improves performance by using the extremely fast Leveldb database to track transaction information. Leveldb has recently been added to bitcoin to improve its performance, in light of bitcoin's ever increasing usage.


URGENT UPDATE REQUIRED
As of 12AM 9-10-2014 GMT all previous versions can disconnect from Main Net due to changes in Transactions.
The Time Vortex v.2 is built into this build but will not become available until 12AM 9-10-2014 GMT. You will also be unable to generate Time Vortex Addresses until such time.

Changelog:
  • Qt Version 2.0 with TimeVortex V.2
  • Leveldb


Update Procedure:

  • Step 1: Close running client
  • Step 2: Open Application Directory
     
    • Windows: %appdata%\sonicscrewdriver
    • Linux: ~/.SonicScrewdriver
    • MAC: /Users//Library/Application Support/SonicScrewdriver
  • Step 3: Move your wallet.dat file to a separate directory
    • Backing up but not removing wallet.dat can cause first sync with levelbd to take a long time if you have a lot of transactions
  • Step 4: Download New QT
  • Step 5: Remove Existing QT via uninstall or file removal depending on OS and Previous Installation Method
  • Step 6: Install New QT
  • Step 7: Wait for Wallet to Sync
    • This step can take a while depending on number of transactions in wallet.dat and if you moved the wallet.dat file as suggested in Step 3
  • Step 8: Close down QT
  • Step 9: Move wallet.dat backup back to Application data folder. See step 2 for default Folder locations
  • Step 10: Fire up QT again and verify balance is correct, if not open console and type 'clearwallettransactions' once that is finished type 'scanforalltxns' This can take a while as all blocks are checked for transactions related to contents of wallet.dat


Wallet Links:

FAQ:

  • What is Level DB and why is it important.
    • Level DB is a fast persistent key-value store. Originally written by Google.
    • I went to this for the transaction database because it is faster. On slower equipment you will notice a marked speedup in sync times as well as boot up time for the wallet.
    • As a slight side-note since it is switching database types you will notice a chain re-sync is required to create the new database

  • What is A TimeVortex Address?
    • A TimeVortex Address is a special type of receiving address that you give as a receiving address which will not appear in the block-chain. This address is used to calculate a receiving address that can be unlocked by the receiver with a spend key. This process happens with the wallet automatically and a new receive address is generated when the transaction goes through.
    • This required a change to the transaction checks which would be rejected by previous clients and is why I put a time check into the wallet that unlocks after the 10th
hero member
Activity: 742
Merit: 500
@Argakiig
When is the next release?  Shocked Grin

From what the dev says, pretty soon.
full member
Activity: 134
Merit: 100
@Argakiig
When is the next release?  Shocked Grin
full member
Activity: 151
Merit: 100
This is same dev that abandoned Stealthcoin?  Huh
No, it's not.
This is the web developer dev of stealthcoin(there are more than one dev in xst) and it is not yet for sure if he abandoned his position at xst. More likely ssd and xst will cooperate together in building services around them, which will be cool to see such a cooperation between them. Each one has a lot to offer.
sr. member
Activity: 294
Merit: 250
Mercurial
This is same dev that abandoned Stealthcoin?  Huh
No, it's not.
full member
Activity: 130
Merit: 100
Moving markets!
This is same dev that abandoned Stealthcoin?  Huh
sr. member
Activity: 294
Merit: 250
Mercurial
Hi,dev
any more news now?
and why a new thread?

1.  Time Vortex V2 was a bit delayed due to some coding snags.  That's pretty much it for recent news.  Should be out soon.

2.  The second thread he posted using his real BCT account to provide people with his true identity.  The first thread was created with a new account so some people were hesitant, but now that they know the dev is argakiig, they're more comfortable.
sr. member
Activity: 532
Merit: 250
Hi,dev
any more news now?
and why a new thread?
full member
Activity: 134
Merit: 100
Get it while it's cheap Cheesy Cheesy Cool
legendary
Activity: 882
Merit: 1000
You see the bittrex order book? Shiz it's about to explode!

it would seem people are not really selling large amounts today.... could also be related to the soon upcoming release which shouldn't be to far from being completed.
Yeah, there's hardly any sell orders, but LOTS in Buys.  Always good news.

good news indeed. taken right from IRC

"<@argakiig> Just wanted to let you know there will be a mandatory update to version 2.0 of sonicscrewdriver. I am getting everything ready to push. All clients must be moved over by the 12am on the 10th at which point a new feature becomes active which will cause all old clients to disconnect"

update is coming Cheesy
sr. member
Activity: 294
Merit: 250
Mercurial
You see the bittrex order book? Shiz it's about to explode!

it would seem people are not really selling large amounts today.... could also be related to the soon upcoming release which shouldn't be to far from being completed.
There's hardly any sell orders.
Jump to: