BitcoinSanDiego:
Check which version you are on. We fixed one problem which caused the S error earlier. These are the latest versions:
$ factom-cli properties
Protocol Version: 0.1.5
factomd Version: 0.3.2
fctwallet Version: 0.1.2
factom-cli Version: 0.1.2
I made a more forgiving converter for the 12 words. There was at least one case where the token sale generated 12 words with an invalid checksum. This software also recovers the private key for those.
This is what it gives when you give it 12 words from the token sale
$ go run wordRecovery.go
Enter 12 words from Koinify here: xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx xxxx
Your Factoids were found in the bitcoin blockchain.
you can use the 12 words to import the Factoids into a wallet.
The corresponding public and private keys are:
Factoid Private Key: Fs3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Factoid Address: FA3xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
Check your balance at http://explorer.factom.org/
if you purchased factoids in one of these btc transactions:
3bc779e33a1ab15f1485e2585ae771473afcd447a5b1b75247a0d689ffcdcd5b
55e14849b421737b804c8f31fad723ad4f80b526d2acc99ebfd67df1cde8ae70
7c00dc03c5a6f54a5d749d71a599453a8aae39cd686cd9c380798cb1fc3930eb
80ad06d9b4f7bb0edd8e535b751871fe01d12dce4d583ff7ecaf04507179e737
829b39201e95e39fb8e47815d3c86428d78d96c7e3d3703992c3074b032c3309
c7acac7e9d4bdb63ae1bbadbd58f9308daf4a2e6826674d0884a1fdaf70e04c8
please contact Factom to recover your Factoids
to run it, first install golang.
http://www.wadewegner.com/2014/12/easy-go-programming-setup-for-windows/run:
go get github.com/FactomProject/factoid
go get github.com/FactomProject/factoid/wallet
go get github.com/FactomProject/go-bip39
go get github.com/FactomProject/go-bip32
download the wordrecovery sourcecode:
https://github.com/FactomProject/Testing/blob/master/FactomTests/bruteForce/wordRecovery.gohttps://raw.githubusercontent.com/FactomProject/Testing/master/FactomTests/bruteForce/wordRecovery.gorun the code with "go run wordRecovery.go"
Or download the binaries. Apologies for the quick and dirty distribution method, but check the hashes of the binaries:
$ sha256sum *
87f82f7fa2c3add67515a155555a3e0fe31dfe7acdeec661c8bdcb4a73778917 wordRecovery.exe
2291d68f3f3fe0ff8c754c6ebdb7a2dd83d127c0842b379429792323318ab5f2 wordRecovery.go
e94e23d5e46bd6f6ad9509d089a7311b5549cb87f6c40b50e2a3faf13c686086 wordRecovery-mac
Mac:
http://dropjar.com/#1y5m9x9sWindows:
http://dropjar.com/#1kfubghkThese are standalone (no internet needed), and can be run on an isolated VM if needed.