Bitcoin Forum
April 19, 2024, 07:51:48 PM *
News: Latest Bitcoin Core release: 26.0 [Torrent]
 
   Home   Help Search Login Register More  
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 »
  Print  
Author Topic: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff  (Read 220732 times)
fronti
Legendary
*
Offline Offline

Activity: 2909
Merit: 1307



View Profile
November 06, 2014, 09:18:11 AM
 #941

if you run it over FastCGI, restart your webserver.
You mean the whole server/machine (which I did), or just Apache? Only to be sure.

only the webserver means the program (in this case Apache)

If you like to give me a tip:  bc1q8ht32j5hj42us5qfptvu08ug9zeqgvxuhwznzk

"Bankraub ist eine Unternehmung von Dilettanten. Wahre Profis gründen eine Bank." Bertolt Brecht
1713556308
Hero Member
*
Offline Offline

Posts: 1713556308

View Profile Personal Message (Offline)

Ignore
1713556308
Reply with quote  #2

1713556308
Report to moderator
1713556308
Hero Member
*
Offline Offline

Posts: 1713556308

View Profile Personal Message (Offline)

Ignore
1713556308
Reply with quote  #2

1713556308
Report to moderator
The forum was founded in 2009 by Satoshi and Sirius. It replaced a SourceForge forum.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
coinflow
Legendary
*
Offline Offline

Activity: 840
Merit: 1000


View Profile
November 06, 2014, 09:19:59 AM
 #942

if you run it over FastCGI, restart your webserver.
You mean the whole server/machine (which I did), or just Apache? Only to be sure.

only the webserver means the program (in this case Apache)

OK, thanks to you both for clearing this up.

RichHans
Newbie
*
Offline Offline

Activity: 29
Merit: 0


View Profile
November 11, 2014, 08:28:09 PM
 #943

Hi, WildWestCoin needs in the new Block Explorer, who can help?
Write in WEST topic, please:
https://bitcointalk.org/index.php?topic=607493.0
salfter
Hero Member
*****
Offline Offline

Activity: 651
Merit: 501


My PGP Key: 92C7689C


View Profile WWW
November 21, 2014, 06:05:24 PM
 #944

I'm attempting to set up a Fudcoin explorer.  (After that, I'll expand it to the other coins for which I have daemons running, but I'm starting with Fudcoin.) I already have a Bitgem explorer running (see link in my sig) with the CryptoManiac fork, so I started with that.  It reads in the blockchain and starts the webserver, but when I try to access it, it fails with a division-by-zero error:

Code:
Traceback (most recent call last):
  File "/usr/lib/python2.7/wsgiref/handlers.py", line 85, in run
    self.result = application(self.environ, self.start_response)
  File "Abe/abe.py", line 209, in __call__
    handler(page)
  File "Abe/abe.py", line 307, in handle_chains
    100.0 - (100.0 * (ss + more) / (total_ss + more)))
ZeroDivisionError: float division by zero

If I put the offending code in a try-except block, the homepage comes up...but it only shows the genesis block.

I then tried the main branch.  It won't even start up:

Code:
Traceback (most recent call last):
  File "Abe/abe.py", line 32, in <module>
    import DataStore
  File "/home/abe/bitcoin-abe/Abe/DataStore.py", line 31, in <module>
    import Chain
  File "/home/abe/bitcoin-abe/Abe/Chain/__init__.py", line 17, in <module>
    from .. import deserialize, BCDataStream, util
ValueError: Attempted relative import beyond toplevel package

The last version tagged is 0.7.2, which is nearly two years old.  The last commit in master is only a couple of months old, but it doesn't do any good if it won't run. Is there another fork that people are using nowadays?  The coins I'm interested in monitoring are sha256d and scrypt coins.  Proof-of-stake support is needed for some.

Tipjars: BTC 1TipsGocnz2N5qgAm9f7JLrsMqkb3oXe2 LTC LTipsVC7XaFy9M6Zaf1aGGe8w8xVUeWFvR | My Bitcoin Note Generator | Pool Auto-Switchers: zpool MiningPoolHub NiceHash
Bitgem Resources: Pool Explorer Paper Wallet
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
November 21, 2014, 07:56:31 PM
 #945

Does it work for X15 coins? Which type of chain should I select or is any external module to do this?

Code:
Traceback (most recent call last):
  File "Abe/abe.py", line 32, in <module>
    import DataStore
  File "/home/abe/bitcoin-abe/Abe/DataStore.py", line 31, in <module>
    import Chain
  File "/home/abe/bitcoin-abe/Abe/Chain/__init__.py", line 17, in <module>
    from .. import deserialize, BCDataStream, util
ValueError: Attempted relative import beyond toplevel package

The last version tagged is 0.7.2, which is nearly two years old.  The last commit in master is only a couple of months old, but it doesn't do any good if it won't run. Is there another fork that people are using nowadays?  The coins I'm interested in monitoring are sha256d and scrypt coins.  Proof-of-stake support is needed for some.
Workaround: https://github.com/bitcoin-abe/bitcoin-abe/issues/134#issuecomment-59664151
24Kilo
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
November 24, 2014, 08:56:06 AM
 #946

Does anyone know the parameters needed for Guldencoin(NLG) - https://bitcointalk.org/index.php?topic=554412.0

I want to run ABE for NLG. Thanks!
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
November 24, 2014, 06:05:08 PM
 #947

Does anyone know the parameters needed for Guldencoin(NLG) - https://bitcointalk.org/index.php?topic=554412.0

I want to run ABE for NLG. Thanks!
"address_version": "\u00f3"
For rest, follow examples in abe.conf
24Kilo
Sr. Member
****
Offline Offline

Activity: 672
Merit: 250


View Profile
November 25, 2014, 12:12:14 AM
Last edit: November 25, 2014, 01:11:03 AM by 24Kilo
 #948

Does anyone know the parameters needed for Guldencoin(NLG) - https://bitcointalk.org/index.php?topic=554412.0

I want to run ABE for NLG. Thanks!
"address_version": "\u00f3"
For rest, follow examples in abe.conf

Thanks, I hope you can be patient with me as I am still learning about this stuff.

I am using this tutorial - https://cryptocointalk.com/topic/1312-luckycoin-blockchain-explorer/

Here is where I am stuck -

Replace in the file bitcoin-abe/Abe/DataStore.py lines 73-74 with the coin parameters of the Luckycoin network.
{"chain":"Luckycoin","code3":"LKY", "address_version":"\x2f", "magic":"\xfb\xc0\xb6\xdb"},


Here is the how I presume this line should look for NLG -

{"chain":"GuldenCoin","code3":"NLG", "address_version":"\u00f3", "magic":"\xfb\xc0\xb6\xdb"}

but not sure of the 'magic' stuff.

Also 'DataStore.py lines 73-74' did not really match up... do I just add this line at the end of the 'chain_config' sequence?

Thanks!


roundrobin
Full Member
***
Offline Offline

Activity: 203
Merit: 100


View Profile
December 27, 2014, 03:15:13 AM
Last edit: December 27, 2014, 10:31:02 PM by roundrobin
 #949

can Abe work with fresh algorithm? which policy can I use for fresh algorithm.

Hi, WildWestCoin needs in the new Block Explorer, who can help?
Write in WEST topic, please:
https://bitcointalk.org/index.php?topic=607493.0

Does anyone know the parameters needed for Guldencoin(NLG) - https://bitcointalk.org/index.php?topic=554412.0
I want to run ABE for NLG. Thanks!

Abe docs (and example confs) explain how to adapt for a new chain, there are some old unfixed problems though and you may need to edit the internal datastore.py to make it work. Another solution is to use an explorer which does not care for algorithm and work with all blockchain, like RPC Ace: https://bitcointalk.org/index.php?topic=686177.0

   LTC: Lbha3tRmE75oHfF4SjSKpxVK2fY9PxrPUX         VTC: VguAuTdGRcQzihEgrJDYPYUuugGMMGFCNn
   FTC: 6fVWQ3eHhhgH1haqThQbxTFV8XjrqyuKY2          SOL: 8X6dLCY8MeZ6RNdBxzYQkd5kxWj8VVPJmL
DOGE: DMBQta9ME9cWnRPVXtEbi57CDk1uNpwzSh
sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
December 27, 2014, 03:44:37 AM
 #950

hi,

can anyone post a download link for abe.sqlite bitcoin (or a trick to make it faster), this shit takes forever to finish. im still on block_tx 182130 3564583 since 7 days  Shocked

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
roundrobin
Full Member
***
Offline Offline

Activity: 203
Merit: 100


View Profile
December 27, 2014, 10:23:27 PM
 #951

hi,

can anyone post a download link for abe.sqlite bitcoin (or a trick to make it faster), this shit takes forever to finish. im still on block_tx 182130 3564583 since 7 days  Shocked

Yeah i feel your pain, I've been there :PP If you are not looking in-depth details of inputs or tracking addresses and already have the blockchain, check out RPC Ace explorer as it doesn't need installation no database etc.

   LTC: Lbha3tRmE75oHfF4SjSKpxVK2fY9PxrPUX         VTC: VguAuTdGRcQzihEgrJDYPYUuugGMMGFCNn
   FTC: 6fVWQ3eHhhgH1haqThQbxTFV8XjrqyuKY2          SOL: 8X6dLCY8MeZ6RNdBxzYQkd5kxWj8VVPJmL
DOGE: DMBQta9ME9cWnRPVXtEbi57CDk1uNpwzSh
K1773R
Legendary
*
Offline Offline

Activity: 1792
Merit: 1008


/dev/null


View Profile
December 28, 2014, 02:08:53 AM
 #952

hi,

can anyone post a download link for abe.sqlite bitcoin (or a trick to make it faster), this shit takes forever to finish. im still on block_tx 182130 3564583 since 7 days  Shocked
just dont use sqlite, its not meant for a serious DB, just for something small to play around/beginners. bitcoin is huge and dosnt fit this space.

[GPG Public Key]
BTC/DVC/TRC/FRC: 1K1773RbXRZVRQSSXe9N6N2MUFERvrdu6y ANC/XPM AK1773RTmRKtvbKBCrUu95UQg5iegrqyeA NMC: NK1773Rzv8b4ugmCgX789PbjewA9fL9Dy1 LTC: LKi773RBuPepQH8E6Zb1ponoCvgbU7hHmd EMC: EK1773RxUes1HX1YAGMZ1xVYBBRUCqfDoF BQC: bK1773R1APJz4yTgRkmdKQhjhiMyQpJgfN
roundrobin
Full Member
***
Offline Offline

Activity: 203
Merit: 100


View Profile
December 28, 2014, 03:07:07 PM
Last edit: December 28, 2014, 03:57:17 PM by roundrobin
 #953

hi,

can anyone post a download link for abe.sqlite bitcoin (or a trick to make it faster), this shit takes forever to finish. im still on block_tx 182130 3564583 since 7 days  Shocked
just dont use sqlite, its not meant for a serious DB, just for something small to play around/beginners. bitcoin is huge and dosnt fit this space.

You are blatantly wrong and misinformed. You should not make comments like those because people who (just like you) don't know better will take it for truth.

Sqlite does not offer a queing gateway for queries like postgresql or mysql does, but in terms of inherent concurrency it is in fact much more capable than both postgres and mysql is, and with notably higher performance while still consuming less memory. For sheer size of databases, it is faster and more efficient, but only for intra-process concurrency. Contrary to common believe, sqlite does have a transaction log, and it is suitable for multi-process concurrency just not on the same scale as a dbms with a queing gateway.

   LTC: Lbha3tRmE75oHfF4SjSKpxVK2fY9PxrPUX         VTC: VguAuTdGRcQzihEgrJDYPYUuugGMMGFCNn
   FTC: 6fVWQ3eHhhgH1haqThQbxTFV8XjrqyuKY2          SOL: 8X6dLCY8MeZ6RNdBxzYQkd5kxWj8VVPJmL
DOGE: DMBQta9ME9cWnRPVXtEbi57CDk1uNpwzSh
kryptologist
Hero Member
*****
Offline Offline

Activity: 714
Merit: 500


@kryptographer


View Profile
January 20, 2015, 05:11:08 AM
 #954

Is there a working demo somewhere?
vertoe
Hero Member
*****
Offline Offline

Activity: 518
Merit: 505


View Profile
January 20, 2015, 09:55:52 AM
 #955

Hi, does abe support lookup of xpub HD wallets?
https://github.com/bitcoin-abe/bitcoin-abe/issues/160

As seen on blockchain.info?
https://blockchain.info/xpub/xpub6CUGRUonZSQ4TWtTMmzXdrXDtypWKiKrhko4egpiMZbpiaQL2jkwSB1icqYh2cfDfVxdx4df189oLKnC5fSwqPfgyP3hooxujYzAu3fDVmz
wargo
Sr. Member
****
Offline Offline

Activity: 472
Merit: 250

Technician


View Profile WWW
January 20, 2015, 04:01:34 PM
 #956

Is there a working demo somewhere?
Multiple, for example abe.explorer.e-waluty.net.pl (custom theme)
Bitcoin-Einfach
Newbie
*
Offline Offline

Activity: 47
Merit: 0


View Profile WWW
January 29, 2015, 02:45:06 PM
 #957

Why appear no new versions of Abe since v0.7.2 (Dec 7, 2012)?
Should instead the current master branch of Abe be used?  Huh
sologap
Full Member
***
Offline Offline

Activity: 210
Merit: 100



View Profile
February 06, 2015, 05:49:13 PM
 #958

i can pay 0.5 for any full btc blockchain database for abe (that works on windows like sqlite) this shit is very very very very slow and i cant wait  Shocked

  ☠ CRAVEEmbraces the privacy movement ☠   
    Your Market. Your Blockchain Business. Your Profit.   
SIGNW
Newbie
*
Offline Offline

Activity: 41
Merit: 0


View Profile
February 07, 2015, 03:55:21 AM
 #959

Whatever happened to the prevout table? I just re-imported my DB from October and upgraded it and now I'm getting errors with some of my old queries? I feel like the tx_in and tx_out detail views have changed.
Lucas0il
Newbie
*
Offline Offline

Activity: 1
Merit: 0


View Profile
February 07, 2015, 07:27:03 AM
 #960

Is this good software to use as a bitcoin block explorer on a web server that will get a moderate amount of traffic, or is it too slow/bulky?

If it is not good for that purpose, are there any open source alternatives?

Thanks in advance for any answers or thoughts!
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 »
  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!