Bitcoin Forum
May 14, 2024, 12:45:07 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 »
  Print  
Author Topic: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org  (Read 125285 times)
SysFailure0x5a
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
June 05, 2017, 09:18:24 PM
 #1761

there is still a compile error for linux torcoind as descibed earlier..
i think it has to do with the leveldb folder wihich is specific for windows and not linux..
( like torcoin-qt.pro has hardlinks like "C:/deps/boost_1_55_0" )

so what needs to be done? other coins with that problem suggest to replace the folder "leveldb" with the folder from another coin.. but is that really a wise idea? torcoin seems to need Berkeley DB   5.3.28.NC, whereas most coins today switched back to Version 4.8 ..

( https://github.com/TorCoinProject/torcoin/blob/master/doc/build-unix.txt )

hello, I get this error when I try to compile on ubuntu 14.04. could someone help me please?

Code:
g++ -O2  -pthread -Wall -Wextra -Wno-ignored-qualifiers -Wformat -Wformat-security -Wno-unused-parameter -g -DBOOST_SPIRIT_THREADSAFE -I/home/x11/torcoin/src -I/home/x11/torcoin/src/obj -I/home/x11/torcoin/src/tor -I/home/x11/torcoin/src/json -DIS_ARCH_64 -DUSE_UPNP=0 -I/home/x11/torcoin/src/leveldb/include -I/home/x11/torcoin/src/leveldb/helpers -DHAVE_BUILD_INFO -fno-stack-protector -fstack-protector-all -Wstack-protector -D_FORTIFY_SOURCE=2  -o torcoind obj/anonymize.o obj/address.o obj/addressmap.o obj/aes.o obj/backtrace.o obj/buffers.o obj/channel.o obj/channeltls.o obj/circpathbias.o obj/circuitbuild.o obj/circuitlist.o obj/circuitmux.o obj/circuitmux_ewma.o obj/circuitstats.o obj/circuituse.o obj/command.o obj/compat.o obj/compat_libevent.o obj/config.o obj/config_codedigest.o obj/confparse.o obj/connection.o obj/connection_edge.o obj/connection_or.o obj/container.o obj/control.o obj/cpuworker.o obj/crypto.o obj/crypto_curve25519.o obj/crypto_format.o obj/curve25519-donna.o obj/di_ops.o obj/directory.o obj/dirserv.o obj/dirvote.o obj/dns.o obj/dnsserv.o obj/entrynodes.o obj/ext_orport.o obj/fp_pair.o obj/geoip.o obj/hibernate.o obj/log.o obj/memarea.o obj/mempool.o obj/microdesc.o obj/networkstatus.o obj/nodelist.o obj/onion.o obj/onion_fast.o obj/onion_main.o obj/onion_ntor.o obj/onion_tap.o obj/policies.o obj/procmon.o obj/reasons.o obj/relay.o obj/rendclient.o obj/rendcommon.o obj/rendmid.o obj/rendservice.o obj/rephist.o obj/replaycache.o obj/router.o obj/routerlist.o obj/routerparse.o obj/routerset.o obj/sandbox.o obj/statefile.o obj/status.o obj/torgzip.o obj/tortls.o obj/tor_util.o obj/transports.o obj/util_codedigest.o obj/json_spirit_reader.o obj/json_spirit_writer.o obj/shavite.o obj/echo.o obj/simd.o obj/blake.o obj/bmw.o obj/cubehash.o obj/luffa.o obj/jh.o obj/keccak.o obj/groestl.o obj/skein.o obj/alert.o obj/version.o obj/checkpoints.o obj/netbase.o obj/addrman.o obj/crypter.o obj/key.o obj/db.o obj/init.o obj/irc.o obj/keystore.o obj/miner.o obj/main.o obj/net.o obj/protocol.o obj/bitcoinrpc.o obj/rpcdump.o obj/rpcnet.o obj/rpcmining.o obj/rpcwallet.o obj/rpcblockchain.o obj/rpcrawtransaction.o obj/rpcsmessage.o obj/script.o obj/sync.o obj/util.o obj/wallet.o obj/walletdb.o obj/noui.o obj/kernel.o obj/pbkdf2.o obj/scrypt.o obj/scrypt-arm.o obj/scrypt-x86.o obj/scrypt-x86_64.o obj/smessage.o obj/stealth.o obj/txdb-leveldb.o -Wl,-z,relro -Wl,-z,now   -Wl,-Bdynamic -l boost_system -l boost_filesystem -l boost_program_options -l boost_thread -l db_cxx -l ssl -l crypto -l event -l z -l miniupnpc -Wl,-Bdynamic -l z -l dl -l pthread /home/x11/torcoin/src/leveldb/libleveldb.a /home/x11/torcoin/src/leveldb/libmemenv.a
obj/checkpoints.o: In function `CTxDB::TxnAbort()':
/home/x11/torcoin/src/txdb-leveldb.h:170: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/checkpoints.o: In function `~CTxDB':
/home/x11/torcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
/home/x11/torcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/checkpoints.o: In function `CTxDB::~CTxDB()':
/home/x11/torcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/main.o: In function `~CTxDB':
/home/x11/torcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
obj/main.o:/home/x11/torcoin/src/txdb-leveldb.h:37: more undefined references to `leveldb::WriteBatch::~WriteBatch()' follow
obj/smessage.o: In function `SecMsgDB::Open(char const*)':
/home/x11/torcoin/src/smessage.cpp:217: undefined reference to `leveldb::Options::Options()'
/home/x11/torcoin/src/smessage.cpp:219: undefined reference to `leveldb::DB::Open(leveldb::Options const&, std::string const&, leveldb::DB**)'
/home/x11/torcoin/src/smessage.cpp:223: undefined reference to `leveldb::Status::ToString() const'
obj/smessage.o: In function `SecMsgDB::ScanBatch(CDataStream const&, std::string*, bool*) const':
/home/x11/torcoin/src/smessage.cpp:278: undefined reference to `leveldb::WriteBatch::Iterate(leveldb::WriteBatch::Handler*) const'
/home/x11/torcoin/src/smessage.cpp:281: undefined reference to `leveldb::Status::ToString() const'
obj/smessage.o: In function `~SecMsgBatchScanner':

...

Code:
/home/x11/torcoin/src/txdb-leveldb.h:114: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
/home/x11/torcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::pair<std::string, uint256>, CDiskBlockIndex>(std::pair<std::string, uint256> const&, CDiskBlockIndex const&)':
/home/x11/torcoin/src/txdb-leveldb.h:114: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
/home/x11/torcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read<std::pair<std::string, uint256>, CTxIndex>(std::pair<std::string, uint256> const&, CTxIndex&)':
/home/x11/torcoin/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::string, uint256>(std::string const&, uint256 const&)':
/home/x11/torcoin/src/txdb-leveldb.h:114: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
/home/x11/torcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Read<std::string, CBigNum>(std::string const&, CBigNum&)':
/home/x11/torcoin/src/txdb-leveldb.h:84: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::string, CBigNum>(std::string const&, CBigNum const&)':
/home/x11/torcoin/src/txdb-leveldb.h:114: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
/home/x11/torcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o: In function `bool CTxDB::Write<std::pair<std::string, uint256>, CTxIndex>(std::pair<std::string, uint256> const&, CTxIndex const&)':
/home/x11/torcoin/src/txdb-leveldb.h:114: undefined reference to `leveldb::WriteBatch::Put(leveldb::Slice const&, leveldb::Slice const&)'
/home/x11/torcoin/src/txdb-leveldb.h:119: undefined reference to `leveldb::Status::ToString() const'
obj/txdb-leveldb.o:(.rodata._ZTI13CBatchScanner[_ZTI13CBatchScanner]+0x10): undefined reference to `typeinfo for leveldb::WriteBatch::Handler'
obj/miner.o: In function `~CTxDB':
/home/x11/torcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
/home/x11/torcoin/src/txdb-leveldb.h:37: undefined reference to `leveldb::WriteBatch::~WriteBatch()'
collect2: error: ld returned 1 exit status
make: *** [torcoind] Error 1


To compile the linux version did you follow the directions at the start of the thread, including all the various packages?

to actually compile cd src; make clean; make -f makefile.unix


Linux Compile guide to compile torcoin-qt on Ubuntu 14.04/16.04

Run these commands to install the required dependencies in general for compiling torcoind/torcoin-qt:

Code:
sudo apt-get install build-essential libtool git autotools-dev automake pkg-config libssl-dev libevent-dev bsdmainutils libboost-all-dev libminiupnpc-dev libzmq3-dev

Then do this command:

Code:
sudo apt-get install software-properties-common
sudo add-apt-repository ppa:bitcoin/bitcoin
sudo apt-get update
sudo apt-get install libdb4.8-dev libdb4.8  -dev

Then install QT 4 so you can use the command qmake in the next steps:
Code:
sudo apt-get install libqt4-dev libprotobuf-dev protobuf-compiler libqrencode-dev

Then clone the github directory of torcoin onto your machine, cd into the folder and use the following commands to build the QT for Linux:

Code:
sudo qmake "USE_QRCODE=1" "USE_UPNP=-" torcoin-qt.pro

Then:

Code:
sudo make -f Makefile.Release

You may need to remove lines 19 through 34 from the torcoin-qt.pro file since you are building on linux, since currently the windows compiling deps are hardcoded in. [/center]

The problem is I don't even think the code is meant to work. The code has dozens of references to ShadowCoin. https://bitcointalk.org/index.php?topic=700087.0

It's like all they did was copy the ShadowCoin source code and rename it to TorCoin.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715647507
Hero Member
*
Offline Offline

Posts: 1715647507

View Profile Personal Message (Offline)

Ignore
1715647507
Reply with quote  #2

1715647507
Report to moderator
ibminer
Legendary
*
Offline Offline

Activity: 1821
Merit: 2792


Goonies never say die.


View Profile WWW
June 05, 2017, 11:53:21 PM
 #1762

It's like all they did was copy the ShadowCoin source code and rename it to TorCoin.

Nightmare Coin, Shadow Coin, CarsenK, oh my!  (That's a wizard of oz reference and my attempt at humor)
https://bitcointalk.org/index.php?topic=1920826.msg19142808#msg19142808

iluvbitcoins
Legendary
*
Offline Offline

Activity: 2198
Merit: 1150


Freedom&Honor


View Profile
June 06, 2017, 01:05:02 AM
 #1763

It's like all they did was copy the ShadowCoin source code and rename it to TorCoin.

Nightmare Coin, Shadow Coin, CarsenK, oh my!  (That's a wizard of oz reference and my attempt at humor)
https://bitcointalk.org/index.php?topic=1920826.msg19142808#msg19142808

Although this is true, I believe TheTorcoin didn't know about it
As CarsenK was hired to create the coin, he simply used TheTorcoin

I do not believe TheTorcoin ever knew about this

We'll see what happens with new releases

Looking for a signature campaign.
SysFailure0x5a
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
June 06, 2017, 01:56:20 AM
 #1764

It's like all they did was copy the ShadowCoin source code and rename it to TorCoin.

Nightmare Coin, Shadow Coin, CarsenK, oh my!  (That's a wizard of oz reference and my attempt at humor)
https://bitcointalk.org/index.php?topic=1920826.msg19142808#msg19142808

Although this is true, I believe TheTorcoin didn't know about it
As CarsenK was hired to create the coin, he simply used TheTorcoin

I do not believe TheTorcoin ever knew about this

We'll see what happens with new releases

All I'm here to do is be honest. I have at least a dozen more hints regarding this coin being illegitimate. I only provided evidence to the most obvious reasons. Hiring CarsenK was obviously a mistake.
iluvbitcoins
Legendary
*
Offline Offline

Activity: 2198
Merit: 1150


Freedom&Honor


View Profile
June 06, 2017, 08:09:48 AM
 #1765

It's like all they did was copy the ShadowCoin source code and rename it to TorCoin.

Nightmare Coin, Shadow Coin, CarsenK, oh my!  (That's a wizard of oz reference and my attempt at humor)
https://bitcointalk.org/index.php?topic=1920826.msg19142808#msg19142808

Although this is true, I believe TheTorcoin didn't know about it
As CarsenK was hired to create the coin, he simply used TheTorcoin

I do not believe TheTorcoin ever knew about this

We'll see what happens with new releases

All I'm here to do is be honest. I have at least a dozen more hints regarding this coin being illegitimate. I only provided evidence to the most obvious reasons. Hiring CarsenK was obviously a mistake.

That was stated by TheTorcoin a dozen times too Cheesy

The dude dumped 100k TOR on the market

Looking for a signature campaign.
Mgrover
Full Member
***
Offline Offline

Activity: 199
Merit: 100



View Profile
June 06, 2017, 10:15:19 AM
 #1766

torcoin will go more down in price
onnz423
Hero Member
*****
Offline Offline

Activity: 840
Merit: 508


Make winning bets on sports with Sportsbet.io!


View Profile
June 06, 2017, 12:38:11 PM
 #1767

torcoin will go more down in price

Every coin will eventually go down by at least 0.01% so what was your point to be exact? I am not saying you are wrong, you should just clarify what do you mean by "down in price".

Oh yeah, now i know. I look at your post history and how i see the fact is that you are a signature campaign spammer. So next time before replying into this thread, please do contribute into it somehow.

Anyway, Have a nice day!

   ▄▄██████▄▄
  ████████████
███▄▄
 ██████████████▀▀▀██▄
████████████████   ▀██▄
████████████████     ▀██
██████████████       ██▌
██████████████        ▐██
██▌▀▀██████▀▀         ▐██
▐██                   ██▌
 ██▄                 ▄██
  ▀██▄             ▄██▀
    ▀██▄▄▄     ▄▄▄██▀
      ▀▀█████████▀▀





███████████████████████████
████████▀▀       ▀▀████████
█████▀   ▄ ▀███▀ ▄   ▀█████
████  ▄████▄ ▀ ▄████▄  ████
███  ▄ ▀███▀ ▄ ▀███▀ ▄  ███
██  ▄██ ▀▀ ▄███▄ ▀▀ ██▄  ██
██  █▀ ▄█ ███████ █▄ ▀█  ██
██   ▄███▄ █████ ▄███▄   ██
███  ████▀ ▄▄▄▄▄ ▀████  ███
████  ▀ ▄ ▀█████▀ ▄ ▀  ████
█████▄  ▀▀▄ ███ ▄▀▀  ▄█████
████████▄▄       ▄▄████████
███████████████████████████





█▀▀











█▄▄
▀▀█











▄▄█
█▀▀











█▄▄
▀▀█











▄▄█
HatakeKakashi
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 513


View Profile
June 06, 2017, 01:33:19 PM
 #1768

Hey the price of tor coin down at this moment . You can buy tor coin lower than 25000 satoshi and after that for sure the price aill go back again at 30,000 satoshi. If the dev have update when the tor coin list to the other exchanges site? I hope after few days they have good news for everyone. Keep buying tor coin guyz to earn a lot of profit. Hold your tor coin also dont sell it. Keep buying .

 
                                . ██████████.
                              .████████████████.
                           .██████████████████████.
                        -█████████████████████████████
                     .██████████████████████████████████.
                  -█████████████████████████████████████████
               -███████████████████████████████████████████████
           .-█████████████████████████████████████████████████████.
        .████████████████████████████████████████████████████████████
       .██████████████████████████████████████████████████████████████.
       .██████████████████████████████████████████████████████████████.
       ..████████████████████████████████████████████████████████████..
       .   .██████████████████████████████████████████████████████.
       .      .████████████████████████████████████████████████.

       .       .██████████████████████████████████████████████
       .    ██████████████████████████████████████████████████████
       .█████████████████████████████████████████████████████████████.
        .███████████████████████████████████████████████████████████
           .█████████████████████████████████████████████████████
              .████████████████████████████████████████████████
                   ████████████████████████████████████████
                      ██████████████████████████████████
                          ██████████████████████████
                             ████████████████████
                               ████████████████
                                   █████████
.YoBit AirDrop $.|.Get 700 YoDollars for Free!.🏆
trumpman
Sr. Member
****
Offline Offline

Activity: 914
Merit: 299



View Profile
June 06, 2017, 02:12:11 PM
 #1769

Another all time low for this scam coin. Every 4-5 days it gets lower and lower I almost feel bad for the investors. I warned them numerous times but they kept screaming fud. Well next time you should listen to the voice of reason
just_Alice
Hero Member
*****
Offline Offline

Activity: 1274
Merit: 622



View Profile
June 06, 2017, 03:48:57 PM
 #1770

the price is rapidly go down, but ut is normal with all the coins, it is in two-face of how you look at it, one side will say, it's the best time too buy more and hold, the other one will say, he's loosing money cause the value of the coin is going down.
which side are you?

And today it is rising again.  Smiley It is $0.73 right now, also 3.36% rising in BTC. I hope to see $1.20 again, I dont want to sell TOR cheaper than that.

Btw, any of you guys sold some TOR and if yes for how much?

I sold my first 20 TOR for 0.00049 each on Crypto Dao, and since then I'm holding.

I only sold a few on torcoin forums to help someone, he didn't want to buy on exchanges
So he bought something for me on ebay and I sent him TOR

I believe everything under 1$ would be a shame to sell at all
In the long term, when integrated wallets are released, prices will spike up to 2-3$

I'm holding 900 on my paper wallet Smiley
TTSDzB5Bvd6U7DzMTw3PiJuQLbcxsDPMdR

+ some on regular wallet
hodling  Cheesy Cheesy

Yes, I agree with you. At least I'm not selling under under 1$, no way I will sell TOR so cheap.

When do you think, at least approximately, the integrated wallets will be released?
tlokken
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
June 06, 2017, 04:15:53 PM
 #1771

How can I mine this coin

I don't know the first thing about miming.
Just registered at minergate
Trying to mine xmr. And would like to mine Tor as well.

BTCforJoe
Hero Member
*****
Offline Offline

Activity: 882
Merit: 976



View Profile WWW
June 06, 2017, 09:13:50 PM
 #1772

Any further news as to the development of this coin, and updates to "undo" the bullshit that CarsenK has inevitably cursed TorCoin with? I do believe that @thetorcoin really had no idea how shady Carsen was when he hire the dev to create the coin, and unfortunately, it seems as if there's a lot to do to reverse the damage.

As far as a tor-integrated wallet, I don't mind waiting for the release, as long as we are updated with the progress of its development.

I am still far from calling or considering TorCoin to be a "scam" as many are calling it; I just think there was a major rush to launch the coin without due diligence from the parties involved in its development. I'm still fairly optimistic that all will turn out well for this coin.

chineseprancing
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
June 06, 2017, 10:31:57 PM
 #1773

Do torcoin have a wallet application in play store? Because my wallet in torcoin can't open to my currently laptop. My Antivirus block my TOR wallet and make it hide. I hope that torcoin had develop new wallet apps for cellphone.
iluvbitcoins
Legendary
*
Offline Offline

Activity: 2198
Merit: 1150


Freedom&Honor


View Profile
June 07, 2017, 01:25:42 PM
 #1774

Any further news as to the development of this coin, and updates to "undo" the bullshit that CarsenK has inevitably cursed TorCoin with? I do believe that @thetorcoin really had no idea how shady Carsen was when he hire the dev to create the coin, and unfortunately, it seems as if there's a lot to do to reverse the damage.

As far as a tor-integrated wallet, I don't mind waiting for the release, as long as we are updated with the progress of its development.

I am still far from calling or considering TorCoin to be a "scam" as many are calling it; I just think there was a major rush to launch the coin without due diligence from the parties involved in its development. I'm still fairly optimistic that all will turn out well for this coin.

My feelings are exactly the same. So far TheTorcoin hasn't showed anything to push us towards thinking that he's somehow trying to create profit for him off our backs.
His TOR assets are transparent and remain in the same place since the creation of TOR.

Do torcoin have a wallet application in play store? Because my wallet in torcoin can't open to my currently laptop. My Antivirus block my TOR wallet and make it hide. I hope that torcoin had develop new wallet apps for cellphone.

An Android wallet is being created.

Some AVs are simply not responding to my e-mails for some reason.
Unforunately my own Avira hasn't replied to any of the emails I'v sent them, such unresponsivness is making me consider switching back to Avast.
Anyways just make an exception in your AV and be free using the wallet.

Looking for a signature campaign.
bur825143
Full Member
***
Offline Offline

Activity: 177
Merit: 100


View Profile
June 07, 2017, 01:31:32 PM
 #1775

This coin would kick ass if not for x11, switch algo to something people can get miners for. GPU, CPU, Scrypt, Sha256 the x11 fpga and asic are impossible to buy anymore making it extremely centralized for mining.

Well, we're switching to PoS anyways after 2 years   Cool

why is it so cheap? isnt anything going on with this coin? Roll Eyes

We're expecting a new android wallet and soon windows integration Cheesy

I hope it happens soon enough, the android wallet should be able to work with orbot on android to utilize the tor network for wallet to use. Of course everyone can apply the orbot to redirect traffic through tor network, but the feature should be built-in imo.

Indeed, I believe that should be a must.
Anonymous coins have a great market
MisterMood
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
June 07, 2017, 05:46:11 PM
 #1776

I am curious when we see some progress..
A new.. logo, website, wallets..  etcetera.
I want to see more than only words.
chineseprancing
Hero Member
*****
Offline Offline

Activity: 630
Merit: 500


View Profile
June 07, 2017, 10:34:22 PM
 #1777

Any further news as to the development of this coin, and updates to "undo" the bullshit that CarsenK has inevitably cursed TorCoin with? I do believe that @thetorcoin really had no idea how shady Carsen was when he hire the dev to create the coin, and unfortunately, it seems as if there's a lot to do to reverse the damage.

As far as a tor-integrated wallet, I don't mind waiting for the release, as long as we are updated with the progress of its development.

I am still far from calling or considering TorCoin to be a "scam" as many are calling it; I just think there was a major rush to launch the coin without due diligence from the parties involved in its development. I'm still fairly optimistic that all will turn out well for this coin.

My feelings are exactly the same. So far TheTorcoin hasn't showed anything to push us towards thinking that he's somehow trying to create profit for him off our backs.
His TOR assets are transparent and remain in the same place since the creation of TOR.

Do torcoin have a wallet application in play store? Because my wallet in torcoin can't open to my currently laptop. My Antivirus block my TOR wallet and make it hide. I hope that torcoin had develop new wallet apps for cellphone.

An Android wallet is being created.

Some AVs are simply not responding to my e-mails for some reason.
Unforunately my own Avira hasn't replied to any of the emails I'v sent them, such unresponsivness is making me consider switching back to Avast.
Anyways just make an exception in your AV and be free using the wallet.
That's good news, as I expect wallet for Android were develop, good job Torcoin. I was hoping that happened it immediately, I'm looking for more progress of Torcoin. I was relieved now because Torcoin was continues develop a solution to the problems of their users. More power Torcoin hoping your success.
Vaccinus
Sr. Member
****
Offline Offline

Activity: 406
Merit: 250



View Profile
June 08, 2017, 04:07:11 PM
 #1778

I am curious when we see some progress..
A new.. logo, website, wallets..  etcetera.
I want to see more than only words.

i want to see first integration of tor in this coin, and not just calling it torcoin, without any tor feature, this is the first thing to do, most important, than adding to another exchange for dumping, the value is tanking because this coin is a simple x11 without nothing much else to offer

qory
Hero Member
*****
Offline Offline

Activity: 1722
Merit: 508



View Profile
June 08, 2017, 04:39:54 PM
 #1779

 Downtrend. Price has dropped. Need something to pump the price.

.
..1xBit.com   Super Six..
▄█████████████▄
████████████▀▀▀
█████████████▄
█████████▌▀████
██████████  ▀██
██████████▌   ▀
████████████▄▄
███████████████
███████████████
███████████████
███████████████
███████████████
▀██████████████
███████████████
█████████████▀
█████▀▀       
███▀ ▄███     ▄
██▄▄████▌    ▄█
████████       
████████▌     
█████████    ▐█
██████████   ▐█
███████▀▀   ▄██
███▀   ▄▄▄█████
███ ▄██████████
███████████████
███████████████
███████████████
███████████████
███████████████
███████████████
███████████▀▀▀█
██████████     
███████████▄▄▄█
███████████████
███████████████
███████████████
███████████████
███████████████
         ▄█████
        ▄██████
       ▄███████
      ▄████████
     ▄█████████
    ▄███████
   ▄███████████
  ▄████████████
 ▄█████████████
▄██████████████
  ▀▀███████████
      ▀▀███
████
          ▀▀
          ▄▄██▌
      ▄▄███████
     █████████▀

 ▄██▄▄▀▀██▀▀
▄██████     ▄▄▄
███████   ▄█▄ ▄
▀██████   █  ▀█
 ▀▀▀
    ▀▄▄█▀
▄▄█████▄    ▀▀▀
 ▀████████
   ▀█████▀ ████
      ▀▀▀ █████
          █████
       ▄  █▄▄ █ ▄
     ▀▄██▀▀▀▀▀▀▀▀
      ▀ ▄▄█████▄█▄▄
    ▄ ▄███▀    ▀▀ ▀▀▄
  ▄██▄███▄ ▀▀▀▀▄  ▄▄
  ▄████████▄▄▄▄▄█▄▄▄██
 ████████████▀▀    █ ▐█
██████████████▄ ▄▄▀██▄██
 ▐██████████████    ▄███
  ████▀████████████▄███▀
  ▀█▀  ▐█████████████▀
       ▐████████████▀
       ▀█████▀▀▀ █▀
.
Premier League
LaLiga
Serie A
.
Bundesliga
Ligue 1
Primeira Liga
.
..TAKE PART..
iluvbitcoins
Legendary
*
Offline Offline

Activity: 2198
Merit: 1150


Freedom&Honor


View Profile
June 08, 2017, 11:15:44 PM
 #1780

Check this

https://www.virustotal.com/hr/file/40387019beef2eb50cec3fe0ced82f81eec44140a17e9b1dfd3c895bba9af0b0/analysis/

 Cool Cool Cool

I am curious when we see some progress..
A new.. logo, website, wallets..  etcetera.
I want to see more than only words.

http://imgur.com/a/Wj4k4


Looking for a signature campaign.
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!