Pages:
Author

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

legendary
Activity: 1789
Merit: 2535
Goonies never say die.
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://bitcointalksearch.org/topic/m.19142808
member
Activity: 72
Merit: 10
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, CDiskBlockIndex>(std::pair 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, CTxIndex>(std::pair 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 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 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 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, CTxIndex>(std::pair 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://bitcointalksearch.org/topic/annsdc-shadowcoin-shadowchat-em-shadowsend-anon-shadowgo-mobile-700087

It's like all they did was copy the ShadowCoin source code and rename it to TorCoin.
legendary
Activity: 2198
Merit: 1150
Freedom&Honor
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.
hero member
Activity: 840
Merit: 508
Make winning bets on sports with Sportsbet.io!
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.
legendary
Activity: 2198
Merit: 1150
Freedom&Honor
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
legendary
Activity: 1232
Merit: 1003
why is it so cheap? isnt anything going on with this coin? Roll Eyes
member
Activity: 78
Merit: 10
Quote
What is the exact point of not enabling the connection to the Tor network as the coin is called TOR ?  Huh

I've said it a hundred times if I've said it once; the point of enabling people to download a non-Tor integrated linux version is that TOR is actually illegal in some countries (china!), so I want people in those countries to still be able to use TorCoin.



A lot of people ask me for the android wallet because they want to use the END TO END ENCRYPTED MESSAGING FEATURE built into TorCoin, which is most handy if using a wallet on one's phone.

So for that reason we are working on the Android wallet.  You say 6 btc is 'insanely expensive' - well, find me someone who can do it cheaper.  I looked around quite a bit.  It is actually pretty difficult to develop an Android wallet for a hybrid PoW/PoS coin like TorCoin. If it was just POW then the price would be 1 BTC.
 

Thanks for your reply. Anyway, I prefer by far buying your speech (considering my current Tor amount). I almost feel satisfied  Grin.

A last question to you, when will another exchange be added ?
We're all hoping for Bittrex or Poloniex in order to start getting in serious business  Roll Eyes.
hero member
Activity: 835
Merit: 1000
There is NO Freedom without Privacy
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.
legendary
Activity: 2198
Merit: 1150
Freedom&Honor
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
hero member
Activity: 1274
Merit: 622
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.
legendary
Activity: 2982
Merit: 1028
I agree focus should be on Tor integration for the Windows wallet.

However, if indeed the work on the Android wallet has been started and it's in progress, aborting it and switching to a new project wouldn't make sense.
well it will be depend what would dev will push but I'm positive that they will think what is much better for their project so better
to watch this thread and see how would be the next move, good luck dev team.
legendary
Activity: 2198
Merit: 1150
Freedom&Honor
Is the Android wallet going to be Tor integrated?
sr. member
Activity: 406
Merit: 250
I agree focus should be on Tor integration for the Windows wallet.

However, if indeed the work on the Android wallet has been started and it's in progress, aborting it and switching to a new project wouldn't make sense.

indeed there was also in the past another coin called torcoin, which integrated tor in their wallet, if there are problem integrating tor, you can look at that one, it's an old coin from 2014 this one which is dead now http://coinmarketcap.com/currencies/Torcoin/
sr. member
Activity: 373
Merit: 250
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, CDiskBlockIndex>(std::pair 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, CTxIndex>(std::pair 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 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 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 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, CTxIndex>(std::pair 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]
member
Activity: 70
Merit: 10
https://TORCOIN.ORG
Quote
What is the exact point of not enabling the connection to the Tor network as the coin is called TOR ?  Huh

I've said it a hundred times if I've said it once; the point of enabling people to download a non-Tor integrated linux version is that TOR is actually illegal in some countries (china!), so I want people in those countries to still be able to use TorCoin.



A lot of people ask me for the android wallet because they want to use the END TO END ENCRYPTED MESSAGING FEATURE built into TorCoin, which is most handy if using a wallet on one's phone.

So for that reason we are working on the Android wallet.  You say 6 btc is 'insanely expensive' - well, find me someone who can do it cheaper.  I looked around quite a bit.  It is actually pretty difficult to develop an Android wallet for a hybrid PoW/PoS coin like TorCoin. If it was just POW then the price would be 1 BTC.
 
legendary
Activity: 2198
Merit: 1150
Freedom&Honor
I agree focus should be on Tor integration for the Windows wallet.

However, if indeed the work on the Android wallet has been started and it's in progress, aborting it and switching to a new project wouldn't make sense.
hero member
Activity: 630
Merit: 500
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?
to me there is nothing such serious which is causing the price of bitcoin to fell down. i am hopeful that the price will still boost up very soon, therefore it is still good time to hold even those people who do not have TOR they should purchase it right now. because no one will see the present price again so it is an opportunity to buy. i myself still holding my Tor and not going to sell it at any cost.
member
Activity: 78
Merit: 10
There's time for integration to happen Smiley

As TheTorcoin wrote

Full TOR integration here >>

https://github.com/TorCoinProject/torcoin/tree/tor

Windows and MacOS wallets aren't yet TOR integrated but will be shortly.

We finally got one step forward to the most reasonable outcome. The founder just admitted that the Windows and MacOS wallets are not Tor-integrated YET  Grin.
Thank you "TheTorcoin".

Again, "TheTorcoin", can you please tell us if you plan to hire some devs in order to get these 2 remaining wallets integrated one time for all ? (supposing the Linux wallet is REALLY Tor-integrated).
When talking or hearing about Torcoin, anybody expects it to be integrated to the Tor network. That f*cking makes sense  Roll Eyes ..
You (We  Wink) literally have a gold mine in our hands . Not every coin has the TOR mnemonic, not every coin has such available supply, not every coin has such potential ..


The devs have been working on Android wallet for the past month - it is apparently not so easy to develop this.  Most coins don't have an Android wallet, but TorCoin will. It is costing me 6 BTC (of my own funds, I'm not selling TOR for this)

After Android wallet, then the top priority will be TOR integration for Windows and MacOS wallets.

I'm going to leave the linux client as-is, so people can either download the TOR integrated version or the non-TOR version.  

The problem is that "TheTorcoin" (or one of his staff members) writes something one day then we can see the total opposite the very next day  Sad ..

I feel a bit skeptical regarding the real interest of having an Android-based wallet. The devs (including the founder) should focus on reaching the MAIN goal which is integrating these dayum (Windows & MacOS) wallets to the Tor network. Moreover, paying 6 BTC to the devs ( Shocked) to make an Android wallet seems insanely expensive and is definitely not worth such cost ..

Also, I suggest every reader of this thread to take a closer look at something that can go to the moon (although it's already going to ..) when a project is well backed by the team ===> http://coinmarketcap.com/currencies/byteball/ (Not the best example but dreaming is allowed and still free Grin)

That said, does anybody have any idea of the Tor introduction to another exchange like Bittrex ? Smiley


One last thing, to "TheTorcoin". When you say "I'm going to leave the linux client as-is, so people can either download the TOR integrated version or the non-TOR version.". I never wanted to spread FUD (and I never will !) but the last part of your sentence doesn't really make sense .. What is the exact point of not enabling the connection to the Tor network as the coin is called TOR ?  Huh
copper member
Activity: 2800
Merit: 1179
Leading Crypto Sports Betting & Casino Platform
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?
member
Activity: 72
Merit: 10
The PROBLEM is the owner says it already has integration. It does not say "IT WILL HAVE INTEGRATION." It says "IT IS FULLY INTEGRATED". It is not... And no one has shown that Linux integration is even real.

Furthermore, there are no whitepapers or a roadmap.  This is not a real project.

There's time for integration to happen Smiley

As TheTorcoin wrote

Full TOR integration here >>

https://github.com/TorCoinProject/torcoin/tree/tor

Windows and MacOS wallets aren't yet TOR integrated but will be shortly.

We finally got one step forward to the most reasonable outcome. The founder just admitted that the Windows and MacOS wallets are not Tor-integrated YET  Grin.
Thank you "TheTorcoin".

Again, "TheTorcoin", can you please tell us if you plan to hire some devs in order to get these 2 remaining wallets integrated one time for all ? (supposing the Linux wallet is REALLY Tor-integrated).
When talking or hearing about Torcoin, anybody expects it to be integrated to the Tor network. That f*cking makes sense  Roll Eyes ..
You (We  Wink) literally have a gold mine in our hands . Not every coin has the TOR mnemonic, not every coin has such available supply, not every coin has such potential ..


The devs have been working on Android wallet for the past month - it is apparently not so easy to develop this.  Most coins don't have an Android wallet, but TorCoin will. It is costing me 6 BTC (of my own funds, I'm not selling TOR for this)

After Android wallet, then the top priority will be TOR integration for Windows and MacOS wallets.

I'm going to leave the linux client as-is, so people can either download the TOR integrated version or the non-TOR version. 

The PROBLEM is the owner says it already has integration. It does not say "IT WILL HAVE INTEGRATION." It says "IT IS FULLY INTEGRATED". It is not... And no one has shown that Linux integration is even real.

Furthermore, there are no whitepapers or a roadmap.  This is not a real project.
Pages:
Jump to: