Pages:
Author

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

newbie
Activity: 88
Merit: 0
April 02, 2018, 08:53:52 AM
That's gonna be interesting. Cheesy
newbie
Activity: 70
Merit: 0
April 01, 2018, 09:50:15 AM
Code:
sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/

I bet I'm missing libgtest.  thanks for pointing this out.
newbie
Activity: 70
Merit: 0
April 01, 2018, 09:47:52 AM
What is the maximum amount for transfer to tyche.cash wallet?
50M, 25M, 10M  do not pass transactions

is it a cap on amount of coins?  most likely you are surpassing the acceptable transaction size - especially if you are sending coins that you mined slowly (i.e. a lot of transactions).  cryptonote protocol has a variable transaction size limit that depends on averages of transaction sizes in previous blocks.

https://en.wikipedia.org/wiki/CryptoNote#Adaptive_network_limits
newbie
Activity: 70
Merit: 0
April 01, 2018, 09:45:21 AM
Windows daemon not work...

I get message:

"The daemon will start synchronizing with the network. It may take up to several hours..."

And after that nothing happens...



it is likely that SOMETHING is happening, just not outputting to your screen at the default log level.

try `set_log 3` to watch debug messages.  (type this in the daemon, if you can interactively submit commands in the daemon)
newbie
Activity: 6
Merit: 0
April 01, 2018, 08:02:46 AM
What is the maximum amount for transfer to tyche.cash wallet?
50M, 25M, 10M  do not pass transactions
full member
Activity: 1274
Merit: 105
April 01, 2018, 06:21:03 AM
Windows daemon not work...

I get message:

"The daemon will start synchronizing with the network. It may take up to several hours..."

And after that nothing happens...

copper member
Activity: 170
Merit: 0
April 01, 2018, 01:19:43 AM
I had the same issue. but it's worth noting that the daemon and simplewallet do compile before you hit this error and you can use those, and you won't need connectivity_tool

you can also specifically just build the 'Daemon' and the 'SimpleWallet'.  run `make help` to see the list of targets


Code:
$ make help
The following are some of the valid targets for this Makefile:
... all (the default if no target is provided)
... clean
... depend
... rebuild_cache
... test
... edit_cache
... version
... upnpc-static
... gtest
... gtest_main
... P2P
... NodeRpcProxy
... Daemon
... BlockchainExplorer
... Wallet
... SimpleWallet
... Common
... Crypto
... Http
... Transfers
... InProcessNode
... TycheCashCore
... Serialization
... System
... PaymentGate
... JsonRpcServer
... ConnectivityTool
... PaymentGateService
... Rpc
... Miner
... Logging
... tests
... HashTests
... DifficultyTests
... CryptoTests
... PerformanceTests
... IntegrationTests
... TestGenerator
... IntegrationTestLibrary
... UnitTests
... CoreTests
... NodeRpcProxyTests
... SystemTests
... HashTargetTests
... TransfersTests

You Can build on 16.04 by :
Code:
sudo apt install build-essential cmake pkg-config libboost-all-dev libssl-dev libunbound-dev libminiupnpc-dev libunwind8-dev liblzma-dev libldns-dev libexpat1-dev libgtest-dev doxygen graphviz 
Code:
sudo apt-get install libgtest-dev && cd /usr/src/gtest && sudo cmake . && sudo make && sudo mv libg* /usr/lib/
Code:
cd
Code:
git clone https://github.com/blockchain-next/TycheCash.git
Code:
cd TycheCash
Code:
make -j
(for parallel build)  or
Code:
make

Your build binaries are in
Code:
TycheCash/build/release/src
newbie
Activity: 70
Merit: 0
March 31, 2018, 04:01:43 PM
I had the same issue. but it's worth noting that the daemon and simplewallet do compile before you hit this error and you can use those, and you won't need connectivity_tool

you can also specifically just build the 'Daemon' and the 'SimpleWallet'.  run `make help` to see the list of targets


Code:
$ make help
The following are some of the valid targets for this Makefile:
... all (the default if no target is provided)
... clean
... depend
... rebuild_cache
... test
... edit_cache
... version
... upnpc-static
... gtest
... gtest_main
... P2P
... NodeRpcProxy
... Daemon
... BlockchainExplorer
... Wallet
... SimpleWallet
... Common
... Crypto
... Http
... Transfers
... InProcessNode
... TycheCashCore
... Serialization
... System
... PaymentGate
... JsonRpcServer
... ConnectivityTool
... PaymentGateService
... Rpc
... Miner
... Logging
... tests
... HashTests
... DifficultyTests
... CryptoTests
... PerformanceTests
... IntegrationTests
... TestGenerator
... IntegrationTestLibrary
... UnitTests
... CoreTests
... NodeRpcProxyTests
... SystemTests
... HashTargetTests
... TransfersTests
copper member
Activity: 170
Merit: 0
March 31, 2018, 01:42:16 PM
newbie
Activity: 1
Merit: 0
March 27, 2018, 02:46:00 AM
When is the coin getting listed on an exchange?
copper member
Activity: 170
Merit: 0
March 25, 2018, 03:13:53 PM
I haven't seen too many benefits, but I hope I'll see them because I wanted to invest.

You can come on discord or mail to [email protected] for any detailed discussion or knowing the project plans. I would not like to come up with detailed whitepaper until we have secured our idea (intellectual property ) and have some prototypes ready. This pre-ICO is fund raising for that only. As a potential investor u can ask them either through e-mail or in Discord channel which is limited to its members only who are either investors of TycheCoin or involved in TycheCash
newbie
Activity: 70
Merit: 0
March 25, 2018, 02:38:44 PM
I haven't seen too many benefits, but I hope I'll see them because I wanted to invest.
copper member
Activity: 170
Merit: 0
March 25, 2018, 02:10:03 PM
TycheCash to TycheCoin conversion option has been enabled on https://tychecoin.com dashboard. Now u can participate in TycheCoin pre-ICO using your TycheCash also.
After registering, Dashboard did not see any place to submit addresses and coins. How to change coins

Go to "Add TycheCoin" link. If u registered account just a while ago , wait for 4 hours for your account activation.

If I send to the address indicated on the site my TycheCash  where they appear TycheCoin?
Where can I get a ERC20 Wallet address for receiving TycheCoin?


After you update Add TycheCoin yor dashboard will be updated and u will receive TycheCoin in your wallet within 8 Hours . For ERC20 address you can download Eidoo wallet , which supports TycheCoin and its mobile version is also available . https://eidoo.io/
newbie
Activity: 6
Merit: 0
March 25, 2018, 12:10:19 PM
TycheCash to TycheCoin conversion option has been enabled on https://tychecoin.com dashboard. Now u can participate in TycheCoin pre-ICO using your TycheCash also.
After registering, Dashboard did not see any place to submit addresses and coins. How to change coins

Go to "Add TycheCoin" link. If u registered account just a while ago , wait for 4 hours for your account activation.

If I send to the address indicated on the site my TycheCash  where they appear TycheCoin?
Where can I get a ERC20 Wallet address for receiving TycheCoin?
copper member
Activity: 170
Merit: 0
March 25, 2018, 11:26:49 AM
TycheCash to TycheCoin conversion option has been enabled on https://tychecoin.com dashboard. Now u can participate in TycheCoin pre-ICO using your TycheCash also.
After registering, Dashboard did not see any place to submit addresses and coins. How to change coins

Go to "Add TycheCoin" link. If u registered account just a while ago , wait for 4 hours for your account activation.
newbie
Activity: 23
Merit: 0
March 25, 2018, 11:03:22 AM
TycheCash to TycheCoin conversion option has been enabled on https://tychecoin.com dashboard. Now u can participate in TycheCoin pre-ICO using your TycheCash also.
After registering, Dashboard did not see any place to submit addresses and coins. How to change coins
copper member
Activity: 170
Merit: 0
March 25, 2018, 03:10:51 AM
All pool owners who have qualified the 100 blocks minimum are requested to contact me on DM for bounty transfer of TycheCoin ERC20 token .
newbie
Activity: 70
Merit: 0
March 24, 2018, 02:00:49 PM
Reduced fee 0.25%

http://pool1.encrypt.se/tyche/

Payment Interval: 10 minutes
Minimum Payment Threshold: 100 TYCH
Denomination Unit: 10 TYCH
copper member
Activity: 97
Merit: 1
March 24, 2018, 06:37:24 AM
Hello Fellow Miners

We have launched mine-this.com, we will be launching other coin pools pretty soon, but we decided to start with TycheCash.

Mining Pool Address: tychecash.mine-this.com

Pool fee is 2% but we will be implementing Loyalty Rewards soon!

Needs Help? Got Suggestions?

Email me: [email protected]


Happy Mining!
Fallen Gravity
copper member
Activity: 170
Merit: 0
March 23, 2018, 03:39:39 PM
TycheCash to TycheCoin conversion option has been enabled on https://tychecoin.com dashboard. Now u can participate in TycheCoin pre-ICO using your TycheCash also.
Pages:
Jump to: