Bitcoin Forum
June 16, 2024, 08:17:23 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Economy / Service Announcements / Re: [ANN] CoinsForTech.com - Global Electronics Wholesaler! Fast Worldwide Shipping! on: February 18, 2014, 07:57:25 AM
+1

I ordered a laptop which I received without any problems - so definitely recommended from me.
2  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: February 08, 2014, 07:02:32 PM
git clone <whatevercoin>.git
cd <whatevercoin>/src
grep pchMessageStart *


3  Economy / Service Announcements / Re: [ANN] CoinsForTech.com - Global Electronics Wholesaler! Fast Worldwide Shipping! on: February 03, 2014, 09:32:04 PM
I am thinking about ordering a MacBook, but was wondering with which keyboard they are delivered?

Thank you for considering us! Unfortunately we can only supply MacBooks with the US keyboard layout. Will that suit you?
 
...


That would be ok - and shipping will be done from Austria when sent to another EU country?
4  Economy / Service Announcements / Re: [ANN] CoinsForTech.com - Global Electronics Wholesaler! Fast Worldwide Shipping! on: February 01, 2014, 05:36:06 PM
I am thinking about ordering a MacBook, but was wondering with which keyboard they are delivered?
5  Bitcoin / Hardware / Re: [ANN] Bi•Fury | 5 GH/s USB Miner [IN STOCK!] {NEW YEAR SALE !} on: January 31, 2014, 04:24:06 PM
Was about to order a batch of 5 for local resell but the site seems unable to process the Bitcoin payment. Too bad. Sad
6  Bitcoin / Project Development / Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff on: January 28, 2014, 11:39:58 AM

Does Abe work with coins that use transaction messaging?

I'm trying to set this up with SolarCoin and hitting the same "overflowerror: Python int too large to convert to C long" that others seemed to be getting with coins using transaction messaging. Anyone get past that problem yet?

You are probably looking for this:

http://nopaste.info/108a9a1e99_nl.html
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: January 13, 2014, 07:34:39 AM
mrlotto,

who takes care of http://lottocoin.info/chain/lottocoin it seems to be down, this is putting lottocoin as ?? on coinmarketcap.com

I do. The block explorer code it uses  (ABE) is a bit buggy, and I have patched it to be more resilient but apparently it still needs some love... but I have now added more workarounds to detect when it behaves badly and give it a good kicking. Hopefully this will improve things.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: January 09, 2014, 05:51:59 PM
look at the number of mined blocks from this pool (I assume):

http://lottocoin.info/address/LxNGAG7U5ZvZAGkQjiNW4nmpdYYq9zMDmz


7 and 6 consecutive mines...
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: January 06, 2014, 03:11:01 PM
doh. a 31M sell @ 11
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LOTTO COIN - The coin thats a game! Released 12/12/13 on: December 26, 2013, 10:19:33 PM
If you are already in the src directory - try just

mkdir obj


git clone URL blah
cd lottocoin
cd src
mkdir obj
then
make -f makefile.unix

-d


Refusing to compile....

/Desktop/lottocoin/src$ make -f makefile.unix
/bin/sh ../share/genbuild.sh obj/build.h
../share/genbuild.sh: 33: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
../share/genbuild.sh: 34: ../share/genbuild.sh: cannot create obj/build.h: Directory nonexistent
mkdir src/obj
make -f makefile.unix blabla ...
done!
I tried this but won't work anything else i can do
mkdir src/obj
mkdir: cannot create directory `src/obj': No such file or directory

 

Sorry I did that mkdir obj but than I get cannot create directory obj file exists

do:

 rm -f src/obj
 mkdir src/obj
 cd src
 make -f makefile.unix
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: December 25, 2013, 09:33:36 AM
blockchain.lottocoin.info points to the same host as lottocoin.info. And I have NFI why blockchain... still doesn't resolve properly.

So just use http://lottocoin.info/

I have updated the configuration so the addresses are shown correctly, and also removed the short URLs that were mostly broken anyway. I also added a script which restarts the ABE stuff if it crashes - it seems a bit prone to crash on bad search expressions...


You're awesome. How much time did you need to do that? You deserve something nice from the entire LOT community Wink

I think I have maybe spent 4 hours altogether - so not that much time - it was more of a way to familiarize myself with things coin-related - and since there was a bounty on it was better to invest my time than that of my gfx card. Smiley

I will change the configuration (different/optimized web server + database backend) if I see that there is a lot of traffic - right now there isn't.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: December 25, 2013, 09:23:24 AM
Yes, server was down for a little while due to me being an idiot.

Anyway, thanks for the donations. Keep em coming Smiley))

Here is the diff against bitcoin-abe:

http://nopaste.info/108a9a1e99_nl.html


And here is the relevant abe.conf part needed:

datadir += [{
   "dirname": "/home/batmaninpink/.lottocoin",
   "chain": "lottocoin",
   "code3": "LOT",
   "address_version": "L",
   "magic": "\u00fd\u00c3\u00b6\u00f1",
   "loader": "rpc"
}]


Should be:

 ...
 "address_version": "\u0031"
 ...

13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: December 25, 2013, 08:54:56 AM
Hi all,

LottoCoin Block Explorer (ABE) for for LottoCoin is available here:

 http://23.20.189.121/

and (when DNS records are updated):

 http://lottocoin.info/
 http://blockchain.lottocoin.info/

ABE conf + git changes will be posted after I have celebrated Christmas. Smiley

Kind Regards, Per (LktrE5EUsvovpZeYr2vJqb2sHCeH2mpeDE)

Good work, let us know once this is done - I've got 500k of LOT to send you Wink



I already sent 100k, maybe got a bit too excited but glad someone finally made it Smiley

http://blockchain.lottocoin.info/ still not resolving? Whats this link to anyway (I know the first link is to the ABE explorer)

blockchain.lottocoin.info points to the same host as lottocoin.info. And I have NFI why blockchain... still doesn't resolve properly.

So just use http://lottocoin.info/

I have updated the configuration so the addresses are shown correctly, and also removed the short URLs that were mostly broken anyway. I also added a script which restarts the ABE stuff if it crashes - it seems a bit prone to crash on bad search expressions...
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: December 24, 2013, 09:48:04 AM
Yes, server was down for a little while due to me being an idiot.

Anyway, thanks for the donations. Keep em coming Smiley))

Here is the diff against bitcoin-abe:

http://nopaste.info/108a9a1e99_nl.html


And here is the relevant abe.conf part needed:

datadir += [{
   "dirname": "/home/batmaninpink/.lottocoin",
   "chain": "lottocoin",
   "code3": "LOT",
   "address_version": "L",
   "magic": "\u00fd\u00c3\u00b6\u00f1",
   "loader": "rpc"
}]
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13 on: December 24, 2013, 06:58:28 AM
Hi all,

LottoCoin Block Explorer (ABE) for for LottoCoin is available here:

 http://23.20.189.121/

and (when DNS records are updated):

 http://lottocoin.info/
 http://blockchain.lottocoin.info/

ABE conf + git changes will be posted after I have celebrated Christmas. Smiley

Kind Regards, Per (LktrE5EUsvovpZeYr2vJqb2sHCeH2mpeDE)
16  Other / Beginners & Help / Re: Can not reply in most places here on: December 23, 2013, 10:49:36 PM
... bah.

And I here I was trying to post a block explorer for a new coin. Not as quick as I thought. Smiley Can haz post rights, pretty plx.
Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!