<<  >> (p.68)
    Author Topic: [ANN] Datacoin - Censorship-Free Data Storage  (Read 67260 times)
    gjhiggins
    Legendary
    *
    Offline Offline

    Activity: 2268
    Merit: 1290



    View Profile WWW
    November 27, 2020, 02:45:15 AM
     #1341

    Quote
    But from what I understand, the 0.15 version is the unique that can broadcast txs  to both 0.8 and 0.16 nodes (and 0.15, of course).
    I don't think that's the case but I will check.
    I checked with my own version of the 0.16.3 client (available here) and it does successfully broadcast senddata txs: https://www2.bytestamp.net/blocks/qtx/en/c58ecabe71ffa403b9c962a509ff3ffda3659b895ffbca23db714c06c4a4d51f

    I've cut an alpha release of this reference client if people want to d/l it and play with it on testnet https://github.com/gjhiggins/datacoin/releases/tag/alpha (I've made Windows and OS X binaries available) and I have a node running the Datacoin testnet chain on 144.76.118.44, generating blocks for 2mins out of every 10, just to keep the tip from getting stale. Feel free to have a play, difficulty is low. Unless configured otherwise, the client will sync to the Datacoin mainnet chain (although harmless, it's not what you want atm), so an appropriate conf file would be:

    Code:
    rpcuser=<rpcuser>
    rpcpassword=<rpcpassword>
    testnet=1
    server=1
    listen=0
    txindex=1
    gen=0
    genproclimit=1
    listenonion=no
    addnode=144.76.118.44
    (edit to suit your preferences), or just use -testnet on the command line if you prefer.

    Cheers

    Graham
Page 67
Viewing Page: 68