Bitcoin Forum
June 06, 2024, 08:44:10 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   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]
  Print  
Author Topic: WTH hire developer to create a block explorer for custom altcoins  (Read 1044 times)
radhwane (OP)
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
October 09, 2016, 11:44:15 PM
Last edit: October 10, 2016, 12:48:49 PM by radhwane
 #1

hi
first i dont know if this is right place to post my question or not

edit: i will pay to create me a block explorer for custom altcoin on a subdomain please PM me the price

well my question is : - is there any source code or tutorial to create you own block explorer for your altcoin ?
lets say i have a domain hosted in a vps with Cpanel and i have another server 'ubuntu ' that run the daemon coin so can i install block explorer in ubuntu server and point a subdomain  " explorer.domain.com " with A record from Cpanel to server ubuntu ? also want to add SSL certificate to the subdomain
i do a search that i cant add SSL to subdomain with A record so is thier any other way to create block explorer and point it with subdomain with SSL
  
i appreciate any help or any suggestions
regards!
slick2
Member
**
Offline Offline

Activity: 101
Merit: 10


View Profile WWW
October 10, 2016, 12:24:10 AM
 #2

you need a wildcard certificate for the subdomain certificate.

i think there are plenty of opensource blockchain explorers, try to search on github.com

Programmer for Hire
radhwane (OP)
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
October 10, 2016, 12:34:45 AM
 #3

you need a wildcard certificate for the subdomain certificate.

i think there are plenty of opensource blockchain explorers, try to search on github.com

actually you dont need wildcard certificate for subdomain bcz you can buy an SSL for a subdomain only
for example you can buy an SSL for www.example.com
also you can buy SSL for a subdomain too for subdomain.example.com

i search in github most i found bitcoin-abe and multichain but they are only for bitcoin not altcoin !
i need block explorer for custom altcoin
thanks
nindie
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
October 10, 2016, 12:40:57 AM
 #4

i think if you dev altcoin , dev new coin
you must can reward bounty and then this people can you service, can create about you want
and then you can give reward your altcoin or bitcoin, but majority reward altcoin in your dev
owm123
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
October 10, 2016, 07:52:17 AM
 #5

> is there any source code or tutorial to create you own block explorer for your altcoin ?

https://github.com/moneroexamples/onion-monero-blockchain-explorer

This is for Monero only, so obviously it wont work with any other coin.

Bitcoin is NOT anonymous: http://www.bitcoinisnotanonymous.com
radhwane (OP)
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
October 10, 2016, 12:53:16 PM
 #6

> is there any source code or tutorial to create you own block explorer for your altcoin ?

https://github.com/moneroexamples/onion-monero-blockchain-explorer

This is for Monero only, so obviously it wont work with any other coin.

thanks but i'm looking for block explorer for a custom altcoin support algorithm like scrypt, X13 ... and PoW/PoW type

found blockexperts.com but actually i want to host the block explorer in my own subdomain
i will pay to developer to create me a block explorer for custom altcoin on my server ubuntu 12.04 and point it with my subdomain
 please PM me the price
PieCoin
Full Member
***
Offline Offline

Activity: 131
Merit: 100

Follow @EasyAsPieCoin


View Profile WWW
October 11, 2016, 04:37:02 PM
 #7

Set up a server (AWS, etc.) and install:

https://github.com/iquidus/explorer

Then point your sub-domain to the server running Iquidus.

There are other open-source block explorers but Iquidus is popular and easy to set up and customize.

PIECoin ICO - https://c-cex.com/?p=pie-btc
PIECoin Announcement Thread - https://bitcointalk.org/index.php?topic=1647617.0
PIE Coin Technology - http://piecoin.tech
radhwane (OP)
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
October 11, 2016, 11:16:48 PM
 #8

Set up a server (AWS, etc.) and install:

https://github.com/iquidus/explorer

Then point your sub-domain to the server running Iquidus.

There are other open-source block explorers but Iquidus is popular and easy to set up and customize.


so many thanks i tried many times finally install it and working (not 100% ) thank you
but have a problem how to integrate it with my altcoin algo x13

file : settings.json

 // ensure links on API page are valid
  "api": {
    "blockindex": 1337,
    "blockhash": "1733320247b15ca2262be646397d1ffd6be953fa638ebb8f5dcbb4c2b91b34f1",
    "txhash": "f270cd3813254c9922a2e222a56ba745842d9112223a1394062e460b33d27b7e",
    "address": "RBiXWscC63Jdn1GfDtRj8hgv4Q6Zppvpwb"
  },

PieCoin
Full Member
***
Offline Offline

Activity: 131
Merit: 100

Follow @EasyAsPieCoin


View Profile WWW
October 13, 2016, 04:09:40 PM
 #9

Set up a server (AWS, etc.) and install:

https://github.com/iquidus/explorer

Then point your sub-domain to the server running Iquidus.

There are other open-source block explorers but Iquidus is popular and easy to set up and customize.


so many thanks i tried many times finally install it and working (not 100% ) thank you
but have a problem how to integrate it with my altcoin algo x13

file : settings.json

 // ensure links on API page are valid
  "api": {
    "blockindex": 1337,
    "blockhash": "1733320247b15ca2262be646397d1ffd6be953fa638ebb8f5dcbb4c2b91b34f1",
    "txhash": "f270cd3813254c9922a2e222a56ba745842d9112223a1394062e460b33d27b7e",
    "address": "RBiXWscC63Jdn1GfDtRj8hgv4Q6Zppvpwb"
  },



Algo shouldn't be an issue since it pulls the blocks from the daemon so if it's populating the DB it should be working.

PIECoin ICO - https://c-cex.com/?p=pie-btc
PIECoin Announcement Thread - https://bitcointalk.org/index.php?topic=1647617.0
PIE Coin Technology - http://piecoin.tech
cryptospreader_temp
Sr. Member
****
Offline Offline

Activity: 434
Merit: 250



View Profile WWW
October 13, 2016, 05:46:30 PM
 #10

Let me know further, if you're willing to pay. PM me.
radhwane (OP)
Hero Member
*****
Offline Offline

Activity: 696
Merit: 500



View Profile
October 15, 2016, 01:55:47 PM
 #11

thank toy so much all of you , problem resolved and the explorer working very good
one last question please 
lets say i have two servers
1- centos + cpanel ( domains hosted here )
2- ubuntu node ( daemon and explorer running here )

just create a subdomain in Cpanel and point it with A record with second server
question : its possible to add SSL certificate to this subdomain with A record ?
or should install SSL in ubuntu apache2 ?

thanks again i really appreciate it ,soon we will launch new altcoin   
sirdanielfortesque
Full Member
***
Offline Offline

Activity: 194
Merit: 100


The best coin creation service!


View Profile
November 02, 2016, 01:42:38 PM
 #12

thank toy so much all of you , problem resolved and the explorer working very good
one last question please 
lets say i have two servers
1- centos + cpanel ( domains hosted here )
2- ubuntu node ( daemon and explorer running here )

just create a subdomain in Cpanel and point it with A record with second server
question : its possible to add SSL certificate to this subdomain with A record ?
or should install SSL in ubuntu apache2 ?

thanks again i really appreciate it ,soon we will launch new altcoin   

If you need some help, check out our professional services: https://bitcointalk.org/index.php?topic=1667884.0

The best Coin Creation Service - NEW THREAD! Your coin ready in 24 hours for only 0.10 BTC https://bitcointalk.org/index.php?topic=1667884.0
Pages: [1]
  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!