chrysophylax
Legendary
Offline
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
|
|
February 06, 2017, 05:14:23 AM |
|
Hello! My wallet is having issues syncing. Using version 1.1. Around 12 hours behind and growing. Yesterday it was just 3 hours behind. It is syncing but so slow blocks are being created faster than the wallet is downloading the blocks. All this with almost 100% disk resources and heavy CPU use. Any suggestions?
Here is current bootstrap.dat file util block height: 713848, close wallet application, copy bootstrap.dat to roaming/goldblocks folder, delete everything except wallet.dat , then start and resync wallet. It will take some time, but you will have synced Goldblocks wallet on correct chain. When POW is over in about 4 months that will not happen any more. https://drive.google.com/open?id=0B9CsT1LO8rRUMjQ3a2R6ZFBsUk0name of file: goldblocks.conf rpcuser=User@ rpcpassword=Pass@ rpcport=26920 port=27920 server=1 listen=1 daemon=1 rescan=0 reindex=0 defaultkey=1 logtimestamps=1 maxconnections=100 verifychain=1 dns=1 rpcthreads=100 addnode=node1.goldblocks.eu addnode=node2.goldblocks.eu addnode=node3.goldblocks.eu addnode=node4.goldblocks.eu addnode=node5.goldblocks.eu addnode=node6.goldblocks.eu addnode=node7.goldblocks.eu
config file download
bootstrap.dat download ~block 713,848
|
the bootstrap is a copy of the blocks that are in the current blockchain ... the wallet still has to download the rest of the components - but the blocks are always available via the bootstrap ... for this reason - it still takes a while for the sync to happen - but its a lot faster than the wallet continuously looking for peers ... the fastest way is obviously have a complete copy of the blockchain - but that is a bigger download again ... as for the cpu usage - that is a code optimization issue and needs to be looked at IF it becomes a major problem ... #crysx
|
|
|
|
mineru
Full Member
Offline
Activity: 129
Merit: 100
https://forum.cryptoinfo.net/
|
|
February 06, 2017, 07:27:16 AM |
|
Hello! My wallet is having issues syncing. Using version 1.1. Around 12 hours behind and growing. Yesterday it was just 3 hours behind. It is syncing but so slow blocks are being created faster than the wallet is downloading the blocks. All this with almost 100% disk resources and heavy CPU use. Any suggestions?
Here is current bootstrap.dat file util block height: 713848, close wallet application, copy bootstrap.dat to roaming/goldblocks folder, delete everything except wallet.dat , then start and resync wallet. It will take some time, but you will have synced Goldblocks wallet on correct chain. When POW is over in about 4 months that will not happen any more. https://drive.google.com/open?id=0B9CsT1LO8rRUMjQ3a2R6ZFBsUk0name of file: goldblocks.conf rpcuser=User@ rpcpassword=Pass@ rpcport=26920 port=27920 server=1 listen=1 daemon=1 rescan=0 reindex=0 defaultkey=1 logtimestamps=1 maxconnections=100 verifychain=1 dns=1 rpcthreads=100 addnode=node1.goldblocks.eu addnode=node2.goldblocks.eu addnode=node3.goldblocks.eu addnode=node4.goldblocks.eu addnode=node5.goldblocks.eu addnode=node6.goldblocks.eu addnode=node7.goldblocks.eu
config file download
bootstrap.dat download ~block 713,848
|
the bootstrap is a copy of the blocks that are in the current blockchain ... the wallet still has to download the rest of the components - but the blocks are always available via the bootstrap ... for this reason - it still takes a while for the sync to happen - but its a lot faster than the wallet continuously looking for peers ... the fastest way is obviously have a complete copy of the blockchain - but that is a bigger download again ... as for the cpu usage - that is a code optimization issue and needs to be looked at IF it becomes a major problem ... #crysx Cool. It is slowly rebuilding now. Thanks darkgold! Thanks crysx!
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
|
|
February 06, 2017, 08:32:44 AM |
|
Hello! My wallet is having issues syncing. Using version 1.1. Around 12 hours behind and growing. Yesterday it was just 3 hours behind. It is syncing but so slow blocks are being created faster than the wallet is downloading the blocks. All this with almost 100% disk resources and heavy CPU use. Any suggestions?
Here is current bootstrap.dat file util block height: 713848, close wallet application, copy bootstrap.dat to roaming/goldblocks folder, delete everything except wallet.dat , then start and resync wallet. It will take some time, but you will have synced Goldblocks wallet on correct chain. When POW is over in about 4 months that will not happen any more. https://drive.google.com/open?id=0B9CsT1LO8rRUMjQ3a2R6ZFBsUk0name of file: goldblocks.conf rpcuser=User@ rpcpassword=Pass@ rpcport=26920 port=27920 server=1 listen=1 daemon=1 rescan=0 reindex=0 defaultkey=1 logtimestamps=1 maxconnections=100 verifychain=1 dns=1 rpcthreads=100 addnode=node1.goldblocks.eu addnode=node2.goldblocks.eu addnode=node3.goldblocks.eu addnode=node4.goldblocks.eu addnode=node5.goldblocks.eu addnode=node6.goldblocks.eu addnode=node7.goldblocks.eu
config file download
bootstrap.dat download ~block 713,848
|
the bootstrap is a copy of the blocks that are in the current blockchain ... the wallet still has to download the rest of the components - but the blocks are always available via the bootstrap ... for this reason - it still takes a while for the sync to happen - but its a lot faster than the wallet continuously looking for peers ... the fastest way is obviously have a complete copy of the blockchain - but that is a bigger download again ... as for the cpu usage - that is a code optimization issue and needs to be looked at IF it becomes a major problem ... #crysx Cool. It is slowly rebuilding now. Thanks darkgold! Thanks crysx! all good ... just remember - that the pool daemon is setup as a full node also ( without staking ) ... so you could also use the pool address as a node to add also - with or without the p2p port ... addnode=pool.chainworksindustries.com ...
or ...
addnode=pool.chainworksindustries.com:27920 ...
using the p2p port will help the wallet you have running to access the blockchain - even when starting a new wallet or blockchain sync ... hope that helps a little more also ... i dont understand why the wallet / daemon doesnt just auto-sync - as the seednodes that have been setup are hardcoded in the wallet / daemon ... but anyway - it is what it is ... #crysx
|
|
|
|
darkgold (OP)
|
|
February 06, 2017, 10:24:22 AM |
|
Wallet auto syncs, tested several times in the past period on several computers. Seednodes/nodes or connenctions are not the problem as there is ton of them. More then a 100. p2p connection also works perfect if it is enabled in wallet and in router. One issue that will be gone after POW is over in 4 months, is the issue that #mineru mentioned: "blocks are being created faster than the wallet is downloading the blocks" Thats makes pressure on pc with average cpu, but once synced, all is ok. I think that, if block time would be 2 min, that wouldn't be an issue. However POW lasts 4 more months aprox. so after that there will be only pos that will generate blocks, so all will be good.
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
|
|
February 06, 2017, 11:36:59 AM |
|
Wallet auto syncs, tested several times in the past period on several computers. Seednodes/nodes or connenctions are not the problem as there is ton of them. More then a 100. p2p connection also works perfect if it is enabled in wallet and in router. One issue that will be gone after POW is over in 4 months, is the issue that #mineru mentioned: "blocks are being created faster than the wallet is downloading the blocks" Thats makes pressure on pc with average cpu, but once synced, all is ok. I think that, if block time would be 2 min, that wouldn't be an issue. However POW lasts 4 more months aprox. so after that there will be only pos that will generate blocks, so all will be good.
kool ... tho the sync issue is NOT a PoW of CPU problem - it exists - and the main issue related to that can be a router issue also ... regardless of pow - or even pos for that matter - the sync issue is a regular one ... if the hardcoded seednodes are working fine - then there will never be any need for the 'addnode' paramter in the conf file mate ... thats all im saying ... anyway - its a good thing gb is heading the way it is - upwards ... keep it going ... #crysx
|
|
|
|
darkgold (OP)
|
|
February 06, 2017, 12:52:21 PM |
|
Wallet auto syncs, tested several times in the past period on several computers. Seednodes/nodes or connenctions are not the problem as there is ton of them. More then a 100. p2p connection also works perfect if it is enabled in wallet and in router. One issue that will be gone after POW is over in 4 months, is the issue that #mineru mentioned: "blocks are being created faster than the wallet is downloading the blocks" Thats makes pressure on pc with average cpu, but once synced, all is ok. I think that, if block time would be 2 min, that wouldn't be an issue. However POW lasts 4 more months aprox. so after that there will be only pos that will generate blocks, so all will be good.
kool ... tho the sync issue is NOT a PoW of CPU problem - it exists - and the main issue related to that can be a router issue also ... regardless of pow - or even pos for that matter - the sync issue is a regular one ... if the hardcoded seednodes are working fine - then there will never be any need for the 'addnode' paramter in the conf file mate ... thats all im saying ... anyway - its a good thing gb is heading the way it is - upwards ... keep it going ... #crysx Yes, i am syncing Goldblocks coin wallet without config file. As i stated a month ago in this post : https://bitcointalk.org/index.php?topic=1494362.msg17375996#msg17375996
|
|
|
|
chrysophylax
Legendary
Offline
Activity: 2912
Merit: 1091
--- ChainWorks Industries ---
|
|
February 06, 2017, 12:56:06 PM Last edit: February 16, 2017, 03:01:13 AM by chrysophylax |
|
Wallet auto syncs, tested several times in the past period on several computers. Seednodes/nodes or connenctions are not the problem as there is ton of them. More then a 100. p2p connection also works perfect if it is enabled in wallet and in router. One issue that will be gone after POW is over in 4 months, is the issue that #mineru mentioned: "blocks are being created faster than the wallet is downloading the blocks" Thats makes pressure on pc with average cpu, but once synced, all is ok. I think that, if block time would be 2 min, that wouldn't be an issue. However POW lasts 4 more months aprox. so after that there will be only pos that will generate blocks, so all will be good.
kool ... tho the sync issue is NOT a PoW of CPU problem - it exists - and the main issue related to that can be a router issue also ... regardless of pow - or even pos for that matter - the sync issue is a regular one ... if the hardcoded seednodes are working fine - then there will never be any need for the 'addnode' paramter in the conf file mate ... thats all im saying ... anyway - its a good thing gb is heading the way it is - upwards ... keep it going ... #crysx Yes, i am syncing Goldblocks coin wallet without config file. awesome ... so its all good ... then these issues must be locally related ... firewalls - router blocks - port restrictions or other things that can cause this ... this is all on a case by case basis - but i guess figuring it out on a case by case basis is the difficult bit ... #crysx
|
|
|
|
|
darkgold (OP)
|
|
February 06, 2017, 02:22:04 PM |
|
18000-0,7 % = 126 GB daily 365 days x 126 GB = 45990 GB
✔ 45990 GB x 0,25 cents = 11,497 $ ✔ 45990 GB x 0,50 cents = 22,995 $ ✔ 45990 GB x 0,75 cents = 34,492 $ ✔ 45990 GB x 1,00 cents = 45,990 $ ✔ 45990 GB x 1,50 cents = 68,985 $ ✔ 45990 GB x 2,00 cents = 91,980 $This is just an example of possible earnings for 9000$ package
|
|
|
|
|
darkgold (OP)
|
|
February 06, 2017, 05:55:04 PM |
|
new addnode=91.134.120.210
|
|
|
|
Simple858
|
|
February 07, 2017, 05:07:13 AM |
|
18000-0,7 % = 126 GB daily 365 days x 126 GB = 45990 GB
✔ 45990 GB x 0,25 cents = 11,497 $ ✔ 45990 GB x 0,50 cents = 22,995 $ ✔ 45990 GB x 0,75 cents = 34,492 $ ✔ 45990 GB x 1,00 cents = 45,990 $ ✔ 45990 GB x 1,50 cents = 68,985 $ ✔ 45990 GB x 2,00 cents = 91,980 $This is just an example of possible earnings for 9000$ package So you have in mind that 1GB is 1USD. How long until market will move price to this level!?
|
|
|
|
darkgold (OP)
|
|
February 07, 2017, 10:16:57 AM |
|
18000-0,7 % = 126 GB daily 365 days x 126 GB = 45990 GB
✔ 45990 GB x 0,25 cents = 11,497 $ ✔ 45990 GB x 0,50 cents = 22,995 $ ✔ 45990 GB x 0,75 cents = 34,492 $ ✔ 45990 GB x 1,00 cents = 45,990 $ ✔ 45990 GB x 1,50 cents = 68,985 $ ✔ 45990 GB x 2,00 cents = 91,980 $This is just an example of possible earnings for 9000$ package So you have in mind that 1GB is 1USD. How long until market will move price to this level!? First thing that we have in mind, with this calculation above is that investors and workers can not loose, even more they can make a profit. Second thing is that 1 GB will be 1$, how soon no one can tell, However, demand for GB will be obvious soon. 1000 people are registered, 50 packages are already sold in 2 weeks. First seminar in live was in Frankfurt, Germany. We are keep working. You should too.
|
|
|
|
darkgold (OP)
|
|
February 07, 2017, 11:04:52 AM |
|
Someone already started to work! Congrats, we don't know who is he, but thumbs up, Good job! This is his website blog: http://info.goldblocks.de/
|
|
|
|
lucasan123
|
|
February 10, 2017, 01:28:49 PM |
|
sorry the windows wallet doesnt sync,,,,,,,,,,,,,,,,,, i tried to wait three days but it is avanced only one week and my pc is making big noises............
|
|
|
|
darkgold (OP)
|
|
February 10, 2017, 05:02:13 PM |
|
sorry the windows wallet doesnt sync,,,,,,,,,,,,,,,,,, i tried to wait three days but it is avanced only one week and my pc is making big noises............
Hello! My wallet is having issues syncing. Using version 1.1. Around 12 hours behind and growing. Yesterday it was just 3 hours behind. It is syncing but so slow blocks are being created faster than the wallet is downloading the blocks. All this with almost 100% disk resources and heavy CPU use. Any suggestions?
Here is current bootstrap.dat file util block height: 713848, close wallet application, copy bootstrap.dat to roaming/goldblocks folder, delete everything except wallet.dat , then start and resync wallet. It will take some time, but you will have synced Goldblocks wallet on correct chain. When POW is over in about 4 months that will not happen any more. https://drive.google.com/open?id=0B9CsT1LO8rRUMjQ3a2R6ZFBsUk0name of file: goldblocks.conf rpcuser=User@ rpcpassword=Pass@ rpcport=26920 port=27920 server=1 listen=1 daemon=1 rescan=0 reindex=0 defaultkey=1 logtimestamps=1 maxconnections=100 verifychain=1 dns=1 rpcthreads=100 addnode=node1.goldblocks.eu addnode=node2.goldblocks.eu addnode=node3.goldblocks.eu addnode=node4.goldblocks.eu addnode=node5.goldblocks.eu addnode=node6.goldblocks.eu addnode=node7.goldblocks.eu
config file download
bootstrap.dat download ~block 713,848
|
|
|
|
|
DayTradingHousewife
Member
Offline
Activity: 107
Merit: 10
|
|
February 11, 2017, 12:57:36 PM |
|
Darkgold, do you have any idea what's wrong with yobit goldblock wallet? been in mainentance for a while.
Thanks.
|
|
|
|
Megaquake
|
|
February 11, 2017, 06:07:48 PM |
|
Darkgold, do you have any idea what's wrong with yobit goldblock wallet? been in mainentance for a while.
Thanks.
I have noticed that it has been in and out of maintenance allot on yobit but not @ ccex
|
Mines at Kano.is best profit in the world!
在Kano.is的BTC
|
|
|
darkgold (OP)
|
|
February 11, 2017, 06:26:13 PM |
|
Darkgold, do you have any idea what's wrong with yobit goldblock wallet? been in mainentance for a while.
Thanks.
Darkgold, do you have any idea what's wrong with yobit goldblock wallet? been in mainentance for a while.
Thanks.
I have noticed that it has been in and out of maintenance allot on yobit but not @ ccex Yes i noticed that too, i tweet them to update the source few days ago, i think they are still on first initial version of GB. All other 4 exchanges are good. Ill contact them again.
|
|
|
|
darkgold (OP)
|
|
February 13, 2017, 07:16:20 AM |
|
All exchanges are online, including Yobit.
|
|
|
|
|