djselery
Legendary
Offline
Activity: 1386
Merit: 1001
|
|
January 30, 2016, 08:24:15 AM |
|
install went fine, was back up and staking for a couple hours. Then something happend, my balance was off and its telling me im behind. now its resyncing but just adding to the blocks not subtracting. i have 10+ connections and i cant understand what is going on... what did i do? i reinstalled after, and same problem... not a firewall issue and repairwallet returned true
|
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
January 30, 2016, 08:52:32 AM |
|
install went fine, was back up and staking for a couple hours. Then something happend, my balance was off and its telling me im behind. now its resyncing but just adding to the blocks not subtracting. i have 10+ connections and i cant understand what is going on... what did i do? i reinstalled after, and same problem... not a firewall issue and repairwallet returned true
Shift to using your usual wallet till I investigate this matter my friend. Please allow me a little time.
|
|
|
|
pakage
|
|
January 31, 2016, 05:33:42 AM |
|
Hi Everyone, just letting you know that I'll post my weekly decentralization update tomorrow evening instead of today. I still have a few things to tidy up before I release the commit. Cheers! Talk soon
|
█ | ████████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ████████████████████████████████████ | █ | NAV COIN ▪ ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG ▪ BITCOINTALK.ORG |
|
|
|
djselery
Legendary
Offline
Activity: 1386
Merit: 1001
|
|
January 31, 2016, 06:17:35 AM |
|
install went fine, was back up and staking for a couple hours. Then something happend, my balance was off and its telling me im behind. now its resyncing but just adding to the blocks not subtracting. i have 10+ connections and i cant understand what is going on... what did i do? i reinstalled after, and same problem... not a firewall issue and repairwallet returned true
Shift to using your usual wallet till I investigate this matter my friend. Please allow me a little time. Okay, running 3.2 with no issues for 12 hours now
|
|
|
|
uszaty43
|
|
January 31, 2016, 09:40:19 AM |
|
Hi Everyone, just letting you know that I'll post my weekly decentralization update tomorrow evening instead of today. I still have a few things to tidy up before I release the commit. Cheers! Talk soon Thanks for your message pakage.
|
|
|
|
pakage
|
|
February 01, 2016, 12:51:01 AM |
|
Decentralisation Update Hi Navajo Community,
I have fully completed stage 1 of the decentralization process this week and sent a successful Anonymous Transaction using the new code.
I have added a function which sends the newly encrypted address to the server and asks it to test if it can decrypt the adddress before the transaction is committed. This protects the user from a scenario where the encryption failed and the server can't actually decrypt the destination address. This scenario shouldn't happen in theory but i thought it was worth putting in there as a safety net. There are also other server side fail safes on all transactions. if the server does some how receive a transaction which it can't decrypt or verify the address of, it will bounce the coins back to the origin.
Here's the latest commit:
https://github.com/navcoindev/navcoin/commit/8e10f4a358714a8f3716b69e8669703e3b0ca29d
I would like to inform you of the three main phases of achieving decentralization if you were unable to understand from the whitepaper.
Phase 1 - Remove need for API server and build the server selection functionality into the wallet.
Phase 2 - Distribute and update the available server list using the P2P network which propagates the block chain.
Phase 3 - Port server list distribution scripts to the Anon Subchain so it can also operate autonomously.
I will now begin Phase 2. I will report my progress at the end of the week as per usual.
http://www.navajocoin.org/projects
Talk soon, Craig.
|
█ | ████████████████████████████████████ ██████████████████████████████████ ████████████████████████████████ ██████████████████████████████████ ████████████████████████████████████ | █ | NAV COIN ▪ ANONYMOUS SUBCHAIN TRANSACTIONS ▪ NAVCOIN.ORG ▪ BITCOINTALK.ORG |
|
|
|
losk22
Legendary
Offline
Activity: 1354
Merit: 1000
|
|
February 01, 2016, 05:19:30 AM |
|
The wallet is not synchronized, is stuck on the block 2271722!
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
February 01, 2016, 09:34:36 AM |
|
The wallet is not synchronized, is stuck on the block 2271722! I just updated the blockchain zip on our website. http://www.navajocoin.org/files/Navajo-Blockchain.zipPlease download from there and unzip to your Appdata folder. Alterntive reinstall with the installer exe and download the blockchain automatically. btw. Wallet is running since 4 days without errors..
|
|
|
|
hashforce101
Legendary
Offline
Activity: 1050
Merit: 1000
|
|
February 01, 2016, 09:57:38 AM |
|
Awesome work Pakage on completing phase 1 and Soopy awesome work! Go Navajocoin
|
|
|
|
losk22
Legendary
Offline
Activity: 1354
Merit: 1000
|
|
February 01, 2016, 10:19:06 AM |
|
The wallet is not synchronized, is stuck on the block 2271722! I just updated the blockchain zip on our website. http://www.navajocoin.org/files/Navajo-Blockchain.zipPlease download from there and unzip to your Appdata folder. Alterntive reinstall with the installer exe and download the blockchain automatically. btw. Wallet is running since 4 days without errors.. Thanks It works!
|
|
|
|
BitCoinNutJob
Legendary
Offline
Activity: 1316
Merit: 1000
|
|
February 01, 2016, 02:43:59 PM |
|
Decentralisation Update Hi Navajo Community,
I have fully completed stage 1 of the decentralization process this week and sent a successful Anonymous Transaction using the new code.
I have added a function which sends the newly encrypted address to the server and asks it to test if it can decrypt the adddress before the transaction is committed. This protects the user from a scenario where the encryption failed and the server can't actually decrypt the destination address. This scenario shouldn't happen in theory but i thought it was worth putting in there as a safety net. There are also other server side fail safes on all transactions. if the server does some how receive a transaction which it can't decrypt or verify the address of, it will bounce the coins back to the origin.
Here's the latest commit:
https://github.com/navcoindev/navcoin/commit/8e10f4a358714a8f3716b69e8669703e3b0ca29d
I would like to inform you of the three main phases of achieving decentralization if you were unable to understand from the whitepaper.
Phase 1 - Remove need for API server and build the server selection functionality into the wallet.
Phase 2 - Distribute and update the available server list using the P2P network which propagates the block chain.
Phase 3 - Port server list distribution scripts to the Anon Subchain so it can also operate autonomously.
I will now begin Phase 2. I will report my progress at the end of the week as per usual.
http://www.navajocoin.org/projects
Talk soon, Craig. Nice progress. I was waiting for it. I'm going back and investing few BTC.
|
|
|
|
|
sluppy
Legendary
Offline
Activity: 2020
Merit: 1041
|
|
February 02, 2016, 09:29:19 AM |
|
Wow lots of progress once again seems like Nav progress happens around march a lot
|
The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
|
|
|
soopy452000
Legendary
Offline
Activity: 1302
Merit: 1001
Founder - NavCoin Ⓝ
|
|
February 02, 2016, 10:34:43 AM |
|
|
|
|
|
The Frisian
Legendary
Offline
Activity: 1019
Merit: 1003
Senior Developer and founder of ViMeAv ICT
|
|
February 02, 2016, 01:04:04 PM |
|
I send my coins from one wallet on a pc1 to another wallet on other pc2. Then I sent my coins back from pc2 to pc1. Resulting in following problem on pc2. Repairwallet / Checkwallet says both True. The resulting coins on pc1 seems to be allright. I guess these 18k coins are not right. What has happened and how can this be corrected. There should be a repair startup parameter, but I forgot this parameter.
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
February 02, 2016, 01:23:37 PM |
|
I send my coins from one wallet on a pc1 to another wallet on other pc2. Then I sent my coins back from pc2 to pc1. Resulting in following problem on pc2. Repairwallet / Checkwallet says both True. The resulting coins on pc1 seems to be allright. I guess these 18k coins are not right. What has happened and how can this be corrected. There should be a repair startup parameter, but I forgot this parameter. Hi, can we try to get more detailed? This Screenshot is PC2 ? After sending back to PC1 ? And PC1 is showing correctly? When you are inside the wallet, you can go to the "Help" --> "debug" window and type in "help" you get a list of all usable commands. Type in "repairwallet" and wait a bit. There is also a "checkwallet" command, you can try. Also you can type in "getinfo" and check, if both are on the same blockcount! regards shahim
|
|
|
|
The Frisian
Legendary
Offline
Activity: 1019
Merit: 1003
Senior Developer and founder of ViMeAv ICT
|
|
February 02, 2016, 02:11:49 PM |
|
>Type in "repairwallet" and wait a bit. There is also a "checkwallet" command, you can try. Also you can type in "getinfo" and check, if both are on the same blockcount!
They (repair/check) both said TRUE. Getinfo, why for both? I only have a problem with this wallet? What should the other wallet has to do with this wallet? If I sent you a few coins, afterwards my wallet acts strange, what does this have to do with your wallet then? Getinfo { "version" : "v3.3.0.0-UT-ZAH", "protocolversion" : 60043, "walletversion" : 60000, "balance" : 0.32982780, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 2612125, "timestamping" : { "systemclock" : 1454422257, "adjustedtime" : 1454422267, "ntpoffset" : 10, "p2poffset" : null }, "moneysupply" : 59610975.33539139, "connections" : 1, "proxy" : "", "ip" : "84.84.197.176", "difficulty" : { "proof-of-work" : 0.29403055, "proof-of-stake" : 0.03571643 }, "testnet" : false, "keypoololdest" : 1454243667, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "errors" : "" }
|
|
|
|
shahim
Legendary
Offline
Activity: 1082
Merit: 1002
|
|
February 02, 2016, 02:21:12 PM |
|
>Type in "repairwallet" and wait a bit. There is also a "checkwallet" command, you can try. Also you can type in "getinfo" and check, if both are on the same blockcount!
They (repair/check) both said TRUE. Getinfo, why for both? I only have a problem with this wallet? What should the other wallet has to do with this wallet? If I sent you a few coins, afterwards my wallet acts strange, what does this have to do with your wallet then? Getinfo { "version" : "v3.3.0.0-UT-ZAH", "protocolversion" : 60043, "walletversion" : 60000, "balance" : 0.32982780, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 2612125, "timestamping" : { "systemclock" : 1454422257, "adjustedtime" : 1454422267, "ntpoffset" : 10, "p2poffset" : null }, "moneysupply" : 59610975.33539139, "connections" : 1, "proxy" : "", "ip" : "84.84.197.176", "difficulty" : { "proof-of-work" : 0.29403055, "proof-of-stake" : 0.03571643 }, "testnet" : false, "keypoololdest" : 1454243667, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "errors" : "" } I wanted to compare the number of blocks: "balance" : 0.32982780, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 2612125, This is looking ok for me. Also Balance seems to fit. Strange is, you only have one connection to the network. Please add more nodes to your config file. Here some nodes, you can add to the navcoin.conf : addnode=46.28.202.152 addnode=46.28.202.117 addnode=46.28.202.123 addnode=185.61.148.209 addnode=5.230.142.254 addnode=5.230.145.133 addnode=95.183.50.58 addnode=95.183.50.54 Let the wallet run a bit and please give feedback, if adding the nodes helped you. regards shahim
|
|
|
|
sluppy
Legendary
Offline
Activity: 2020
Merit: 1041
|
|
February 02, 2016, 04:20:58 PM |
|
Sry to keep beating a dead horse, but have you guys been in contact with Cryptsy as to whats happening to their Nav wallet ? And does anyone know what the exact address is ? It remains in maintenance and doesn't look like they will allow me to withdraw my Navs Only a few k but they must have a big chunk of the total supply in their cold wallet.
|
The only thing necessary for the triumph of evil is for good men to do nothing. Edmund Burke -- May the forces of evil become confused on the way to your house.George Carlin We pay for life with death , so everything in between should be free. Bill Hicks -- It is during our darkest moments that we must focus to see the light. Aristotle Do not dwell in the past, do not dream of the future, concentrate the mind on the present moment. Buddha -- The only true wisdom is in knowing you know nothing. Socrates
|
|
|
The Frisian
Legendary
Offline
Activity: 1019
Merit: 1003
Senior Developer and founder of ViMeAv ICT
|
|
February 02, 2016, 04:28:35 PM |
|
Let the wallet run a bit and please give feedback, if adding the nodes helped you.
No change, running now for 2 hours or so,  { "version" : "v3.3.0.0-UT-ZAH", "protocolversion" : 60043, "walletversion" : 60000, "balance" : 0.32982780, "newmint" : 0.00000000, "stake" : 0.00000000, "blocks" : 2612570, "timestamping" : { "systemclock" : 1454430361, "adjustedtime" : 1454430370, "ntpoffset" : 9, "p2poffset" : 8 }, "moneysupply" : 59611219.53134273, "connections" : 13, "proxy" : "", "ip" : "84.84.197.176", "difficulty" : { "proof-of-work" : 0.29403055, "proof-of-stake" : 0.05634768 }, "testnet" : false, "keypoololdest" : 1454243667, "keypoolsize" : 101, "paytxfee" : 0.00000000, "mininput" : 0.00000000, "errors" : "" }
|
|
|
|
|