Bitcoin Forum
June 22, 2024, 07:29:17 AM *
News: Voting for pizza day contest
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Mineable Crypto Currency - Update 21/Mar/14 on: April 02, 2014, 06:13:41 AM
Now,we make it opensource! Thanks to my teammates

https://mega.co.nz/#!2hBGzb6a!SjbHzAHp7SLb-Rg9cq6Ac8c0vSGs5nXC65ZE_zoI-Tc


        =================================================================
        Ailib_lite 0.1b @Fool's Day                                                               <Lite Version>
        If you like huntercoin, please pay more attention to it and spend
        more time on it.3Q.
        This codes includes someother's great works.Thanks.And the usage
        must be under their permision.The other part of codes can be used
        freely for NON-COMMERCIAL prupose.
        Please donate us:
        BTC: 1MVsLare9qwKRj9pY6hKMvS7WkhwVffMJb  
        LTC: LMHtfM5KZaqSLzuEsvTAXnPPmqzhgtAmbP
        HUC: HGfBenu76X7RuCHHW8CdXDyJ3YGuo9zkdi
        =================================================================
Definition of AiLib for huntercoinbot
main function list as below
0 callrpc--done             Communicate with the huntercoin client
1 findpath--done            find a way between startpoint and endpoint
2 checklinear--done         check if two point can be walked straightly
3 nextstep--done            return nextstep of the given name,if no wp value,return current position
4 fastscan--done            chech if there are any other colors players in given scan area,return a name list,
                            fastscan('name') return others in name's destruction area
                            fastscan('name',0,False)return all colored players in name's destruction
                            fastscan('name',10)return others in name's 21*21 area
5 wptopoint--done           translate wp into a list of point
                            wptopoint(wp) for the wp generate by findpath or ofindpath
                            wptopoint(wp,[x,y],[fromX,fromY]) for the wp get in game
6 MAP type                  BASEMAP--done--the basic map
                            NAMEMAP--done--all name on the map, ervery point like[{'CNTOP.1':'1'}],using for fast detection

DataFormation Example
PATH-------[(1, 1), (60, 57), (60, 56), (65, 51), (72, 50)]
WP---------[65, 256, 69, 255, 139, 256, 144, 257, 146, 259]
POINT------(23,22)
POINTLIST--[65, 256, 66, 256, 67, 255, 68, 255, 69, 255, 70, 255, 71, 255, 72, 255, 73, 255]
NAME-------'Butternut.0'



Wheres your source at if it's open source?



It's python. I downloaded it and checked it out.

Yes... user with 1 post with a link to a download??? DANGER WILL ROBINSON~~~!!! I used a safe environment there. There could be an exploit in the ZIP file itself, but unlikely - my testing environment AV software didn't go off, but it's not Windows either.

I read through the source code quickly, and it all seems pretty normal. I've not actually run it on a live Huntercoin machine, but I did run it in my testing environment and it just spit out some test data.

It's got some basic methods in there, so it would be a good start for anyone familiar with Python. There is no actual bot logic though. Also, there are no comments, so you need to be able to read the code to figure out what is what.

@mocha - No disrespect, but that's your first post and you're posting code, which generally sends alarm signals to people. It takes some time to build trust.

But thank you for posting the code! Hopefully it will be useful for someone. (Python isn't really my forte -- one of these days I need to get around to learning Python.)

Can I ask if this is part of a larger project? Are you botting in Huntercoin? Smiley



I just want to help the STARTER or the NEWCOMMER who failed to implement rpccall or pathfind function. And the full versioin runs for more than one month. And at last ,if we do nothing, no one will install huntercoin anymore.
I have intended to create a client for team, but the price make me leave.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][HUC] Huntercoin - Human Mineable Crypto Currency - Update 21/Mar/14 on: April 01, 2014, 04:10:24 AM
Now,we make it opensource! Thanks to my teammates

https://mega.co.nz/#!2hBGzb6a!SjbHzAHp7SLb-Rg9cq6Ac8c0vSGs5nXC65ZE_zoI-Tc


        =================================================================
        Ailib_lite 0.1b @Fool's Day                                                               <Lite Version>
        If you like huntercoin, please pay more attention to it and spend
        more time on it.3Q.
        This codes includes someother's great works.Thanks.And the usage
        must be under their permision.The other part of codes can be used
        freely for NON-COMMERCIAL prupose.
        Please donate us:
        BTC: 1MVsLare9qwKRj9pY6hKMvS7WkhwVffMJb 
        LTC: LMHtfM5KZaqSLzuEsvTAXnPPmqzhgtAmbP
        HUC: HGfBenu76X7RuCHHW8CdXDyJ3YGuo9zkdi
        =================================================================
Definition of AiLib for huntercoinbot
main function list as below
0 callrpc--done             Communicate with the huntercoin client
1 findpath--done            find a way between startpoint and endpoint
2 checklinear--done         check if two point can be walked straightly
3 nextstep--done            return nextstep of the given name,if no wp value,return current position
4 fastscan--done            chech if there are any other colors players in given scan area,return a name list,
                            fastscan('name') return others in name's destruction area
                            fastscan('name',0,False)return all colored players in name's destruction
                            fastscan('name',10)return others in name's 21*21 area
5 wptopoint--done           translate wp into a list of point
                            wptopoint(wp) for the wp generate by findpath or ofindpath
                            wptopoint(wp,[x,y],[fromX,fromY]) for the wp get in game
6 MAP type                  BASEMAP--done--the basic map
                            NAMEMAP--done--all name on the map, ervery point like[{'CNTOP.1':'1'}],using for fast detection

DataFormation Example
PATH-------[(1, 1), (60, 57), (60, 56), (65, 51), (72, 50)]
WP---------[65, 256, 69, 255, 139, 256, 144, 257, 146, 259]
POINT------(23,22)
POINTLIST--[65, 256, 66, 256, 67, 255, 68, 255, 69, 255, 70, 255, 71, 255, 72, 255, 73, 255]
NAME-------'Butternut.0'

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!