demo
Well-known member
Export the above file into a csv and rename it to venez.csv
then run the below code
Code:echo "CURRENT_DASH_BALANCE,DOLLARS_GIVEN,DASH_ADDRESS,NAME" for line in `tail -n +2 venez.csv|sed -e s/" "/_/g` ; do addr=`echo $line|cut -f3 -d","` echo `./dash-cli -datadir=/home/src/.dashcore-0.12.2.3 getaddressbalance "{\"addresses\": [\""$addr"\"]}"|grep balance|cut -f2 -d":"|cut -f1 -d","`,`echo $line|cut -f5 -d","`,$addr,`echo $line|cut -f1 -d","` done
It creates a csv with columns CURRENT_DASH_BALANCE,DOLLARS_GIVEN,DASH_ADDRESS,NAME
So you can see who already spend the money you gave him, and who didnt.
More statistics are coming. I am trying now to create a table with the most popular merchant/exchange addresses where the dash end up.
Ok. I uploaded the produced file (sorted) in my upcoming site named dividendwatch (the pair site of mnowatch) .
First of all, @Dashmaximalist you gave us some addresses that are duplicated. Could you please check the integrity of your data?
The richest person is:
14776300,0.5,XyyYmLtuusRdoCnRiiP1YMSPHroSMaSsx5,danny
Danny owns 14776300 satoshi aka 0.14 dash (chart). He owns a Guesstimated Wallet of 551 addresses, the richest of them contains 246.78 dash. Is he the grocery store owner maybe? (Ok, dont take Guesstimated Wallets too seriously, it is very experimental. On the other hand it seems accurate in my case, because my dash address is reported having zero Guesstimated Wallets, which is true)
Anyway we also can see that 489 of the people who received 0.5 dolars in dash, they spent all their dash! Let us discover where they spent their dash money, and if they spent it at the dash address of the grocery store (we need to find out the grocery store dash address that @javier reported), these people are probably hungry. So we should refill their accounts....
Finally, whoever wants some specific statistical table that can be produced from the given dividend data , he may ask me and I will post here the table and the code.
Attachments
Last edited: