Author

Topic: [ANN][SLR] SolarCoin | PoW to PoS v. 2.0 | Solar Proof of Generation (§1 = 1MWh) - page 221. (Read 466799 times)

legendary
Activity: 1456
Merit: 1006
Mining Pool Hub
How can I stop staking?

It consumes too much cpu.
Some option like "staking=0" in solarcoin.conf is needed.

legendary
Activity: 1708
Merit: 1000
Solarcoin.org
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
legendary
Activity: 1708
Merit: 1000
Solarcoin.org
Found a python error in the 32 bit version in the blockchain explorer. Don't know if it's been reported.

Code:
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

 /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in run(self=)
    556         """Runs the handler, flushes the streams, and ends the request."""
    557         try:
=>  558             protocolStatus, appStatus = self.server.handler(self)
    559         except:
    560             traceback.print_exc(file=self.stderr)
protocolStatus undefined, appStatus undefined, self = , self.server = , self.server.handler = >
 /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=, req=)
   1116         try:
   1117             try:
=> 1118                 result = self.application(environ, start_response)
   1119                 try:
   1120                     for data in result:
result = None, self = , self.application = <__main__.Abe instance>, environ = {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-US,*', 'HTTP_CONNECTION': 'close', 'HTTP_COOKIE': 'visid_incap_142746=xwEMUORuQ/+hShDYHuM790sF+VUAA...1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'HTTP_HOST': 'blockexplorer.solarcoin.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/538.1 (KHTML, like Gecko) SolarCoin-Qt Safari/538.1', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response =
 /usr/local/lib/python2.7/dist-packages/Abe/abe.py in __call__(abe=<__main__.Abe instance>, env={'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-US,*', 'HTTP_CONNECTION': 'close', 'HTTP_COOKIE': 'visid_incap_142746=xwEMUORuQ/+hShDYHuM790sF+VUAA...1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'HTTP_HOST': 'blockexplorer.solarcoin.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/538.1 (KHTML, like Gecko) SolarCoin-Qt Safari/538.1', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=)
    201             page['template_vars'] = tvars
    202
=>  203             handler(page)
    204         except PageNotFound:
    205             status = '404 Not Found'
handler = >, page = {'body': [], 'chain': None, 'content_type': 'text/html; charset=utf-8', 'dotdot': '', 'env': {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-US,*', 'HTTP_CONNECTION': 'close', 'HTTP_COOKIE': 'visid_incap_142746=xwEMUORuQ/+hShDYHuM790sF+VUAA...1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'HTTP_HOST': 'blockexplorer.solarcoin.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/538.1 (KHTML, like Gecko) SolarCoin-Qt Safari/538.1', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, 'params': {}, 'start_response': , 'template': '\n \n \n \n \n \n ', 'template_vars': {'ABE_URL': 'https://github.com/bitcoin-abe/bitcoin-abe', 'APPNAME': 'Abe', 'CONTENT_TYPE': 'text/html; charset=utf-8', 'COPYRIGHT': 'Abe developers', 'COPYRIGHT_URL': 'https://github.com/bitcoin-abe', 'COPYRIGHT_YEARS': '2011', 'DONATIONS_BTC': '1PWC7PNHL1SgvZaN7xEtygenKjWobWsCuf', 'DONATIONS_NMC': 'NJ3MSELK1cWnqUa6xhF2wUYAnz3RSrWXcK', 'HOMEPAGE': 'home', 'STATIC_PATH': 'static/', ...}, 'title': ['Abe', ' ', '0.8.1']}
 /usr/local/lib/python2.7/dist-packages/Abe/abe.py in handle_home(abe=<__main__.Abe instance>, page={'body': [], 'chain': None, 'content_type': 'text/html; charset=utf-8', 'dotdot': '', 'env': {'DOCUMENT_ROOT': '/etc/apache2/htdocs', 'GATEWAY_INTERFACE': 'CGI/1.1', 'HTTP_ACCEPT': 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8', 'HTTP_ACCEPT_ENCODING': 'gzip, deflate', 'HTTP_ACCEPT_LANGUAGE': 'en-US,*', 'HTTP_CONNECTION': 'close', 'HTTP_COOKIE': 'visid_incap_142746=xwEMUORuQ/+hShDYHuM790sF+VUAA...1.1.utmcsr=(direct)|utmccn=(direct)|utmcmd=(none)', 'HTTP_HOST': 'blockexplorer.solarcoin.org', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1) AppleWebKit/538.1 (KHTML, like Gecko) SolarCoin-Qt Safari/538.1', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, 'params': {}, 'start_response': , 'template': '\n \n \n \n \n \n ', 'template_vars': {'ABE_URL': 'https://github.com/bitcoin-abe/bitcoin-abe', 'APPNAME': 'Abe', 'CONTENT_TYPE': 'text/html; charset=utf-8', 'COPYRIGHT': 'Abe developers', 'COPYRIGHT_URL': 'https://github.com/bitcoin-abe', 'COPYRIGHT_YEARS': '2011', 'DONATIONS_BTC': '1PWC7PNHL1SgvZaN7xEtygenKjWobWsCuf', 'DONATIONS_NMC': 'NJ3MSELK1cWnqUa6xhF2wUYAnz3RSrWXcK', 'HOMEPAGE': 'home', 'STATIC_PATH': 'static/', ...}, 'title': ['Abe', ' ', '0.8.1']})
    281                     cold_storage_wallets[wallet] = format_satoshis(cold_storage_wallets[wallet], chain)
    282                 
=>  283                 body += view_templates.generate_homepage(height, format_satoshis(satoshis, chain), cold_storage_wallets, show_search_form)
    284
    285         
body = [], global view_templates = , view_templates.generate_homepage = , height = 823232, global format_satoshis = , satoshis undefined, chain = {'address_version': '\x12', 'code3': 'SLR', 'id': Decimal('1'), 'last_block_id': Decimal('830119'), 'name': 'SolarCoin'}, cold_storage_wallets = {'8GyTujoWPJENbqRRZUPv7yVW6UtXVDoUHY': '4500000.5', '8HXLLWUaKg4T5NBWiFeUVtdNDxfv1D2S6i': '200000001', '8Kau7tve5QoGKNMHomDr2tHcAMmqUN2zYu': '47495085881.93248129', '8Lv6jBL1AZ4Emdeaen8Q7aUp9XrJjChzRo': '50000000000', '8SQAaMMWTKLHQ2ZX7Pov5DUqvJpAECY3LD': '95000000', '8YVEmgenUoQi1hCAUdvAtrV2vSEeyi37Xp': '1000000', '8dcVBk6Fszsx47r7AjSRN9FRG6BBZzFrDE': '200000000.8', '8eBF8zfYdMhqz9uKMiZZLvVttfGNhBr2dk': '4000000', 'Total': '97999585884.23248129'}, show_search_form = True
: local variable 'satoshis' referenced before assignment
      args = ("local variable 'satoshis' referenced before assignment",)
      message = "local variable 'satoshis' referenced before assignment"
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
Is there a new github repository? Or an Ubuntu 14 x64 compatible daemon? (needed for the explorer)

64 bit version here: http://solarcoin.org/downloads/SolarCoin_2.0.1_64bit.run

new repository is here: https://github.com/onsightit/solarcoin

Compiling now! (.run is the Qt version I guess?)

Edit: fwiw bootstrap.zip download fails through wget, because of your CDN (Incapsula) which returns a webpage with a Javascript instead of the zip

Edit2: explorer is now running on v2.0.1.0

Hi fairglu,

Thanks for updating the explorer!

-Steve
legendary
Activity: 1736
Merit: 1001
Let the hoarding begin.  Grin
full member
Activity: 128
Merit: 100
Thank you, a nice little 22,000 per year reward for staking by the looks of things.... happy days  Grin
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
FYI:
https://www.coinpayments.net/vote

The rules in more detail (as per Mr. Data - System Administrator / High Level Technical Support, [email protected], latest communication on Wednesday, June 24, 2015 11:40 PM):

"Here is the latest voting method (it gets tweaked from time to time by the higher ups):

The vote works as a monthly vote ending usually on the 15th of every month, however if no coin has reached 1,000 votes it keeps going for another month (and so on until a coin reaches 1,000 votes.)

We then add the winning coins and reset the votes."
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
Hi all not been a round in a while but I have always been keeping an eye on how the progress is going and noticed today the new v2.01 today

Can anybody please explain what staking is and how it works

Many thanks

Hi,
Here it is:

http://solarcoin.org/en/solarcoin-moving-from-pow-to-post-proof-of-stake-time/

Thanks!
full member
Activity: 128
Merit: 100
Hi all not been a round in a while but I have always been keeping an eye on how the progress is going and noticed today the new v2.01 today

Can anybody please explain what staking is and how it works

Many thanks
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
Anyone here still running a 0.8.6 wallet?

https://chainz.cryptoid.info/slr/#!network  (click the Network tab)



While you are around - after a transaction (in or out), History window TOTAL does not update to reflect the change of the balance. Will post it as an issue on the issue doc.
Thanks!

Thanks, currently the only way to refresh the total is to change one of the column filters. (e.g. Change Type from All to Interest)

Yes, tried clicking on the filter - even only re-selecting "All" does the trick. I guess you will be changing that to become auto on displaying the History window.
Thank you!
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
Anyone here still running a 0.8.6 wallet?

https://chainz.cryptoid.info/slr/#!network  (click the Network tab)



While you are around - after a transaction (in or out), History window TOTAL does not update to reflect the change of the balance. Will post it as an issue on the issue doc.
Thanks!

Thanks, currently the only way to refresh the total is to change one of the column filters. (e.g. Change Type from All to Interest)
sr. member
Activity: 377
Merit: 251
Note to self: it's not you doing it, it's us.
Anyone here still running a 0.8.6 wallet?

https://chainz.cryptoid.info/slr/#!network  (click the Network tab)



While you are around - after a transaction (in or out), History window TOTAL does not update to reflect the change of the balance. Will post it as an issue on the issue doc.
Thanks!
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
Anyone here still running a 0.8.6 wallet?

https://chainz.cryptoid.info/slr/#!network  (click the Network tab)

legendary
Activity: 1736
Merit: 1001
All is good with the new wallet.
legendary
Activity: 1100
Merit: 1032
Is there a new github repository? Or an Ubuntu 14 x64 compatible daemon? (needed for the explorer)

64 bit version here: http://solarcoin.org/downloads/SolarCoin_2.0.1_64bit.run

new repository is here: https://github.com/onsightit/solarcoin

Compiling now! (.run is the Qt version I guess?)

Edit: fwiw bootstrap.zip download fails through wget, because of your CDN (Incapsula) which returns a webpage with a Javascript instead of the zip

Edit2: explorer is now running on v2.0.1.0
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
All,

The master node has been updated to 2.0.1.

-Steve
sr. member
Activity: 365
Merit: 250
Making things better with better things.
Is there a new github repository? Or an Ubuntu 14 x64 compatible daemon? (needed for the explorer)

64 bit version here: http://solarcoin.org/downloads/SolarCoin_2.0.1_64bit.run

new repository is here: https://github.com/onsightit/solarcoin
legendary
Activity: 1100
Merit: 1032
Is there a new github repository? Or an Ubuntu 14 x64 compatible daemon? (needed for the explorer)
sr. member
Activity: 308
Merit: 250
truth=(true?true:false);
All,

The official 2.0.1 release candidate can be downloaded from http://solarcoin.org/downloads/

If you are running a 2.0 beta, you can get the update right in the wallet: Help -> Check for Update

Proper links to the downloads will be posted on the website soon.  Currently there are setups for Windows 32bit, Linux 32/64bit. Mac 64bit will be available soon.

-Steve
Jump to: