Bitcoin Forum
June 17, 2024, 12:19:53 AM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 »
  Print  
Author Topic: NanoTokens Information thread MOVED  (Read 38073 times)
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 02:53:58 AM
 #201

block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 02:54:16 AM
 #202

wow please tell me what this was for anyone
http://iurl.no/n5bcw

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 02, 2013, 02:57:13 AM
 #203

block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it
Code:
<class 'sqlite3.ProgrammingError'>	Python 2.7.3: /usr/bin/python
Tue Jul 2 06:55:47 2013

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=<flup.server.fcgi_base.Request object>)
    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 = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>>
 /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
   1116         try:
   1117             try:
=> 1118                 result = self.application(environ, start_response)
   1119                 try:
   1120                     for data in result:
result = None, self = <flup.server.fcgi.WSGIServer object>, 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-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function 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-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>)
    271             return ''
    272         except:
=>  273             abe.store.rollback()
    274             raise
    275
abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>>
 /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>)
    862         store.sqllog.info("ROLLBACK")
    863         try:
=>  864             store.conn.rollback()
    865             store.in_transaction = False
    866         except store.module.OperationalError, e:
store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>

<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088
      args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',)
      message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088'

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 02:59:55 AM
 #204

block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it
Code:
<class 'sqlite3.ProgrammingError'>	Python 2.7.3: /usr/bin/python
Tue Jul 2 06:55:47 2013

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=<flup.server.fcgi_base.Request object>)
    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 = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>>
 /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
   1116         try:
   1117             try:
=> 1118                 result = self.application(environ, start_response)
   1119                 try:
   1120                     for data in result:
result = None, self = <flup.server.fcgi.WSGIServer object>, 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-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function 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-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>)
    271             return ''
    272         except:
=>  273             abe.store.rollback()
    274             raise
    275
abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>>
 /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>)
    862         store.sqllog.info("ROLLBACK")
    863         try:
=>  864             store.conn.rollback()
    865             store.in_transaction = False
    866         except store.module.OperationalError, e:
store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>

<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088
      args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',)
      message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088'
are you getting that error now ?

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 02, 2013, 03:00:31 AM
 #205

wow please tell me what this was for anyone
http://iurl.no/n5bcw

that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway.

r3wt

My negative trust rating is reflective of a personal vendetta by someone on default trust.
Eli0t
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
July 02, 2013, 03:02:13 AM
 #206

block explorer keeps erroring out
please tell me what you mean i don't see a error at all i'm using it
Code:
<class 'sqlite3.ProgrammingError'>	Python 2.7.3: /usr/bin/python
Tue Jul 2 06:55:47 2013

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=<flup.server.fcgi_base.Request object>)
    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 = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>>
 /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
   1116         try:
   1117             try:
=> 1118                 result = self.application(environ, start_response)
   1119                 try:
   1120                     for data in result:
result = None, self = <flup.server.fcgi.WSGIServer object>, 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-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function 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-gb,en-us;q=0.7,en;q=0.3', 'HTTP_CONNECTION': 'close', 'HTTP_DNT': '1', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64; rv:21.0) Gecko/20100101 Firefox/21.0', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>)
    271             return ''
    272         except:
=>  273             abe.store.rollback()
    274             raise
    275
abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>>
 /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>)
    862         store.sqllog.info("ROLLBACK")
    863         try:
=>  864             store.conn.rollback()
    865             store.in_transaction = False
    866         except store.module.OperationalError, e:
store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>

<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140633392367360 and this is thread id 140633321785088
      args = ('SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088',)
      message = 'SQLite objects created in a thread can only be u...33392367360 and this is thread id 140633321785088'
are you getting that error now ?
yes

LTC:  LKpJf3uk7KsHU73kxq8iFJrP1AAKN7Yni7  DGC:  DKXGvEbj3Rwgrm2QQbRyNPDDZDYoq4Y44d  XPM:  AWV5AKfLFyoBaMjg9C77rGUBhuFxz5DGGL
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 03:02:27 AM
 #207

wow please tell me what this was for anyone
http://iurl.no/n5bcw

that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway.

r3wt
thanks for the answer i'm sure other people might asked so it's all clear now

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
DigitalDoom
Full Member
***
Offline Offline

Activity: 128
Merit: 100



View Profile
July 02, 2013, 03:13:10 AM
 #208

Just started mining before bed and already found my first block! Yippee!
MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 03:14:39 AM
 #209

Getting error as well.

Code:
<class 'sqlite3.ProgrammingError'>	Python 2.7.3: /usr/bin/python
Tue Jul 2 07:11:07 2013
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=<flup.server.fcgi_base.Request object>)
    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 = <flup.server.fcgi_base.Request object>, self.server = <flup.server.fcgi.WSGIServer object>, self.server.handler = <bound method WSGIServer.handler of <flup.server.fcgi.WSGIServer object>>
 /usr/lib/pymodules/python2.7/flup/server/fcgi_base.py in handler(self=<flup.server.fcgi.WSGIServer object>, req=<flup.server.fcgi_base.Request object>)
   1116         try:
   1117             try:
=> 1118                 result = self.application(environ, start_response)
   1119                 try:
   1120                     for data in result:
result = None, self = <flup.server.fcgi.WSGIServer object>, 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,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_REFERER': 'http://blockexplorer.coinworld.us/chain/Nanotoken?count=50&hi=1723', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/...L, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response = <function 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,sdch', 'HTTP_ACCEPT_LANGUAGE': 'en-US,en;q=0.8', 'HTTP_CONNECTION': 'close', 'HTTP_HOST': 'blockexplorer.coinworld.us', 'HTTP_REFERER': 'http://blockexplorer.coinworld.us/chain/Nanotoken?count=50&hi=1723', 'HTTP_USER_AGENT': 'Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/...L, like Gecko) Chrome/27.0.1453.116 Safari/537.36', 'PATH': '/usr/local/bin:/usr/bin:/bin', ...}, start_response=<function start_response>)
    271             return ''
    272         except:
=>  273             abe.store.rollback()
    274             raise
    275
abe = <__main__.Abe instance>, abe.store = <Abe.DataStore.DataStore object>, abe.store.rollback = <bound method DataStore.rollback of <Abe.DataStore.DataStore object>>
 /usr/local/lib/python2.7/dist-packages/Abe/DataStore.py in rollback(store=<Abe.DataStore.DataStore object>)
    862         store.sqllog.info("ROLLBACK")
    863         try:
=>  864             store.conn.rollback()
    865             store.in_transaction = False
    866         except store.module.OperationalError, e:
store = <Abe.DataStore.DataStore object>, store.conn = <sqlite3.Connection object>, store.conn.rollback = <built-in method rollback of sqlite3.Connection object>
<class 'sqlite3.ProgrammingError'>: SQLite objects created in a thread can only be used in that same thread.The object was created in thread id 140132569052928 and this is thread id 140132649580288
      args = ('SQLite objects created in a thread can only be u...32569052928 and this is thread id 140132649580288',)
      message = 'SQLite objects created in a thread can only be u...32569052928 and this is thread id 140132649580288'
I'm working on it but if you refresh the page a couple times it should work fine not sure why this is going on but I'm looking

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 02, 2013, 03:54:48 AM
 #210

Just started mining before bed and already found my first block! Yippee!


hey congrats. it seems a few people had a problem with orphans so far, tomorrow i will ask around to try and get a consensus on what the best settings are for cgminer. when i figure it out, i'll update the first post so more people can start mining succesfully without having an orphan problem.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
coinerd
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
July 02, 2013, 03:59:06 AM
 #211

what happened to the part in the OP where it said 50k for coinerd?
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 02, 2013, 04:00:22 AM
 #212

what happened to the part in the OP where it said 50k for coinerd?

it said 50. and its still posted only i moved it over to the thread at cryptocoin talk. pretty sure i sent you 50 earlier. did you get it?

My negative trust rating is reflective of a personal vendetta by someone on default trust.
coinerd
Full Member
***
Offline Offline

Activity: 196
Merit: 100


View Profile
July 02, 2013, 04:14:31 AM
 #213

what happened to the part in the OP where it said 50k for coinerd?

it said 50. and its still posted only i moved it over to the thread at cryptocoin talk. pretty sure i sent you 50 earlier. did you get it?

I just synced - it shows the appropriate number of 50 token deposits now Smiley
r3wt (OP)
Hero Member
*****
Offline Offline

Activity: 686
Merit: 504


always the student, never the master.


View Profile
July 02, 2013, 04:15:33 AM
 #214

what happened to the part in the OP where it said 50k for coinerd?

it said 50. and its still posted only i moved it over to the thread at cryptocoin talk. pretty sure i sent you 50 earlier. did you get it?

I just synced - it shows the appropriate number of 50 token deposits now Smiley

awesome, you should have got one from me and one from the giveaway thread.

My negative trust rating is reflective of a personal vendetta by someone on default trust.
The_Catman
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Captain Jack Fenderson


View Profile WWW
July 02, 2013, 04:59:06 AM
 #215

wow please tell me what this was for anyone
http://iurl.no/n5bcw

that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway.

r3wt

Wow, what a dick. All that because the idiot couldn't figure out how to transfer the coins out of that address before someone else got the privkey.

Edit: In fact, everyone in that thread deserves fuck all compensation if they didn't know to do that.

I'm working on it but if you refresh the page a couple times it should work fine not sure why this is going on but I'm looking

That happens with all your block explorers all the time and always has, how are you just now noticing this?

MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 05:07:39 AM
 #216

wow please tell me what this was for anyone
http://iurl.no/n5bcw

that was daggerismo sending me back the giveaway money. he got mad over the cryptobin contest, trashed me in pm and sent all the coins back. they are now in zackclark70's possesion, as he is handling the giveaway.

r3wt

Wow, what a dick. All that because the idiot couldn't figure out how to transfer the coins out of that address before someone else got the privkey.

Edit: In fact, everyone in that thread deserves fuck all compensation if they didn't know to do that.

I'm working on it but if you refresh the page a couple times it should work fine not sure why this is going on but I'm looking

That happens with all your block explorers all the time and always has, how are you just now noticing this?
Because if you look at any one I run no-one has said anything to me until now

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
The_Catman
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Captain Jack Fenderson


View Profile WWW
July 02, 2013, 05:09:36 AM
 #217

Because if you look at any one I run no-one has said anything to me until now

Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources.

MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 05:11:49 AM
 #218

Because if you look at any one I run no-one has said anything to me until now

Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources.
Ok thanks should be fixed now if not I'm going to switch the db in the am

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
The_Catman
Full Member
***
Offline Offline

Activity: 168
Merit: 100


Captain Jack Fenderson


View Profile WWW
July 02, 2013, 05:14:41 AM
 #219

Because if you look at any one I run no-one has said anything to me until now

Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources.
Ok thanks should be fixed now if not I'm going to switch the db in the am

It's very much not fixed.

http://goo.gl/3PBqx

MobGod
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500



View Profile WWW
July 02, 2013, 05:52:10 AM
 #220

Because if you look at any one I run no-one has said anything to me until now

Hmm, well, I would have mentioned something but I've never really given a rats ass about any of the coins you host explorers for beyond a quick glance at their resources.
Ok thanks should be fixed now if not I'm going to switch the db in the am

It's very much not fixed.

http://goo.gl/3PBqx
Ok thanks for checking and telling me I will be switching the db in the am

For security, your account has been locked. Email acctcomp15@theymos.e4ward.com
Pages: « 1 2 3 4 5 6 7 8 9 10 [11] 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 »
  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!