Search content
Sort by

Showing 16 of 16 results by batmaninpink
Post
Topic
Board Service Announcements
Re: [ANN] CoinsForTech.com - Global Electronics Wholesaler! Fast Worldwide Shipping!
by
batmaninpink
on 18/02/2014, 07:57:25 UTC
+1

I ordered a laptop which I received without any problems - so definitely recommended from me.
Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
batmaninpink
on 08/02/2014, 19:02:32 UTC
git clone .git
cd /src
grep pchMessageStart *


Post
Topic
Board Service Announcements
Re: [ANN] CoinsForTech.com - Global Electronics Wholesaler! Fast Worldwide Shipping!
by
batmaninpink
on 03/02/2014, 21:32:04 UTC
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?
Post
Topic
Board Service Announcements
Re: [ANN] CoinsForTech.com - Global Electronics Wholesaler! Fast Worldwide Shipping!
by
batmaninpink
on 01/02/2014, 17:36:06 UTC
I am thinking about ordering a MacBook, but was wondering with which keyboard they are delivered?
Post
Topic
Board Hardware
Re: [ANN] Bi•Fury | 5 GH/s USB Miner [IN STOCK!] {NEW YEAR SALE !}
by
batmaninpink
on 31/01/2014, 16:24:06 UTC
Was about to order a batch of 5 for local resell but the site seems unable to process the Bitcoin payment. Too bad. Sad
Post
Topic
Board Project Development
Re: [ANNOUNCE] Abe 0.7: Open Source Block Explorer Knockoff
by
batmaninpink
on 28/01/2014, 11:39:58 UTC

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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 13/01/2014, 07:34:39 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 09/01/2014, 17:51:59 UTC
look at the number of mined blocks from this pool (I assume):

http://lottocoin.info/address/LxNGAG7U5ZvZAGkQjiNW4nmpdYYq9zMDmz


7 and 6 consecutive mines...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 06/01/2014, 15:11:01 UTC
doh. a 31M sell @ 11
Post
Topic
Board Announcements (Altcoins)
Re: LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 26/12/2013, 22:19:33 UTC
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
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 25/12/2013, 09:33:36 UTC
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.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 25/12/2013, 09:23:24 UTC
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"
 ...

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 25/12/2013, 08:54:56 UTC
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...
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 24/12/2013, 09:48:04 UTC
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"
}]
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] LOTTO COIN - The coin thats a game! Released 12/12/13
by
batmaninpink
on 24/12/2013, 06:58:28 UTC
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)
Post
Topic
Board Beginners & Help
Re: Can not reply in most places here
by
batmaninpink
on 23/12/2013, 22:49:36 UTC
... 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.