Bitcoin Forum
May 14, 2024, 04:30:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 148 »
441  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 05, 2014, 12:32:44 AM
Please use notepad++ or Geany or any text editor that can handle csv file format to open the above link.

This marks the start of a three day countdown to the final snapshot.

Please move your NRS and NRB to your local wallets in time for the snapshot on 09/09/14 00:00 GMT.

442  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 04, 2014, 11:32:58 PM
Please confirm your NRS balances in the linked document.

NoirShares Balances 11:32 GMT 1/9/14

And NRB here

NoirBits Balances 11:32 GMT 1/9/14

use a text editor like geany, or notepad++. or if you wish, add a file extension like .txt if you wish to use any other software
443  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 04, 2014, 09:06:07 PM
As I don't have more time to read posts,  I'd like to have some newsletter to know what has happened and what will happen.

Very soon, within the next 4 days. Just having a hard time with investor dividend mapping on the chain.
444  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 03, 2014, 06:49:29 PM
final 24 hours of voting, much support for a merge of NRS and NRB. There is the suggestion of other coins , which would you pick?

Are we willing to add a few coins to our list or do we prefer to go with just our two.

24 hours people. This train is ready to go
445  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 02, 2014, 05:23:08 PM
I have all of my NRS in one wallet split between two addresses. How will this situation be affected by the merge?

No effect at all, you'll just have to import two keys
446  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: September 02, 2014, 05:17:24 PM
Can someone please just put load a file with all the dependencies for x64 already compiled, leaving only the paths to be set. 
447  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: September 02, 2014, 04:55:48 PM


Which Boost version are you running? Also what are you trying to compile latest Bitcoin?

boost 1_55_0 and no it's for an altcoin.

448  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 02, 2014, 08:47:11 AM
Will nrb not be reintroduced soon enough with a pow phase?
That's what I've been waiting for.
Hell, I'll lose a substantial chunk of my position by the sounds of how everything will unfold, but you don't see me complaining..
Wouldn't merging tend to increase the price of nrs in turn creating gf holders just as much income as a new chain as they hold nrs and receive gf payments in nrs?

Trust me, you'll love mining the new NRB if you are pro-CPU. I still have a few tid bits to work on, to make it even more interesting, but even now i can hash out a new g-block and we can get this party going.

Merging will have the effect of increasing the money supply by 10% at the moment, but potentially increasing the user base and intrest in our projects ten-fold. Coupled with all the features and ideas that will be in Phase 1 and 2, all we need is a good marketing strategy and we'll go higher than before.

The economics makes some assumptions, but i think the variance is acceptable.

On a technical point, i think everyone would prefer me and any other developers who join us to focus on one codebase at a time.

Depending on the success of this release, we may go further a few weeks later to release the business suite, with obvious benefits to GF share holders, NRS would also be considered.


please tell me there no more mining , the last time ou change any thing every thing went to shit ...

ALSO What happening with the DAC



1) Please read the "About" in your QT.

2) Please read the last 2-3 pages.
449  Bitcoin / Development & Technical Discussion / Re: Building headless Bitcoin and Bitcoin-qt on Windows on: September 01, 2014, 11:35:03 PM
Code:
In file included from ..\deps\boost/boost/tuple/tuple.hpp:33:0,
                 from src/serialize.h:18,
                 from src/netbase.h:10,
                 from src/net.h:18,
                 from src/emessage.h:9,
                 from src\qt\messagemodel.h:8,
                 from src\qt\bitcoin.cpp:7:
..\deps\boost/boost/tuple/detail/tuple_basic.hpp: In function 'typename boost::tuples::access_traits<typename boost::tup
les::element<N, boost::tuples::cons<HT, TT> >::type>::const_type boost::tuples::get(const boost::tuples::cons<HT, TT>&)'
:
..\deps\boost/boost/tuple/detail/tuple_basic.hpp:228:45: warning: typedef 'cons_element' locally defined but not used [-
Wunused-local-typedefs]
   typedef BOOST_DEDUCED_TYPENAME impl::type cons_element;
                                             ^
In file included from src/netbase.h:11:0,
                 from src/net.h:18,
                 from src/emessage.h:9,
                 from src\qt\messagemodel.h:8,
                 from src\qt\bitcoin.cpp:7:
src/compat.h: At global scope:
src/compat.h:27:15: error: conflicting declaration 'typedef u_int SOCKET'
 typedef u_int SOCKET;
               ^
In file included from C:/mingw64/x86_64-w64-mingw32/include/winsock2.h:55:0,
                 from src/compat.h:14,
                 from src/netbase.h:11,
                 from src/net.h:18,
                 from src/emessage.h:9,
                 from src\qt\messagemodel.h:8,
                 from src\qt\bitcoin.cpp:7:
C:/mingw64/x86_64-w64-mingw32/include/psdk_inc/_socket_types.h:11:18: note: previous declaration as 'typedef UINT_PTR SO
CKET'
 typedef UINT_PTR SOCKET;
                  ^
In file included from src/addrman.h:9:0,
                 from src/net.h:20,
                 from src/emessage.h:9,
                 from src\qt\messagemodel.h:8,
                 from src\qt\bitcoin.cpp:7:
src/util.h:15:13: error: conflicting declaration 'typedef int pid_t'
 typedef int pid_t; /* define for Windows compatibility */
             ^
In file included from C:/mingw64/x86_64-w64-mingw32/include/pthread.h:64:0,
                 from C:/mingw64/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/gthr-default.h:35,
                 from C:/mingw64/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/gthr.h:148,
                 from C:/mingw64/x86_64-w64-mingw32/include/c++/ext/atomicity.h:35,
                 from C:/mingw64/x86_64-w64-mingw32/include/c++/bits/basic_string.h:39,
                 from C:/mingw64/x86_64-w64-mingw32/include/c++/string:52,
                 from ..\Qt\5.3.1\include/QtCore/../../src/corelib/tools/qstring.h:50,
                 from ..\Qt\5.3.1\include/QtCore/qstring.h:1,
                 from ..\Qt\5.3.1\include/QtCore/../../src/corelib/kernel/qobject.h:49,
                 from ..\Qt\5.3.1\include/QtCore/qobject.h:1,
                 from ..\Qt\5.3.1\include/QtWidgets/../../src/widgets/kernel/qwidget.h:46,
                 from ..\Qt\5.3.1\include/QtWidgets/qwidget.h:1,
                 from ..\Qt\5.3.1\include\QtWidgets/../../src/widgets/widgets/qmainwindow.h:45,
                 from ..\Qt\5.3.1\include\QtWidgets/qmainwindow.h:1,
                 from ..\Qt\5.3.1\include\QtWidgets/QMainWindow:1,
                 from src\qt\bitcoingui.h:4,
                 from src\qt\bitcoin.cpp:4:
C:/mingw64/x86_64-w64-mingw32/include/sys/types.h:68:16: note: previous declaration as 'typedef _pid_t pid_t'
 typedef _pid_t pid_t;
                ^
In file included from ..\deps\boost/boost/system/system_error.hpp:14:0,
                 from ..\deps\boost/boost/thread/exceptions.hpp:22,
                 from ..\deps\boost/boost/thread/win32/thread_primitives.hpp:16,
                 from ..\deps\boost/boost/thread/win32/basic_timed_mutex.hpp:14,
                 from ..\deps\boost/boost/thread/win32/mutex.hpp:9,
                 from ..\deps\boost/boost/thread/mutex.hpp:14,
                 from src/allocators.h:10,
                 from src\qt\walletmodel.h:8,
                 from src\qt\bitcoin.cpp:6:
..\deps\boost/boost/system/error_code.hpp:222:36: warning: 'boost::system::posix_category' defined but not used [-Wunuse
d-variable]
     static const error_category &  posix_category = generic_category();
                                    ^
..\deps\boost/boost/system/error_code.hpp:223:36: warning: 'boost::system::errno_ecat' defined but not used [-Wunused-va
riable]
     static const error_category &  errno_ecat     = generic_category();
                                    ^
..\deps\boost/boost/system/error_code.hpp:224:36: warning: 'boost::system::native_ecat' defined but not used [-Wunused-v
ariable]
     static const error_category &  native_ecat    = system_category();
                                    ^
Makefile.Release:17581: recipe for target 'build/bitcoin.o' failed
mingw32-make: *** [build/bitcoin.o] Error 1

Anyone have an idea how to beat that?
450  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 01, 2014, 09:41:36 PM
The git was public until two days ago. Well, how about that? I make a GUI that is useless.....to gain what?
So what is the link to the github source?
see the words directly above your question, they should sufficiently answer you.
So what was the reason to remove the github source?
And when will the new wallet with the lotto and vote code be available? What is the time path?

It wasnt removed, i just made the git private. There has always been a problem before launch where people pm me asking me why the compiled but it's not working. It's irritating at best. As far as i am concerned the code is ready for alpha testing. On thursday i hope to have a win64 build, once this is available, i will give out to a few investors and the active posters in this thread to help with deployed testing of all features.  

if this doesnt work out, (not willing to accept untrusted people to build for us, since they may add some "sauce" to it. ) we can still have our linux users test out and report back to the group. if you dont use linux, but want to test, just throw it in a vm.

Another reason is the last part i want to add, the investor dividends. that must remain as group property.
451  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 01, 2014, 06:38:28 PM
Quote
so this screenshot in no way is proof for having implemented lotto and vote


What is it proof of?

Quote
which is at most a 30 minutes job for a good developer

Err, not quite, maybe half a day.

How do you propose i show you the back end? Screenshots of code?

While i understand your reluctance to believe in miracles , i think that you are now just being unreasonable. short of inviting you to a coding session, i doubt anything will satisfy you.

I am willing to try, so long as what you suggest does not take time from my planned activities, so....how do you want me to prove it. Screens of the working client are not enough clearly.

So I am being unreasonable if I am reluctant to believe that behind this screenshot is a working system? We will see. When is the client going to be tested / implemented? Is there a link to the github source?

The git was public until two days ago. Well, how about that? I make a GUI that is useless.....to gain what?

So what is the link to the github source?

see the words directly above your question, they should sufficiently answer you.
452  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 01, 2014, 03:31:02 PM
Quote
so this screenshot in no way is proof for having implemented lotto and vote


What is it proof of?

Quote
which is at most a 30 minutes job for a good developer

Err, not quite, maybe half a day.

How do you propose i show you the back end? Screenshots of code?

While i understand your reluctance to believe in miracles , i think that you are now just being unreasonable. short of inviting you to a coding session, i doubt anything will satisfy you.

I am willing to try, so long as what you suggest does not take time from my planned activities, so....how do you want me to prove it. Screens of the working client are not enough clearly.

So I am being unreasonable if I am reluctant to believe that behind this screenshot is a working system? We will see. When is the client going to be tested / implemented? Is there a link to the github source?

The git was public until two days ago. Well, how about that? I make a GUI that is useless.....to gain what?
453  Alternate cryptocurrencies / Altcoin Discussion / Re: Parse the blockchain for all addresses with positive balance on: September 01, 2014, 01:37:25 PM
blk-files have very simple and easy-to-parse structure
Have a look at my C++/Qt code. Sorry, I do not speak PHP

Code:
#include <QTimer>
#include <QFile>

#include "BlockChain.h"
#include "Util.h"
#include "Chainer.h"
#include "Target.h"

BlockChain::BlockChain ( QObject* parent ) : QFile ( parent ), blkFile ( 0 )
{
  QTimer::singleShot ( 0, this, SLOT ( start ( ) ) );
}
//--------------------------------------------------------------
void BlockChain::start ( )
{
  setFileName ( blkFileName ( blkFile++ ) );
  if ( !open ( QIODevice::ReadOnly ) )
  {
    _trace ( QString ( "cant open [%1]" ).arg ( fileName ( ) ) );
    getParent ( ).block ( QByteArray ( ) ); // this is finish signal
    deleteLater ( );                        // delete self
  }
  else
  {
    _trace ( QString ( "processing [%1]" ).arg ( fileName ( ) ) );
    QTimer::singleShot ( 0, this, SLOT ( next ( ) ) );
  }
}
//--------------------------------------------------------------
void BlockChain::next ( )
{
  if ( pos ( ) < size ( ) )
  {
    quint32 magic;
    quint32 size ( read ( (char*)&magic, 4 ) );
    xassert ( ( ( magic == MAGIC_ID ) || !magic ) && ( size == 4 ) );
    if ( magic )
    {
      read ( (char*)&size, 4 );
      xassert ( size > HEADER_SIZE && size <= MAX_BLOCK_SIZE );
      getParent ( ).block ( read ( size ) );             // process block data here
      QTimer::singleShot ( 0, this, SLOT ( next ( ) ) ); // schedule next block in file
      return;
    }
  }
  close ( );
  QTimer::singleShot ( 0, this, SLOT ( start ( ) ) );     // schedule next file
}
//--------------------------------------------------------------
const QString BlockChain::blkFileName ( const int i )
{
  return
    ( i < 10 ) ? QString ( DATA_ROOT "\\blk0000%1.dat" ).arg ( i ) :
    ( i < 100 ) ? QString ( DATA_ROOT "\\blk000%1.dat" ).arg ( i ) :
    QString ( DATA_ROOT "\\blk00%1.dat" ).arg ( i );
}


Cool, C++ i can do. mind giving me a link to the whole project?
454  Alternate cryptocurrencies / Altcoin Discussion / Re: Parse the blockchain for all addresses with positive balance on: September 01, 2014, 12:35:18 PM
Code:
    [blockhash] => 0fcc89dcc850cbf7d7149b8f1534b2464a7902991d19a9367dae0751b3a25be0

Are we talking about bitcoin or altcoin?

Altcoin.

Would have posted in the Alt section but it was either gonna drown in the torrent of mostly meaningless posts or not get an answer. Would be nice if they added development subforum there.
455  Alternate cryptocurrencies / Altcoin Discussion / Re: Parse the blockchain for all addresses with positive balance on: September 01, 2014, 12:08:08 PM
on closer inspection, it seems all the PoS blocks in the chain look like that. Help please.
456  Alternate cryptocurrencies / Altcoin Discussion / Re: Parse the blockchain for all addresses with positive balance on: September 01, 2014, 12:04:09 PM
I am trying to do the same, i got my hands on a php script but it is choking up on some blocks.

Code:
foreach ($tx["vout"] as $tx_out)

        {

          $scripttype=$tx_out["scriptPubKey"]["type"];

          switch ($scripttype)

          {

          case "pubkeyhash":

          case "pubkey":

          case "scripthash":

            $mysqli->query("insert into outputs (block_num, block_hash, transaction_hash, sequence, address, balance) values (".$i.", '".$block["hash"]."', '".$txid."', ".$tx_out["n"].", '".$tx_out["scriptPubKey"]["addresses"][0]."', ".$tx_out["value"].")");

            break;

          case "scriptPubKey":

          case "multisig":

            $mysqli->query("insert into outputs (block_num, block_hash, transaction_hash, sequence, address, balance) values (".$i.", '".$block["hash"]."', '".$txid."', ".$tx_out["n"].", '** ".$scripttype." **', ".$tx_out["value"].")");

            break;

          case "nonstandard":

            $mysqli->query("insert into outputs (block_num, block_hash, transaction_hash, sequence, address, balance) values (".$i.", '".$block["hash"]."', '".$txid."', ".$tx_out["n"].", '** ".$scripttype." **', ".$tx_out["value"].")");

          default:

            throw new Exception("don't know how to handle ".$scripttype." scripts in transaction ".$txid);

            continue;

It gives me this error

Code:
PHP Fatal error:  Uncaught exception 'Exception' with message 'don't know how to handle nonstandard scripts in transaction 521fdd0f3bd589de759af578cf6bfc595854ba578eb709fe7f7f42d43b2c7960' in /home/build/nrsbala/update-database.php:91
Stack trace:
#0 {main}
  thrown in /home/build/blockparser/update-database.php on line 91


for this block :-

Code:
Array
(
    [hex] => 010000008b636053010000000000000000000000000000000000000000000000000000000000000000ffffffff0c02a25a0105062f503253482fffffffff010000000000000000000000000000
    [txid] => 521fdd0f3bd589de759af578cf6bfc595854ba578eb709fe7f7f42d43b2c7960
    [version] => 1
    [time] => 1398825867
    [locktime] => 0
    [vin] => Array
        (
            [0] => Array
                (
                    [coinbase] => 02a25a0105062f503253482f
                    [sequence] => 4294967295
                )

        )

    [vout] => Array
        (
            [0] => Array
                (
                    [value] => 0
                    [n] => 0
                    [scriptPubKey] => Array
                        (
                            [asm] =>
                            [hex] =>
                            [type] => nonstandard
                        )

                )

        )

    [blockhash] => 0fcc89dcc850cbf7d7149b8f1534b2464a7902991d19a9367dae0751b3a25be0
    [confirmations] => 46496
    [blocktime] => 1398825867
)

I need help figuring a way for these txs to be handled. Already i can see the problems with the block, but i need it to be able to handle these without coughing up.
457  Bitcoin / Project Development / Re: Finding unspent transaction outputs on: September 01, 2014, 11:59:52 AM
Code:
foreach ($tx["vout"] as $tx_out)

        {

          $scripttype=$tx_out["scriptPubKey"]["type"];

          switch ($scripttype)

          {

          case "pubkeyhash":

          case "pubkey":

          case "scripthash":

            $mysqli->query("insert into outputs (block_num, block_hash, transaction_hash, sequence, address, balance) values (".$i.", '".$block["hash"]."', '".$txid."', ".$tx_out["n"].", '".$tx_out["scriptPubKey"]["addresses"][0]."', ".$tx_out["value"].")");

            break;

          case "scriptPubKey":

          case "multisig":

            $mysqli->query("insert into outputs (block_num, block_hash, transaction_hash, sequence, address, balance) values (".$i.", '".$block["hash"]."', '".$txid."', ".$tx_out["n"].", '** ".$scripttype." **', ".$tx_out["value"].")");

            break;

          case "nonstandard":

            $mysqli->query("insert into outputs (block_num, block_hash, transaction_hash, sequence, address, balance) values (".$i.", '".$block["hash"]."', '".$txid."', ".$tx_out["n"].", '** ".$scripttype." **', ".$tx_out["value"].")");

          default:

            throw new Exception("don't know how to handle ".$scripttype." scripts in transaction ".$txid);

            continue;

It gives me this error

Code:
PHP Fatal error:  Uncaught exception 'Exception' with message 'don't know how to handle nonstandard scripts in transaction 521fdd0f3bd589de759af578cf6bfc595854ba578eb709fe7f7f42d43b2c7960' in /home/build/nrsbala/update-database.php:91
Stack trace:
#0 {main}
  thrown in /home/build/nrsbala/update-database.php on line 91


for this block :-

Code:
Array
(
    [hex] => 010000008b636053010000000000000000000000000000000000000000000000000000000000000000ffffffff0c02a25a0105062f503253482fffffffff010000000000000000000000000000
    [txid] => 521fdd0f3bd589de759af578cf6bfc595854ba578eb709fe7f7f42d43b2c7960
    [version] => 1
    [time] => 1398825867
    [locktime] => 0
    [vin] => Array
        (
            [0] => Array
                (
                    [coinbase] => 02a25a0105062f503253482f
                    [sequence] => 4294967295
                )

        )

    [vout] => Array
        (
            [0] => Array
                (
                    [value] => 0
                    [n] => 0
                    [scriptPubKey] => Array
                        (
                            [asm] =>
                            [hex] =>
                            [type] => nonstandard
                        )

                )

        )

    [blockhash] => 0fcc89dcc850cbf7d7149b8f1534b2464a7902991d19a9367dae0751b3a25be0
    [confirmations] => 46496
    [blocktime] => 1398825867
)

I need help figuring a way for these txs to be handled.
458  Bitcoin / Project Development / Re: Finding unspent transaction outputs on: September 01, 2014, 11:31:07 AM
thanks for sharing. this script is both - unique and helpful.

i refined this for my needs, you might want to have a look at it.
https://github.com/vertoe/pts-unspent

 i copied vertoe's implementation however it seems to be choking on PoS blocks. Help!!!
459  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 01, 2014, 10:12:02 AM
Please maintain your NRB balances in your wallets for now. It appears some of the pools had been creating non-standard pay outs and as a result, the code i am using is refusing those tx.

In the mean time, can you confirm your address and balance here? i just want to be sure that it got some of them right.

Code:
{"blocknum":125430,"blocktime":1407922714,"moneysupply":858218,"balances":
    {  
        
        "E98pR4H39VGgMK2jmszM6UrRmM5FGSthN5":80000.0,
        "E7VdQ6uuC2qyiKXTw4Nb9RNN1YWabWWdTP":2561.0,
        "E82FqoZWNtp34vafjP9JX7Yne365U6E61Z":2380.0,
        "DywjUr4FKXyE7TZcYa49fx2uE7rfjAXaqU":2179.0,
        "E2YkkrryV8qgVv8w5cgP6eSbUubNSKaMDg":2100.0,
        "EFPu2w9w9AD5ctNYQQ6S8VBP29pkXvoGch":1800.0,
        "Dzvdo3fGi7KD4R8DXPGBiJoRWCqEvvs956":1637.0,
        "DwBcSLmKh9N7JTSJoa1YMpSQyGCDw3cwdM":1520.0,
        "EB4mxjUG86zgnnDWvn5JXBmeDqajgWHGif":1307.0,
        "DvK6Q52Fbt1GkhZAeveZDr9hLP7eZ6nMBh":1100.0,
        "Du4YgivNs6ob2gZ9hMM4naA3gz7BacnhBk":1080.0,
        "Dv33neWQPCqidoFVoD7kvAxW7S2x1WsWsP":1040.0,
        "E6tRZ9SHrdpWBd2UPsHBeqiNUvhAqtR1ix":1000.0,
        "EDzbitRdv86jzFTU3SH6bUVQd47f3Zu9uy":1000.0,
        "DuCFUt1CzbfujDoEbLmf2ffybJb2yohEmt":1000.0,
        "E62T2r2sxK5RKKEdtUqRTrZJ1HeWgkKiiV":1000.0,
        "ED6mom1HtWLbGrPCgb7UWvZgCvh3WRRSbW":950.0,
        "EAKHGM145HDUkHgEMT4SYdjA2Zof5cw87K":931.0,
        "ECEYQge5MEL7vW71xJF4BjNrrMbPg9TAJi":860.0,
        "DtkZXfhYWtx2RWW7XpnM1y7Ff5iCGqjnAF":840.0,
        "EGwvuKd7aqPdhrudQQRkap5DKNtKGVdaNz":799.0,
        "DtRHe9R1KAR2ACepcAZ5jPHafv4rJcJn3E":741.0,
        "Dxte8JdmG6GhGugHW8u8nY4ZY8CeJJbiYm":740.0,
        "DxYjbFQmMovuhkKtqUqvJ7HUEvtUtGXah5":700.0,
        "E8uZ3YepCH3LpBafBA4ZYd1An8PSmQ6vqJ":680.0,
        "DymoXq2t8Vu1GdEHwv4msW29ZE2hXqyfWg":620.0,
        "EBRWu38ZGh2N8C3mPRuXuXkQgh6MoeTVzV":600.0,
        "DvxBuKEGtjYJA3x9YJvedzPHx37WDF3Sc1":600.0,
        "DykNQsCAjyMkDRNj81oqPqSvYizSBsu3hK":580.0,
        "DzMP73Zwpp94vDeL8wf5khzxWk1dhPN8RV":563.0,
        "DxVtkK9seMrMUsAqPY1vqQAtjHzS1KyxZe":560.0,
        "EAfgP94itf5xhY8tesvZMrKncEu2UPqN4i":560.0,
        "EDUVu4NBmWxCFpbcUuy8wZP59wwsGQvMJW":550.0,
        "DuDji4ZA6VqsXWGtupk3MPxcjPdcfjVSrc":540.0,
        "EB4iZ4ABdXxfYk38jF2M85xMN9sTwyXL3t":536.0,
        "E4BfiaP9hwhaHfkfVeLLazXohyMVXATpxB":520.0,
        "DzRxvEE8RmvM4YHTCLoMVvqLi17ueVGsqY":520.0,
        "DtQmvYDqrdB3s5ieFw9ZQx7aT5m2QbWaJL":500.0,
        "DvBA3nehi5RbkQmRsKVtZTQuYtgViiB2do":500.0,
        "DwiAwtFRpZJWHdoDGtAK59ZErDyMQUadBQ":450.0,
        "EG4z1BndqhqrfxG2mHvTo6g63C9TmkNsjJ":424.0,
        "Dt7SoSvKC9Qpeqbod5T3W4Fy7FcQf2LFhj":420.0,
        "E52ZUAoh9zDSXd9NwQMLQXTkwgzwgpYvMg":401.0,
        "DypfT9Ajq9qGpubesjv3rwjbkL9BCp3ovd":400.0,
        "DyoKQQ6LAesbdGmLxdndp6bJRnahA8Z4he":400.0,
        "E5eixs5MjbQdjsrQEoQfTMeGwK4a7CN4kP":400.0,
        "E9VMQLvuTsrxkdNdietGTqkqy8PCKYXAGE":400.0,
        "DzKHSuwcpqSJQrTdvbo8XFCUukvJxLX2X5":341.0,
        "E4n5R4xJJgLo47UdhJhUq4uR91DHUg5ayk":340.0,
        "EE4YAHPsHkUS21K8tUw1eH8e7ervA8ANrg":320.0,
        "E1kaVypeNqx7Sa5DU4kU8vRUid9QKaNcX4":320.0,
        "E9sLHARw8F7YZpabkf1b4jsranRokywxMw":320.0,
        "EEEXHxnZUK2KUExbteva43bXeKED14XhNJ":300.0,
        "DvJeccepAJkjBp6KpMPpZZEuyFFsLWHMLV":300.0,
        "EDaHXwyg8SkxNq4pcMEHK4U81Mu8vtVZwV":300.0,
        "DxydMJskCQUsjtU5YM4dYkstdzUe9wRFQK":300.0,
        "DtFGPSWnpHNfckuCjiUFG2qJgdYQNueSSg":300.0,
        "EG5kK2MrLgeNpP8rqsy75ZVVJbFesvbznM":300.0,
        "E7ZyiKhci47AcfGPTfcrhtJqSfhtbRk73W":300.0,
        "ED4U4Wi1B9kdyWbZR1kh1VUgRCJNYq2Kv5":300.0,
        "EEBWVzJJw6tHaJCvSuZfU9nNvKzTk9Dp8z":296.0,
        "Dwobua9DQwNHUyWEyXWxXECHxEi5SfjV85":295.0,
        "E2rwHNc9HkidnGCGEpmNKCWnk9xEQWn7JW":280.0,
        "DxNjr1JsXEuNhQUbjy9ygi92M4jrjuxGvk":280.0,
        "E1DnvQjN53Dg4Qoj9jAXhTXtWq7JE9MB9r":279.0,
        "E76ZvwE4nCPV4uxQgKJWFzmWN53oqyfG6D":260.0,
        "E4KFhS8feRdV8GjaT88DWKundy6fL1QEc8":260.0,
        "E4r4H3kJ4yuMSh1FbBXpwgHq286XJS8YXQ":260.0,
        "E3CiYNmChdRZ8pAjk2cCYxRwpqTYxpQBUM":255.0,
        "EFL5RhWDwQqefur9wsNDG1g6rwUo7idirT":250.0,
        "DtiA18fgX7euaJoiEuWzhs67wukZftguw2":250.0,
        "ECGDmAdpiWu1UknQTAoKcfVcf2Bmh49uMp":250.0,
        "EByzKWRKGfYBXATMR3eaTYCGrhWofKQw8u":250.0,
        "E3EyGmTNgknoCMiTYWpKF4Rbp4iBjkucLW":250.0,
        "DwU7gWL6ng61bCMzZ1yicWYcKMcXDgcfDh":240.0,
        "DyEnLhqbVpbUCCkfM6vWBdKn5nKUnHXPx3":240.0,
        "E1xFi4brSDbxJvKf7WUjvpXn4jidQJEFyN":240.0,
        "E8wB7DXq4ZxZkQqj3UEJAPDEWNn9UfMMX4":240.0,
        "EBSgpy3JAsFBDSrvyKLh4RjCXfZKGu5FZH":220.0,
        "E7RvvSNgb8CZDmyBi8UupZ6ayqGZnrpn7n":220.0,
        "ED1dGPTJcZp4Roib2WFuW8cK6S8kHAXK5W":220.0,
        "E7WxdSHiMnCV2wucgQ7vaag6yYGTWWwWuG":220.0,
        "Dyza8wLQiYQPV52V6CEuozfGucAauQ82M8":212.0,
        "E2zeKS3LbWzL5T7BpbFfQBM4Wp5VX9N1iU":210.0,
        "E8KVJb8SovYaAPPD8vPBcFP5stHHyg59Bp":205.0,
        "ECzpogsLRw2bgjDKe3PyZ9QHLGXQFGAZ83":201.0,
        "E6pqHoVw1zokeTeFuuhs2Pmpua5TS4hZDs":200.0,
        "E6MrxzmUW8ogtc3a8Fo46KAZSABBgZ6eyH":200.0,
        "E86r1bfo9MfRAuJsMRZVVsAkiikcWPyhC6":200.0,
        "DthQUs8g7ZkaEACNbDg15kP1Letjcq4m95":200.0,
        "EATa3BoqaqjYqdnRa9uopAYnaspshFujSU":200.0,
        "EDUZne34ApDt7zYZRzPj6QuuhV3YzrAjMj":200.0,
        "DwhXZ9B7N9q1Z5B189xHbiKYX21vCEn5X1":200.0,
        "E4woj3Hgd39k9hgdM8PrXNM8GPSucohK7Q":200.0,
        "EFMPpmaZJxADydPnDpTsvroxN6kreHG73e":200.0,
        "E9uBLvfKoHWoLS7vYCrAEg3A4Z4bRPWLZt":200.0,
        "EC2n5dzqJ93Ph3vxyf8ntCLgi5UWZ7dcnM":200.0,
        "E12ywzo5GPNknQvkAWFuLog7XPwwbMxYkJ":200.0,
        "EFaPZYgxqZ5WHr9W3CCcT4nvRPvFtS1LYZ":200.0,
        "DtJv2Sz3dBxisTKicBD6kqHatpZqqdZejo":200.0,
        "E199ccgWeq8yEPg3EZeVdg4CS5ns2kGw5E":200.0,
        "E2jhpkbyYvTfbnFbuy9sRwhKume8mrzv48":199.0,
        "DtePLbDMiWWAuFA77LprxabtsC623VkFEr":191.0,
        "E9CqjZvsnLT65GeSVC3zpEYHoGV7rbGGfq":188.0,
        "E75uM3cyHU7kJdkzmE9wJ48GiteDdSA9e6":180.0,
        "E3WrCfxFmtc3dPFnEGoegB496i4WQfaTcH":180.0,
        "DytW5xRMf8JomiR728AsU5JaKewQisGA4y":180.0,
        "E21EtRrPdReuBuo2J2pmKLt1thQfLhuere":180.0,
        "EGoWBDxGwyPBUuYXKuJGmSBeEKpBXdRDae":180.0,
        "E1tpGpWa3weWHCmBp19V4n9gBoBUJwC9Sp":180.0,
        "EGU1Jvqxgo2iA1CYQ1WyanbkXNyokso2aG":180.0,
        "E3defzntHZCyyLNaYjDFdy6PSVkJqxytKQ":175.0,
        "E2JmEALrvrLtVhPpw9CSKwVpfjyrQH6jt8":170.0,
        "EER3MvEpiUaev9Aj7rztnoxVikLFB5CYA8":170.0,
        "DtmJte33NayK4Z8weSPyz29G8C5jz8Denu":160.0,
        "E414H7n2bkF1wUvuAkdX8KK2tT8XxV2hJs":160.0,
        "ECrDEtSUQfPzpPdE5fwe3pduPnCiVCGidp":160.0,
        "DyGBXGjaafAKBWrQzGBiHGucGCGgi9G8Dj":160.0,
        "E3qDs47zQVcWT7QvVdp6HNB3msEGXmhhWU":160.0,
        "DxTUP4eX9632WFo1queefSpJGLgpQJ7Mdd":160.0,
        "Dzu6wJyNu57B13NUT2hiKjLfebT3kVYcK2":159.0,
        "E6EEec9qpHLa5YTvaTrZn4yo6FDyBz7g5s":155.0,
        "EAKBY2r98qvNhsPJH9K4R6GCiUVwrhuEyN":151.0,
        "EFQJXtudNDvSL3Xq5qf4UcFjRoA8rNXBZZ":151.0,
        "DxpMtL6CZBKPeG2x5uXEbrFGzfccx3gsqw":150.0,
        "E3mX9ff4ZqxKT3aQVZTXVu9hcH7LvnNJAq":150.0,
        "EDdLJ7vJvXFUJKhovMRp2v1fJE3qjUCxGw":150.0,
        "EFUdNbnbmpeAAbvzPp6vfpUGQNsr2qXH2D":140.0,
        "E45oYm4mjabRebRPz9VVBem1iZdRtAQbWF":140.0,
        "DxhVypkNmumcdFqr58wNgaHhhjNaBnBDst":140.0,
        "DtUruHCAiyzTT95ieEMbNHKjCqXXZckJuh":140.0,
        "E92pif1wmA3S9A9y6zqTP2MGPXmpN2v7pE":140.0,
        "E8NHxc7whwfX216msm4djbdEoB9YKejJBt":132.0,
        "DxSK1Ci7u9p6byV4ftoaN4kCUqtDDZ4iKW":130.0,
        "Dvwv5YV5NorkcuSXA5yrpUkYbbiUzCgZDQ":125.0,
        "E2dZPf1oDNfea65o4NkkeiXwykMLBCXte9":125.0,
        "DtEVpnW3UrTcKV9AkSQ1JrXppYsjkk8taP":121.0,
        "DtgYcX4iU4f1zVbRNwDeui9LPbAuvFyiVF":121.0,
        "E6TT4g5UjdBubvMVp1tSQh4XcPEHsxkDQk":120.0,
        "E9Cda5tMk1TMSNHRavU3qp1dErNU6rAPU9":120.0,
        "DyJfrGJtk5zQYeNTPm5qBirqm9CRsJQz6m":120.0,
        "EC5MQE9u9idVDg32JdyRrY5ZmRf2yGGgVa":120.0,
        "EDiirmLor1QNsV1n6jz9YkFUMgbeino8Hh":120.0,
        "Dv32476FvjFXEbu3iG8N6EWGiE1vn27WCK":120.0,
        "Dz98MTgaapS2dgm1ue5hsjmTPx4RGewzth":120.0,
        "E3w7GTudk4z2bvXAFUNzDQdQXiMk5biPDc":120.0,
        "EBLGe23JUTWu91go6RtmDM28epamkMNxxE":120.0,
        "EBETwiNsyRTLi64tCmPde1vztBfsYChoZE":120.0,
        "Dwu28ExyZT9BJLXFNLjmHm51rTbkgiqtTo":120.0,
        "Dt7dfpkVQUpaLzPH6dnqSF3DbCmeLsyFS8":120.0,
        "E9qERd3YVyattjri8yVAfYrRbvFXnHC5a4":120.0,
        "E9TALpa981qkC4QNhivCHVXsvKjWFXECCM":120.0,
        "E8v6P4dtiRsnDoLSNabxb6VNrZ1fdYFi5G":120.0,
        "EEF51C5wBVZXoDP5BLvAomTBFrWqfa1sTZ":115.0,
        "E82RqrPNNnaxc1XxgZxrdagb2bd7vQE9GD":113.0,
        "EBkfrsdAnXTsVhJa2CNhfybbQqsWJnkwku":111.0,
        "DvjTr8HfSkTjs4a3LUgHT98hExqgDGRFTP":108.0,
        "EDMGakLSedP52vrZYSa6steBHZBL23oCiX":106.0,
        "Dx87knhEf4inXWLBfjh4wczsanZNtqWivj":106.0,
        "EEhELEWaippGVkAJkfkNPtFiejHQiNHGUC":105.0,
        "E9dbT3BLEHeB59yWaxEnn1KudrvziUrdeo":104.0,
        "E6UGEM9J5akozMfFrRh29zndsdoRL5dEcQ":103.0,
        "E4TT6jJ2fNSYadcLZ77nYmhNrrsiSv8QXH":102.0,
        "E4j7vs5koY3w6RVVc6qweio11QDDbtNPBL":101.0,
        "E9Vk53zQ8UEG1UKc5rbvSfBGz6cvJJrELw":101.0,
        "E1y3vhV3cbhD3CDnXvBmY8LSXFPYP5Dz1i":101.0,
        "E5qacUf53ZLutJFjdcKqAWFuKi9fJp8n4Y":100.0,
        "EBgCv2bHfHeMCWvdHxQj9C6ZpPVnbvi34o":100.0,
        "ED8mTVDRSB29AD6zp37wES6iX78217kdM4":100.0,
        "ECBZ6yH65JsYzK4rpEA2fL2GHEuv1FpHvM":100.0,
        "E4AiRBVSHK9qw54LZXTTAjZE371a5hyjtR":100.0,
        "E5UfEoTqsBWUjpWSZcyj892ud4QRHW3TB7":100.0,
        "E6Z8iGHQzVYLSKHUmGpDaZHcsWyx1tqz13":100.0,
        "EA6y6FiJ1MjNCZeTHnj6cKLY4Ua35AtNFs":100.0,
        "E3fUCcuDi2PTLd5E4toZXdWi4YNLBQZ2Ht":100.0,
        "EAZodJCxrUTDcNoNPXvb6ZzzwK7eZrc7yp":100.0,
        "DutQNXZuzLPXjv4RryGXc4eUZJpRAruPjz":100.0,
        "DyHyYbv5nft1Hf1iRV6LC36B4KNxhtamjH":100.0,
        "EFTRUfST7oMPZv7rMTU81x7b6g2pcpx8fZ":100.0,
        "DyJcyvoini7dYWDdvAvzQMKSWapbZCms8d":100.0,
        "EDmMo2Vi6oUqMrcoZ1AcAsz1QLXfB6u4kD":100.0,
        "E4W82H2v5N3q7cHWQEWWhuErjWHRUKXTGo":100.0,
        "E3CN2vr6PEytgFSGsennDSzCNLL1VbNSp4":100.0,
        "E8tdQQXzW4SbKrMwaToZFrC9rzpaAnkirn":100.0,
        "E9bVD9tNtMuvrBpx73zSopo5aF34VEn6Jn":100.0,
        "E25A6FpwqedpTrUHw2tAD62x2ybGfbcD96":100.0,
        "EDVWaXkgys8hUvYzHjRS79TwN2Mj7FPvX4":100.0,
        "EExbE7LU8mHFV5dkrx9fTzoLwpwMLNJnYZ":100.0,
        "Dya8H7ukDwR1LtPdj1fG6bbrHCjPupJV7n":100.0,
        "DyiMefqHf6S2MzCH99QyrhtT7z1ppHquMz":100.0,
        "E6BE6nQdgr9XKNTupanioUbdxZ9ynBTeUQ":100.0,
        "DxcmWVw7QxagwqbUTzNQFfuwJZ94D5bDDe":100.0,
        "E1MADuLUYBA1qEfJMeZw7aekGk4ggTbvRG":100.0,
        "E5MycPZxTpBaVD3kT1YYush6DL7mjFsrQx":100.0,
        "EE4ut4m6bnFtKGT3BcDZiiZeMMLXi6oDpX":97.0,
        "E1iHK8ZGXFFb9xDi5PR4HvmC3xfRMF8NWr":90.0,
        "E9CP6DD4bQGPdjm4rtu7vmGrGc2eQDpUCc":89.0,
        "E7wfVDdXo51XJ6N3Hs4fGTqPMioaHGReFW":83.0,
        "DyTw4KyZRYzTdsCTAcTQUEj6eDQBzbFguD":80.0,
        "DyStuWbfcALhWqkzNRm8MUN2XCNgEtmNFA":80.0,
        "E5Hh5QAUNwUngfH44ZTXzLisAKK4c8d9cv":80.0,
        "E3D1mFsftvh43TSCtc33SCPXepmhF6hat6":80.0,
        "DyWDqKVkFvzVLPdFUTrD7Cc8tQgzBCVQCe":80.0,
        "E2eUH1PLE7xqZ4A1B2QFaDbacVjBhySRPe":80.0,
        "ED6M1sgzoJrjfXCxU1Pu5NrkVTQMrx1g8C":80.0,
        "Dz4aeoGCp5wzNA171CzxykbTta7pcZu7g4":80.0,
        "E6uXi88XUP9hSrU5nJDqodP8k4efppSf51":80.0,
        "Dz5LYj5MyZVgFN6fV3yBxkie2GsuFR35E1":80.0,
        "EC8S2HfkLeNfS8B2C9ZegXn6LjHKDZpBQK":80.0,
        "DtFju39kzwWdh8SDXGEVMbiFJovwaxyz92":79.0,
        "E4qtzAphAuKwsLQ2nZ17bGnN71nmvr28y6":70.0,
        "E8wQbMfHGsTDAZ4VZuwqjjwZyTCTWaZDd2":70.0,
        "EExL1VXf2HjX9iXSY8o1H9WK1gMBpQPFQY":70.0,
        "E7RJvG5nQMftFtjBCmBvyJfc9yTNqEH5Fk":65.0,
        "EGk4pXP2HtkWvnsSSpL7Vz5YPPeoitQJuc":64.0,
        "E9kQ3AvjXt2WNjjfwVZbyEt1eF3tNXTxiZ":63.0,
        "E98GrgmfFf4gb7N4wzfYGsBQDWiXT5ys5B":60.0,
        "ECiWFCvrKCYYUezZMmSFvTimVakT6kQDk2":60.0,
        "ECJGYCKryiRjSpsQTWuG3uDeGYRoUrBsNb":60.0,
        "E7h6ev9wPDvXgDanywJEQGxHGWvPRZPdAJ":60.0,
        "DwDcf4DhHrDdEUBB1FE9wm81a5jjxwh9wp":60.0,
        "EDtk5xDL8aZLd4269hGDnrKP4N8ciuGszZ":60.0,
        "DvbojTa9oPMPgFcvdDLBHSpobtmEhY8sC6":60.0,
        "DyB2pU48SWrYGV4bFR9DcjQ7BgUe6vW5AF":60.0,
        "E5kUUCmwCyodeFiY9pgMY4gJG7NyYvDrKw":60.0,
        "Dt2jSLhBdLUVYRLQbyp8juPGW36NLgCD1i":60.0,
        "Du8sxFncUDGfo9v1zuSwf4MSZrfnB4NC4g":60.0,
        "E78mHzv7CvaM7h5aCNcX6jreajXf7bfeac":60.0,
        "E8gEyojf85d9S9PPLdSs96hpKYJHeq4YRq":60.0,
        "E73UyVxKVHt9HwKTQvGagz2378UhWrZ72w":59.0,
        "E7BSWRnaik1fZPL2qEvNoqUdYctvRQpNiq":58.0,
        "E1YfQXT4xpD3PSvuoXdCxHCAyL25HnNXHo":58.0,
        "ECi9kYrF9JkbUDv94jNofomKhHVekaaAw4":52.0,
        "DvTRs1UF1h41HVAmJ7SJQqNjdSnR37HxTS":51.0,
        "E7fzYwLneUSnYjaUhbKKjVfabNZe4rxDoa":51.0,
        "E7seuPZcTjHvUGT541cVWHRhTLZS48Vv4R":51.0,
        "E2rQ13CJbiRqih7zTSnTLAuUZU7xEdPkz4":50.0,
        "E35DzuT4p9oyaXiPULesgWDZGc4dJPxdoY":50.0,
        "DufYpuC3X6CFpWfRSsf99NyijnRSxkr87N":50.0,
        "DwEHoSS26d8X3FtK2wCZbcYhnWsQzXhL5D":50.0,
        "E7ZnnjCx1kEyXmQsjQyNEecyS1d9vMYAS4":50.0,
        "E77EBeJyVjV1q7nF6RJszfRFf6R4ciBhNY":50.0,
        "EFvoSfMa4HHuEEHSAvHdvvvJoChU9ajzSK":50.0,
        "DzNqwyJCEzf7SFW465DY3wydPbo2e8tcYx":48.0,
        "E5jQ5iPLocyPyxc8SLojPEMpyQGS8b8KsS":48.0,
        "EBPgutGnR6tf8Yw5JJMoyPMwDufyXttZjE":46.0,
        "ECMQZBitzB3kgCuBNiuRe6ysdY5aynXQ2C":40.0,
        "DuDyF8gD7up9m54ewSwew7UMmsZsYmuGQk":40.0,
        "DwLcexd2ZLX4q3opoe868RP3GfcMH968fx":40.0,
        "DxxXqBY8TtfZ8ALsCrDLsaUBnx9QWYgugW":40.0,
        "E1zvGn7yknaSrXtioq24iCJSmk2Z71iYXa":40.0,
        "E5dWWEQb3qYXYhfeb7uVf3mj16ZFHUcYhn":40.0,
        "EAYkUjxzp9tBJANfwhnCYaAWvRFzSbqCz2":40.0,
        "Dxksf2dbpgezrdYCo63MwitDQU9NiJatYE":40.0,
        "E2p1MWLGC9pd6tS4AH2PWrtNPgSsovwjrL":40.0,
        "EBw86g1zV7K8FqcguU37jTTpx4JTuRsir8":40.0,
        "DwjJnjUpZrTN3QvGg4XzAa2yuh6gvTUmgS":40.0,
        "E7Qm2re99SEo2KSGGuhE66FgvmCfi6vR1k":40.0,
        "ECwC54LaogjfRhkLnFZ7Q5FV6GuP8JcH78":40.0,
        "DvzvHr4p5D7w8vbAqgGWLoXGi6RuYBDQk5":40.0,
        "DuKKAonLeHzmznDbSB9b2Ypyb6jCzwX56X":40.0,
        "DzD1Z6ZZkkV4fH2Vd6gS919BHeV8YU4a4F":40.0,
        "EFL66xa2ViRTJJ2kZKxp1noFzjtWgSac3q":40.0,
        "EDLx6z13gTj1HDc9JRwkvHE2DDCDa9Z1yW":40.0,
        "E3zpPVEr463xHwiTuU8SV96SjuVn8x5pzb":40.0,
        "DuNUkFceMxJF9iFYdWxWmq37eTgVQJ128V":40.0,
        "E6ZfJRWHjU3Kg9yjA6UmF3fVGfnUeZ31Ew":40.0,
        "E5LXcFVnJ5tQSSqiFNy1BhxpkEhWiSzwta":40.0,
        "Dve5Pc9strJBb744X4VaHJ7ujqcQCMBSJe":40.0,
        "E4o1pMs8ZQiiCjuAQDAk97WPVuVWco5g1v":40.0,
        "EATYiX4m7Etd6ktrs54yhKaYF8Scm88oR5":40.0,
        "EABRLgyomZBMyaGD5dVHPQdTMYVgcPoGoB":40.0,
        "E3sKSDz7ugUh9YRueKaqyfofemGVbh8Bct":40.0,
        "DyxzaUjJWhjQnGwySP5bbwKbDtNHgCmsNG":40.0,
        "DukueXCcGmMy4hE8FrusiUv7QdaKBVFg11":40.0,
        "EG1U5Btq2THjhYgku2oCb42iF3h1PwnQpP":40.0,
        "DuT5J5qfchcZ2ridCVBQaKWxscheByxw4p":40.0,
        "E4mJ1QrV6pHcKr7kHtJScpwMWnDX9zAKXx":40.0,
        "DussFw1JuPEu54e287LRwKGff2TVDVxKUT":39.0,
        "E98agr3nRkXtWH1fvxWiPzbvBXpcbQFvoE":32.0,
        "EDnTdA8RFsnsGTFPrH1XKzHydaxjZAb3PT":31.0,
        "E5xfhyPRar8sRt2sDdqsgZuWFhqZnKTd3x":31.0,
        "E5psWH49wT7XmnMhDgAWmyLcTtjNUW726J":30.0,
        "E9hqVPWnKAtNMpPVShz6rLqMoQdDKDemiW":30.0,
        "DzSw2foUrXsB5J74tUKAQatNTPW2kKrZWM":29.0,
        "EEYpZVTGT1ET7gaMZvE7YBw7mfpopQ2LWc":26.0,
        "E28djB8icj4FLRFfXuHVEm43SXPpGFQUKq":26.0,
        "E4aXbZTPgUuzrwpsFzj149tZqMnzXHqAbb":26.0,
        "DwKSmm5eHkSQuqAFLfLakKFq5QUx9Ep4HU":25.0,
        "E65oJ4RaQFuhgVneHvcxeMfuWQ67LPwVLw":25.0,
        "EDgwmV85G2EupMLYsYBnk1SKJCnerH495G":25.0,
        "E7NcB5W5UwN6jqYi5Jt46R6aqbsQMUw1gc":25.0,
        "DvJoLBnT8mNepa3UtGbY9XkVodqYKSeVod":25.0,
        "EDLXCB8Sv2QiLTrdEcobq8gXYUjTn1WjWf":25.0,
        "DuwA9Qb5sNVfjKQY8qsYLejbr9rhaZ29Ue":24.0,
        "E9J2zZA6KbvpcbU8DbocG2m33s7xjXbcDs":21.0,
        "DuYViNf6P2ikhRQsjDEboLcTThASn9yF1h":20.0,
        "DxScQttKKWmWt68adn8UemqTrwNXQYe2Dh":20.0,
        "DtZMeUjwvV3NJYaS3jht5oJcYdhCPWWuUx":20.0,
        "E6dUzCByMgX7ivQ1ZvL5nYjXLAMv3VgF1P":20.0,
        "DuiWxavCJDgChvx6UWasvr9QdngdRP64Ao":20.0,
        "EFcTWsLgNe8qXTJbx7YjW5mXvVCu7DrJLU":20.0,
        "DtU1LH3jajZ6gAbYPc9e3GJUNCi6ZvwQkf":20.0,
        "EAdfzryVYHhYJvqWiMhq38NPNydYErJf3L":20.0,
        "Dy7MdF8A7wD2uDmF2693k9NyPkKGKWtt7Y":20.0,
        "E8B77DKbuRkSx161vPiwqnnt6Mn7K9Aazj":20.0,
        "EAJsjY6p6C4PRySFF6DHSWohwwRTdn8FAQ":20.0,
        "E9yWMAeC4mCwL1Hk599LoMCuiKVPVPXXie":20.0,
        "EBtKiJ71fRpo3ofQQuVY3DJ77qXRTnr3Xp":20.0,
        "E829hpMBMoQnk2qPmATBQ1wBVh69buPN6R":20.0,
        "E4ESpbd9XkbH9Z2igMwAke5DnJ5AnBeJny":20.0,
        "EA1M3Nu9jySwrbCMo5qVm7E9vXHxV7YGhe":20.0,
        "DzAzahwgpqpji1Hj9gdC1t3weX57fwnFyw":20.0,
        "Dv86tS8x4bfdvN119HMj1nMsh5Qf1e1SqE":20.0,
        "E44ew4SZ2ofuGbBo7WJTYmi7DVbDomunfA":20.0,
        "E5hcR6r4iCKZnWCvDGFanEP14PnX8xMnTm":20.0,
        "E5qq5zNT6Mvdk6CCjyAbvYDi6R7sNX8gWn":20.0,
        "E8aSkPXDf21cmgqpnCfXHRUKa5xAbsKSMd":20.0,
        "DvYoP3DgxMh7sc5RtHMoDyNczMfni18fLD":20.0,
        "E3W2TuB6VtYDERcfFHKSZcQgQM1KhSMyJq":20.0,
        "DwajNDNv8QyXNDFp5ivG6ez3B1dr6Mz9Xq":20.0,
        "ECWwXyYynJBASfiD5XZ7xyB5NY9XDoo2hM":20.0,
        "E8pfigj85kaY66dzVzf3E2isT8GsDkBrPV":20.0,
        "EBmiGy3CoorcEnujpnRdXxkGtufY79YtiS":20.0,
        "EE4zAwRkUqgmkgReJPRLPb3WAmdSq6it8b":20.0,
        "E2QhQtnwZbXWTGZZGukHWSwCNEFWPgV9Ha":20.0,
        "EA6rc8T46MqFV3dFTJZLevesALcPVfk4L1":20.0,
        "DxcaB2QBbugshvrWTz8QxWobwiUApoZXxa":20.0,
        "DyWK51EHtZUbDL7QjnoSz5mNCC4HGyGxmk":20.0,
        "Dvxrx4Sg21KNBKnEM6tYeWDZpc8Jn7xG5s":20.0,
        "E8bXmKfu1YaAs6koTcZCe9bDUnZSm5hvM5":20.0,
        "ECFWkwgZFKpfhR85coubjtuL3StTtdt7Pu":20.0,
        "ECLVhGrQV9pw4Y5SWeGNBXHa5FJDV7xPww":20.0,
        "E2xNU3jkvTJ5fuMZEBavFVbD5Ln2XUFKzh":20.0,
        "EDNSuAf9w4bGL9BEmfekWrNJDdMpNzsMwd":20.0,
        "E12HtetgV3KrtFTWLKWhSNdkFqAR3DgKah":20.0,
        "E97KfjxLxAcgPsMJqoNFBLZsubeFa6ykag":20.0,
        "E59QoVpQMzeRHWxKNRW95GN8NpccKJfeDf":20.0,
        "EDZb5sX6Xq7wZsND5wmiLK2mJGepDyH22u":20.0,
        "EFUtjXhvBFgxNLF7Mkd4s8Gyv1MRW4Xyfo":20.0,
        "E4LsJ6BTqoBXS9q8PgpBLsXkR4kQYNmDQt":20.0,
        "E7oYSS3gx97BHt9ig8Ut5hvXU1bBSK8kfH":20.0,
        "EFmtYeCThWaodC3g6w4rUXufTFVPJeXN5i":20.0,
        "EDJBFoMtz4ToiSvuxKDMnX5nirckxxuZeu":20.0,
        "EBgprN9qeMkQr5PKwPGxYYPNwKTgvReCt2":20.0,
        "EBJCVvaHMHRkArdDgXPw3ahQc9hA5H5cfc":20.0,
        "DyViGx3Xhk2YH4NWvzgn2kvWc4ELS5ZuDK":20.0,
        "EC7kJhKrbm6JC1r4oE5epiPx8aAAn4yuN6":20.0,
        "Dya2HJHvZ67h6sPYXVVmDgR4P1HZ8vTssX":20.0,
        "E7NVFRQ2iSCB3Pg9GSmd4RNVgixPAoHEn2":20.0,
        "EEVCx4s27aVepG5Tr88SHuyTksmKWkSUJv":20.0,
        "Dz6ngMLWfzdNxAdrCapdJ3Jwbvw62NZyXa":20.0,
        "EB58YVPqWPtiTFqjX4LbgUi7vY4D8XdNXb":20.0,
        "E7e7susFd9xJmG4uXE7z4gymnZqZAoJ3Ej":20.0,
        "DtM6FdVXoWdnLFGvLMF2RPCbXBxesB3FfU":20.0,
        "E9Q5S2BLuFQr72HZf12EWbZ1thUUepXaRS":20.0,
        "EGoof9tu5Yq9YsEppH1Ua7zDczGfqsF5fo":20.0,
        "E77UqPnMSY284YqtvX5hMykT7R33aeFXZK":20.0,
        "EFhjoSi38VBPPQFMVbXXy3v5CrBawDkPri":20.0,
        "EGaNMb326RgRFa3JQnT1sRQ5XT38RomPzW":20.0,
        "E4B6xLuwu96WDKi9whzxW1GMgUxPbsPXs7":20.0,
        "ED2xmbRwk1SU2ZbJo1QuUD5MMej4L1XRC5":20.0,
        "EFWrwFc9a8JsRqNNmq846BFLpNSr9GxZAy":20.0,
        "E8kNQkNqivWrjEKJ1QPFKpG9jsjFRM5Wdb":20.0,
        "EB87KTrVpuDFVf6jE52zymSARqo7vrDzRz":20.0,
        "E7gmWrviRSBQQuYUN6ZdcKN61z26JjVhLn":20.0,
        "Dyyo5PXqXLGDX5kXuuUyVsSF1KV7Gk7aCM":20.0,
        "EFNcpmH1bpVZTWVjd1ssiUUYHgDZPttUwW":20.0,
        "Dzs9MhXKBVoJtmrb7kTNiyBLKC5E74sRRg":20.0,
        "Dw17y3Gt1fHAKEWPBpJ8wR3HvBbgiVZMnz":20.0,
        "EF5VHU268X8dxaRmWV9UTdwwPUgEyh1EA3":20.0,
        "DyNQncQEhR7HUFfF9uAk1YH4HFCcADzoho":20.0,
        "DtfdcUB7iSFHuC7UkXKxQGHWy9aDB76HRD":20.0,
        "DvghxVzqNuAuXLkFWU89QxUvBjwr5ortx9":20.0,
        "E76gqTc6VUnGgzA7bNEe5FiKYFCuFjhucF":20.0,
        "E44FE84zqzuvEa3JE2c9ibcrpiJpVssa6H":20.0,
        "ED2e2Jq9da2o87WcYTanKTdfNXRCdtz5UG":20.0,
        "Dzkz34JhuvDXhMzEEw9EgWmQFttLofpw1L":20.0,
        "E5uir3mXeEDrL8YnSZ68fYMbC8sRNDjrSe":20.0,
        "E4GuKL91BHNMThcT4xBSDGuqEHafSzGZcz":20.0,
        "EB13MnSbd9i4zcxJRyvvipjtG52XXuoaZ5":20.0,
        "DwiitArFB9472AaHztfo34kW8KZzED14uz":20.0,
        "E8fsx8rYg9yUEEtXkMQoRL9J1HS4rApPJa":20.0,
        "EFJd91es2ydRzue6wi2MsC2iccx5d9qJQZ":20.0,
        "E7fCKixZSjHPjJPcdat3S4UEXpJGtX4K9J":20.0,
        "DwmuvQUzZT7SbSdNTFAk6vBLuXKs97u27c":20.0,
        "E2vTa1q3AcNjRbVNYPjmiBNw9YNmiZ6QKs":20.0,
        "E9qZ6Qjb9SZDFDSsmBAmu1Du7RmERwPDH3":20.0,
        "E4SiSEs8avXaLERnFsPfL5Hf7R2dmLobvw":20.0,
        "DvSZXtkABQmYJwshFo2KvcYUFMk6RaHamY":20.0,
        "EEKmGt2NbhCP5uMMD7zSQpxV8L6SJHba8n":20.0,
        "E4mXBfrinaQB3ap7Cn6CEYj1feWSt4sZpX":20.0,
        "Dw8yvNkTAwUDd8BFccgB5JMyqfs8tTe9ux":20.0,
        "EDkDpWVC1si8ysBvntfmkPU1Rg6h8LB4tL":20.0,
        "EECy9psm1Po2K2YJbtXGBa7m4ST6M7ecFg":20.0,
        "EFJT7hwqBsE2Rr2ZsQbketHU8GbBP9bFU5":20.0,
        "E4Kgz85p9VaMz3b1oaFHLHdS6HqDRNG2MK":20.0,
        "Dz175x1QQxAbP8pwSDuNwUVok2UfE1fEFz":20.0,
        "DtaRvKJwfbbL6NwhAuyAB6S9XzmjQWczsF":20.0,
        "E1rM1mt9f84Tfv61AtY4eYgUjmnDh3fp4R":20.0,
        "EAfWUzfKgazeUnLoz5q9SvjNMGu5p3GJfE":20.0,
        "E91RAYvvkvoycQEFFjahCTDmYPk4xHvJWk":20.0,
        "EASWiqjEjdztwsn5e5n2GRUyZbpEdsgkJv":20.0,
        "ED9BQM5NpbutEkv1nk7QepqwZWrfoAuQjY":20.0,
        "DyCkPe6Nq1DnxFqrzRyKwpRfH5GcgLLNxw":20.0,
        "ED2gPykGWCJLKPrAb4irKqNZSu8CorTtLU":20.0,
        "E33mg3BZKipBn2QQAkBv6cxQpsoADeW7bZ":20.0,
        "Dy1hwqdY296ZCvijE6xBktfqzfpYFmj7Ki":20.0,
        "DvhUq5saKWNkKk1og1RLcyRMunxWXRAvw9":20.0,
        "Dw6fvtS9PfZ6YCrJdy6GEYiCAURzsv2xQx":20.0,
        "E6HqAJVCP14tYmkzu26JT2FYKsCCYDWu3L":20.0,
        "DuGDfe4FBRqSwDiCnt4xo4mbr6rtwJn7bB":20.0,
        "E9vgBZZ5pKvnpxk2TBkTLoYzDn7zth8h5Q":20.0,
        "E5HcvcdT6ijEqfKbPsgP3tjZj89t7NPiJQ":20.0,
        "EGH8MiA9RWaRwRvUPhMqLugu7YpTwj5e2E":20.0,
        "EBUHDbEvdzjMkhc8S7iM6Lck6dnMvnYEo6":20.0,
        "DzGrfzqL15MnL682cfZEnyb1b7a5qRfWsg":20.0,
        "EA1ta9DnsQv4T6d3hirNbMm1mDk92u5Er7":20.0,
        "E3RtAAWDerBt64aZWtzJh9ms2b4YQdEv7R":20.0,
        "E39NWW8fXmC7zeA5TkzBSSy9tDe3h7Sx9C":20.0,
        "EBCj1Nx8bvkf4jRHXrfmwVdhdExNGA97eL":20.0,
        "E24vGKMp2DXfhWytY1z19gB6JsYMepsGRz":20.0,
        "EF8AVsavi6htwabhgcVuDKFNEHig2QoYKU":20.0,
        "DxAVTHJScr8SvVhmV296a8d8mzgZ3zunEx":20.0,
        "DuBvmmu1wtLoiqAZ6So5DedQpRGCmBgNHk":20.0,
        "E99Sq5MhmYhiFYuCX25gYXeZNkA5gnbLwC":20.0,
        "DusdA7Ry77nzvQLgQttJWsL7k2XHeCKj3Y":20.0,
        "EBWxYaG6vJWqXeZ2ohYDqHke1quSyLu8jv":20.0,
        "E6i5AiqnHM9WRLYsYCTaDi8vuV2rf3Hbuf":20.0,
        "DyEhRBJj4mYBgc97UhZTViErBMgMx91X8y":20.0,
        "E9wspXRGsgsBMRP9sZARQ84FDGQvFfENed":20.0,
        "DyAJJttdub4wSR1PJ2A6L9v8FE6dDDzgsB":20.0,
        "DzXHBfEQj93kYAFkbrJ79Me5kPTFpLXToq":20.0,
        "E4fcpVroShEbJvyghUzAMnLjm9HkzmXMYF":20.0,
        "DtzfjJ1MYqYbbutXPYyLn5oRDjRM8kjqcv":20.0,
        "EAk5pQh7vasBBURWynKvg7Txpo6N4H7EoH":20.0,
        "E5SiahDuYqVmW1YdyGYgJb7UjEmweNdnRF":20.0,
        "DwNvG1Gv6sBEydZwtizwTRFd92oik3x9tK":20.0,
        "DveqaShr82qe6BPgmoArHe3w5yX1CECwAj":20.0,
        "ECL8EhNKoP5oukiQV8YT82QPcwMBV3gAem":20.0,
        "Dz4KYdHRHjgQgsMKPzk3HjyjpTvVRud98u":20.0,
        "E1e6qUxaaRfEfJ9rji7cijxeqPRfcjuKUp":20.0,
        "EB1qsSHCr7sm8HhjxM96eQ2eWYtDu4LWUk":20.0,
        "EANguHdHNE4W8RGnYgFNdEtti6iFMJF7pz":20.0,
        "EDx2V67FCSPnM7ra83QCSvLB8aZ49XybSs":20.0,
        "EEHhAQFTSR9ouv1173umnfU1fcpFEGzBmd":20.0,
        "E2RHb4xUDvchJe5zM5gMf2thw2VXJZRDW4":20.0,
        "E2mpqHfqFf57KDVc8fXiw7BunMXTjyGu2d":20.0,
        "E5Tz2tkP5xbX89V6cC8Yga7Sw7UerssxLt":20.0,
        "DzsUatQgWF7Rfd1H28GgaGTkq9yv8tGeXZ":20.0,
        "DuLauBbgdQ3KADHCz6Qcw1a1wiHB2pDfkJ":20.0,
        "E8fdMz99ZAksT5Ut1sE8tCQe6z6zHwUW4F":20.0,
        "EDCLzkCEDn35UUx3pNuRWoHLTVDoB849CX":20.0,
        "EDzmzki7eWZ31tn2p46wP4T49Z8RmUL5sA":20.0,
        "EAG7jX375zv1TnGC8UHKHrYv3XjBaGNd8w":20.0,
        "DsrnoTeYNE4jufAR4QGqVHeTnL2uEUuoCd":20.0,
        "ECGyw3ktea1aLHxs7DHMrBqZDPUFbSkrsk":20.0,
        "EDTNa8ydfzx2bpsrTPvRnCCmuu3reXTP1R":20.0,
        "E2ZXW425VpkMbnHnY1Gz3KzujTkUPQTz4G":20.0,
        "EDhVLsgPcfLQREHMKoRwpsKnjmrC1jJjrY":20.0,
        "Dv7N1w8fGQqen4zZKnvZCHnGLMmVeJ8Run":20.0,
        "Dwy13eLatBFJuJw72Zah8hprFCLndBixRs":20.0,
        "E9nTPY1yPr9Rs6Hr8dq81dubq5e5ebf1XH":20.0,
        "ECaGJRnuvscAzkUt5gUKmwZopPcuvF5sAF":20.0,
        "DxQVSUd6iM3bFM3qqKFBiPCVsjTFpZT1mK":20.0,
        "E2UcA1LEYsFVN1DKGGfHWhtA16AHnnCqfk":20.0,
        "Duo9bEkKYij1z7CfdjEKBDFcoaE3EwJ2Wi":20.0,
        "E6TPMw63joAfPR5qYvjFAhr61BMKdNLdwj":20.0,
        "EADHqkvbqUgvxeyRCqte64cLKsFr7QwS5V":20.0,
        "EAFmbbSK9fxRExGwC9RUcpstxL9TW2Rdwp":20.0,
        "E9ao2barjgxiP28cpcr9yeTepGYS4di1wi":20.0,
        "E9xr2cJv527475qrnjEsNWN4JzkAZmFwEN":20.0,
        "E5dsZcy3f5QkbpirzpimapEXwRcLR2SSuz":20.0,
        "Dt6Kes1K8bRWA9Xu9y14FoofgKv9MjtoYC":20.0,
        "Dy7qrX7Bn5rYGFFGgmmm9C4A4GnrA5tU8j":20.0,
        "EEvnuLjHuRqdLFChUbuy5x9VGv43iaFPYe":20.0,
        "ED9z3Eq2VaTASPJZMoaR4FEeBkwFPUUhHq":20.0,
        "DuqwAwhmfrHELA9iEWwca2GW9sLx8ASpyK":20.0,
        "DuZkTwtfk4uUnyU3u7QiHJxQKJUQtRLB26":20.0,
        "E539uaWWhJKMe5ckZHgasqt18g9AabnppR":20.0,
        "DxJoS22wLQMJ9NEcGvHJ1ffJL5cQGY9wk9":20.0,
        "EAn4AMYw1NoZAWYP5RJdPchZvh47Qfz694":20.0,
        "E7mgEsxmukPHh8PAfQ6fEMmbebpmJqAFUP":20.0,
        "Dyf9BjYfp26ag9eQrkKLpgA48CCZLaYdEu":20.0,
        "DvySRUYq5vakK4V9tME6mokjnzSNW9goxG":20.0,
        "DviVrWgkTCeVj3ti2VijnqvdxKeMvdsFgV":20.0,
        "E3gamBG6A57VEd1aG4FmcgvwbD61BV24xY":20.0,
        "E1JYcEi2mw3itTL5TRFAYwUhKExXqRjt4X":20.0,
        "E6CWUUMsVgbyaf44WjuKqJLBaXRYAVjkUE":20.0,
        "EFyWHkfiGCtfJ5j45Y17acLfgBi3BGwBHx":20.0,
        "EAcfyC2a1n5qkp2Bf8aTnzvo5NCnwRzUEN":20.0,
        "DxRmT1fNnRR9ryCoydBKztecpZCBw2GtvQ":20.0,
        "EDxBZix6VHUAKX1RSvLVzMB52bhL5DuTfN":20.0,
        "E6NKhqdCPH33sMnTonRMPWNfkPgTbJNWya":20.0,
        "E7n9oQ9hgfzAstUfYZLBabBXEnykn2tQcN":20.0,
        "EAbk96EpM4vMgaWNPnUcE9HywxoFGZRGsK":20.0,
        "E8ErJgEXgLmhufLMnXiPQYX7FcU72gU5Py":20.0,
        "E8fnAV3TCgSiQP3jVAFP65G8zTSn64nMt2":20.0,
        "E9yQNVwwA3X4bAKsFmHrtr5birMPf8B8Dv":20.0,
        "Dy8BjMMLujhp8hFhVwLys8MS2orYar4R8m":20.0,
        "E9iti3HCQXkxubdmZyC9Z2qAh8Xs3K6oUM":20.0,
        "E1CBwy8kfFCdhtQ24q6v6iBgVWyjwmKuzM":20.0,
        "DuJ24kfH2SJR3qmhAcFNEwfjC5QkBSQREp":20.0,
        "EEAP9KEYxcePG6YjT4kbf9YnAKX3kSjEjY":20.0,
        "Dwbd86UNibmAu7oqHRkiGf2FYWatrtXX8x":20.0,
        "DvFCfzQ8F6pb1WxNTA1QyGdpKKGbMa5W7Z":20.0,
        "ECJLfEUGAc6447Uuog4t29xESgxwDrUHKr":20.0,
        "DuSvL66tTmFXPdHGHmeUu9DzTP34b1Ku6M":20.0,
        "DyoNrsuU4uWXQw4gXH2bQcvjqToV28HiCR":20.0,
        "E5jVzLBEKADaz3FyzvAMeMCE2XfiHsbN5n":20.0,
        "E25jZZuHj2MgMefyir7hUv1HtEg7wpmkym":20.0,
        "E22FpiPanmRQz4TuMRjH835geYrej2WjUb":20.0,
        "E6TsVGjF1srzmYKHeF21SHMeoFgowG3psw":20.0,
        "DykRRQXXWtnmXijVz7ZNwgbmjGuC7a2Suu":20.0,
        "DyyXAZBCN8V4CbgYQv53wXokhhLb8PvmGh":20.0,
        "EGJoPMaRhfzTMhkRSdGP7JskmmCdPmvDpP":20.0,
        "Dw9JAtXxF7GLPeionCSJMzRbYufY8LmsHA":20.0,
        "E6aMJyNVAXhV41dG4aoGETKz7THiua5hjy":20.0,
        "EFxyXtEcTCf4qWKQGZY5EG5csBTSjNFf8z":20.0,
        "E6XisxXJzjKwkBEtYaojgXFcQDjw54nuUA":20.0,
        "E4x2Fm2og2oKhHq2pGbWk5M2fHAKTjYZTq":20.0,
        "DyRXyWzQfRMoBqfSkama7xEtYyt4zCPJLN":20.0,
        "E6mXXUm7La4uprk68YQzhYz4LCs4TAuBFV":20.0,
        "DxjjzUefgt55gqbE1k99awY5fbeE16cBVz":20.0,
        "DuPXii4S8kmzTC3qe2ckzdGftYWo4qmB2u":20.0,
        "E5hP7dcXgo5UTZvdhDy9vCV5E2qzmJsSP6":20.0,
        "DzvcRe9DUk8PRmh2QVv7b8TukHPTAkZi9a":20.0,
        "DyTWCUi59wMcgBc9KhiK5HYkcLhCDLsLyL":20.0,
        "EFRhbFktmhLw5u1VZB95g8ByfbVUUCrWj3":20.0,
        "DyuaAtxqRgsc72W3CJ89141vCWV4tbaKD1":20.0,
        "DxSHB4KDfoRdfaqhxcHC12jYcPXxKKdQMm":20.0,
        "E3Q7oVXmdEjqyBS1jQzHTMvuLNKBinTqHQ":20.0,
        "ECMJtMe4QG9BuAEFBXS1Vqrqfc511zBdsV":20.0,
        "ECxSUzGhGeiQKXmEPS7AGpxJLRmBq21h1e":20.0,
        "EBj1UZbPmmV3KZUmJYM5PjWyCHLNekQiZV":20.0,
        "E17DSK281NrtQWi5VWMTi2Jo94qCehDuQT":20.0,

      
}
460  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [NRS|NoirShares] POW ENDING at 50k | DACs | MANDATORY WALLET UPDATE 6/23/2014 on: September 01, 2014, 09:52:38 AM
Quote
so this screenshot in no way is proof for having implemented lotto and vote


What is it proof of?

Quote
which is at most a 30 minutes job for a good developer

Err, not quite, maybe half a day.

How do you propose i show you the back end? Screenshots of code?

While i understand your reluctance to believe in miracles , i think that you are now just being unreasonable. short of inviting you to a coding session, i doubt anything will satisfy you.

I am willing to try, so long as what you suggest does not take time from my planned activities, so....how do you want me to prove it. Screens of the working client are not enough clearly.
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 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 ... 148 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!