Bitcoin Forum
September 25, 2025, 02:14:50 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Altcoin Discussion / Re: Need advise: How to store history of Ethereum token changes in a webapp on: May 13, 2019, 07:56:42 AM
Excuse me, I already decided, no need to ask/explain anymore.
2  Alternate cryptocurrencies / Altcoin Discussion / Need advise: How to store history of Ethereum token changes in a webapp on: May 10, 2019, 12:37:36 PM
I need advice:

I have a set of projects accepting donations and trades. A project may be associated with an Ethereum token. A project may be edited, if it is changed, then a new version of its description, title, and other data is created. It is a big problem if a token is replaced, but sometimes a token needs to be replaced. Should I store changes of token addresses in the regular project metadata or keep a separate story (unrelated to other metadata) of token changes?
3  Alternate cryptocurrencies / Altcoin Discussion / Cannot download ZClassic blockchain on: January 02, 2018, 10:05:32 PM
A copy of my question https://superuser.com/q/1281958/205113

We try to set ZClassic on our server.

I compiled zcash and start ./src/zcashd -printtoconsole. Here is the config ~/.zclassic/zclassic.conf:

    #gen=1
    connect=asia.zclassic.miningpoolhub.com:20575
    connect=ny1.minez.zone:3034
    connect=equihash.cryptobroker.io:3335
    connect=zcl.suprnova.cc:4042
    connect=zclassic.pool.mn:6041
    #addnode=minez.zone
    #addnode=pool.cryptobroker.io
    #addnode=zclmine.com
    #addnode=zclassic.miningspeed.com
    #addnode=zcl.suprnova.cc
    #addnode=dnsseed.zclassic.org
    #addnode=dnsseed.rotorproject.org
    rpcuser=XXX
    rpcpassword=XXX
    rpcport=8023
    p2pport=8033
   
    server=1
    #rpcbind=localhost
    #rpcconnect=localhost
    #showmetrics=0


Then I try to use stratum-mining: ~/stratum-mining# twistd -ny launcher.tac says:

    ...
    ERROR mining # CoinD downloading blockchain... will check back in 30 sec
    ...


More info:

    # ~/zclassic/src/zcash-cli getinfo
    {
      "version": 1001051,
      "protocolversion": 170002,
      "walletversion": 60000,
      "balance": 0.00000000,
      "blocks": 0,
      "timeoffset": 0,
      "connections": 5,
      "proxy": "",
      "difficulty": 1,
      "testnet": false,
      "keypoololdest": 1514916287,
      "keypoolsize": 101,
      "paytxfee": 0.00000000,
      "relayfee": 0.00000100,
      "errors": ""
    }

What is the problem which prevents us to download blockchain?
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!