Bitcoin Forum
May 04, 2024, 09:04:47 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 »
  Print  
Author Topic: [ANN][LTZ] LitecoinZ - Designed for the future  (Read 54107 times)
integminer
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 24, 2018, 06:37:44 PM
 #321

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)
1714813487
Hero Member
*
Offline Offline

Posts: 1714813487

View Profile Personal Message (Offline)

Ignore
1714813487
Reply with quote  #2

1714813487
Report to moderator
"Your bitcoin is secured in a way that is physically impossible for others to access, no matter for what reason, no matter how good the excuse, no matter a majority of miners, no matter what." -- Greg Maxwell
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714813487
Hero Member
*
Offline Offline

Posts: 1714813487

View Profile Personal Message (Offline)

Ignore
1714813487
Reply with quote  #2

1714813487
Report to moderator
LTZ-Team (OP)
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
January 24, 2018, 06:47:23 PM
 #322

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
integminer
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 24, 2018, 06:59:56 PM
 #323

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

integminer
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 24, 2018, 07:59:05 PM
 #324

OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 
tkat79
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 24, 2018, 09:36:35 PM
 #325

Follow these instructions.
https://miningclub.info/threads/ltz-litecoinz-equihash-pow.30445/page-5


OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 
integminer
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 24, 2018, 09:44:16 PM
 #326

ok I did. I am still getting the error.  When I run litecoinzd.exe is stops working when the sync hits 100%.

Follow these instructions.
https://miningclub.info/threads/ltz-litecoinz-equihash-pow.30445/page-5


OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 
tkat79
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
January 24, 2018, 10:19:34 PM
 #327

If you dont have any coins, delete everything and try again.  I had problems at first too but after following the instructions i posted, all was well.  If you have coins, make sure you backup your .dat file before you do anything.  Maybe wait for the dev to chime in.
LTZ-Team (OP)
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
January 24, 2018, 11:48:34 PM
 #328

please open a detailed issue https://github.com/litecoinz-project/litecoinz/issues

Thanks


ok I did. I am still getting the error.  When I run litecoinzd.exe is stops working when the sync hits 100%.

Follow these instructions.
https://miningclub.info/threads/ltz-litecoinz-equihash-pow.30445/page-5


OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
integminer
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
January 25, 2018, 12:15:51 AM
 #329

I am going to use another PC to test then I will submit ticket.

please open a detailed issue https://github.com/litecoinz-project/litecoinz/issues

Thanks


ok I did. I am still getting the error.  When I run litecoinzd.exe is stops working when the sync hits 100%.

Follow these instructions.
https://miningclub.info/threads/ltz-litecoinz-equihash-pow.30445/page-5


OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 
PCMining
Full Member
***
Offline Offline

Activity: 305
Merit: 100


View Profile WWW
January 25, 2018, 12:25:02 AM
 #330





LitecoinZ Pool

http://www.pcmining.xyz/
stratum+tcp://pcmining.xyz:3257


For Rented Hash:
stratum+tcp://pcmining.xyz:3258


user: wallet
pass: x


You can download pre-configured miners from: http://pcmining.xyz:8080/getting_started




https://www.cratex.io

Cratex is international cryptocurrency trade platform and best place to buy, sell, trade and learn about crypto (0.1% trade fee, minimal withdrawal fees, fast deposits).
john1010
Hero Member
*****
Offline Offline

Activity: 2086
Merit: 562


View Profile WWW
January 25, 2018, 01:42:01 PM
 #331

When the windows qt wallet will release? I tried many times the present wallet but not luck, I just want to link half of my miner to this coin, but suddenly I have no wallet to use, can someone here has a pool capable to store the minted LTCZ?
LTZ-Team (OP)
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
January 25, 2018, 02:05:35 PM
 #332

When the windows qt wallet will release? I tried many times the present wallet but not luck, I just want to link half of my miner to this coin, but suddenly I have no wallet to use, can someone here has a pool capable to store the minted LTCZ?

As all zcash forks there isn't a native qt gui. Wallet is included in the node. You can access to the wallet from cli command line (litecoinz-cli / litecoinz-cli.exe) or, after the node is up and running, with the Java Gui included in the windows distribution or downloadable from https://github.com/litecoinz-project/litecoinz-wallet

Native QT Gui is under development, but because zcash and all other its forks does not have it, it will take time to develop it.

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
Serg27ua
Newbie
*
Offline Offline

Activity: 20
Merit: 0


View Profile
January 25, 2018, 02:40:36 PM
 #333

I am going to use another PC to test then I will submit ticket.

please open a detailed issue https://github.com/litecoinz-project/litecoinz/issues

Thanks


ok I did. I am still getting the error.  When I run litecoinzd.exe is stops working when the sync hits 100%.

Follow these instructions.
https://miningclub.info/threads/ltz-litecoinz-equihash-pow.30445/page-5


OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 
Same problem!!!!It's very bad for reputation of coin!!Soryyy!!!
LTZ-Team (OP)
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
January 25, 2018, 02:48:11 PM
 #334

I am going to use another PC to test then I will submit ticket.

please open a detailed issue https://github.com/litecoinz-project/litecoinz/issues

Thanks


ok I did. I am still getting the error.  When I run litecoinzd.exe is stops working when the sync hits 100%.

Follow these instructions.
https://miningclub.info/threads/ltz-litecoinz-equihash-pow.30445/page-5


OK I tried that and it still errors out.

Where do I get this password from?  Not sure what account I have to set up.

I have successfully installed the wallet.  However, it ends up erroring out with the following error and stops.  This happens after about 30 sec.  Any ideas?  I am Running Win 10 1703.

Here is my CONF File and below is the error.

******CONF FILE*****
rpcuser=username
rpcpassword=`head -c 32 /dev/urandom | base64`
server=1
listen=1
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333
gen=1

****ERROR****


[Wed Jan 24 13:34:44 EST 2018] [ERROR] Unexpected error:
com.vaklinov.zcashui.ZCashClientCaller$WalletCallException: Error response from wallet: error: couldn't connect to server: EOF reached (code 1)
(make sure server is running and you are connecting to the correct RPC port)

        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetSingleStringResponse(ZCashClientCaller.java:965)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonValue(ZCashClientCaller.java:915)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:893)
        at com.vaklinov.zcashui.ZCashClientCaller.executeCommandAndGetJsonArray(ZCashClientCaller.java:886)
        at com.vaklinov.zcashui.ZCashClientCaller.getWalletZAddresses(ZCashClientCaller.java:263)
        at com.vaklinov.zcashui.AddressesPanel.getAddressBalanceDataFromWallet(AddressesPanel.java:335)
        at com.vaklinov.zcashui.AddressesPanel.access$000(AddressesPanel.java:62)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:134)
        at com.vaklinov.zcashui.AddressesPanel$1.gatherData(AddressesPanel.java:129)
        at com.vaklinov.zcashui.DataGatheringThread.doOneGathering(DataGatheringThread.java:182)
        at com.vaklinov.zcashui.DataGatheringThread.run(DataGatheringThread.java:163)

Hi there,

above all set a right rpcpassword. After you must run the daemon "litecoinzd.exe" and after you can open the GUI.

addnode=telnet dnsseed.kemperink.org 29333   rpcuser = user
rpcpassword = password
server = 1
listen = 1
addnode = 88.86.186.158
addnode = 88.86.186.158: 29333
addnode = 178.32.117.60: 29333
addnode = 85.214.53.137: 29333
addnode = 139.59.145.115: 29333
addnode = 173.249.11.207: 29333

daemon=1

gen=4
 
Same problem!!!!It's very bad for reputation of coin!!Soryyy!!!


Serg27ua, you are wrong. it's a very bad reputation of newbie Wink LOL

Please check litecoinz.conf and paste here the content.

Looking at your past post I see very strange things inside your file.

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
a16686189
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
January 25, 2018, 02:53:42 PM
 #335

I need to study whitebook。
jackjackfly
Member
**
Offline Offline

Activity: 322
Merit: 10

To buy or not to buy - that is the question ;)


View Profile
January 25, 2018, 03:06:45 PM
 #336

Wallet, pool? Can someone give some more information. As it sounds interesting, but wanna know more, information just a few

Wanna tame crypto? Join our Cryptotamers community https://t.me/cryptotamers =)
LTZ-Team (OP)
Jr. Member
*
Offline Offline

Activity: 387
Merit: 2


View Profile WWW
January 25, 2018, 03:12:08 PM
Last edit: March 29, 2018, 02:08:29 PM by LTZ-Team
 #337

Road Map, Mining Pools and other infos:


LitecoinZ 1.0.14 is available!



Donations for supporting developers are welcome: bitcoin:1N2rQimKbeUQA8N2LU5vGopYQJmZsBM2d6 Thanks

Github
https://github.com/litecoinz-project/litecoinz
Official LitecoinZ Website
https://litecoinz.info/
Linux / Windows Wallet Setup
https://github.com/litecoinz-project/litecoinz/blob/master/README.md
Community supported LitecoinZ Discord
https://discord.gg/9ftFxhF
(Thanks to "@egyptianbman" for supporting LitecoinZ project)
Pools where you can mine LTZ (Provided from community users)
http://litecoinz.coinminer.space:8080/getting_started
https://equipool.1ds.us/getting_started
https://ltz.magnificentpool.com/
http://www.pcmining.xyz/
Nodes:
addnode=88.86.186.158:29333
addnode=178.32.117.60:29333
addnode=85.214.53.137:29333
addnode=139.59.145.115:29333
addnode=173.249.11.207:29333


What is LitecoinZ?

LitecoinZ is a decentralized cryptocurrency based bitcoin compatible on the Zcash core. It utilizes the Equihash algorithm with ZK-snarks, T-addresses and anonymous Z-addresses. By combining the technologies, LitecoinZ is able to operate as a cryptocurrency with an ability to provide processor unit mining to people worldwide.

Specifications

- Name: LitecoinZ
- Symbol: LTZ
- Bitcoin technology
- Anonymous transactions (zk-SNARKs privacy) - Bitcoin has all transactions publicly available.
- Decentralized GPU mining (ASIC miners are banned, hardforks to prevent ASIC miners are allowed)
- Decentralized development / All contributors are volunteers
- Cryptography: EQUIHASH
- Maximum Coins: 84.000.000
- Block Rewards: 50 coins (No develovers rewards! 100% to miners -  Every 4 years the Block Reward will be subject to Halving just like Bitcoin)
- Only 5000 blocks premine.
- Block Time: 2.5 minutes
- P2P Port: 29333
- RPC Port: 29332

ROAD MAP

Same Zcash Road Map plus:

LTZ Core Client for Linux (100%)
LTZ Core Client for Windows (100%)
LTZ Core Client for MAC (0%)
Block Explorer (100%)
Java GUI Wallet Release (100%)
Mining Pools (25%)
Native QT Wallet for Windows and Linux Users (Jan2018)
Exchange Listing (WIP)
Mobile Wallet (iOS & Android) (2H2018)
eCommerce Plugins (1H2019)
Community ideas development (TBD)
Public Relations (50%)

LitecoinZ - Designed For The Future
Join our community on Discord: https://discord.gg/QNcS4Pm
Official Website: https://litecoinz.org/
Headshotsepp
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 25, 2018, 04:47:04 PM
 #338

Download https://litecoinz.info/downloads/litecoinz-1014-win64.zip and unzip where you want ex: c:\litecoinz
create folder in appdata LitecoinZParams and litecoinz
create a litecoinz.conf in litecoinz folder
with those parameters :

gen=1
rpcuser=USERNAME
rpcpassword=PASSWORD
server=1
listen=1
addnode=88.86.186.158

download sprout and unzip them in litecoinZparams folder https://litecoinz.info/downloads/sprout.zip
Then you can start wallet with litecoinzd.exe file
wait close it and reopen it and it will download block

After open LitecoinzSwingWalletUI.jar
but you need to have installed java before
https://www.java.com/en/download/win10.jsp



After use nvidia ewbf https://bitcointalk.org/index.php?topic=1707546.0
here is my ewbf conf : miner --server litecoinz.coinminer.space --user WALLET ADRESS --pass x --port 3099 --fee 0

or amd claymore https://github.com/nanopool/ClaymoreZECMiner/releases

Pool test http://litecoinz.coinminer.space:8080/getting_started

Thanks to rulez !
Headshotsepp
Newbie
*
Offline Offline

Activity: 36
Merit: 0


View Profile
January 25, 2018, 04:48:41 PM
 #339

Just use this instruction to get your wallet working, if it won’t sync del the command „gen=1“ in your litecoinz.conf file
Bfljosh
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


Skol!


View Profile
January 25, 2018, 05:04:48 PM
 #340

Again. What are the exchange plans? Just tell me what you are working on. Has there been communication with an exchange?

I can not keep mining a coin when there are no plans.

You can't ignore these kind of questions.
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 [17] 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 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 »
  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!