Bitcoin Forum
June 24, 2024, 02:03:03 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 [2]
21  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: June 01, 2017, 02:16:01 PM
On miningspeed it says "It takes 120 confirmations before balance is shown!" I would have expected there were more than 120 confirmations since the first block I've been paid for (oldest one paid) ... my "Paid" value has been increasing, but the balance is still 0. Is there somewhere where I can check the number of remaining confirmations for the balance?

If you are getting enough (more than 0.1 ZEN) to get paid every block your balance will never increase because you get paid directly on your wallet. Balance is for when your earnings on the block is not enough to receive a payout, for example you get 0.01 ZEN every block, your balance will slowly go up and when you exceed 0.1 ZEN, you get paid Smiley

Yes, I've been getting more than 0.1 per block. Miningspeed is down at the moment (what gives?) but a while ago I had quite a few ZEN. However, zen-cli getinfo shows balance 0 and also "errors": "WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)"

Code:
{
  "version": 2000852,
  "protocolversion": 170002,
  "walletversion": 60000,
  "balance": 0.00000000,
  "blocks": 0,
  "timeoffset": 0,
  "connections": 0,
  "proxy": "",
  "difficulty": 1,
  "testnet": false,
  "keypoololdest": 1496223843,
  "keypoolsize": 101,
  "paytxfee": 0.00000000,
  "relayfee": 0.00000100,
  "errors": "WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)"
}

zend has been running as daemon. What in the world is going on with this coin? Did I just lose a day of mining?

You don't see your transactions because the wallet is out of sync. Try to add these nodes to your zen.conf file:

Quote
addnode=45.63.91.141
addnode=172.104.138.73
addnode=45.63.11.194
addnode=45.76.194.48
addnode=node1.zenchain.info
addnode=45.63.116.197
addnode=45.77.55.3
addnode=45.63.116.197

For those who have ZEN addresses with me, I've just updated the spreadsheets with the current balances:
https://docs.google.com/spreadsheets/d/1Ybo2yl4RwAEykG736FOFhjkrgiQigpT3cymoUmYeWCk/edit?usp=sharing

Hi Pustul,
I am finding many difficulties to setup the zencash wallet and zclassic wallet in Debian 8.8.0 x64
I hadn't any problem with zcash and hush wallets,
Please can you help to me a bit to setup this wallets, zclassic and zencash.
Thank you very much.


Hey,

I am personally using Mint as it is my favorite distro, I will also recommend to people installing a VM for this wallet to use Mint. I was able to help a big miner run the wallet on Mint whereas it was failing to compile on Ubuntu. But send me a pm with your problem and I will see what I can do for you.

Certainly I tried setup zclassic in ubuntu 14.04 and 16.04 and I couldn't.
Thank you very much by your advice about Mint, I will create a VM for ZenCash,
May I suppose that I will be able to setup in the same Mint VM ZClassic and ZenCash wallets?, Could you clarify this for me, please?
Thank you very much.

P.d. If you have or know ZClassic nodes, can you write their addresses for all, thank you.
Do you want that I send to you a .txt with all ZenCash compile data which is given to me at the Debian 8.8.0 x64 terminal?
My favourite distro is Debian 8.8.0 x64 Gnome Desktop, but I  still have many others distros for discover!.
 Smiley
22  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: June 01, 2017, 01:17:54 PM
This is the instrucctions I have but it don't make the compile well:

1º) Get dependencies:

sudo apt-get install \
      build-essential pkg-config libc6-dev m4 g++-multilib \
      autoconf libtool ncurses-dev unzip git python \
      zlib1g-dev wget bsdmainutils automake

2º) Install:

git clone https://github.com/zencashio/zen.git

# Build
cd zen
./zcutil/build.sh -j$(1)
# fetch key
./zcutil/fetch-params.sh
# Run
./src/zend
23  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: June 01, 2017, 01:07:38 PM
On miningspeed it says "It takes 120 confirmations before balance is shown!" I would have expected there were more than 120 confirmations since the first block I've been paid for (oldest one paid) ... my "Paid" value has been increasing, but the balance is still 0. Is there somewhere where I can check the number of remaining confirmations for the balance?

If you are getting enough (more than 0.1 ZEN) to get paid every block your balance will never increase because you get paid directly on your wallet. Balance is for when your earnings on the block is not enough to receive a payout, for example you get 0.01 ZEN every block, your balance will slowly go up and when you exceed 0.1 ZEN, you get paid Smiley

Yes, I've been getting more than 0.1 per block. Miningspeed is down at the moment (what gives?) but a while ago I had quite a few ZEN. However, zen-cli getinfo shows balance 0 and also "errors": "WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)"

Code:
{
  "version": 2000852,
  "protocolversion": 170002,
  "walletversion": 60000,
  "balance": 0.00000000,
  "blocks": 0,
  "timeoffset": 0,
  "connections": 0,
  "proxy": "",
  "difficulty": 1,
  "testnet": false,
  "keypoololdest": 1496223843,
  "keypoolsize": 101,
  "paytxfee": 0.00000000,
  "relayfee": 0.00000100,
  "errors": "WARNING: check your network connection, 0 blocks received in the last 4 hours (96 expected)"
}

zend has been running as daemon. What in the world is going on with this coin? Did I just lose a day of mining?

You don't see your transactions because the wallet is out of sync. Try to add these nodes to your zen.conf file:

Quote
addnode=45.63.91.141
addnode=172.104.138.73
addnode=45.63.11.194
addnode=45.76.194.48
addnode=node1.zenchain.info
addnode=45.63.116.197
addnode=45.77.55.3
addnode=45.63.116.197

For those who have ZEN addresses with me, I've just updated the spreadsheets with the current balances:
https://docs.google.com/spreadsheets/d/1Ybo2yl4RwAEykG736FOFhjkrgiQigpT3cymoUmYeWCk/edit?usp=sharing

Hi Pustul,
I am finding many difficulties to setup the zencash wallet and zclassic wallet in Debian 8.8.0 x64
I hadn't any problem with zcash and hush wallets,
Please can you help to me a bit to setup this wallets, zclassic and zencash.
Thank you very much.
24  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 31, 2017, 05:58:14 AM
It's still block 110008 in local wallet (for 1 hour)  Undecided

Hello uralcryptocoin, if you know zencash nodes, can you post them, please?
Thank you very much.

Edit:
The Zen 2.0.8-2 wallet is still compiling into my machine, then I suppose that I will need them very soon, I hope that yes!
 Smiley

I do not use any addnode strings in .conf file, connections default
Now I see following in zend:

 Block height | 110009
            Connections | 8
  Network solution rate | 83535 Sol/s


Ok! Thank you very much uralcryptocoin.
The complile proccess has already finished, then I will try to sync only writting user and password.
You have been very kind!.
 Smiley
25  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 31, 2017, 05:31:30 AM
It's still block 110008 in local wallet (for 1 hour)  Undecided

Hello uralcryptocoin, if you know zencash nodes, can you post them, please?
Thank you very much.

Edit:
The Zen 2.0.8-2 wallet is still compiling into my machine, then I suppose that I will need them very soon, I hope that yes!
 Smiley
26  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 31, 2017, 03:48:04 AM
The last info I was able to glean from Slack/Telegram is the devops team is working on resolving another error they found when trying to bring up the live-net related to the replay attack fixes they put in to appease Bittrex and avoid a DAOesque disaster.  

Timeline sounds like the chain should be live anytime within the next 24-36 hours for mining, but right now any miners showing successful blocks will likely be made invalid when the fix is put in.

As far as Bittrex, I've heard, but not verified that they will have trading live within 36 hours of the genesis block being propagated and the chain going live successfully.
Hey OC and other pool owners, what about this?
Can we still mine?

I'm unsure.. as said before, the pool is now finding blocks as I've hacked something together but the coins is still broken.. usually invalid blocks shouldn't be accepted by the local daemon
Suprnova is now finding blocks, i've hacked together something that it works.

Hashrate display is wrong, I'll fix that within 48h !

thanks for your patience


Thanks OC, would you recommend leaving my miner pointed at supr overnight or is this likely to make me rage in the morning?

Also could someone link me to a block explorer for Zen? I can't seem to find one. Another thing that should be provided at launch.


i think you should be fine


OCMiner, the suprnova ZEN pool is showing block height at 110009, but the node I am running is showing that the block height is stil 110007, so I think something still isn't right?  Thanks for everything you are doing to try to get this resolved.  The efforts are sincerely appreciated.

Erasmus (used to be MashRinx)

Hi Erasmus,
Which zencash nodes are you conected?
27  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 31, 2017, 02:38:45 AM
Suprnova is now finding blocks, i've hacked together something that it works.

Hashrate display is wrong, I'll fix that within 48h !

thanks for your patience

Bigs numbers at hashrate is not bad!

It is a pleasure!
 Smiley

Edit: Can anybody write the tor ZenCash nodes to add to zencash.conf?

Thank you very much
 Smiley
28  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 31, 2017, 02:22:55 AM

Hi there!,
Could you write in a few words how to get a ZenCash address to give to https://zenmine.pro a try, please?
Thank you very much!.
 Smiley
29  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 31, 2017, 01:59:55 AM
I'm just testing the new TX, but I cannot seem to get connected to the main network, blocks are propagating too slow.

IMHO not safe for mining yet.

Thank you very much OC, this is amazing!
 Smiley
30  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 30, 2017, 11:08:25 PM
Thanks for your trust Smiley

Excuse me OC, but anybody enjoy a lot deleting and moving my posts, but I don't mind, only for clarify.
With Suprnova to the moooooooooon,....!
 Smiley
31  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 30, 2017, 08:36:11 PM
When start mining on suprnova ? .

At launch time in about 4h from now

Very highly cool!!!
Amazing!!!
Awesome too!!!
 Smiley
32  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ZEN] ZENCASH: Permanent, Distributed, and Fully Anonymous cryptocurrency on: May 30, 2017, 03:30:03 PM
Hello everyone,
If you install the Zen 2.0.8-2 Wallet of: https://github.com/zencashio/zen
Will this wallet be the same when all be launched  at utc time 23:59 or won't?
Enjoy a lot!
Pages: « 1 [2]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!