Pages:
Author

Topic: [ANN] [TOR] Torcoin - X11 PoW - Tor Integrated Crypto - Torcoin.org - page 15. (Read 125349 times)

newbie
Activity: 85
Merit: 0
Here is a Tor integrated Torcoin wallet-qt for your
anonymous pleasures, now available in windows
and mac flavours



https://github.com/bumbacoin/torcoin-torintegrated/releases


..
as is always the case when you are trying something new,
back up your wallet prior to starting.

also,
this client may crash on first startup, or it may not
if so, please restart Smiley

Everything is taking its shape and everything will be fixed, some past drawbacks
can not write the future of this extraorninary currency.

The ups and downs are always part of the great achievements and the great
achievements always depend on a great community. Take part in this wonderful
initiative and do your part, support because the fruits are going to be collected  Wink

Nvo project an Cross-platform Modular Decentralized Exchange
member
Activity: 65
Merit: 10
where is the dev,the twitter account is no longer active.Whats happening to this coin
the dev is working hard for the continual development of his coin, the promotion of this coin likewise is very active and all of this are from the dev's initiative.
support tor have promising
hero member
Activity: 1274
Merit: 513
where is the dev,the twitter account is no longer active.Whats happening to this coin
the dev is working hard for the continual development of his coin, the promotion of this coin likewise is very active and all of this are from the dev's initiative.
Thats right the dev for sure is working hard . So tor coin will recover again. Patience is virtue bro. Just keep patience . For sure twitter account of tor coin will update when the dev have good news ot us. I hope the dev will update this thread and also thetwitter account. Dont worry everything will be fine soon. And I hope dev create more advertisement so tor coin will become popular.
copper member
Activity: 2800
Merit: 1179
Leading Crypto Sports Betting & Casino Platform
where is the dev,the twitter account is no longer active.Whats happening to this coin
the dev is working hard for the continual development of his coin, the promotion of this coin likewise is very active and all of this are from the dev's initiative.
hero member
Activity: 1274
Merit: 622

But we already have the Windows wallet, or am I missing something?


Yes.  Yes, we do.

The Torcoin website also boldly informs all comers that "Torcoin is fully integrated with TOR and therefore 100% anonymous."

Your comment looks sarcastic but I do have a Torcoin wallet for Windows and I use it and it works for several weeks already.

For those who have problems with it I advise to check what your Windows Defender has quarantined.  Wink

I have no doubt that the Windows wallet works.  I did not mean to imply otherwise.  (I only ever kept my Torcoins in my wallet at the exchange.)

My point was that Torcoin has NEVER been what the website and ANN post boldly proclaimed it to be.  The Windows and MacOS wallets needed additional development before Torcoin could truthfully claim to be 100% integrated with Tor.  Have you not been keeping up with the prior comments on this thread, where this has been discussed ad nauseum?

This has been pointed out to the founder of Torcoin repeatedly on this thread, yet he did not have the integrity to change the claims posted on the website and the ANN post, to reflect the pending nature of the coin's full integration with Tor.  Instead, he flat out ignored objections, and kept the grossly misleading statements posted on the website and ANN post, where they will continue to misinform any prospective investors trying to do their due diligence before buying.

The fact that some anonymous user has (or appears to have) independently developed Tor integrated Windows and Mac wallets for this coin, does absolutely NOTHING to restore my confidence in the founder of this coin.  I do not know whether the founder set out from the start to scam anyone (in fact, I doubt it), but I do know that he has demonstrated beyond any doubt that he couldn't care less whether the statements on his coin's website are truthful as to the current status of this coin, or not.

This is why I have sold off my substantial investment in this coin, and at a loss.  The founder of this coin is at the core of this coin's future, and is the driving force behind this coin's ultimate success or failure - and if he neither gives a damn about his investors' clearly expressed feedback and objections, nor has the integrity to amend misleading statements to accurately reflect the truth when they are pointed out to him, then I will not put my hard earned money on the long term success of this coin.

I'm sorry you sold at a loss, you should have waited probably for the coin to rise. I personally believe that Torcoin will be $1.20+ in the near future because it's obvoius that it is not dropped by developers and that they are doing many things right now to improve the situation.
hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
no idea if this will work,
try changing statisticspage.cpp #70

    QString qVolume = QLocale(QLocale::English).toString(volume);
to
    QString qVolume = QLocale(QLocale::English).toString((qlonglong)volume);

Wow! That did work actually, thank you alot bumbacoin!
Was that a bug on the code or did have something to do with my system?
Anyway, thank you for your help it is not compiling perfectly!
Are you going to be developing this coin on the future?

Edit: seems like we have another error, there is no res folder at all which the compiler is looking for
Code:
RCC: Error in 'src/qt/bitcoin.qrc': Cannot find file 'res/icons/torcoin-80.png'
Makefile:1326: recipe for target 'qrc_bitcoin.cpp' failed
make: *** [qrc_bitcoin.cpp] Error 1

It is looking for multiple icons from the res folder, which does not even exist.
legendary
Activity: 1638
Merit: 1036
here is a tor integrated torcoin wallet-qt for your anonymous pleasures,
now available in windows and mac flavours,


https://github.com/bumbacoin/torcoin-torintegrated/releases


..
as is always the case when you are trying something new,
back up your wallet prior to starting.

also,
this client may crash on first startup, or it may not
if so, please restart Smiley

Great work!
However i tried to compile this on my ubuntu mate and got the following error:
Code:
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:70:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qguiapplication.h:40:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
                 from build/ui_statisticspage.h:14,
                 from src/qt/statisticspage.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:889:13: note: candidate: QString QLocale::toString(qlonglong) const
     QString toString(qlonglong i) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:890:13: note: candidate: QString QLocale::toString(qulonglong) const
     QString toString(qulonglong i) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:987:16: note: candidate: QString QLocale::toString(short int) const
 inline QString QLocale::toString(short i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:989:16: note: candidate: QString QLocale::toString(ushort) const
 inline QString QLocale::toString(ushort i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:991:16: note: candidate: QString QLocale::toString(int) const
 inline QString QLocale::toString(int i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:993:16: note: candidate: QString QLocale::toString(uint) const
 inline QString QLocale::toString(uint i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:895:13: note: candidate: QString QLocale::toString(double, char, int) const
     QString toString(double i, char f = 'g', int prec = 6) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:995:16: note: candidate: QString QLocale::toString(float, char, int) const
 inline QString QLocale::toString(float i, char f, int prec) const
                ^
Makefile:2433: recipe for target 'build/statisticspage.o' failed
make: *** [build/statisticspage.o] Error 1

You know what maybe might be causing this? Never faced an compilation error like this and i cannot find solution to it even by googling it.
Thank you for the new release anyway Smiley

no idea if this will work,
try changing statisticspage.cpp #70

    QString qVolume = QLocale(QLocale::English).toString(volume);
to
    QString qVolume = QLocale(QLocale::English).toString((qlonglong)volume);
hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
here is a tor integrated torcoin wallet-qt for your anonymous pleasures,
now available in windows and mac flavours,


https://github.com/bumbacoin/torcoin-torintegrated/releases


..
as is always the case when you are trying something new,
back up your wallet prior to starting.

also,
this client may crash on first startup, or it may not
if so, please restart Smiley

Great work!
However i tried to compile this on my ubuntu mate and got the following error:
Code:
src/qt/statisticspage.cpp: In member function ‘void StatisticsPage::updateStatistics()’:
src/qt/statisticspage.cpp:70:64: error: call of overloaded ‘toString(int64_t&)’ is ambiguous
     QString qVolume = QLocale(QLocale::English).toString(volume);
                                                                ^
In file included from /usr/include/x86_64-linux-gnu/qt5/QtGui/qguiapplication.h:40:0,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/qapplication.h:45,
                 from /usr/include/x86_64-linux-gnu/qt5/QtWidgets/QApplication:1,
                 from build/ui_statisticspage.h:14,
                 from src/qt/statisticspage.cpp:2:
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:889:13: note: candidate: QString QLocale::toString(qlonglong) const
     QString toString(qlonglong i) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:890:13: note: candidate: QString QLocale::toString(qulonglong) const
     QString toString(qulonglong i) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:987:16: note: candidate: QString QLocale::toString(short int) const
 inline QString QLocale::toString(short i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:989:16: note: candidate: QString QLocale::toString(ushort) const
 inline QString QLocale::toString(ushort i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:991:16: note: candidate: QString QLocale::toString(int) const
 inline QString QLocale::toString(int i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:993:16: note: candidate: QString QLocale::toString(uint) const
 inline QString QLocale::toString(uint i) const
                ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:895:13: note: candidate: QString QLocale::toString(double, char, int) const
     QString toString(double i, char f = 'g', int prec = 6) const;
             ^
/usr/include/x86_64-linux-gnu/qt5/QtCore/qlocale.h:995:16: note: candidate: QString QLocale::toString(float, char, int) const
 inline QString QLocale::toString(float i, char f, int prec) const
                ^
Makefile:2433: recipe for target 'build/statisticspage.o' failed
make: *** [build/statisticspage.o] Error 1

You know what maybe might be causing this? Never faced an compilation error like this and i cannot find solution to it even by googling it.
Thank you for the new release anyway Smiley
sr. member
Activity: 406
Merit: 250
so is this coin going to integrate real tor project and anonymity? or nothing will be done? i see the value is still tanking which is not good, we got more exchange but only do bad tot he coin, the dev also seems MIA, i can't trust him anymore
hero member
Activity: 1274
Merit: 513
I buy more tor coin worth 0.01 bitcoin . So its better to to buy morr tor coin because maybe next week or next month the price of tor coin will become double. Dont waste your time just invest your money in tor coin and for sure you will earn a lot of profit after that. Goodluck i hope tor coin sill increase again like 50k satoshi . More investor to come . I hope dev will create more projects so the tor coin will become popular .
newbie
Activity: 22
Merit: 0
only one faucet online to get torcoin. That pay 0.001 to 0.0020 only. The payout is too small as a new infamous coin. is not? Why not hourly payment is 0.05. to 0.5.
full member
Activity: 256
Merit: 100
where is the dev,the twitter account is no longer active.Whats happening to this coin

You have the tongue longer and more harmful than the devil himself!
Stop talking so much waste.

https://twitter.com/TheTorCoin?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fcoinmarketcap.com%2Fcurrencies%2Ftorcoin-tor%2F

Wow, thank you for the link.  I had no idea that the Tor Coin Twitter account abruptly went silent at the end of last month.

What's happening, indeed!?!
newbie
Activity: 85
Merit: 0
where is the dev,the twitter account is no longer active.Whats happening to this coin

You have the tongue longer and more harmful than the devil himself!
Stop talking so much waste.

https://twitter.com/TheTorCoin?ref_src=twsrc%5Etfw&ref_url=http%3A%2F%2Fcoinmarketcap.com%2Fcurrencies%2Ftorcoin-tor%2F
full member
Activity: 256
Merit: 100
All he had to do, when it was revealed that the Windows and MacOS wallets were not at all Tor integrated, was to state that Carsen (the original dev, whom he fired - and for good reason), left him with the understanding that all of the Torcoin wallets were Tor integrated (assuming, of course, that was the case), and now that it has been brought to his attention that they are not, his first priority is to get them fully integrated with Tor - and then promptly proceed to edit the statements on the website and the ANN post, to accurately reflect the current status of the coin, the end goal, and roadmap for getting there.  Not that difficult, at all.  Had he done so, he would have fully retained my confidence.

Instead, he flat out ignored repeated posts pointing out, and objecting to, the fact that the now-proven-to-be false and misleading statements were still up on the website and ANN post, and seemed happy to leave them as they are.  Guess he felt he had more important things to worry about than honesty and full disclosure in marketing.
full member
Activity: 256
Merit: 100

But we already have the Windows wallet, or am I missing something?


Yes.  Yes, we do.

The Torcoin website also boldly informs all comers that "Torcoin is fully integrated with TOR and therefore 100% anonymous."

Your comment looks sarcastic but I do have a Torcoin wallet for Windows and I use it and it works for several weeks already.

For those who have problems with it I advise to check what your Windows Defender has quarantined.  Wink

I have no doubt that the Windows wallet works.  I did not mean to imply otherwise.  (I only ever kept my Torcoins in my wallet at the exchange.)

My point was that Torcoin has NEVER been what the website and ANN post boldly proclaimed it to be.  The Windows and MacOS wallets needed additional development before Torcoin could truthfully claim to be 100% integrated with Tor.  Have you not been keeping up with the prior comments on this thread, where this has been discussed ad nauseum?

This has been pointed out to the founder of Torcoin repeatedly on this thread, yet he did not have the integrity to change the claims posted on the website and the ANN post, to reflect the pending nature of the coin's full integration with Tor.  Instead, he flat out ignored objections, and kept the grossly misleading statements posted on the website and ANN post, where they will continue to misinform any prospective investors trying to do their due diligence before buying.

The fact that some anonymous user has (or appears to have) independently developed Tor integrated Windows and Mac wallets for this coin, does absolutely NOTHING to restore my confidence in the founder of this coin.  I do not know whether the founder set out from the start to scam anyone (in fact, I doubt it), but I do know that he has demonstrated beyond any doubt that he couldn't care less whether the statements on his coin's website are truthful as to the current status of this coin, or not.

This is why I have sold off my substantial investment in this coin, and at a loss.  The founder of this coin is at the core of this coin's future, and is the driving force behind this coin's ultimate success or failure - and if he neither gives a damn about his investors' clearly expressed feedback and objections, nor has the integrity to amend misleading statements to accurately reflect the truth when they are pointed out to him, then I will not put my hard earned money on the long term success of this coin.
member
Activity: 138
Merit: 10
where is the dev,the twitter account is no longer active.Whats happening to this coin
hero member
Activity: 1274
Merit: 622

But we already have the Windows wallet, or am I missing something?


Yes.  Yes, we do.

The Torcoin website also boldly informs all comers that "Torcoin is fully integrated with TOR and therefore 100% anonymous."

Your comment looks sarcastic but I do have a Torcoin wallet for Windows and I use it and it works for several weeks already.

For those who have problems with it I advise to check what your Windows Defender has quarantined.  Wink
newbie
Activity: 85
Merit: 0
here is a tor integrated torcoin wallet-qt for your anonymous pleasures,
now available in windows and mac flavours,


https://github.com/bumbacoin/torcoin-torintegrated/releases


..
as is always the case when you are trying something new,
back up your wallet prior to starting.

also,
this client may crash on first startup, or it may not
if so, please restart Smiley

Great work, dude. Grin These are beautiful news!!
It is necessary to uninstall the old version before?

you should be ok to run with old data directory,
worked fine for me Wink


Nice man ... I hope this passes all the tests  Cool
legendary
Activity: 1638
Merit: 1036
here is a tor integrated torcoin wallet-qt for your anonymous pleasures,
now available in windows and mac flavours,


https://github.com/bumbacoin/torcoin-torintegrated/releases


..
as is always the case when you are trying something new,
back up your wallet prior to starting.

also,
this client may crash on first startup, or it may not
if so, please restart Smiley

Great work, dude. Grin These are beautiful news!!
It is necessary to uninstall the old version before?

you should be ok to run with old data directory,
worked fine for me Wink
newbie
Activity: 85
Merit: 0
here is a tor integrated torcoin wallet-qt for your anonymous pleasures,
now available in windows and mac flavours,


https://github.com/bumbacoin/torcoin-torintegrated/releases


..
as is always the case when you are trying something new,
back up your wallet prior to starting.

also,
this client may crash on first startup, or it may not
if so, please restart Smiley

Great work, dude. Grin These are beautiful news!!
It is necessary to uninstall the old version before?
Pages:
Jump to: