btc_enigma (OP)
|
|
December 31, 2014, 01:53:38 PM |
|
Hi, Just wanted to tell about Blockonomics https://www.blockonomics.co . This is an address/wallet watcher service. Details of the project can be found here https://bitcointalk.org/index.php?topic=880995.0We are a bunch of python/angularjs developers based in Hyderabad , India. The service has been developed on tornado/ using fork of bitcointools to parse and index information from bitcoind. We like to do our bit in contributing to growth of bitcoin ecosystem. You can also connect to our bitcoin node on blockonomics.co This is completely free service and we are developing this part time using our own funds. If you like the service, please consider supporting us in the follow ways - Give BTC donation to help us cover server costs. donation address in About page
- Help us in testing
- Use our service and help us spread the word around
Cheers !
|
|
|
|
moko666
|
|
December 31, 2014, 05:02:17 PM |
|
very good service to monitor our wallet same as other ecurrencies like paypal,skrill we get information of all transaction on our wallet good work mate
|
|
|
|
Benson Samuel
Legendary
Offline
Activity: 1890
Merit: 1000
Landscaping Bitcoin for India!
|
|
January 01, 2015, 02:56:44 AM |
|
Hi, Just wanted to tell about Blockonomics https://www.blockonomics.co . This is an address/wallet watcher service. Details of the project can be found here https://bitcointalk.org/index.php?topic=880995.0We are a bunch of python/angularjs developers based in Hyderabad , India. The service has been developed on tornado/ using fork of bitcointools to parse and index information from bitcoind. We like to do our bit in contributing to growth of bitcoin ecosystem. You can also connect to our bitcoin node on blockonomics.co This is completely free service and we are developing this part time using our own funds. If you like the service, please consider supporting us in the follow ways - Give BTC donation to help us cover server costs. donation address in About page
- Help us in testing
- Use our service and help us spread the word around
Cheers ! Really Cool! Not sure if you can share the info, but was wondering about your cache size. Are you parsing on the fly or storing indexed data somewhere? I had tried the same thing with scala, but landed with over 200GB of cached data after indexing, so we had to build a simple listener on top of Insight. Looks very neat and user friendly.
|
|
|
|
dashingriddler
Legendary
Offline
Activity: 1258
Merit: 1001
|
|
January 01, 2015, 06:04:11 PM |
|
Hi, Just wanted to tell about Blockonomics https://www.blockonomics.co . This is an address/wallet watcher service. Details of the project can be found here https://bitcointalk.org/index.php?topic=880995.0We are a bunch of python/angularjs developers based in Hyderabad , India. The service has been developed on tornado/ using fork of bitcointools to parse and index information from bitcoind. We like to do our bit in contributing to growth of bitcoin ecosystem. You can also connect to our bitcoin node on blockonomics.co This is completely free service and we are developing this part time using our own funds. If you like the service, please consider supporting us in the follow ways - Give BTC donation to help us cover server costs. donation address in About page
- Help us in testing
- Use our service and help us spread the word around
Cheers ! Good project and a great name for it ! You should attempt taking this to commercial level.
|
|
|
|
ashish12
Sr. Member
Offline
Activity: 353
Merit: 250
BITCOIN
|
|
January 01, 2015, 07:23:58 PM |
|
cool project Appreciate
|
|
|
|
taaku
|
|
January 01, 2015, 08:48:55 PM |
|
this is very useable for me atleast...i have so many different address and i can see them all in one snapshot.
Do you have any plans to add more coins?? Please add graphs that would be cool..pie chart etc.
some things noticed: 1.There is no INR currency . 2.IF possible add one more column last transaction date.
|
BTC: 1DgUj6s1yRwauEb89mGn92ZfNqK8xwcZPP
|
|
|
btc_enigma (OP)
|
|
January 03, 2015, 11:37:16 AM |
|
Hi, Just wanted to tell about Blockonomics https://www.blockonomics.co . This is an address/wallet watcher service. Details of the project can be found here https://bitcointalk.org/index.php?topic=880995.0We are a bunch of python/angularjs developers based in Hyderabad , India. The service has been developed on tornado/ using fork of bitcointools to parse and index information from bitcoind. We like to do our bit in contributing to growth of bitcoin ecosystem. You can also connect to our bitcoin node on blockonomics.co This is completely free service and we are developing this part time using our own funds. If you like the service, please consider supporting us in the follow ways - Give BTC donation to help us cover server costs. donation address in About page
- Help us in testing
- Use our service and help us spread the word around
Cheers ! Really Cool! Not sure if you can share the info, but was wondering about your cache size. Are you parsing on the fly or storing indexed data somewhere? I had tried the same thing with scala, but landed with over 200GB of cached data after indexing, so we had to build a simple listener on top of Insight. Looks very neat and user friendly. We are not using insight , but our backend works like more or less like insight only. We are not using cache at all, leveldb has very fast reads. So if you store unspent outputs in the database , u can get balance query very fast with just a few lookups.
|
|
|
|
btc_enigma (OP)
|
|
January 03, 2015, 11:39:33 AM |
|
this is very useable for me atleast...i have so many different address and i can see them all in one snapshot.
Do you have any plans to add more coins?? Please add graphs that would be cool..pie chart etc.
some things noticed: 1.There is no INR currency . 2.IF possible add one more column last transaction date.
We would love to add INR currency. Problem is INR trading volume is so low and none of the major coinprice index show INR price, so once the volumes pick up, figures will be more reliable You can see the transaction date/time in activity logs.
|
|
|
|
buysellbitcoin
Legendary
Offline
Activity: 1105
Merit: 1001
https://www.zebpay.com
|
|
January 03, 2015, 12:18:36 PM |
|
Hi, Just wanted to tell about Blockonomics https://www.blockonomics.co . This is an address/wallet watcher service. Details of the project can be found here https://bitcointalk.org/index.php?topic=880995.0We are a bunch of python/angularjs developers based in Hyderabad , India. The service has been developed on tornado/ using fork of bitcointools to parse and index information from bitcoind. We like to do our bit in contributing to growth of bitcoin ecosystem. You can also connect to our bitcoin node on blockonomics.co This is completely free service and we are developing this part time using our own funds. If you like the service, please consider supporting us in the follow ways - Give BTC donation to help us cover server costs. donation address in About page
- Help us in testing
- Use our service and help us spread the word around
Cheers ! Looks cool. Great work. Keep it up !!! Regards
|
|
|
|
|
Amitabh S
Legendary
Offline
Activity: 1001
Merit: 1005
|
|
January 07, 2015, 04:02:48 AM |
|
Do you support webhooks?
|
|
|
|
btc_enigma (OP)
|
|
January 07, 2015, 05:21:43 AM |
|
Do you support webhooks?
Not yet, we are planning to. If more people ask for it we could implement
|
|
|
|
sambiohazard
|
|
January 07, 2015, 09:39:28 AM |
|
this is very useable for me atleast...i have so many different address and i can see them all in one snapshot.
Do you have any plans to add more coins?? Please add graphs that would be cool..pie chart etc.
some things noticed: 1.There is no INR currency . 2.IF possible add one more column last transaction date.
We would love to add INR currency. Problem is INR trading volume is so low and none of the major coinprice index show INR price, so once the volumes pick up, figures will be more reliable You can see the transaction date/time in activity logs. Can you use INR price from other services like preev.com?
|
|
|
|
Amitabh S
Legendary
Offline
Activity: 1001
Merit: 1005
|
|
January 07, 2015, 02:45:30 PM |
|
this is very useable for me atleast...i have so many different address and i can see them all in one snapshot.
Do you have any plans to add more coins?? Please add graphs that would be cool..pie chart etc.
some things noticed: 1.There is no INR currency . 2.IF possible add one more column last transaction date.
We would love to add INR currency. Problem is INR trading volume is so low and none of the major coinprice index show INR price, so once the volumes pick up, figures will be more reliable You can see the transaction date/time in activity logs. Either that or you could just get USD price and multiply with the USD/INR exchange rate... until the Indian volume come up.
|
|
|
|
btc_enigma (OP)
|
|
January 08, 2015, 09:52:45 AM |
|
Server updated. INR is now supported ! Feel free to play around Jai Hind !
|
|
|
|
Benson Samuel
Legendary
Offline
Activity: 1890
Merit: 1000
Landscaping Bitcoin for India!
|
|
January 08, 2015, 10:30:01 AM |
|
Server updated. INR is now supported ! Feel free to play around Jai Hind ! . nice +1
|
|
|
|
buysellbitcoin
Legendary
Offline
Activity: 1105
Merit: 1001
https://www.zebpay.com
|
|
February 03, 2015, 03:21:24 PM |
|
Server updated. INR is now supported ! Feel free to play around Jai Hind ! Gerat !!! Keep it up !!! Regards
|
|
|
|
chronicsky
Legendary
Offline
Activity: 2828
Merit: 1222
Just looking for peace
|
|
February 03, 2015, 04:05:17 PM |
|
wow! pretty cool Don'y know why i missed it But late than never
|
|
|
|
|
btc_enigma (OP)
|
|
October 01, 2015, 02:15:15 PM |
|
Major update done, changes: HD wallet support in Wallet Watcher- Now you can monitor your HD wallet using its xpub instead of individually adding addresses
- History/Dashboard/Email notifications all work with your xpub accounts
API You can now use blockonomics API to receive bitcoin payments, monitor addresses and more https://www.blockonomics.co/views/api.html- API to search multiple addresses balance/history
- API to add/update addresses to monitor in Wallet Watcher
- Websocket notifications for transactions
Thanks all for your continued support and suggestions. -Cheers
|
|
|
|
|