Bitcoin Forum
April 25, 2024, 09:00:37 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: How many BottleCaps do you own?
None - 86 (39.1%)
1-1k - 30 (13.6%)
1k-10k - 28 (12.7%)
More than 10k - 76 (34.5%)
Total Voters: 220

Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 [110] 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 ... 219 »
  Print  
Author Topic: Bottlecaps 2.1 UPDATE REQUIRED - HARDFORK JULY 4 2014 to 200% Annual PoS  (Read 388604 times)
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 17, 2014, 02:56:47 PM
 #2181

Once the few clients that are on the wrong chain are gone this shouldn't be an issue any more.

You can also do this. Start fresh and use the -connect (not -addnode) in the Config file or the startup switch

use these IPs

(Start up Switches)
-connect=37.59.48.89:7685
-connect=62.210.122.161:7685
-connect=107.170.113.225:7685
-connect=66.172.12.153:7685
-connect=192.99.35.133:7685
-connect=72.78.100.7:7685
-connect=178.238.45.216:7685
-connect=72.52.231.153:7685
-connect=74.105.241.83:7685

Once you are on the right chain, you can restart without the -connects.

So far i have 3 of 3 computers on the 500k chain, only 1 I had to full re-sync. The rest picked up on restart no problems.




I sent a msg to Cryptsy to get the new wallet and to please put CAP back online!

Cheers!

www.xpool.ca

I heard through the grapevine that Cryptsy has massive updates rolling out ASAP. Apparently all lag and everything will be eliminated, I am hoping they will also be able to get CAP back online at the same time.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
1714078837
Hero Member
*
Offline Offline

Posts: 1714078837

View Profile Personal Message (Offline)

Ignore
1714078837
Reply with quote  #2

1714078837
Report to moderator
1714078837
Hero Member
*
Offline Offline

Posts: 1714078837

View Profile Personal Message (Offline)

Ignore
1714078837
Reply with quote  #2

1714078837
Report to moderator
You get merit points when someone likes your post enough to give you some. And for every 2 merit points you receive, you can send 1 merit point to someone else!
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714078837
Hero Member
*
Offline Offline

Posts: 1714078837

View Profile Personal Message (Offline)

Ignore
1714078837
Reply with quote  #2

1714078837
Report to moderator
1714078837
Hero Member
*
Offline Offline

Posts: 1714078837

View Profile Personal Message (Offline)

Ignore
1714078837
Reply with quote  #2

1714078837
Report to moderator
1714078837
Hero Member
*
Offline Offline

Posts: 1714078837

View Profile Personal Message (Offline)

Ignore
1714078837
Reply with quote  #2

1714078837
Report to moderator
eBit
Member
**
Offline Offline

Activity: 91
Merit: 10


View Profile
June 17, 2014, 04:35:23 PM
 #2182

The fork happened at block 491911 and those clients trapped on the shorter chain cannot re-organise to the longer chain:

Code:
17/06/14 12:28:22 REORGANIZE
17/06/14 12:28:22 REORGANIZE: Disconnect 2626 blocks; 000000000dd458745575..00000000185b11596f0a
17/06/14 12:28:22 REORGANIZE: Connect 8226 blocks; 000000000dd458745575..7d8c51bf9b063fcaa768
17/06/14 12:28:29 ERROR: DisconnectInputs() : UpdateTxIndex failed
17/06/14 12:28:29 ERROR: Reorganize() : DisconnectBlock afddc6baaef6389282cf failed
17/06/14 12:28:29 InvalidChainFound: invalid block=7d8c51bf9b063fcaa768  height=500137  trust=2003988848859  date=17/06/14 12:27:28
17/06/14 12:28:29 InvalidChainFound:  current best=00000000185b11596f0a  height=494537  trust=2004038605111  date=17/06/14 12:11:53
17/06/14 12:28:29 ERROR: SetBestChain() : Reorganize failed
17/06/14 12:28:29 ERROR: ProcessSyncCheckpoint: SetBestChain failed for sync checkpoint 7d8c51bf9b063fcaa768f865551f8e79d0382a927923067203a8be43af1d58ba

Why? Because the DB wasn't supposed to handle such load.

Code:
Lock table is out of available lock entries
Lock table is out of available object entries

The solution? Create DB_CONFIG file in your %APPDATA% / BottleCaps directory and put the following in:

Code:
set_lg_dir database
set_lk_max_locks 500000
set_lk_max_objects 50000

Restart your client.

Code:
17/06/14 13:26:23 REORGANIZE
17/06/14 13:26:23 REORGANIZE: Disconnect 2626 blocks; 000000000dd458745575..00000000185b11596f0a
17/06/14 13:26:23 REORGANIZE: Connect 8289 blocks; 000000000dd458745575..8bc0c8f7881230740c0c
[...]
17/06/14 13:27:49 REORGANIZE: done
17/06/14 13:28:07 SetBestChain: new best=00000000061aa230f715  height=500201  trust=2004039184082  date=17/06/14 13:17:03
17/06/14 13:28:07 SetBestChain: new best=000000001268558811c0  height=500202  trust=2004039184130  date=17/06/14 13:17:37
17/06/14 13:28:08 SetBestChain: new best=000000000a060d20d1fb  height=500203  trust=2004039184178  date=17/06/14 13:22:55
17/06/14 13:28:08 AcceptPendingSyncCheckpoint : sync-checkpoint at 000000000a060d20d1fb3f076edc761792a496e84275627f8d4d9e803d4fe25c
17/06/14 13:28:08 ProcessBlock: ACCEPTED

Enjoy. I also suggest Tranz to put a checkpoint at 491915 or so to prevent this from happening.


Upon reload, most of the chain was able to load fast, but after the fork painfully syncing at 1 to 2 blocks per minute again.  Your suggestion fixed this and got me synced in under two minutes.

In addition to the checkpoint, do you think it might be a good idea to either update the BottleCaps client with these parameters or include the DB_CONFIG file to prevent this from happening in the future?

brian_23452
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250



View Profile
June 17, 2014, 04:45:45 PM
 #2183

Once the few clients that are on the wrong chain are gone this shouldn't be an issue any more.

You can also do this. Start fresh and use the -connect (not -addnode) in the Config file or the startup switch

use these IPs

(Start up Switches)
-connect=37.59.48.89:7685
-connect=62.210.122.161:7685
-connect=107.170.113.225:7685
-connect=66.172.12.153:7685
-connect=192.99.35.133:7685
-connect=72.78.100.7:7685
-connect=178.238.45.216:7685
-connect=72.52.231.153:7685
-connect=74.105.241.83:7685

Once you are on the right chain, you can restart without the -connects.

So far i have 3 of 3 computers on the 500k chain, only 1 I had to full re-sync. The rest picked up on restart no problems.




I sent a msg to Cryptsy to get the new wallet and to please put CAP back online!

Cheers!

www.xpool.ca

I heard through the grapevine that Cryptsy has massive updates rolling out ASAP. Apparently all lag and everything will be eliminated, I am hoping they will also be able to get CAP back online at the same time.

Cryptsy has been making that claim for how long now?
ghostlander
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
June 17, 2014, 04:46:42 PM
 #2184

Upon reload, most of the chain was able to load fast, but after the fork painfully syncing at 1 to 2 blocks per minute again.  Your suggestion fixed this and got me synced in under two minutes.

In addition to the checkpoint, do you think it might be a good idea to either update the BottleCaps client with these parameters or include the DB_CONFIG file to prevent this from happening in the future?

db.cpp can be patched this way as the current defaults are 10000 each, but this change must be made to every client to avoid a chain fork situation when the old clients fail to follow the new ones. Something like this happened in March of 2013 to Bitcoin when v0.7 and v0.8 clients disagreed on block 225430. I'm leaving it up to Tranz.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
NuShrike
Full Member
***
Offline Offline

Activity: 178
Merit: 100


View Profile
June 17, 2014, 05:07:12 PM
 #2185

I heard through the grapevine that Cryptsy has massive updates rolling out ASAP. Apparently all lag and everything will be eliminated, I am hoping they will also be able to get CAP back online at the same time.
My 7244 confirmations transfer is the blockchain, but not at Cryptsy yet. It's been 5 days so far and more for others.
nj_m715
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 17, 2014, 05:26:54 PM
 #2186

and on the blockchain is where they will stay until cryptsy runs and syncs their wallet.

I added the db.conf. I think it worked because my previously synced wallet instantly wanted to download another 5k blocks but it's painfully slow.

How can I be sure I'm on the correct fork? The debug window says there's a total of 500303 blocks. before it said 494000.
presstab
Legendary
*
Offline Offline

Activity: 1330
Merit: 1000


Blockchain Developer


View Profile
June 17, 2014, 06:15:14 PM
 #2187

Once the few clients that are on the wrong chain are gone this shouldn't be an issue any more.

You can also do this. Start fresh and use the -connect (not -addnode) in the Config file or the startup switch

use these IPs

(Start up Switches)
-connect=37.59.48.89:7685
-connect=62.210.122.161:7685
-connect=107.170.113.225:7685
-connect=66.172.12.153:7685
-connect=192.99.35.133:7685
-connect=72.78.100.7:7685
-connect=178.238.45.216:7685
-connect=72.52.231.153:7685
-connect=74.105.241.83:7685

Once you are on the right chain, you can restart without the -connects.

So far i have 3 of 3 computers on the 500k chain, only 1 I had to full re-sync. The rest picked up on restart no problems.




I sent a msg to Cryptsy to get the new wallet and to please put CAP back online!

Cheers!

www.xpool.ca

I heard through the grapevine that Cryptsy has massive updates rolling out ASAP. Apparently all lag and everything will be eliminated, I am hoping they will also be able to get CAP back online at the same time.

Cryptsy has been making that claim for how long now?

Look at their website right now

Quote
Important System Notification

We will be performing some hardware upgrades to increase internal networking capacity at our datacenter over the next couple hours. You may experience intermittent delays, but we do not expect any downtime.

Projects I Contribute To: libzerocoin | Veil | PIVX | HyperStake | Crown | SaluS
ghostlander
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
June 17, 2014, 06:17:35 PM
 #2188

I added the db.conf. I think it worked because my previously synced wallet instantly wanted to download another 5k blocks but it's painfully slow.

How can I be sure I'm on the correct fork? The debug window says there's a total of 500303 blocks. before it said 494000.

It's fine now.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
ofeefee
Legendary
*
Offline Offline

Activity: 1023
Merit: 1001


Tokenize Fantasy Sports


View Profile
June 17, 2014, 06:41:08 PM
 #2189

http://cap.blockx.info/ appears to be online, and is on the correct chain, as is the main block explorer.  My client is fully synced, and appears to be running well, on 2.0.0.1 now.

▄▄▄███████▄▄▄
▄▄████▒▒▒▒▒▒▒▒▒████▄▄
▄███▒▒▒▒█████████▒▒▒▒███▄
▄██▒▒▒█████████████████▒▒▒██▄
██▒▒████████████████████▒▒██
██▒▒████████▄▄███▄▄████████▒▒██
██▒▒███████████████████████████▒▒██
██▒▒███████████████████████████▒▒██
██▒▒██████████▀▀▀▀▀▀▀█▀▀█████████▒▒██
██▒▒████████████████████████████▒▒██
██▒▒████████▄███████▄████████████▒▒██
██▒▒████████▀███▀▀▀▀▀████████████▒▒██
██▒▒███████▄███████▄███████████▒▒██
██▒▒███████▀▀███▀▀▀▀███████████▒▒██
██▒▒██████████████▄██████████▒▒██
██▒▒███████████▀▀▀█████████▒▒██
▀██▒▒▒█████▄████▄██████▒▒▒██▀
▀███▒▒▒▒█████████▒▒▒▒███▀
▀▀████▒▒▒▒▒▒▒▒▒████▀▀
▀▀▀███████▀▀▀
.STRYKZ     THE TOKEN FOR ALL FOOTBALL FANS.
..TOKENISING FANTASY SPORTS▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬▬....











█████████████▄
██   ▄▄   ██▀██▄
██ ▄█▀▀█▄ ██▒▒▀██▄
██ ▀█▄▄█▀ ██▒▒▒▒▀██
██   ▀▀   █████████
██  ▄▄▄▄▄▄▄▄▄▄▄  ██
██  ▄▄▄▄▄▄▄▄▄▄▄  ██
██  ▄▄▄▄▄▄▄▄▄▄▄  ██
██  ▄▄▄▄▄▄▄▄▄▄▄  ██
██  ▄▄▄▄▄▄▄▄▄▄▄  ██
██               ██
███████████████████
Whitelist
WHITELIST
BOUNTIES












▄▄████████▄▄
▄████████████████▄
▄████████████████████▄
▄████████████████████████▄
▄██████████████████▀▀▀█████▄
█████████████▀▀▀      ██████
████████▀▀▀       ▄    ███████
█████▄         ▄█▀    ████████
████████▄    ▄█▀      ████████
███████████▄█▀       █████████
████████████  ▄     ████████
▀███████████ ███▄  ████████▀
▀████████████████████████▀
▀████████████████████▀
▀████████████████▀
▀▀████████▀▀
MEDIUM
FACEBOOK
YOUTUBE
[                      █     █     █
                      ██▄ ▄███▄ ▄██
                       ███████████
                       ███████████
                        ▄▄▄▄▄▄▄ ▄▄
                       ████████ ██
                      ▄███████▀ ███
                      ████▄▄▄▄▄ ███
                      ▀███████▀  ██
                      █████▄▄▄▄▄
                      ▀████████▀
                       ▀████▄▄▄▄
                         ▀█████▀
STRYKING
]
nj_m715
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 17, 2014, 07:52:11 PM
 #2190

shows as synced, but its 5k blocks short:
15:51:27

getblockcount


15:51:30

495039

Guess I need to re dl the blockchain and try again.
nj_m715
Newbie
*
Offline Offline

Activity: 39
Merit: 0


View Profile
June 17, 2014, 08:07:27 PM
 #2191

I created bottlecaps.conf and added this. Hope that's where it goes.

Once the few clients that are on the wrong chain are gone this shouldn't be an issue any more.

You can also do this. Start fresh and use the -connect (not -addnode) in the Config file or the startup switch

use these IPs

(Start up Switches)
-connect=37.59.48.89:7685
-connect=62.210.122.161:7685
-connect=107.170.113.225:7685
-connect=66.172.12.153:7685
-connect=192.99.35.133:7685
-connect=72.78.100.7:7685
-connect=178.238.45.216:7685
-connect=72.52.231.153:7685
-connect=74.105.241.83:7685

Once you are on the right chain, you can restart without the -connects.

So far i have 3 of 3 computers on the 500k chain, only 1 I had to full re-sync. The rest picked up on restart no problems.



Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
June 17, 2014, 08:43:34 PM
 #2192

I heard through the grapevine that Cryptsy has massive updates rolling out ASAP. Apparently all lag and everything will be eliminated, I am hoping they will also be able to get CAP back online at the same time.
My 7244 confirmations transfer is the blockchain, but not at Cryptsy yet. It's been 5 days so far and more for others.

I think they are on the old fork... They need to update to 2.0 or 2.0.0.1 and get caught up.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
June 17, 2014, 08:45:02 PM
 #2193

The fork happened at block 491911 and those clients trapped on the shorter chain cannot re-organise to the longer chain:

Code:
17/06/14 12:28:22 REORGANIZE
17/06/14 12:28:22 REORGANIZE: Disconnect 2626 blocks; 000000000dd458745575..00000000185b11596f0a
17/06/14 12:28:22 REORGANIZE: Connect 8226 blocks; 000000000dd458745575..7d8c51bf9b063fcaa768
17/06/14 12:28:29 ERROR: DisconnectInputs() : UpdateTxIndex failed
17/06/14 12:28:29 ERROR: Reorganize() : DisconnectBlock afddc6baaef6389282cf failed
17/06/14 12:28:29 InvalidChainFound: invalid block=7d8c51bf9b063fcaa768  height=500137  trust=2003988848859  date=17/06/14 12:27:28
17/06/14 12:28:29 InvalidChainFound:  current best=00000000185b11596f0a  height=494537  trust=2004038605111  date=17/06/14 12:11:53
17/06/14 12:28:29 ERROR: SetBestChain() : Reorganize failed
17/06/14 12:28:29 ERROR: ProcessSyncCheckpoint: SetBestChain failed for sync checkpoint 7d8c51bf9b063fcaa768f865551f8e79d0382a927923067203a8be43af1d58ba

Why? Because the DB wasn't supposed to handle such load.

Code:
Lock table is out of available lock entries
Lock table is out of available object entries

The solution? Create DB_CONFIG file in your %APPDATA% / BottleCaps directory and put the following in:

Code:
set_lg_dir database
set_lk_max_locks 500000
set_lk_max_objects 50000

Restart your client.

Code:
17/06/14 13:26:23 REORGANIZE
17/06/14 13:26:23 REORGANIZE: Disconnect 2626 blocks; 000000000dd458745575..00000000185b11596f0a
17/06/14 13:26:23 REORGANIZE: Connect 8289 blocks; 000000000dd458745575..8bc0c8f7881230740c0c
[...]
17/06/14 13:27:49 REORGANIZE: done
17/06/14 13:28:07 SetBestChain: new best=00000000061aa230f715  height=500201  trust=2004039184082  date=17/06/14 13:17:03
17/06/14 13:28:07 SetBestChain: new best=000000001268558811c0  height=500202  trust=2004039184130  date=17/06/14 13:17:37
17/06/14 13:28:08 SetBestChain: new best=000000000a060d20d1fb  height=500203  trust=2004039184178  date=17/06/14 13:22:55
17/06/14 13:28:08 AcceptPendingSyncCheckpoint : sync-checkpoint at 000000000a060d20d1fb3f076edc761792a496e84275627f8d4d9e803d4fe25c
17/06/14 13:28:08 ProcessBlock: ACCEPTED

Enjoy. I also suggest Tranz to put a checkpoint at 491915 or so to prevent this from happening.


Thanks!  I will put in a few more HardCheckpoints and update the clients for download.

As far as making this a perm change. Probably not right now, as we are going to have enough fun on July 4th as it is! :-)

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
ymod123
Sr. Member
****
Offline Offline

Activity: 432
Merit: 250



View Profile
June 18, 2014, 12:22:41 AM
 #2194

The fork happened at block 491911 and those clients trapped on the shorter chain cannot re-organise to the longer chain:

Code:
17/06/14 12:28:22 REORGANIZE
17/06/14 12:28:22 REORGANIZE: Disconnect 2626 blocks; 000000000dd458745575..00000000185b11596f0a
17/06/14 12:28:22 REORGANIZE: Connect 8226 blocks; 000000000dd458745575..7d8c51bf9b063fcaa768
17/06/14 12:28:29 ERROR: DisconnectInputs() : UpdateTxIndex failed
17/06/14 12:28:29 ERROR: Reorganize() : DisconnectBlock afddc6baaef6389282cf failed
17/06/14 12:28:29 InvalidChainFound: invalid block=7d8c51bf9b063fcaa768  height=500137  trust=2003988848859  date=17/06/14 12:27:28
17/06/14 12:28:29 InvalidChainFound:  current best=00000000185b11596f0a  height=494537  trust=2004038605111  date=17/06/14 12:11:53
17/06/14 12:28:29 ERROR: SetBestChain() : Reorganize failed
17/06/14 12:28:29 ERROR: ProcessSyncCheckpoint: SetBestChain failed for sync checkpoint 7d8c51bf9b063fcaa768f865551f8e79d0382a927923067203a8be43af1d58ba

Why? Because the DB wasn't supposed to handle such load.

Code:
Lock table is out of available lock entries
Lock table is out of available object entries

The solution? Create DB_CONFIG file in your %APPDATA% / BottleCaps directory and put the following in:

Code:
set_lg_dir database
set_lk_max_locks 500000
set_lk_max_objects 50000

Restart your client.

Code:
17/06/14 13:26:23 REORGANIZE
17/06/14 13:26:23 REORGANIZE: Disconnect 2626 blocks; 000000000dd458745575..00000000185b11596f0a
17/06/14 13:26:23 REORGANIZE: Connect 8289 blocks; 000000000dd458745575..8bc0c8f7881230740c0c
[...]
17/06/14 13:27:49 REORGANIZE: done
17/06/14 13:28:07 SetBestChain: new best=00000000061aa230f715  height=500201  trust=2004039184082  date=17/06/14 13:17:03
17/06/14 13:28:07 SetBestChain: new best=000000001268558811c0  height=500202  trust=2004039184130  date=17/06/14 13:17:37
17/06/14 13:28:08 SetBestChain: new best=000000000a060d20d1fb  height=500203  trust=2004039184178  date=17/06/14 13:22:55
17/06/14 13:28:08 AcceptPendingSyncCheckpoint : sync-checkpoint at 000000000a060d20d1fb3f076edc761792a496e84275627f8d4d9e803d4fe25c
17/06/14 13:28:08 ProcessBlock: ACCEPTED

Enjoy. I also suggest Tranz to put a checkpoint at 491915 or so to prevent this from happening.


Thanks!  I will put in a few more HardCheckpoints and update the clients for download.

As far as making this a perm change. Probably not right now, as we are going to have enough fun on July 4th as it is! :-)

HELLO , I NEED HELP TO MY WALLET  ITS CXONNECTED TO 8 NETWORKS
BUT IT SAYS "WARNING: INVALID CHECKPOINT FOUND! TRABSACTION MAY NOT BE CORRECT!YOU MAY NEED TO UPGRADE OR NOTIFY.
choppy123
Sr. Member
****
Offline Offline

Activity: 383
Merit: 250



View Profile
June 18, 2014, 01:07:28 AM
 #2195

Hope cryptsy can get Bottlecaps online as this becoming annoying, i don't think it takes a week to get back a wallet online!

Well, i'm waiting for more than 40 days for my PHS withdrawal and i didn't get any response to my tickets. You are very optimistic if you think that CRAPTSY can resolve your issue in one week.

I second that, i've also waited 40 days for my PHS withdrawal, ridiculous.


             ▄          ▄▄▄▄    ▄
            ███      ▄██████▀  ▀█▀
            ███     ▄██▀
            ███     ███        ▄█▄   ▄█▄ ▄█████▄▄         ▄▄██████▄      ▄█▄ ▄█████▄▄         ▄▄█████▄▄        ▄▄█████▄▄
    ▄▄▄▄▄▄  ███     ███        ███   ██████▀▀▀▀███▄     ▄███▀▀▀▀▀███▄    ██████▀▀▀▀███▄     ▄███▀▀▀▀▀███▄    ▄███▀▀▀▀▀███▄
  ▄████████▄███  ▄█████████▄   ███   ████▀      ▀███   ▄██▀       ▀██▄   ████▀      ▀███   ▄██▀       ▀█▀   ▄██▀       ▀██▄
▄███▀    ▀█████   ▀▀███▀▀▀▀    ███   ███         ███   ███         ███   ███         ███   ███              ███████████████
███   ▄▄   ▀███     ███        ███   ███         ███   ███         ███   ███         ███   ███              ███▀▀▀▀▀▀▀▀▀▀▀
███   ▀▀   ▄███     ███        ███   ███         ███   ███         ███   ███         ███   ███         ▄    ███         ▄
▀███▄    ▄█████     ███        ███   ███         ███    ███▄▄   ▄▄████   ███         ███    ███▄▄    ▄███    ███▄▄   ▄▄███
  ▀████████▀███     ███        ███   ███         ███     ▀████████▀███   ███         ███     ▀█████████▀      ▀█████████▀
    ▀▀▀▀▀▀   ▀       ▀          ▀     ▀           ▀         ▀▀▀▀▀   ▀     ▀           ▀         ▀▀▀▀▀            ▀▀▀▀▀

       ▄▄▄▄▄▄▄
   ▄▄▀▀       ▀▀▄▄
  █               █ ▄
 █   █▀▄ ▀█▀ ▀█▀   █ ▀▄
 █   █▀▄  █   █    █  ▀▄
  █  ▀▀   ▀   ▀   █    █
▄▀ ▄▄           ▄▀    ▄▀
 ▀▀  ▀▀▄▄▄▄▄▄▄▀▀      ▀▄
        ▀▄▄      ▄▄▀▀▄▄▀
           ▀▀▀▀▀▀

                      ▄▄▄
  ▄█▄              ▄███████▄
  ▀████▄▄         ██████▀██████▀
    ▀▀▀████▄▄     ███████████▀
    ▀██▄███████▄▄███████████
     ▄▄▄▀██████████████████
      ▀████████████████████
▀█▄▄     ▀████████████████
  ▀████████████████▀█████
    ▀████████████▀▄▄███▀
       ▀▀██████████▀▀
           ▀▀▀▀▀

               ▄▄   ▄▄
              ▄▀ ▀▀█  █
             ▄▀     ▀▀
         ▄▄▄▄█▄
     ▄█▀▀▀▀▀▀▀▀▀▀█▄
 ▄▀▄▀              ▀▄▀▄
█  █   ▄█▄    ▄█▄   █  █
 ▀█    ▀█▀    ▀█▀    █▀
  █                  █
   █   ▀▄      ▄▀   █
    ▀▄   ▀▀▀▀▀▀   ▄▀
      ▀▀▄▄▄▄▄▄▄▄▀▀
New Age of DEFI
A Non-Code Platform for
Decentralized Trading Instruments

   ▄▄███████████████▄▄
 ▄█████████████████████▄
▄██████████████▀▀███████▄
████████████▀▀    ███████
█████████▀▀   ▄   ███████
██████▀▀     █    ███████
████▀       █     ███████
█████▄▄   ▄█      ███████
████████ ██▄      ███████
▀████████ ▀▄███▄▄███████▀
 ▀█████████████████████▀
   ▀▀███████████████▀▀

     ▄              ▄
   ▄███▄          ▄███▄
   █████▄  ▄▄▄▄  ▄█████
  ▄████████████████████▄
 ▄██████████████████████▄
 ████████████████████████
██████▀▀          ▀▀██████
█████▀   ▄      ▄   ▀█████
 ████   ███    ███   ████
  ████   ▀      ▀   ████
   ▀████▄▄▄▄▄▄▄▄▄▄████▀
     ▀▀████████████▀▀

   ▄▄████████████████▄▄
 ▄█████▀▀▀██████▀▀▀█████▄
▄████▀  ▀▀▀    ▀▀▀  ▀████▄
████▀                ▀████
███▀                  ▀███
███       ▄    ▄       ███
██▀      ███  ███      ▀██
██       ▀█▀  ▀█▀       ██
██▄     ▄        ▄     ▄██
▀██▄     ▀▀▄▄▄▄▀▀     ███▀
 ▀███▄▄▄▄▄▄████▄▄▄▄▄▄███▀
   ▀▀████████████████▀▀
Maverick_br
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 18, 2014, 01:30:21 AM
 #2196

Tranz DB_CONFIG need extension like .CONF or something ? My wallet it's on the wrong chain and say this "Lock table is out of available lock entries" V2.0.0.1
ghostlander
Legendary
*
Offline Offline

Activity: 1239
Merit: 1020


No surrender, no retreat, no regret.


View Profile WWW
June 18, 2014, 01:38:06 AM
 #2197

Tranz DB_CONFIG need extension like .CONF or something ? My wallet it's on the wrong chain and say this "Lock table is out of available lock entries" V2.0.0.1

It needs no extension.

"If you've got a problem and have to spread some coins to make it go away, you've got no problem. You've got an expence." ~ Phoenixcoin (PXC) and Orbitcoin (ORB) and Halcyon (HAL)
Maverick_br
Newbie
*
Offline Offline

Activity: 19
Merit: 0


View Profile
June 18, 2014, 01:39:29 AM
 #2198

Tranz DB_CONFIG need extension like .CONF or something ? My wallet it's on the wrong chain and say this "Lock table is out of available lock entries" V2.0.0.1

It needs no extension.


Thanks
Rumhurius
Legendary
*
Offline Offline

Activity: 1672
Merit: 1046


Here we go again


View Profile
June 18, 2014, 11:57:36 AM
 #2199

with the new .conf.
Its syncing with 1 connection for 1-2 mins and losing it then.

Quote
listen=1
addnode=50.137.233.14         
addnode=69.10.44.115           
addnode=192.64.86.238

My first caps wallet now and i did a clean install of 2.0.0.1g

Tranz
Legendary
*
Offline Offline

Activity: 1540
Merit: 1052


May the force bit with you.


View Profile
June 18, 2014, 12:13:59 PM
 #2200


HELLO , I NEED HELP TO MY WALLET  ITS CXONNECTED TO 8 NETWORKS
BUT IT SAYS "WARNING: INVALID CHECKPOINT FOUND! TRABSACTION MAY NOT BE CORRECT!YOU MAY NEED TO UPGRADE OR NOTIFY.

Sometimes after the initial sync a quick shutdown and restart of the client will remove that message.

HBN: https://bitcointalk.org/index.php?topic=303749.0 hobonickels.info
Personal Donations: F1TranzWqFGZyFeTMu6iLbtTQgdXuJPsiL
Donations to the HBN Fund: EhbNfund4PrRFLHMxsnbGLhP25hizJGHEE or 1LVFtCX4a83dMLjd8S7imKKKC58QaG83kw
Pages: « 1 ... 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 [110] 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 ... 219 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!