|
|
|
DarkWolf
|
 |
August 04, 2014, 11:59:25 AM |
|
Thanks, but I'm afraid it doesn't support x86. Ah the good old days when 32-bit was still popular, where did they go? On another note, me and a friend have started work on an official animecoin webpage which we can host and keep up to date and modify when ever we want. We were wondering if it would be alright for us to host ads on the page, so that we can pay the server costs and the development/upkeep costs from that?
|
|
|
|
MickeyT2008
Sr. Member
  
Offline
Activity: 350
Merit: 250
This account was recently hacked
|
 |
August 04, 2014, 12:37:41 PM |
|
Thanks, but I'm afraid it doesn't support x86. Ah the good old days when 32-bit was still popular, where did they go?
I still need to bring my coding skills up to date from the good old days of 8 bit processors, I should try to get around to it before 64 bit becomes obsolete too Zilog Z80 FTW!
|
This account has recently been hacked and taken over, I haven't posted anything for about two years. Whoever has been using it and pretending to be me is a scammer.
|
|
|
DarkWolf
|
 |
August 04, 2014, 12:55:57 PM |
|
It would be great to have a couple more developers to help develop a miner and so on and so forth, because I can program, but I'm not very experienced. Me and my friend are also working on an animecoin store, where animecoin merchandise can be bought and sold using animecoins and bit coins. People will be able to sign up as sellers and then sell products. Kinda like ebay or amazon.
|
|
|
|
8bitp
Member

Offline
Activity: 76
Merit: 10
|
 |
August 04, 2014, 08:58:52 PM Last edit: August 04, 2014, 09:58:46 PM by 8bitp |
|
Thank you very much testz! I reinstalled MinGW and tried the whole compilation process again after adding the file system table ("fstab"-file) with "c:/mingw /mingw". It was also necessary to add a new User variable in Windows: [Name:Path]-[Value:C:\MinGW\bin;C:\MinGW\msys\1.0\local\bin;C:\MinGW\msys\1.0\bin] Nevertheless, I finally used the newest mingw-get-setup with the preinstalled gcc 4.8 for the compilation. -> Conclusion: I really should have read the Getting Started Guide at the beginning and not at the end  With this settings I could finally compile the cpu-miner which supports 32Bit Computer from here: https://github.com/Animecointeam/Anime-CPUMiner  Download-Link: https://mega.co.nz/#!KV1FFYxJ!gMQlcjdMBrPPscYiTG-E-9NLKMsArAYp-UIQtHyrHY4@DarkWolf: please tell me if it is working for you, thank you  BTW: - there was a redefinition error while doing the "make". I fixed it with this changes in the "cpu-miner.c": https://mega.co.nz/#!zYdzmRrI!ruHzpe0jGqEB5-bMFgJPtS7kE8uYfAUy6ZLp9jGTfEI- SSL support is leaking, because I was unable to compile the curl-config with it  
|
|
|
|
DarkWolf
|
 |
August 05, 2014, 07:25:10 PM |
|
It worked perfectly, but have decided to stop mining ani. I was wondering whether I can run the standard quark algorithm with this miner? (what would the batch look like?) Thanks for your work 8bitp you've achieved some fantastic results, I'll make sure this compiled miner link is added to the new Animecoin website. Thanks for helping 8bitp to get it compiled Testz.  Thank you very much testz! I reinstalled MinGW and tried the whole compilation process again after adding the file system table ("fstab"-file) with "c:/mingw /mingw". It was also necessary to add a new User variable in Windows: [Name:Path]-[Value:C:\MinGW\bin;C:\MinGW\msys\1.0\local\bin;C:\MinGW\msys\1.0\bin] Nevertheless, I finally used the newest mingw-get-setup with the preinstalled gcc 4.8 for the compilation. -> Conclusion: I really should have read the Getting Started Guide at the beginning and not at the end  With this settings I could finally compile the cpu-miner which supports 32Bit Computer from here: https://github.com/Animecointeam/Anime-CPUMiner  Download-Link: https://mega.co.nz/#!KV1FFYxJ!gMQlcjdMBrPPscYiTG-E-9NLKMsArAYp-UIQtHyrHY4@DarkWolf: please tell me if it is working for you, thank you  BTW: - there was a redefinition error while doing the "make". I fixed it with this changes in the "cpu-miner.c": https://mega.co.nz/#!zYdzmRrI!ruHzpe0jGqEB5-bMFgJPtS7kE8uYfAUy6ZLp9jGTfEI- SSL support is leaking, because I was unable to compile the curl-config with it  
|
|
|
|
8bitp
Member

Offline
Activity: 76
Merit: 10
|
 |
August 05, 2014, 08:55:22 PM |
|
It worked perfectly, but have decided to stop mining ani. I was wondering whether I can run the standard quark algorithm with this miner? (what would the batch look like?) Thanks for your work 8bitp you've achieved some fantastic results, I'll make sure this compiled miner link is added to the new Animecoin website. Thanks for helping 8bitp to get it compiled Testz.  Glad to hear  But why did you stop mining ani?  Thank you too for your efforts with the Animecoin Website! I don't think you can run another quark algorithm with this miner, because you can only choose between sha265d, scrypt & anime as an algorythm: $ ./minerd --help Usage: minerd [OPTIONS] Options: -a, --algo=ALGO specify the algorithm to use scrypt scrypt(1024, 1, 1) (default) sha256d SHA-256d anime Animecoin -o, --url=URL URL of mining server (default: http://127.0.0.1:9332/) -O, --userpass=U:P username:password pair for mining server -u, --user=USERNAME username for mining server -p, --pass=PASSWORD password for mining server --cert=FILE certificate for mining server using SSL -x, --proxy=[PROTOCOL://]HOST[:PORT] connect through a proxy -t, --threads=N number of miner threads (default: number of processors) -r, --retries=N number of times to retry if a network call fails (default: retry indefinitely) -R, --retry-pause=N time to pause between retries, in seconds (default: 30) -T, --timeout=N network timeout, in seconds (default: 270) -s, --scantime=N upper bound on time spent scanning current work when long polling is unavailable, in seconds (default: 5) --no-longpoll disable X-Long-Polling support --no-stratum disable X-Stratum support -q, --quiet disable per-thread hashmeter output -D, --debug enable debug output -H, --hashdebug enable hash debug output -P, --protocol-dump verbose dump of protocol-level activities -S, --syslog use system log for output messages -B, --background run the miner in the background --benchmark run in offline benchmark mode -c, --config=FILE load a JSON-format configuration file -V, --version display version information and exit -h, --help display this help text and exit
|
|
|
|
8bitp
Member

Offline
Activity: 76
Merit: 10
|
 |
August 05, 2014, 09:18:40 PM |
|
Thanks, but I'm afraid it doesn't support x86. Ah the good old days when 32-bit was still popular, where did they go? On another note, me and a friend have started work on an official animecoin webpage which we can host and keep up to date and modify when ever we want. We were wondering if it would be alright for us to host ads on the page, so that we can pay the server costs and the development/upkeep costs from that? Hi DarkWolf I don't see a problem that you start with some ads on your webpage. You could put some banner on it with mining hardware, lotterys, exchanges, etc. What think other people about it?
|
|
|
|
raganius
|
 |
August 05, 2014, 10:19:50 PM |
|
Thanks, but I'm afraid it doesn't support x86. Ah the good old days when 32-bit was still popular, where did they go? On another note, me and a friend have started work on an official animecoin webpage which we can host and keep up to date and modify when ever we want. We were wondering if it would be alright for us to host ads on the page, so that we can pay the server costs and the development/upkeep costs from that? Hi DarkWolf I don't see a problem that you start with some ads on your webpage. You could put some banner on it with mining hardware, lotterys, exchanges, etc. What think other people about it? I agree with that. IMO it is more than fair that you and your friend are remunerated for the creation and the maintenance of the Animecoin Webpage you have been working on. I can only congratulate you for your important efforts, and put myself at your disposal for any help needed. Your contribution to Animecoin is priceless! Oh, and congratulations for the Animecoin Community, for we've reached page 102 in this thread  
|
|
|
|
|
DarkWolf
|
 |
August 06, 2014, 01:14:27 PM |
|
We were going to use Google adsense, but if people do give us better payment than we get from google, then we will consider switching the ads over. adsense tailors ads according to the content of the website. (mining animecoin market places ...). The idea is to pay hosting, electricity and maintenance with the ads and development costs, as well as a slight bit of compensation for all the effort for me and my friend. If the ads work really well, I'd gladly put funds towards helping the animecoin community be developed further. I stopped mining ani, because other coins were profitable to mine, right now and I have to pay off my mining rig, since it wasn't exactly cheap. Plus I will still get 2mil ani for the completion of the Android wallet, which is more than enough for me. Hopefully we will have an android wallet 6weeks from now, I have it all planned out interns of looks but getting it into code is quite tough since I haven't really written an app before. The website will launch roughly 4-6weeks from now, Its already close to completion, but I only get the hardware in to host it in about 4-6 weeks. Thanks, but I'm afraid it doesn't support x86. Ah the good old days when 32-bit was still popular, where did they go? On another note, me and a friend have started work on an official animecoin webpage which we can host and keep up to date and modify when ever we want. We were wondering if it would be alright for us to host ads on the page, so that we can pay the server costs and the development/upkeep costs from that? Hi DarkWolf I don't see a problem that you start with some ads on your webpage. You could put some banner on it with mining hardware, lotterys, exchanges, etc. What think other people about it?
|
|
|
|
DarkWolf
|
 |
August 06, 2014, 08:16:04 PM |
|
It will improve, once the website and the wallet and the auction site are all up and running, then we can start developing the coin itself, that should help strengthen its value.
|
|
|
|
lyno
|
 |
August 08, 2014, 06:44:04 PM |
|
|
|
|
|
freedomno1
Legendary
Offline
Activity: 1848
Merit: 1094
Learning the troll avoidance button :)
|
 |
August 08, 2014, 10:47:09 PM |
|
The answer to that one is Love Hina and narusgewa is punching Keitaro Urashima out the window XD Good old Ken Akamatsu He will fly epicly through the sky ah memories of the Love Hina Dating Sim on Newgrounds ^_^. And LH again with Kanako but think that is from episode 2  Naru one of the best known examples of the tsundere character archetype. A personal favorite of mine so feel free to claim it whoever has an account there 
|
Believing in Bitcoins and it's ability to change the world
|
|
|
lyno
|
 |
August 09, 2014, 12:43:38 PM |
|
The answer to that one is Love Hina and narusgewa is punching Keitaro Urashima out the window XD Good old Ken Akamatsu He will fly epicly through the sky ah memories of the Love Hina Dating Sim on Newgrounds ^_^. And LH again with Kanako but think that is from episode 2  Naru one of the best known examples of the tsundere character archetype. A personal favorite of mine so feel free to claim it whoever has an account there  Since there was no takers i have sent the ANI to Animecoiners giveaway fund. Round 5 started: 3 part question, 1500 ANI to win 
|
|
|
|
raganius
|
 |
August 09, 2014, 06:05:16 PM |
|
The answer to that one is Love Hina and narusgewa is punching Keitaro Urashima out the window XD Good old Ken Akamatsu He will fly epicly through the sky ah memories of the Love Hina Dating Sim on Newgrounds ^_^. And LH again with Kanako but think that is from episode 2  Naru one of the best known examples of the tsundere character archetype. A personal favorite of mine so feel free to claim it whoever has an account there  lol, this is cheating 
|
|
|
|
DumDumz
Full Member
 
Offline
Activity: 126
Merit: 100
★☆★Bitin.io★☆★
|
 |
August 09, 2014, 06:10:57 PM |
|
I have 24000 anime how much is that worth?
|
|
|
|
raganius
|
 |
August 09, 2014, 06:41:31 PM Last edit: August 09, 2014, 07:52:53 PM by raganius |
|
The answer to that one is Love Hina and narusgewa is punching Keitaro Urashima out the window XD Good old Ken Akamatsu He will fly epicly through the sky ah memories of the Love Hina Dating Sim on Newgrounds ^_^. And LH again with Kanako but think that is from episode 2  Naru one of the best known examples of the tsundere character archetype. A personal favorite of mine so feel free to claim it whoever has an account there  Since there was no takers i have sent the ANI to Animecoiners giveaway fund. Round 5 started: 3 part question, 1500 ANI to win  Hi, lyno, thank you so much for your contribution to our Giveaway Fund! I am so sorry that no one got that one, even after freedomno1's tip. But (now, here's how I see this subject) wouldn't it be a good idea to slightly change the strategy here? I mean, of course anyone from this thread (Animecoiners) can participate in your trivia giveaway, but the best idea is that we succeed in bringing new otakus to our community, helping in a better fair distribution of ANIs (and your trivia idea is great for that). So we should try not to "restrict" the participation to only our already members. And, better than simply going there and replying (the easy way), we should instead spread the word about your trivia, and how easy to get ANIs there: it would mean more and more animecoiners. I have been talking about it to some of my RL otaku friends (I've got plenty, as animes are so popular here where I live), I've already been able to get some of them installing the wallet gui, I gave them some ANIs, etc... but it is not easy to make them create profiles in boards other than forum.minnasuki.com, forumproject.xpg.uol.com.br, crunchyroll.com/forum, and others already known to them. Most of them don't even speak English, and that's another awful barrier... So, of course I can always go there and answer, if I know the answer, but I feel bad about it because I already have some Animecoins and I'd like it to be better distributed, and not concentrated. So I'm trying to bring "non animecoiners otakus" in. I'll eventually succeed  It would be nice if we were able to do it in one of those already known otaku specialised boards... I've already tried to do it at myanimelist, for instance, but the board admins there have interdicted me  Anyway, my friends, this is how I feel about it. But, please, feel free to participate there, because I know it feels so good to see participation in our projects (and that's what matters most).  Well, I've been a little absent lately, it's because it's my holidays... By the way, I have been into Sword Art Online II and No Game no Life these days. Anyone else? Please let me know what Animes are you watching now, and what's your preference, etc. I tend to prefer Yaoi and comedy. Junjo Romantica is the anime I love the most (and I keep rewatching it again and again) because its so fun. The first anime I remember watching were Groizer X and Don Dracula (long long time ago, when I was a kid... got addicted to it since then  ) I have 24000 anime how much is that worth?
HODL... and please come participate in our community, we will be so happy with your friendship 
|
|
|
|
|