Bitcoin Forum
June 06, 2026, 02:39:18 AM *
News: Latest Bitcoin Core release: 31.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 [4] 5 6 7 8 »
61  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 18, 2017, 04:24:54 PM
I have same:

{
  "version": 120105,
  "protocolversion": 70206,
  "walletversion": 61000,
  "balance": 0.00000000,
  "spysend_balance": 0.00000000,
  "blocks": 213009,
  "timeoffset": 0,
  "connections": 26,
  "proxy": "",
  "difficulty": 404.7126935880735,
  "testnet": false,
  "keypoololdest": 1506766687,
  "keypoolsize": 1004,
  "paytxfee": 0.00000000,
  "relayfee": 0.00010000,
  "errors": ""
}


and running upgraded version of node.

within 1-2 days there will be a normalization
62  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 18, 2017, 04:12:15 PM
Is the mac wallet bounty still available?
I'm sorry I did not understand the question.
63  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 18, 2017, 04:10:55 PM
What is the block hight on your pool? I think the problem is that still too many nodes are on a wrong wallet version and the chain is forking.
How about the eternity nodes. I can't see one working, all of them get rejected. Why?

hight - 212777.
Nodes are incompatible, so there is a chain rejection with old wallets  
64  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 18, 2017, 03:25:05 PM
The explorer block will be rebooted in the near future, the mining pool is working, new blocks are appearing steadily.

Blockchain
http://ent.eternity-group.org/blockchain.zip
http://ent.eternity-group.org/blockchain.tar.gz
65  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 17, 2017, 12:25:59 AM
My Unomp is sticking at:

"[2017-10-16 21:11:46.459] [DEBUG] [default] - Pool eternity Thread 1 Downloaded 100.00% of blockchain from 8 peers"

and doesn't start the ENT threads.  Sad

Everything else is fine, new core and the js snipplet from above added.

Any ideas?


It is enough to add the above code, for the normal operation of the pool. As an example, http://pool.eternity-group.org works great.
66  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 17, 2017, 12:23:43 AM
Dev, do you have any checkpoints coded? I noticed a strange behavior in the chain, where mined blocks were canceled even after more than 10 confirmations and rewritten with new ones. Seems someone is manipulating the chain?

No, there is no manipulation, it is necessary to switch to a new version of the wallet, for the stability of the chain.
67  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 16, 2017, 02:29:18 PM
New version of the wallet, please update
GitHub


whats new ?

One IP -> One EternityNode
68  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 16, 2017, 02:10:49 PM
mmm...
settings directory
.eternity -> .eternitycore

Yes, you need to transfer wallet.dat from the eternity folder to the eternitycore folder
69  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 16, 2017, 02:09:12 PM
^^where to put this script on the pool/unomp folder?

node_modules->merged-pooler->lib->transactions.js
70  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 16, 2017, 12:28:44 PM
For UNOMP pools

transactions.js

Code:

var txOutputBuffers = [];

/* Eternity 12.1 */
    if (rpcData.eternitynode && rpcData.superblock) {
        if (rpcData.eternitynode.payee) {
            var payeeReward = 0;

            payeeReward = rpcData.eternitynode.amount;
            reward -= payeeReward;
            rewardToPool -= payeeReward;

            var payeeScript = util.addressToScript(rpcData.eternitynode.payee);
            txOutputBuffers.push(Buffer.concat([
                util.packInt64LE(payeeReward),
                util.varIntBuffer(payeeScript.length),
                payeeScript
            ]));
        }
if (rpcData.superblock.length > 0) {
            for(var i in rpcData.superblock){
                var payeeReward = 0;

                payeeReward = rpcData.superblock[i].amount;
                reward -= payeeReward;
                rewardToPool -= payeeReward;

                var payeeScript = util.addressToScript(rpcData.superblock[i].payee);
                txOutputBuffers.push(Buffer.concat([
                    util.packInt64LE(payeeReward),
                    util.varIntBuffer(payeeScript.length),
                    payeeScript
                ]));
            }
        }
    }

71  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: October 16, 2017, 01:22:29 AM
New version of the wallet, please update
GitHub
72  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 27, 2017, 10:57:05 PM
How to disable the masternode to send 1000 ent to another wallet?

Delete eternitynode.conf or turn off the coin control feature in your wallet settings
73  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 27, 2017, 08:03:32 PM
How is the yield from MN per day now? How many and how often on average are the coins extracted?


Real time - http://ent.eternity-group.org/#nodes
74  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 25, 2017, 05:03:33 PM
Thanks for the info. Nice to see you again here.

I'm glad to hear that. A lot of work, updating the wallet, setting up and adapting the Mall to Eternity.
75  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 25, 2017, 03:39:54 PM
Altminer is currently down for ENT pool. Any good working pools?

http://www.crypto-coach.cc/
76  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 25, 2017, 03:15:58 PM
Yobit doesn't allow to make new addresses. Anyone else with this problem?
Wallet in manteinance (with no update, so no logic). Probably this will last till Yolo rcover control over a goos quantity of coins good price. It would be really good for the coin be listed in another exchange, nova for example.

Salute

In the very near future will update the wallet.
77  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 25, 2017, 03:13:36 PM
Yobit doesn't allow to make new addresses. Anyone else with this problem?
Wallet status: Maintenance
78  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 25, 2017, 03:09:32 PM
Mining has stabilized, new blocks appear stably.
79  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ENT] Eternity - X11 - No Premine on: August 09, 2017, 02:48:36 PM
Many thanks for the detailed instruction.
80  Alternate cryptocurrencies / Announcements (Altcoins) / [ANN][ATT] Attraction - X11 (by Eternity Group) on: April 27, 2017, 07:43:10 PM
Within 3-6 months a coin «Attraction» (ATT) will be created.
This coin is created as a payment instrument for an Internet Mall. At the moment, work is under way to adapt the source code of the shopping center. This is a serious project from the Eternity Group with investments of several hundred thousand dollars.
At the time the source code is opened, the first block in the chain will have a future date, so there will be an absolutely zero premine.
We will also work with stock exchanges to add coins to trading pools and mining pools, so by the time of the first block, simultaneous launch on all services, including the Internet Mall.
At the current moment several tens of thousands of dollars have already been invested in the project and this is only the beginning. This topic is created for the appearance of the copyright of the Eternity Group of abbreviations ATT and the name of the coin «Attraction».
After starting this branch will become informational.

I draw your attention that until the moment of 100% readiness of the project to launch no additional information will be placed, including answers to possible questions.
Pages: « 1 2 3 [4] 5 6 7 8 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!