GoldCoin Talk
Main Category => Project Development => Topic started by: dreamwatcher on August 09, 2013, 03:02:19 PM
-
I will be parallel testing the CCE explorer rewrite with Goldcoin along with the current testing with Primecoin starting a bit later today. I am generating the database now and when ready I will upload everything to the CCE server. I will then provide the address for using(testing) the Goldcoin version of the new explorer code.
The current ABE based Goldcoin explorer will remain running unchanged until all the testing is complete and all of CCE gets converted.
Just remember, these are TEST versions and are subject to go down, crash or be inaccurate. Although inaccuracy is unlikely as the first two stages of testing have weeded out the few serious logic issues in the basic explorer. One always has the current ABE based explorer to compare to. :D
You will notice some difference in some of the numbers, this is mostly due to the fact ABE tends to calculate many values itself, whereas the new explorer gets all its data straight from the daemon.
-
The test explorer is up and running! :D
http://cryptocoinexplorer2.com:7777
Remember these are test versions, once complete it will look complete, unlike now ;D
This is the main thread for testing updates:
https://bitcointalk.org/index.php?topic=262539.msg2804427#msg2804427
Though I will post some information here also.
-
The test explorer is up and running! :D
http://cryptocoinexplorer2.com:7777
Remember these are test versions, once complete it will look complete, unlike now ;D
This is the main thread for testing updates:
https://bitcointalk.org/index.php?topic=262539.msg2804427#msg2804427
Though I will post some information here also.
Excellent work, curious to see what it will look like upon completion.
-
Ok...this is VERY nice! :)
Kudos to you!
-
Looks like no one has any really huge balances. You'd think some of those with somewhat large balances would either sell some at a certain point or create a lot more addresses and send them to themselves so they wouldn't be monitored so closely as the value of goldcoin increases.
If I held a lot, I wouldn't want to be on the top 20 list. Anonymity is too important nowadays.
-
CCEIII test version 3 is up and running for Goldcoin.
Besides many optimizations and behind the scenes improvements, the SEARCH QUERIES ARE UP! :)
Left to do before Version 3.5:
- Finish the ledger interface to back trace and display the transactions associated with the account. As of now it only shows the current balance.
- Finish the 'Spent Output' display in the transaction page.
I have decided to try and solve the orphan block issue by placing a 20 second delay between Block Notify and when the database management module queries the daemon for the current block/transaction information.
I am hoping that 20 seconds is enough time for the daemon to discover it has an orphan block and store/report the correct information.
CCEIII still needs some visual improvements, though I did do a mini makeover to the color and table themes last night.
These will come with version 4 as the extra features are rolled out.
-
CCE3 Test Version 3.5 is up and running with Goldcoin.
http://gold.cryptocoinexplorer.com (http://gold.cryptocoinexplorer.com)
The server change is due to the need to test the new server environment in the near future.I cannot do this on the current live coin servers. The port addresses are used for now, but once the server environment is ready for testing the addresses will change again to a more CCE like address without a port.
This is a test of logical functions. She isn't pretty right now, but the pretty interface and extra functions are to come in the next test version.
See the main thread on btc talk for more details as they occur.
https://bitcointalk.org/index.php?topic=262539.20 (https://bitcointalk.org/index.php?topic=262539.20)
-
The Goldcoin test explorer has been changed with the rest of the test explorers to the "permanent" cce address.
Goldcoin being the special case as it already has an active permanent CCE address, the test address is now:
gold.cryptocoinexplorer.com (http://gold.cryptocoinexplorer.com)
After testing is complete, this address will be dropped when all the explorers are changed over.
As before, the original gld.cryptocoinexplorer.com (http://gld.cryptocoinexplorer.com) still points to the ABE based explorer.
-
gold.cryptocoinexplorer.com (http://gold.cryptocoinexplorer.com)
The CCE3 test has moved to test version 3.98!!
All test explorers are now running test version 3.98
New in this version:
Complete database integrity and automated recovery system
Complete removal of all per coin custom coding in the modules.
General clean-up and tighter code. Started basic code comment documentation.
See full announcement at: https://bitcointalk.org/index.php?topic=262539.msg3177164#msg3177164
-
Been testing. New bump is faster from my end on most, and esp GoldCoin.
Gratitude for the continued efforts.
-
On the current version of the block explorer, if we want to look at an address using http://gold.cryptocoinexplorer.com/address/, which has no transactions, we get this message:
404 Not Found
Address not found
Powered by CherryPy 3.2.2
however, on the older blockchain site: http://gld.cryptocoinexplorer.com/chain/Goldcoin, it will report that the address has not yet been seen on the network.
EBrBnKTo1LRk1NCcuCY4ZXXFqG1c5rP2nu
Address not seen on the network.
-
There was a point in development that I needed to decide weather or not to use Cherrypys' built in error page system, or use customized pages.
I decided to go with custom error pages for the expected errors. I must have forgotten to change the error paging in the address function.
Thank you for letting me know. Sometime soon I will have to go through all the expected errors and make sure the custom pages are active.
-
We are glad to be of help, dreamwatcher. Lot's of time's we don't test for errors, but rest assured the user will find them without even looking for them.