Bitcoin Forum
June 27, 2024, 03:01:33 PM *
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 65 66 67 68 69 70 »
  Print  
Author Topic: [ANN] KZCASH - KZC  (Read 73701 times)
dma88
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 21, 2017, 06:41:04 PM
 #621

i'm getting a WATCHDOG_EXPIRED error for my mn..  here's the code:

kzcash@KZ-MN:~/sentinel$ ./venv/bin/python bin/sentinel.py
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
kzcash@KZ-MN:~/sentinel$


it was running just fine before this, so I know I set it up right from the tutorial.

Make passive income here.. don't let the name fool you, do your own research and find out for yourself.  it's called exitscam, but it's actually legit.  Looks similar to a ponzi, but it's not.  And it's perfectly legal, not a registered security, as the "dividends" are payouts, not actual dividends.  Check it out at http://exitscam.me/luminium
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 21, 2017, 06:58:08 PM
 #622

Even on the 1.7.2 wallet resyncing (by deletion) needs to occur. I'm getting inconsistent views of the blockchain... and no new transactions since 11/16 (at least relating to mining or MN). I think I'm going to have to pass on this. Had a lot of hopes for it.
It's a pity to read such words, but I have no arguments to convince you not to give up on coin...I keep waiting and holding. I believe the team can solve all the problems.
Today my second node has been in expired mode also, because kzcashd not synced with network..
And the most sad fact of this story is the fact that the coin team are not so active in this tread and keep silence all day long...
If I were "coin starter" , I would refresh my ANN topic every min...but not once a day. Because community is one of the most important mainstay for every coin.
And I believe its not so difficult just to type some words like "people don't worry, we recognize the problem and the reasons, that is because of....we gonna fix it in x day x hours"....
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 21, 2017, 07:08:34 PM
 #623

i'm getting a WATCHDOG_EXPIRED error for my mn..  here's the code:

kzcash@KZ-MN:~/sentinel$ ./venv/bin/python bin/sentinel.py
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user access is properly configured in 'sentinel.conf'.
kzcash@KZ-MN:~/sentinel$


it was running just fine before this, so I know I set it up right from the tutorial.
what about output of the next command...?

>>./venv/bin/py.test ./test

I think the easiest way is just to remove sentinel and install it again...then mkdir database folder again, check the permissions and go on....
dma88
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 21, 2017, 07:16:22 PM
 #624

kzcash@KZ-MN:~/sentinel$ ./venv/bin/py.test ./test
============================= test session starts ==============================
platform linux -- Python 3.5.2, pytest-3.0.1, py-1.4.31, pluggy-0.3.1
rootdir: /home/kzcash/sentinel, inifile:
collected 13 items / 2 errors

==================================== ERRORS ====================================
_____________ ERROR collecting test/unit/models/test_proposals.py ______________
venv/lib/python3.5/site-packages/_pytest/python.py:209: in fget
    return self._obj
E   AttributeError: 'Module' object has no attribute '_obj'

During handling of the above exception, another exception occurred:
venv/lib/python3.5/site-packages/peewee.py:3593: in connect
    **self.connect_kwargs)
venv/lib/python3.5/site-packages/peewee.py:3862: in _connect
    conn = sqlite3.connect(database, **kwargs)
E   sqlite3.OperationalError: unable to open database file

During handling of the above exception, another exception occurred:
lib/init.py:50: in is_database_correctly_configured
    db.connect()
venv/lib/python3.5/site-packages/peewee.py:3595: in connect
    self.initialize_connection(self._local.conn)
venv/lib/python3.5/site-packages/peewee.py:3507: in __exit__
    reraise(new_type, new_type(*exc_args), traceback)
venv/lib/python3.5/site-packages/peewee.py:134: in reraise
    raise value.with_traceback(tb)
venv/lib/python3.5/site-packages/peewee.py:3593: in connect
    **self.connect_kwargs)
venv/lib/python3.5/site-packages/peewee.py:3862: in _connect
    conn = sqlite3.connect(database, **kwargs)
E   peewee.OperationalError: unable to open database file

During handling of the above exception, another exception occurred:
test/unit/models/test_proposals.py:10: in <module>
    from models import GovernanceObject, Proposal, Vote
lib/models.py:5: in <module>
    import init
lib/init.py:103: in <module>
    main()
lib/init.py:94: in main
    if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
------------------------------- Captured stdout --------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user a                                                                                                             ccess is properly configured in 'sentinel.conf'.
____________ ERROR collecting test/unit/models/test_superblocks.py _____________
venv/lib/python3.5/site-packages/_pytest/python.py:209: in fget
    return self._obj
E   AttributeError: 'Module' object has no attribute '_obj'

During handling of the above exception, another exception occurred:
venv/lib/python3.5/site-packages/peewee.py:3593: in connect
    **self.connect_kwargs)
venv/lib/python3.5/site-packages/peewee.py:3862: in _connect
    conn = sqlite3.connect(database, **kwargs)
E   sqlite3.OperationalError: unable to open database file

During handling of the above exception, another exception occurred:
lib/init.py:50: in is_database_correctly_configured
    db.connect()
venv/lib/python3.5/site-packages/peewee.py:3595: in connect
    self.initialize_connection(self._local.conn)
venv/lib/python3.5/site-packages/peewee.py:3507: in __exit__
    reraise(new_type, new_type(*exc_args), traceback)
venv/lib/python3.5/site-packages/peewee.py:134: in reraise
    raise value.with_traceback(tb)
venv/lib/python3.5/site-packages/peewee.py:3593: in connect
    **self.connect_kwargs)
venv/lib/python3.5/site-packages/peewee.py:3862: in _connect
    conn = sqlite3.connect(database, **kwargs)
E   peewee.OperationalError: unable to open database file

During handling of the above exception, another exception occurred:
test/unit/models/test_superblocks.py:10: in <module>
    from models import GovernanceObject, Proposal, Superblock, Vote
lib/models.py:5: in <module>
    import init
lib/init.py:103: in <module>
    main()
lib/init.py:94: in main
    if not is_database_correctly_configured():
lib/init.py:55: in is_database_correctly_configured
    sys.exit(1)
E   SystemExit: 1
------------------------------- Captured stdout --------------------------------
[error]: unable to open database file
Cannot connect to database. Please ensure database service is running and user a                                                                                                             ccess is properly configured in 'sentinel.conf'.
!!!!!!!!!!!!!!!!!!! Interrupted: 2 errors during collection !!!!!!!!!!!!!!!!!!!!
=========================== 2 error in 1.94 seconds ============================
kzcash@KZ-MN:~/sentinel$

Make passive income here.. don't let the name fool you, do your own research and find out for yourself.  it's called exitscam, but it's actually legit.  Looks similar to a ponzi, but it's not.  And it's perfectly legal, not a registered security, as the "dividends" are payouts, not actual dividends.  Check it out at http://exitscam.me/luminium
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 21, 2017, 07:27:54 PM
 #625


well....it's hard to diagnose via forum...I have free couple hours now, so if you want - you can PM me with credential for the server, I'll try to check...
Try to check chmod-chown for sentinel stuff..
make "cat" of sentinel.conf here...
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
November 21, 2017, 09:23:29 PM
 #626

anybody can fonfirm this pool is not scam ? http://kzpool.com/tbs i mining there 5 hours in 1 d3 and still no received any coins. there is Pending 78 block when i mining was over 90 so some block was confirm.. I have open my wallet but no transaction.... anybody can help ?

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 21, 2017, 09:49:23 PM
Last edit: November 21, 2017, 10:12:36 PM by Andrey!
 #627

anybody can fonfirm this pool is not scam ? http://kzpool.com/tbs i mining there 5 hours in 1 d3 and still no received any coins. there is Pending 78 block when i mining was over 90 so some block was confirm.. I have open my wallet but no transaction.... anybody can help ?
well..I don't mine on this pool..but still...let's check..
You said that you mine with 1 D3....so it's about 19Gh hashrate...so...in Workder stats (http://kzpool.com/workers) here is only one worker with 19Gh at this moment....this one - KfekMfqsMv6aKrFFny2QHuaGiLumx6VS3A. Is it your address?
If yes, so let's go to the blockchain explorer and parse your address
https://chain.kzcash.kz/address/KfekMfqsMv6aKrFFny2QHuaGiLumx6VS3A
Here we can see 14 coins....so..
If I am right, so you balance should be 14 coins. If you don't have it on your wallet balance, then check whether you wallet is synced.
After you sync the wallet you can enjoy your balance...it is a common problem with this coin.
Nevermind if I make a mistake with your address identification - it doesn't matter..
Bumbr
Full Member
***
Offline Offline

Activity: 254
Merit: 101


View Profile
November 21, 2017, 10:11:01 PM
 #628

It is better to upgrade.
Still getting this from time to time.
Quote
2017-11-21 21:38:35 ERROR: AcceptBlockHeader: prev block not found
2017-11-21 21:38:35 Misbehaving: dnsseed.kzcash.kz (60 -> 70)
2017-11-21 21:38:35 ERROR: invalid header received 00000000000039dabd82ad5189976ee3d295fbf8399b86c14d3a534743949704
2017-11-21 21:38:35 ProcessMessages(headers, 82 bytes) FAILED peer=2
2017-11-21 21:38:35 ERROR: AcceptBlockHeader: prev block not found
2017-11-21 21:38:35 Misbehaving: kzpool.com (60 -> 70)
2017-11-21 21:38:35 ERROR: invalid header received 00000000000039dabd82ad5189976ee3d295fbf8399b86c14d3a534743949704
Actually i can provide more debug info if required.
anybody can fonfirm this pool is not scam ? http://kzpool.com/tbs i mining there 5 hours in 1 d3 and still no received any coins. there is Pending 78 block when i mining was over 90 so some block was confirm.. I have open my wallet but no transaction.... anybody can help ?
Maybe you should just wait, as i can see, this is official pool. And it should pay.
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
November 21, 2017, 10:13:03 PM
 #629

anybody can fonfirm this pool is not scam ? http://kzpool.com/tbs i mining there 5 hours in 1 d3 and still no received any coins. there is Pending 78 block when i mining was over 90 so some block was confirm.. I have open my wallet but no transaction.... anybody can help ?
well..I don't mine on this pool..but still...let's check..
You said that you mine with 1 D3....so it's about 19Gh hashrate...so...in Workder stats (http://kzpool.com/workers) here is only one worker with 19Gh at this moment....this one - KfekMfqsMv6aKrFFny2QHuaGiLumx6VS3A. Is it your address?
If yes, so let's go to the blockchain explorer and parse your address
https://chain.kzcash.kz/address/KfekMfqsMv6aKrFFny2QHuaGiLumx6VS3A
Here we can see 14 coins....so..
If I am right, so you balance should be 14 coins. If you don't have it on your wallet balance, then check whether you wallet is synced.
After you sync the wallet you can enjoy your balance...it is a common problem with this coin.
Nevermind if I make a mistake with your address identification - it doesn't matter..


Error! : Search found no results for: KeKnpNRxz9CjZNEbXZpAEGEgJzP3qd7kwo
 ;(

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 21, 2017, 10:34:10 PM
 #630

Error! : Search found no results for: KeKnpNRxz9CjZNEbXZpAEGEgJzP3qd7kwo
 ;(

Well..I am sure that pool is okay, so high hashrate there)
But you wallet seems to be not announced in blockchain at all..so seek problem on your side, check your wallet sync, try to use other p2pool posted here at the beginning.
dma88
Member
**
Offline Offline

Activity: 117
Merit: 10


View Profile
November 21, 2017, 10:40:30 PM
 #631

i redid the whole sentinel section, and it still says missing:

kzcash@KZ-MN:~$ ./kzcash-cli mnsync status
{
  "AssetID": 1,
  "AssetName": "MASTERNODE_SYNC_SPORKS",
  "Attempt": 0,
  "IsBlockchainSynced": false,
  "IsMasternodeListSynced": false,
  "IsWinnersListSynced": false,
  "IsSynced": false,
  "IsFailed": false
}
kzcash@KZ-MN:~$

Make passive income here.. don't let the name fool you, do your own research and find out for yourself.  it's called exitscam, but it's actually legit.  Looks similar to a ponzi, but it's not.  And it's perfectly legal, not a registered security, as the "dividends" are payouts, not actual dividends.  Check it out at http://exitscam.me/luminium
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 21, 2017, 10:44:32 PM
 #632

i redid the whole sentinel section, and it still says missing:

kzcash@KZ-MN:~$ ./kzcash-cli mnsync status
{
  "AssetID": 1,
  "AssetName": "MASTERNODE_SYNC_SPORKS",
  "Attempt": 0,
  "IsBlockchainSynced": false,
  "IsMasternodeListSynced": false,
  "IsWinnersListSynced": false,
  "IsSynced": false,
  "IsFailed": false
}
kzcash@KZ-MN:~$

What is output for “ ./venv/bin/python bin/sentinel.py” now? And for test script
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
November 21, 2017, 11:35:11 PM
 #633

This is so mad my wallet is full of syns i mining over 8 h and wtff !!!

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
BartoszN1990
Full Member
***
Offline Offline

Activity: 218
Merit: 100


https://deeponion.org


View Profile
November 21, 2017, 11:36:57 PM
 #634

it looks like scam ... DEV SUPORT !!! ??

▌▌   Anonymous and Untraceable     ›› ››   DeepOnion  ‹‹ ‹‹     TOR INTEGRATED & SECURED    ▌▌
▬▬▬▬▬▬▬▬▬     ANN  Whitepaper  FACEBOOK  Twitter  Youtube  Forum     ▬▬▬▬▬▬▬▬▬
▌▌   ••  JOIN AIRDROP 🚀  ••  |||   Download DeepOnion   |||   ✅ Verified with DeepVault    ▌▌
janche
Newbie
*
Offline Offline

Activity: 11
Merit: 0


View Profile
November 22, 2017, 01:55:01 AM
 #635

My masternodes are in ENABLED status, but there are none any payments since 20 Nov, after I have upgraded wallets to the new version.
What is wrong with this version?
May be it would be better to downgrade my wallets?
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 22, 2017, 04:45:49 AM
 #636

My masternodes are in ENABLED status, but there are none any payments since 20 Nov, after I have upgraded wallets to the new version.
What is wrong with this version?
May be it would be better to downgrade my wallets?


Payment are working for me on both old and new versions. So it doesn’t metter.
Problem on your side. You need to have “some dance” with this coin to make all the things work ))
Have you checked you address balance on blockchain? Is your MN wallet synced?
Andrey!
Member
**
Offline Offline

Activity: 74
Merit: 10


View Profile
November 22, 2017, 04:53:39 AM
 #637

it looks like scam ... DEV SUPORT !!! ??
Scam it’s when all the premine is dumped on exchange))
Here is no normal exchange)) 0.2 btc volume on coinsmarkets is not enough even for scam ))
Where is dev I don’t know..
Reinstall your wallet. Clean blockchain and appdata. Sync your wallet, check blocks are up to date. And change pool to p2pool. For example this one is used by me:
crypto.mine.nu:8279/static/
Everything is okay, don’t worry.
ArsenalFC
Member
**
Offline Offline

Activity: 72
Merit: 10


View Profile
November 22, 2017, 07:51:54 AM
 #638

Today are too many troubles with theese pools - http://pool.penza.me:8279/static/ and http://mine.janche.ru:8279/static/  Angry
sawa
Legendary
*
Offline Offline

Activity: 1308
Merit: 1011



View Profile
November 22, 2017, 08:01:30 AM
Last edit: November 22, 2017, 08:27:43 AM by sawa
 #639

Today are too many troubles with theese pools - http://pool.penza.me:8279/static/ and http://mine.janche.ru:8279/static/  Angry
I updated the source code of the p2pool https://github.com/ilsawa/p2pool-kzc
Update required.

In addition to those you specify, you can use these nodes:
http://crypto.mine.nu:8279
http://p2p-spb.xyz:8279
http://tomsk.mine.nu:8279
They have already been updated.

ParTKzn
Newbie
*
Offline Offline

Activity: 8
Merit: 0


View Profile
November 22, 2017, 08:49:11 AM
 #640

Hi gays! What's happening? In the morning there were 8 KZC in the account. It's now 0.04 KZC. Where's all gone?
https://chain.kzcash.kz/address/KhhrJf4uzbiHEnVNB82TFutQMUyabmKR5x
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 65 66 67 68 69 70 »
  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!