Pages:
Author

Topic: [ANN] Techcoin [TECH] [186,985 PoW coins 4% PoS] [BITTREX] [ALLCOIN] - page 15. (Read 69898 times)

hero member
Activity: 742
Merit: 500
Here is a screenshot of bittrex, my wallet address: TSP6K3oKynecDXF3LBkbtggkAwyVZrjvZS

member
Activity: 63
Merit: 10
This coin is bull***t!

My wallet still does not work, wrote to dev weeks ago, he never answered. All my coins are gone, even coins that I've bought on Bittrex!


What dev? The scumbag that dumped and left or the new team that took over?

https://bitcointalksearch.org/topic/m.7601310
https://bitcointalksearch.org/topic/m.7578762
https://bitcointalksearch.org/topic/m.7578549
https://bitcointalksearch.org/topic/m.7577917
....

Coin was overtaken, I did not know. As I never received any message regarding my issue. New coin owners, are my coins lost?




probably not,  download the new wallet and blockchain, then type repairwallet in  the console, may take a few hours to sync up to date.  After you type repair wallet in the console you will probably need to restart the wallet.  Don't for get to save and move your original wallet.dat file

It seems like you did not look at the links I've posted, repairwallet does not work, I tried also other, more complicated ways and all suggestions. My conclusion is that the wallet can't be repaired, but everybody tells me "No, your coins are not lost". Even Bittrex support told me that, pointing to contact the dev, which never replied and dumped his coin. My issue is not new, edn247 tried to help, but it did not work.


what is your tech address?
hero member
Activity: 742
Merit: 500
This coin is bull***t!

My wallet still does not work, wrote to dev weeks ago, he never answered. All my coins are gone, even coins that I've bought on Bittrex!


What dev? The scumbag that dumped and left or the new team that took over?

https://bitcointalksearch.org/topic/m.7601310
https://bitcointalksearch.org/topic/m.7578762
https://bitcointalksearch.org/topic/m.7578549
https://bitcointalksearch.org/topic/m.7577917
....

Coin was overtaken, I did not know. As I never received any message regarding my issue. New coin owners, are my coins lost?

probably not,  download the new wallet and blockchain, then type repairwallet in  the console, may take a few hours to sync up to date.  After you type repair wallet in the console you will probably need to restart the wallet.  Don't for get to save and move your original wallet.dat file

It seems like you did not look at the links I've posted, repairwallet does not work, I tried also other, more complicated ways and all suggestions. My conclusion is that the wallet can't be repaired, but everybody tells me "No, your coins are not lost". Even Bittrex support told me that, pointing to contact the dev, which never replied and dumped his coin. My issue is not new, edn247 tried to help, but it did not work.
member
Activity: 63
Merit: 10
This coin is bull***t!

My wallet still does not work, wrote to dev weeks ago, he never answered. All my coins are gone, even coins that I've bought on Bittrex!


What dev? The scumbag that dumped and left or the new team that took over?

https://bitcointalksearch.org/topic/m.7601310
https://bitcointalksearch.org/topic/m.7578762
https://bitcointalksearch.org/topic/m.7578549
https://bitcointalksearch.org/topic/m.7577917
....

Coin was overtaken, I did not know. As I never received any message regarding my issue. New coin owners, are my coins lost?

probably not,  download the new wallet and blockchain, then type repairwallet in  the console, may take a few hours to sync up to date.  After you type repair wallet in the console you will probably need to restart the wallet.  Don't for get to save and move your original wallet.dat file
hero member
Activity: 742
Merit: 500
This coin is bull***t!

My wallet still does not work, wrote to dev weeks ago, he never answered. All my coins are gone, even coins that I've bought on Bittrex!


What dev? The scumbag that dumped and left or the new team that took over?

https://bitcointalksearch.org/topic/m.7601310
https://bitcointalksearch.org/topic/m.7578762
https://bitcointalksearch.org/topic/m.7578549
https://bitcointalksearch.org/topic/m.7577917
....

Coin was overtaken, I did not know. As I never received any message regarding my issue. New coin owners, are my coins lost?
member
Activity: 63
Merit: 10
This coin is bull***t!

My wallet still does not work, wrote to dev weeks ago, he never answered. All my coins are gone, even coins that I've bought on Bittrex!


What dev? The scumbag that dumped and left or the new team that took over?
hero member
Activity: 742
Merit: 500
This coin is bull***t!

My wallet still does not work, wrote to dev weeks ago, he never answered. All my coins are gone, even coins that I've bought on Bittrex!

full member
Activity: 140
Merit: 100
I have been working on setting up a properly running block explorer (I had used some crude hacks to get the current one working) and in the process, I am trying to write a guide so it is not such a mystery.

I will copy the portion of the guide needed to get a node set up.

code

Hope that helps - It is a bit more confusing that it should have been because some of the formatting was lost.
Carsen has handed over this coin to you?
Yes - he had otherwise abandoned it, but we kept calling him out when he launched each new coin - he finally gave in and decided to come clean about all his releases.

This was one of his worst coding mistakes - PoW ending at blk 5000 and PoS starting at blk 6000.  I corrected the code but a bunch of nodes are still running that old code, so instead of producing stake they reject blocks and don't help new nodes sync.

If we can't get them to update (pools are suspected) we will re-start PoW temporarily and change some other parameters to ensure PoS is running smoothly again by block 6000 when it will turn back off.  There will be 0 block reward plus transaction fees, so no newly minted coins by starting PoW again, and we won't need pools since there's not much reward incentive or need for loads of hashing power (unless the first few block aren't possible without pooled power).  We'll still need the majority of the network to update for this to work.
full member
Activity: 137
Merit: 100
newbie
Activity: 31
Merit: 0
@devs what are your future plans then?

im staking 11 weight
full member
Activity: 140
Merit: 100
I have been working on setting up a properly running block explorer (I had used some crude hacks to get the current one working) and in the process, I am trying to write a guide so it is not such a mystery.

I will copy the portion of the guide needed to get a node set up.

Code:
**on a Windows machine:
Download free VMware Player
Install VMware Player
Change network to bridge so it’s part of the lan
Download Ubuntu server .iso disk image
**(dedicated machine start here)
Install Ubuntu (12.x)
Create login and password during install
Login to the fresh install
Update package lists:
sudo apt-get update
Install ssh:
sudo apt-get install ssh
Check address of server:
ifconfig
make a note of the IP address

download PuTTY on Windows
Connect to the server’s IP address with SSH
Install needed software to build wallet daemon:
sudo apt-get install git dhex build-essential libssl-dev libdb-dev libdb++-dev libminiupnpc-dev  libboost-all-dev
download the sourcecode
git clone https://github.com/techcoinproject/Techcoin
chmod 755 Techcoin/src/leveldb/build_detect_platform
create objects directory in src
mkdir Techcoin/src/obj
open the src directory
cd Techcoin/src/
build wallet
make -f makefile.unix
Wait for build.
return to home directory
cd ../..
Run daemon to create data directory
./Techcoin/src/Techcoind
Create config file
nano .Techcoin/Techcoin.conf
and paste the following:

server=1
daemon=1
port=57697
rpcport=57698
rpcuser=yourrpcusernamehere
rpcpassword=yourrpcpasswordhere
rpcallowip=127.0.0.1

Change the user and password, then save the file by pressing ctrl-o then enter, then exit ctrl-x
run the wallet server again
./Techcoin/src/Techcoind
check how it’s doing
./Techcoin/src/Techcoind getinfo
make sure it sees the latest block

Hope that helps - It is a bit more confusing that it should have been because some of the formatting was lost.
sr. member
Activity: 392
Merit: 250
So much for "Community"
Thank you for that.
I dm'ed Suprnova this morn.

still getting 2 blocks a day.  YAY.

legendary
Activity: 1372
Merit: 1022
Anarchy is not chaos.
Authors can contact the next coin-ga.me. Let them put their games on TECH above? Can play this game apart from the transaction Cool

coin-ga.me doesn't appear to exist at this time?

edn247 can we switch nodes and put them in the new wallets so we can try to block the old wallets from connecting?

Then at some point maybe we can add a check version into the wallet or at least an update notification when needed.

Also, what is needed to setup a node? I have some servers, just need to know what to do to configure.

I don't recall the exact procedure, but if you are setting up a node JUST to be a node, you're making a client or daemon without a wallet. If you look in the Bitcoin git docs, it tells you how to do that. It should be the same for any coin derived from Bitcoin. Might not be for NXT and it's offspring, but that don't apply here Cheesy I haven't the time to get the info right now, but that's where to look. Or just google "set up a bitcoin node", which among others brings up this little gem Cheesy
sr. member
Activity: 392
Merit: 250
So much for "Community"
I have contacted:
IPOMiner,
CoinKing,
Dedicated
Trademybit.

will be reaching out to pool.mn and supernova shortly.
sr. member
Activity: 392
Merit: 250
So much for "Community"
Authors can contact the next coin-ga.me. Let them put their games on TECH above? Can play this game apart from the transaction Cool

coin-ga.me doesn't appear to exist at this time?

edn247 can we switch nodes and put them in the new wallets so we can try to block the old wallets from connecting?

Then at some point maybe we can add a check version into the wallet or at least an update notification when needed.

Also, what is needed to setup a node? I have some servers, just need to know what to do to configure.
sr. member
Activity: 385
Merit: 250
Authors can contact the next coin-ga.me. Let them put their games on TECH above? Can play this game apart from the transaction Cool
sr. member
Activity: 392
Merit: 250
So much for "Community"
Twitter campaign started.  Follow us @TechcoinGroup to get all the latest updates. 

I see we moved a couple blocks today.  Slowly getting on the right track.  Just make sure to keep volume going, but I do not think we have anything to worry about on Bittrex as I have talked to them about it. 
sr. member
Activity: 392
Merit: 250
So much for "Community"
Good morning everyone, I have volunteered for and will be taking over PR/Community management for TechCoin.  I will be putting the word out to all of my BAMM members to jump on board and support TECH and help rise it from the ground.

The Devs have been doing a great job trying to make this happen without a fork, and we will now be contacting all the exisiting pools to get them to update wallets to try to help staking.

I am heading out to teach my son to ride his bike, and if we don't head to the hospital, I will begin emailing all the pools to try to get them up to date.

Lets's do this.

Welcome onboard the volunteer train!  Thanks for helping out.

Please PM the techcoinproject user with a donation TECH and BTC address, I'll be updating the OP with that info.

I will do this.  I am getting some time here shortly to sit down and start going through some things - pool emails being one of them.

What about a domain name? 
techcoin.com is for auction. 
I can get the domain and do hosting. 
full member
Activity: 140
Merit: 100
Good morning everyone, I have volunteered for and will be taking over PR/Community management for TechCoin.  I will be putting the word out to all of my BAMM members to jump on board and support TECH and help rise it from the ground.

The Devs have been doing a great job trying to make this happen without a fork, and we will now be contacting all the exisiting pools to get them to update wallets to try to help staking.

I am heading out to teach my son to ride his bike, and if we don't head to the hospital, I will begin emailing all the pools to try to get them up to date.

Lets's do this.

Welcome onboard the volunteer train!  Thanks for helping out.

Please PM the techcoinproject user with a donation TECH and BTC address, I'll be updating the OP with that info.
sr. member
Activity: 392
Merit: 250
So much for "Community"
Good morning everyone, I have volunteered for and will be taking over PR/Community management for TechCoin.  I will be putting the word out to all of my BAMM members to jump on board and support TECH and help rise it from the ground.

The Devs have been doing a great job trying to make this happen without a fork, and we will now be contacting all the exisiting pools to get them to update wallets to try to help staking.

I am heading out to teach my son to ride his bike, and if we don't head to the hospital, I will begin emailing all the pools to try to get them up to date.

Lets's do this.
Pages:
Jump to: