Pages:
Author

Topic: [ANN] ★★ EBT Coin - Entropybit 100% PoS - Multipool - Bugfix version 4.0.3! ★★ - page 9. (Read 131676 times)

EBT
sr. member
Activity: 252
Merit: 250
Everything's fine after downloading the Blockchain file. Thanks.

You are welcome.

Fixing the fresh sync issue is likely to take a complete codebase upgrade for the wallet, which we are working on.

We'll provide weekly block chain snapshots for as long as they are needed.
hero member
Activity: 560
Merit: 500
Everything's fine after downloading the Blockchain file. Thanks.
EBT
sr. member
Activity: 252
Merit: 250
New wallet is not syncing... stuck here...

Yes, it may not sync a fresh chain.

Just download the blockchain snap shot

Win Data: https://drive.google.com/file/d/0B8rWObF4xz1Ya0VjSlh1aFZDMXc/edit?usp=sharing

1. Stop the client
2. Delete all but wallet.data and EBT.conf
3. Unpack the files from the above link into the EBT data directory
4. Start the client
hero member
Activity: 560
Merit: 500
New wallet is not syncing... stuck here...

EBT
sr. member
Activity: 252
Merit: 250

The following is a preview announcement. An update to the OP will accompany an official announcement tomorrow.

As promised, below are links to weekly snapshots of the blockchain. Also are links to the new release 4.1.0.1. This release fixes issues with minting that causes the processor to work overtime. New minting behavior will go into effect midnight, Aug. 15, GMT.

The new behavior will bump the interest rate to the full 100% APR from about 80% now. A delay is required before the behavior goes into effect so exchanges can update and users can adopt the new version.


Clients

Win Auto (exe): https://drive.google.com/file/d/0B8rWObF4xz1YdzQ4RXFaSDQ1OEU/edit?usp=sharing
Win Manual (zip): https://drive.google.com/file/d/0B8rWObF4xz1YSEhmSFNqZVJSZk0/edit?usp=sharing
Mac (dmg): https://drive.google.com/file/d/0B8rWObF4xz1YZ2pyblZyc09lUnM/edit?usp=sharing

Block Chain Data

Win Data: https://drive.google.com/file/d/0B8rWObF4xz1Ya0VjSlh1aFZDMXc/edit?usp=sharing
Mac Data: https://drive.google.com/file/d/0B8rWObF4xz1YRUhkSkVGWTl4V28/edit?usp=sharing
legendary
Activity: 1876
Merit: 1014
We've been working on this synchronization problem and it looks like it has a combination of causes.

The plan is to make a major update to the wallet code base, which should solve the issues that can't be corrected on the user side. The main issue that users can't control is request and delivery of block indices, which seems to be undependable when the internet connection is not good. That's what the updates should fix.

Within 16 hours, we'll update the clients with checkpoints and some new staking code that should make minting less taxing on your processors and improve your APR from about 85% to the full nominal 100%. (This release is will not have the major code updates mentioned in the above paragrah.) The instructions below will have a better chance to succeed with the updated clients. We'll also release the first of the weekly blockchain snapshots tonight.

On the user side, the following will give the best chance for a sync, but may fail, especially with spotty internet connections. Probably the biggest problem is with corrupted wallet databases, which happens for all coins. The following instructions will repair most wallets.



1. Find the data directory for EBT

  • Windows: Roaming folder -> Application Support -> EBT
  • Mac: Home Folder -> Library -> Application Support -> EBT
  • Linux: Home Folder -> .EBT

2. Back up wallet.dat from the data directory

3. If not running, start the client (don't worry about syncing now)

4. Run "repairwallet" in the console (Help -> Debug window -> Console)

5. Let it finish. It's going to take a while if you have a lot of transactions.

6. Back up the repaired wallet.dat. Don't replace the one you backed up in Step 2.

7. When finished, stop the client

8. Make sure the backup of wallet.dat is somewhere safe, outside of the EBT data directory

9. Remove everything from the EBT data directory, or better yet, just rename it.

10. Create the following EBT.conf file in a fresh EBT data directory:

Code:
rpcuser=ebtrpc
rpcpassword=PUT_YOUR_OWN_PASSWORD_HERE
addnode=71.74.158.239
addnode=176.214.235.43
addnode=208.107.176.95
addnode=212.50.27.20
addnode=162.218.88.171
addnode=67.212.70.89
addnode=23.249.161.254
server=1
daemon=1

11. Start the client.

12. Do not stop the client until it is fully synced. Have patience, it may pause for as many as 10 to 15 minutes at places.

13. When fully synced, stop the client.

14. Copy the original wallet.dat back into the EBT data directory.

15. Start the client.

16. Run repairwallet one more time.

17. Back up your wallet once again. Do not replace any previous backup.




Remember, these instructions may fail, but a full update to the wallet is in the works, so have patience.



I will wait on the update, but it is good to see you're working hard on it!
EBT
sr. member
Activity: 252
Merit: 250
We've been working on this synchronization problem and it looks like it has a combination of causes.

The plan is to make a major update to the wallet code base, which should solve the issues that can't be corrected on the user side. The main issue that users can't control is request and delivery of block indices, which seems to be undependable when the internet connection is not good. That's what the updates should fix.

Within 16 hours, we'll update the clients with checkpoints and some new staking code that should make minting less taxing on your processors and improve your APR from about 85% to the full nominal 100%. (This release is will not have the major code updates mentioned in the above paragrah.) The instructions below will have a better chance to succeed with the updated clients. We'll also release the first of the weekly blockchain snapshots tonight.

On the user side, the following will give the best chance for a sync, but may fail, especially with spotty internet connections. Probably the biggest problem is with corrupted wallet databases, which happens for all coins. The following instructions will repair most wallets.



1. Find the data directory for EBT

  • Windows: Roaming folder -> Application Support -> EBT
  • Mac: Home Folder -> Library -> Application Support -> EBT
  • Linux: Home Folder -> .EBT

2. Back up wallet.dat from the data directory

3. If not running, start the client (don't worry about syncing now)

4. Run "repairwallet" in the console (Help -> Debug window -> Console)

5. Let it finish. It's going to take a while if you have a lot of transactions.

6. Back up the repaired wallet.dat. Don't replace the one you backed up in Step 2.

7. When finished, stop the client

8. Make sure the backup of wallet.dat is somewhere safe, outside of the EBT data directory

9. Remove everything from the EBT data directory, or better yet, just rename it.

10. Create the following EBT.conf file in a fresh EBT data directory:

Code:
rpcuser=ebtrpc
rpcpassword=PUT_YOUR_OWN_PASSWORD_HERE
addnode=71.74.158.239
addnode=176.214.235.43
addnode=208.107.176.95
addnode=212.50.27.20
addnode=162.218.88.171
addnode=67.212.70.89
addnode=23.249.161.254
server=1
daemon=1

11. Start the client.

12. Do not stop the client until it is fully synced. Have patience, it may pause for as many as 10 to 15 minutes at places.

13. When fully synced, stop the client.

14. Copy the original wallet.dat back into the EBT data directory.

15. Start the client.

16. Run repairwallet one more time.

17. Back up your wallet once again. Do not replace any previous backup.




Remember, these instructions may fail, but a full update to the wallet is in the works, so have patience.

hero member
Activity: 560
Merit: 500
EBT
sr. member
Activity: 252
Merit: 250

Just to fill everyone in on what's going on behind the scenes. We've been able to verify the synchronization issues that some users have experienced. For the last couple of days, we've been trying to get to the source of these problems. This effort has required many re-syncs, which take a lot of time.

One major problem is that there are some old clients that are serving blocks from a chain orphaned over a month ago. This chain is absolutely not relevant and has been checkpointed to irrelevance at github for about a month. Unfortunately it does rear it's ugly head by stalling the synchronization of new chains. Also, we just realized that these checkpoints haven't made it into the binary releases.

In the upcoming release, the official chain will be checkpointed exactly at the point of deviation so that the index for the orphan chain never has a chance to be accepted.

Also, we plan to make available weekly snapshots of the block chain so that users can start with an easily downloadable full chain.

Because of the time it takes to test, we anticipate a release of a new wallet in two or three days.
EBT
sr. member
Activity: 252
Merit: 250
This is embarrassing.

There is a small staking bug in EBT, that we knew about, that reduced the actual APR a bit.

However, what we didn't realize is that the miner goes full steam, rejecting it's own blocks until the coins are over-mature. This is part of the same bug.

We hope to have a bugfix out today.

It's going to take a couple of days for a fix because no one on the team seems to have coins the right age to test. The code changes are in, but we need to test to ensure they work. The github repository has not yet been updated, though.

After the bug fix is released, it won't go into effect for over a week to give people a chance to update wallets. The bug is of a nature where the fix can't go live until most users adopt the update.

EBT
sr. member
Activity: 252
Merit: 250


Added to multifaucet.tk
Get FREE coins!

Another dev just donated 20,000 EBT to the faucet.

TXID: f3bbdef5e8ca16a5dd65362f35fd047f1fe1ac289484696d90f731dc0fe893b2

http://www.multifaucet.tk/index.php?faucet=EBT
full member
Activity: 142
Merit: 100
thanks but this don't work... i can't sync :

My last block time is : mar. 1. juil. 21:41:56 2014
Current number of blocks is : 389230

Are you sure you are running the latest version of the client 4.0.3?

https://bitcointalksearch.org/topic/m.7707082

Try syncing a new chain. Quit your client Backup your wallet.dat. Go to "EBT" in application data folder in your roaming folder and delete blk* db.log debug.log peers.dat (NOT wallet.dat). Then restart.


Thanks for your help, i've sync my wallet and stake .. all is good Smiley
EBT
sr. member
Activity: 252
Merit: 250
This is embarrassing.

There is a small staking bug in EBT, that we knew about, that reduced the actual APR a bit.

However, what we didn't realize is that the miner goes full steam, rejecting it's own blocks until the coins are over-mature. This is part of the same bug.

We hope to have a bugfix out today.
sr. member
Activity: 350
Merit: 250
That's what we needed...a way to help grow the user base of EBT!
sr. member
Activity: 294
Merit: 250
★777Coin.com★ Fun BTC Casino!


Added to multifaucet.tk
Get FREE coins!

One of the developers have made the first 10,000 EBT contribution to the faucet. More will come as soon as other devs get a chance to do it.

TXID: e00ecb72012140e236f7b60b3e5b08612d9846442dc7398c80aad1e2e9b13070


that is a good start now more will follow this trend and do more contributions.
EBT
sr. member
Activity: 252
Merit: 250


Added to multifaucet.tk
Get FREE coins!

One of the developers have made the first 10,000 EBT contribution to the faucet. More will come as soon as other devs get a chance to do it.

TXID: e00ecb72012140e236f7b60b3e5b08612d9846442dc7398c80aad1e2e9b13070

http://www.multifaucet.tk/index.php?faucet=EBT
EBT
sr. member
Activity: 252
Merit: 250
thanks but this don't work... i can't sync :

My last block time is : mar. 1. juil. 21:41:56 2014
Current number of blocks is : 389230

Are you sure you are running the latest version of the client 4.0.3?

https://bitcointalksearch.org/topic/m.7707082

Try syncing a new chain. Quit your client Backup your wallet.dat. Go to "EBT" in application data folder in your roaming folder and delete blk* db.log debug.log peers.dat (NOT wallet.dat). Then restart.
legendary
Activity: 1572
Merit: 1002
full member
Activity: 142
Merit: 100
My wallet is always stuck and out of sync... someone can help me ?

I use this node in my conf :
addnode=192.211.62.50
addnode=114.22.28.17
addnode=95.43.216.142
addnode=68.35.89.205
addnode=50.125.168.242

If you have a lot of trouble, try this:

1. Stop your wallet
2. Add this line to your conf:

Code:
salvagewallet=1

3. Start your wallet and wait to sync.
4. Stop your wallet
5. Take out this line (so it doesn't try to salvage your wallet every time)

Code:
salvagewallet=1

6. Start your wallet



thanks but this don't work... i can't sync :

My last block time is : mar. 1. juil. 21:41:56 2014
Current number of blocks is : 389230
EBT
sr. member
Activity: 252
Merit: 250
If a dev or op can msg multifaucet.tk they will add EBT to their faucet.  I'll gladly donate some to get the ball rolling and help build the EBT user base.

Done! We'll keep you posted.
Pages:
Jump to: