Pages:
Author

Topic: TycheCash - Cash on the Tyche Network - page 22. (Read 29141 times)

newbie
Activity: 9
Merit: 0
February 18, 2018, 09:01:20 AM
Sorry for what happened, actually had uploaded the windows binary only on GitHub. Now updated the website binaries too.
Now download and clear your blockchain folder everything should be right.
Thanks for understanding.

Thx, now it's working.
member
Activity: 331
Merit: 13
February 18, 2018, 08:03:35 AM
Great project. It has so much potential. Though there's not enough I formation yet.
From the information on your website, you said the TYCHE will inherit the Ethereum smart contract system and TycheContract will be backward compatible with Ethereum. Why don't you just develop it on the ethereum platform. What's the need for mining?
copper member
Activity: 170
Merit: 0
February 18, 2018, 07:50:43 AM
TycheCash looks is promising! How can I join a campaign for generosity? What general stock of this coin?

Thanks ☺️. General stock is TycheCoin
full member
Activity: 252
Merit: 100
THE DECENTRALIZED BETTING EXCHANG
February 18, 2018, 07:36:27 AM
TycheCash looks is promising! How can I join a campaign for generosity? What general stock of this coin?
newbie
Activity: 9
Merit: 0
February 18, 2018, 07:21:05 AM
Thx, but now I have the next issue:

./TycheCash --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000 (doesn't work, I get: '.' is not recognized as an internal or external command, operable program or batch file.)
TycheCash.exe --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000 (doesn't work, I get handshake error)
TycheCash --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000 (doesn't work, I get handshake error)

12:20:07.070045 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:07.072047 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:09.131953 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:09.135620 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:11.177849 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:11.182758 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:13.226604 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:13.230317 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:15.272818 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:15.275760 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:17.318767 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:17.322401 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:19.392727 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:19.394712 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
12:20:21.434362 ERROR [139.59.139.74:17000 OUT] Failed to invoke COMMAND_HANDSHAKE, closing connection.
12:20:21.436923 WARNING Failed to HANDSHAKE with peer 139.59.139.74:17000
newbie
Activity: 9
Merit: 0
February 18, 2018, 07:16:15 AM
in windows ,run the cmd, go to the TycheCash.exe folder, input:

TycheCash.exe --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000

Download the latest binaries / Source . Windows binaries update will be available after 2 hours from now
Clear the blockchain folder (in Linux .TycheCash / in Windows /usr/local/roaming/TycheCash

> Done

Start demon with --add-exclusive-node option
./TycheCash --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000.

> How to do this? How to add: --add-exclusive-node?

When I start TycheCash.exe (downloaded from first post) I get this error:
12:05:26.487925 ERROR Failed to connect to any of seed peers, continuing without seeds
12:05:32.520754 ERROR Failed to connect to any of seed peers, continuing without seeds

Can someone help?
newbie
Activity: 9
Merit: 0
February 18, 2018, 07:09:01 AM
Download the latest binaries / Source . Windows binaries update will be available after 2 hours from now
Clear the blockchain folder (in Linux .TycheCash / in Windows /usr/local/roaming/TycheCash

> Done

Start demon with --add-exclusive-node option
./TycheCash --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000.

> How to do this? How to add: --add-exclusive-node?

When I start TycheCash.exe (downloaded from first post) I get this error:
12:05:26.487925 ERROR Failed to connect to any of seed peers, continuing without seeds
12:05:32.520754 ERROR Failed to connect to any of seed peers, continuing without seeds

Can someone help?
newbie
Activity: 99
Merit: 0
February 18, 2018, 06:51:23 AM
Download binary and start mining , currently CPU and GPU mining doesn't make any difference  .

What is the algo please ?

you dont know how to read?

dude, why you didn't just say cryptonight to save words? you need a mental consultant.
jr. member
Activity: 330
Merit: 1
February 18, 2018, 06:48:19 AM
Where Can I get the binaries for Ubuntu 16.04? I tried compiling it but I am getting errors

Code:
In file included from /root/tyc/src/JsonRpcServer/JsonRpcServer.cpp:21: :
/root/tyc/src/Common/JsonValue.h: In instantiation of ‘Common::JsonValue& Common::JsonValue::operator=(const char (&)[size]) [with long unsigned int size = 17ul]’:
/root/tyc/src/JsonRpcServer/JsonRpcServer.cpp:146:11:   required from here
/root/tyc/src/Common/JsonValue.h:77:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
       reinterpret_cast(valueString)->assign(value, size - 1);
       ^
[ 60%] Linking CXX static library libJsonRpcServer.a
make[3]: Leaving directory '/root/tyc/build/release'
[ 60%] Built target JsonRpcServer
make[3]: Entering directory '/root/tyc/build/release'
Scanning dependencies of target ConnectivityTool
make[3]: Leaving directory '/root/tyc/build/release'
make[3]: Entering directory '/root/tyc/build/release'
[ 60%] Building CXX object src/CMakeFiles/ConnectivityTool.dir/ConnectivityTool/ConnectivityTool.cpp.o
[ 60%] Linking CXX executable connectivity_tool
/usr/bin/ld: StreamTools.cpp.o: plugin needed to handle lto object
/tmp/ccO7zeqe.ltrans1.ltrans.o: In function `std::_Function_handler::_M_invoke(std::_Any_data const&) [clone .lto_priv.447]':
:(.text+0xcb3): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
:(.text+0xce6): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
:(.text+0xe3b): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
:(.text+0xe7e): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
/tmp/ccO7zeqe.ltrans1.ltrans.o: In function `std::_Function_handler::_M_invoke(std::_Any_data const&) [clone .lto_priv.449]':
:(.text+0x11c0): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
/tmp/ccO7zeqe.ltrans1.ltrans.o::(.text+0x11ed): more undefined references to `Common::write(Common::IOutputStream&, void const*, unsigned long)' follow
/tmp/ccO7zeqe.ltrans13.ltrans.o: In function `(anonymous namespace)::loadSection(Common::IInputStream&)':
:(.text+0x6ce): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0x709): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0x76e): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0x7ca): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0x7f5): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0x830): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0x869): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
/tmp/ccO7zeqe.ltrans13.ltrans.o: In function `TycheCash::KVBinaryInputStreamSerializer::KVBinaryInputStreamSerializer(Common::IInputStream&)':
:(.text+0xba8): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
/tmp/ccO7zeqe.ltrans13.ltrans.o: In function `(anonymous namespace)::loadValue(Common::IInputStream&, unsigned char)':
:(.text+0xcc7): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0xd34): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0xd74): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0xda4): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0xdd4): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0xe04): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
/tmp/ccO7zeqe.ltrans13.ltrans.o::(.text+0xe24): more undefined references to `Common::read(Common::IInputStream&, void*, unsigned long)' follow
/tmp/ccO7zeqe.ltrans13.ltrans.o: In function `(anonymous namespace)::loadValue(Common::IInputStream&, unsigned char)':
:(.text+0xedc): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0xf17): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0xfb9): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0x1004): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
:(.text+0x1079): undefined reference to `Common::read(Common::IInputStream&, unsigned char&)'
:(.text+0x10ac): undefined reference to `Common::read(Common::IInputStream&, void*, unsigned long)'
/tmp/ccO7zeqe.ltrans14.ltrans.o: In function `(anonymous namespace)::writeArraySize(Common::IOutputStream&, unsigned long) [clone .lto_priv.217]':
:(.text+0x101): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
:(.text+0x137): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
:(.text+0x163): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
:(.text+0x196): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
/tmp/ccO7zeqe.ltrans14.ltrans.o: In function `TycheCash::KVBinaryOutputStreamSerializer::dump(Common::IOutputStream&)':
:(.text+0x21c): undefined reference to `Common::write(Common::IOutputStream&, void const*, unsigned long)'
/tmp/ccO7zeqe.ltrans14.ltrans.o::(.text+0x243): more undefined references to `Common::write(Common::IOutputStream&, void const*, unsigned long)' follow
collect2: error: ld returned 1 exit status
src/CMakeFiles/ConnectivityTool.dir/build.make:113: recipe for target 'src/connectivity_tool' failed
make[3]: *** [src/connectivity_tool] Error 1
newbie
Activity: 9
Merit: 0
February 18, 2018, 06:10:25 AM
windows wallet OK now,well done!
newbie
Activity: 35
Merit: 0
February 18, 2018, 05:58:29 AM
was it roll-backed 3days ago?
copper member
Activity: 170
Merit: 0
February 18, 2018, 04:52:26 AM
after deamon update


11:27:31.117187 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:37.164062 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:43.374023 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:49.449218 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:55.809570 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:28:02.435546 ERROR Failed to connect to any of seed peers, continuing without
 seeds

Use the latest binary , and start demon with add-exclusive-node
copper member
Activity: 170
Merit: 0
February 18, 2018, 04:51:19 AM
Windows binary uploaded
member
Activity: 132
Merit: 10
February 18, 2018, 04:27:37 AM
after deamon update


11:27:31.117187 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:37.164062 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:43.374023 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:49.449218 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:27:55.809570 ERROR Failed to connect to any of seed peers, continuing without
 seeds
11:28:02.435546 ERROR Failed to connect to any of seed peers, continuing without
 seeds
newbie
Activity: 47
Merit: 0
February 18, 2018, 04:15:49 AM
Download the latest binaries / Source . Windows binaries update will be available after 2 hours from now
Clear the blockchain folder (in Linux .TycheCash / in Windows /usr/local/roaming/TycheCash
Start demon with --add-exclusive-node option
./TycheCash --add-exclusive-node 139.59.139.74:17000 188.166.12.107:17000
.

Pool Owners : Reset your pools .



http://tychecash.npool.pw => updated
member
Activity: 145
Merit: 11
February 18, 2018, 04:09:44 AM
It is not a fair launch. We need a windows wallet.


maybe your opinion is true because this project is still new possible team from this project is preparing the wallet you mean
copper member
Activity: 170
Merit: 0
February 18, 2018, 04:01:59 AM
I have windows, I went to /usr/local/roaming/TycheCash (I used: %appdata%), but now my question.

I see only the following folders:
- blockchainindices.dat
- blockindexes.dat
- blocks.dat
- blockscache.dat
- p2pstate.bin
- poolstate.bin

Which folder I have to clear?
And how to add --add-exclusive-node?

Those are files , u need to clear all. And wait sometime till the latest Binary for windows is uploaded.
newbie
Activity: 9
Merit: 0
February 18, 2018, 03:48:18 AM
I have windows, I went to /usr/local/roaming/TycheCash (I used: %appdata%), but now my question.

I see only the following folders:
- blockchainindices.dat
- blockindexes.dat
- blocks.dat
- blockscache.dat
- p2pstate.bin
- poolstate.bin

Which folder I have to clear?
And how to add --add-exclusive-node?
copper member
Activity: 170
Merit: 0
February 18, 2018, 03:17:10 AM
Download the latest binaries / Source . Windows binaries update will be available after 2 hours from now
Clear the blockchain folder (in Linux .TycheCash / in Windows /usr/local/roaming/TycheCash
Start demon with --add-exclusive-node option
./TycheCash --add-exclusive-node 159.65.196.250:17000 159.89.102.76:17000 159.65.237.255:17000
.

Pool Owners : Reset your pools .

sr. member
Activity: 588
Merit: 250
February 18, 2018, 02:10:17 AM
The blockchain has problem syncing and the dev is no longer responding so I guess its dead already.
I also think so because I no longer see the management team of this project update new information about his project. This shows that the project no longer receives the attention of the community. I will learn more about this project to verify that it really works.
many people feel the same problem and developers never respond
i don't know if they try to fix it or don't have a commitment
if not resolved then more and more are leaving
Pages:
Jump to: