Pages:
Author

Topic: [ANN] [XTC] TileCoin| IoT (Internet of Things) bitcoin blockchain - ĐApp - page 30. (Read 286457 times)

sr. member
Activity: 252
Merit: 250
Thanks for the update.

how is everything going? Grin
sr. member
Activity: 279
Merit: 250
Thank you. Everything is okay. Just a precaution.

Regards,
ASIC-8Tile
newbie
Activity: 25
Merit: 0
2014-01-29 8:25am CST URGENT.
No need to panic at all. This is just a precautionary message.

The local TilePay wallet will not allow to Send until we fix it.
The wallet cannot be used, so we are fine.
We have safe guards in place.

Withdrawl from BTER will be disabled until we fix this.
We are testing the fix.


Regards,
ASIC-8Tile

Development team you have worked hard, thank you!
sr. member
Activity: 279
Merit: 250
2014-01-29 8:25am CST URGENT.
No need to panic at all. This is just a precautionary message.

The local TilePay wallet will not allow to Send until we fix it.
The wallet cannot be used, so we are fine.
We have safe guards in place.

Withdrawl from BTER will be disabled until we fix this.
We are testing the fix.


Regards,
ASIC-8Tile
full member
Activity: 209
Merit: 101
Smells good!
Waiting for the newest testnet version  Smiley Smiley Smiley
legendary
Activity: 3500
Merit: 1354
Collect free XTC on 8btc.com at 1:1 ratio with your forum(8btc forum) credidts.
http://8btc.com/thread-13697-1-1.html

8btc.com is the largest and most active bitcoin forum in China. Now launching a large scale of giveaways of XTC to expand its user base.


is there a way to change the language?
legendary
Activity: 1330
Merit: 1000
Collect free XTC on 8btc.com at 1:1 ratio with your forum(8btc forum) credidts.
http://8btc.com/thread-13697-1-1.html

8btc.com is the largest and most active bitcoin forum in China. Now launching a large scale of giveaways of XTC to expand its user base.


Thanks to 8btc.com for listing Tilepay in BTC2.0
legendary
Activity: 1621
Merit: 1000
news.8btc.com
Collect free XTC on 8btc.com at 1:1 ratio with your forum(8btc forum) credidts.
http://8btc.com/thread-13697-1-1.html

8btc.com is the largest and most active bitcoin forum in China. Now launching a large scale of giveaways of XTC to expand its user base.
sr. member
Activity: 252
Merit: 250
not there anymore Embarrassed

Check "tilepay" folder to see if files still there: C:\Users\YourUserName\Appdata\Roaming\tilepay

I think if these files are deleted then you cannot access wallet using seed which explains the error, or it could be your seed is incorrect.

Let's just wait the results from PhotoRec.

I also recommend PhotoRec as a backup if Recuva is unsuccessful: http://www.cgsecurity.org/wiki/PhotoRec

PhotoRec can recover many files: http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec

i'm now running a photorec, it will take a few hours, and see if it finds something that i can use.

I'm trying another recovery programm, but i have no hope anymore... its my mistake, lost all my 150000 xtc. i could beat myself, why i havent made a backup. From all my other wallets i made one.

Wallet backup is always important. Only store what you can afford to lose.

You Can use Pywallet.py https://github.com/jackjack-jj/pywallet
you need to install python for windows please read : https://github.com/jackjack-jj/pywallet/blob/master/README

1- download the file Pywallet.py and put it in drive C
2- open new text file drive C and paste this :  pywallet.py --recover --recov_device c: --recov_size 600Gio --recov_outputdir c:\rec
3- you can change the drive you want to scan by changing the value c: and you can change the size you want to scan by changing the value 600Gio ,save the new text file as recover.bat (make sure the file extension in .bat not .txt )
4- Run CMD as administrator and type : cd c:/
5- on that same CMD window type : recover.bat
6- type a password for the wallet that will be created (containing all private-keys found on your pc)
7- relax and wait it to finish
8- after it finish you will see this :
Code:
Found 10 possible wallets
Found 2 possible encrypted keys
Found 50 possible unencrypted keys
The wallet is encrypted and the passphrase is correct


Importing:


The new wallet c:\rec/recovered_wallet_1422460673.dat contains the 50 recovered key

9- go to c:/rec/ and copy the file recovered_wallet_SOME-NUMBER-HERE.dat and paste it to desktop

Now finding your XTC wallet

10- download this https://github.com/prof7bit/wallet-key-tool/releases/download/v1.4.2/wallet-key-tool-1.4.2.exe
11- Run wallet-key-tool-1.4.2.exe
12- open the recovered_wallet_SOME-NUMBER-HERE.dat with wallet key tool
13- after it finish you'll see all wallet wallet addresses
14- save/export that to text file
15- if you can remember you XTC address you can find it in the text. if you cant remember go to bter.com account and see your XTC withdraw history and from the TXid you can get you walet address.
16- once you have find the wallet address you'll see the privkey of it also. you can import it to ur new wallet.

Hope this helps   Roll Eyes

Thanks


wow
thanks for this instruction.
it's really helpful.
full member
Activity: 210
Merit: 100
not there anymore Embarrassed

Check "tilepay" folder to see if files still there: C:\Users\YourUserName\Appdata\Roaming\tilepay

I think if these files are deleted then you cannot access wallet using seed which explains the error, or it could be your seed is incorrect.

Let's just wait the results from PhotoRec.

I also recommend PhotoRec as a backup if Recuva is unsuccessful: http://www.cgsecurity.org/wiki/PhotoRec

PhotoRec can recover many files: http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec

i'm now running a photorec, it will take a few hours, and see if it finds something that i can use.

I'm trying another recovery programm, but i have no hope anymore... its my mistake, lost all my 150000 xtc. i could beat myself, why i havent made a backup. From all my other wallets i made one.

Wallet backup is always important. Only store what you can afford to lose.

You Can use Pywallet.py https://github.com/jackjack-jj/pywallet
you need to install python for windows please read : https://github.com/jackjack-jj/pywallet/blob/master/README

1- download the file Pywallet.py and put it in drive C
2- open new text file drive C and paste this :  pywallet.py --recover --recov_device c: --recov_size 600Gio --recov_outputdir c:\rec
3- you can change the drive you want to scan by changing the value c: and you can change the size you want to scan by changing the value 600Gio ,save the new text file as recover.bat (make sure the file extension in .bat not .txt )
4- Run CMD as administrator and type : cd c:/
5- on that same CMD window type : recover.bat
6- type a password for the wallet that will be created (containing all private-keys found on your pc)
7- relax and wait it to finish
8- after it finish you will see this :
Code:
Found 10 possible wallets
Found 2 possible encrypted keys
Found 50 possible unencrypted keys
The wallet is encrypted and the passphrase is correct


Importing:


The new wallet c:\rec/recovered_wallet_1422460673.dat contains the 50 recovered key

9- go to c:/rec/ and copy the file recovered_wallet_SOME-NUMBER-HERE.dat and paste it to desktop

Now finding your XTC wallet

10- download this https://github.com/prof7bit/wallet-key-tool/releases/download/v1.4.2/wallet-key-tool-1.4.2.exe
11- Run wallet-key-tool-1.4.2.exe
12- open the recovered_wallet_SOME-NUMBER-HERE.dat with wallet key tool
13- after it finish you'll see all wallet wallet addresses
14- save/export that to text file
15- if you can remember you XTC address you can find it in the text. if you cant remember go to bter.com account and see your XTC withdraw history and from the TXid you can get you walet address.
16- once you have find the wallet address you'll see the privkey of it also. you can import it to ur new wallet.

Hope this helps   Roll Eyes

Thanks
full member
Activity: 130
Merit: 100
not there anymore Embarrassed

Check "tilepay" folder to see if files still there: C:\Users\YourUserName\Appdata\Roaming\tilepay

I think if these files are deleted then you cannot access wallet using seed which explains the error, or it could be your seed is incorrect.

Let's just wait the results from PhotoRec.

I also recommend PhotoRec as a backup if Recuva is unsuccessful: http://www.cgsecurity.org/wiki/PhotoRec

PhotoRec can recover many files: http://www.cgsecurity.org/wiki/File_Formats_Recovered_By_PhotoRec

i'm now running a photorec, it will take a few hours, and see if it finds something that i can use.

I'm trying another recovery programm, but i have no hope anymore... its my mistake, lost all my 150000 xtc. i could beat myself, why i havent made a backup. From all my other wallets i made one.
hero member
Activity: 605
Merit: 500
@ASIC-8Tile, are you full time on XTC?
full member
Activity: 130
Merit: 100
sr. member
Activity: 279
Merit: 250
Hi zercrypt,

Did you look in the recycle bin?

Regards,
ASIC-8Tile
full member
Activity: 130
Merit: 100
am i able to recover my wallet with my seed?

Yes. Without the seed you will lose all access to your wallet.

Same thing with Electrum and Counterparty.

okay, my issue:
I misstakenly deleted the wallet-file of my tilepay mainnet. I only know my seed/password and my publik key. can i somehow recover/create the wallet from my seed, like for trezor or electrum?



sr. member
Activity: 252
Merit: 250
January 25-26th, 2015 - Development Updates

1.) The burning of 30 Tilecoinx per asset is in testnet. This can be adjusted as needed, per marketcap. It has been difficult because "Tilecoinx" was created via "Counterparty" so we have to sync both.

2.) The software signing for IoT devices is in testnet. We are in the development of "proof of device" on the blockchain and data transfer for micropayments. This is the exchange of data once the "payments channel" is initiated with "micropayments".

3.) We will have some timelines published soon for the testnet availability.

Regards,
ASIC-8Tile

Thanks for the updates.

When will we have demo of this Project?

thanks.
sr. member
Activity: 279
Merit: 250
January 25-26th, 2015 - Development Updates

1.) The burning of 30 Tilecoinx per asset is in testnet. This can be adjusted as needed, per marketcap. It has been difficult because "Tilecoinx" was created via "Counterparty" so we have to sync both.

2.) The software signing for IoT devices is in testnet. We are in the development of "proof of device" on the blockchain and data transfer for micropayments. This is the exchange of data once the "payments channel" is initiated with "micropayments".

3.) We will have some timelines published soon for the testnet availability.

Regards,
ASIC-8Tile
full member
Activity: 130
Merit: 100
am i able to recover my wallet with my seed?
newbie
Activity: 13
Merit: 0
Hey guys

We added TileCoin to our Altcoin News, Info and Stats Portal!

Have a look @


http://www.satoshis.guru/home/coin-info/tilecoin/

http://www.satoshis.guru/home/coin-info/tilecoin/graphs-tilecoin/



Please keep us updated about your Coin!

http://www.satoshis.guru/contact-us/

Greetings

Satoshis.guru Team
Pages:
Jump to: