Bitcoin Forum
July 28, 2025, 03:52:51 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 [105] 106 107 108 109 110 111 »
  Print  
Author Topic: [ANN] AIRcoin  (Read 137336 times)
kipo
Member
**
Offline Offline

Activity: 294
Merit: 10


View Profile
June 14, 2014, 01:21:15 PM
 #2081

If you seriously think it'll take hours to get running, you should consider a relaunch.
polz
Full Member
***
Offline Offline

Activity: 133
Merit: 100


View Profile
June 15, 2014, 03:39:52 AM
 #2082

Price is spiking again.

Yes indeed ... someone is buying lots of AIRs

people are sell againn
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 02:36:23 AM
 #2083

Carbonshark pool is down. I like it but seems the guy who runs it is not interested anymore.How to solo mine AIR? Never did it.
Normally I have config.conf file for every coin that I mine, so I just rename configDoge.conf -> config.conf and double click cgminer.exe and it would mine Doge and so on
for all coins that I have, but I never solomined. Anyone cares how to do it?
P.S. I looked at 1st page of this coin and created in roaming/Aircoin folder file with name aircoin.conf and put there what is on 1st page (with my name and password), then I am stumbled as I don't know what it means to start cgminer with --scrypt ....
(If Carbonshark comes back to life I would gladly join back again with my ATI R290)

Thank you.
Tbone123
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
June 16, 2014, 02:59:11 AM
 #2084

Carbonshark pool is down. I like it but seems the guy who runs it is not interested anymore.How to solo mine AIR? Never did it.
Normally I have config.conf file for every coin that I mine, so I just rename configDoge.conf -> config.conf and double click cgminer.exe and it would mine Doge and so on
for all coins that I have, but I never solomined. Anyone cares how to do it?
P.S. I looked at 1st page of this coin and created in roaming/Aircoin folder file with name aircoin.conf and put there what is on 1st page (with my name and password), then I am stumbled as I don't know what it means to start cgminer with --scrypt ....
(If Carbonshark comes back to life I would gladly join back again with my ATI R290)

Thank you.

These are the conf and bat files I used to solo mine hope this helps

AIRcoin.conf

listen=1
daemon=1
server=1
rpcuser=put-your-user-name-here
rpcpassword=put-your-password-here
rpcallowip=127.0.0.1
rpcconnect=127.0.0.1
rpcallowip=localhost
rpcconnect=localhost
rpcallowip=192.168.1.*
rpcconnect=192.168.1.*
rpcallowip=10.0.0.*
rpcconnect=10.0.0.*
rpcport=1630
port=1631
gen=0
testnet=0
addnode=107.170.20.200
addnode=188.226.182.21

Note: you can delete the extra rpc allow and connects I was using them to have multiple computer mine the same wallet.

------------------------------------

This the bat file I used to start the solo mining
AIRsolo.bat

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
c:\cgminer\cgminer --scrypt -o http://127.0.0.1:1630 --gpu-engine 1085 --gpu-memclock 1250 -u put-your-user-name-here -p put-your-password-here  --thread-concurrency 8000 -I 18 -g 1 -w 256 -s 5 -E 25

Note: These are the settings that worked for my card they will be different for your card

Internet of People - USA North Chapter Leader
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 04:07:02 AM
 #2085

Thank you very much.
bat starts cgminer but says :
Pool 0 slow/down or URL or credentials invalid
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 04:25:28 AM
 #2086

Strange, basically I copypasted both files, but when I doubleclick AIRSolo.bat, it
does start cgminer.exe and then happens what I described in previous reply.

Don't know what to think.
Tbone123
Full Member
***
Offline Offline

Activity: 174
Merit: 100


View Profile
June 16, 2014, 04:35:45 AM
 #2087

Strange, basically I copypasted both files, but when I doubleclick AIRSolo.bat, it
does start cgminer.exe and then happens what I described in previous reply.

Don't know what to think.
It may be as simple as that you have not started the wallet before you executed the bat file. if you started the bat file first it would say invalid or slow

Internet of People - USA North Chapter Leader
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 05:02:22 AM
 #2088

Thank you, as soon as I started wallet, everything works.
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 05:08:05 AM
 #2089

Wallet is not syncing though(it does sync when I start it, but then it goes out of sync), will it find blocks?
Thank you.
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 02:51:31 PM
 #2090

I have AIRcoin-v8.6.2_KGW wallet (It is on official Aircoin website) installed. When I start wallet it syncs, but as soon as new block is created wallet shows not synced. Does
anyone have this problem? I would like to solomine AIR but I don't know if it is possible to actually find any blocks while wallet is unsyced.
tricass
Sr. Member
****
Offline Offline

Activity: 394
Merit: 250


Crypto enthusiast


View Profile
June 16, 2014, 03:55:50 PM
 #2091

that problem has been around for a while now. it's usually okay. you can compare the block height of your wallet (the smaller of the two numbers) with say what air.carbonshark or block explorer is showing as the current block height. they should be the same or very close to each other.

Mortimer452
Hero Member
*****
Offline Offline

Activity: 532
Merit: 500


View Profile
June 16, 2014, 04:53:39 PM
 #2092

Carbonshark pool is down. I like it but seems the guy who runs it is not interested anymore.How to solo mine AIR? Never did it.
Normally I have config.conf file for every coin that I mine, so I just rename configDoge.conf -> config.conf and double click cgminer.exe and it would mine Doge and so on
for all coins that I have, but I never solomined. Anyone cares how to do it?
P.S. I looked at 1st page of this coin and created in roaming/Aircoin folder file with name aircoin.conf and put there what is on 1st page (with my name and password), then I am stumbled as I don't know what it means to start cgminer with --scrypt ....
(If Carbonshark comes back to life I would gladly join back again with my ATI R290)

Thank you.


http://air.pitythepool.com is still up and running, I have had one of my little Gridseeds running there for weeks now. 
alexminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
June 16, 2014, 05:25:39 PM
 #2093

Thank you, just hoped in in pitythepool, so far looks good.
Again, thank you for your help.
Sprite160
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile
June 17, 2014, 01:56:18 PM
 #2094

Carbonshark pool is down. I like it but seems the guy who runs it is not interested anymore.How to solo mine AIR? Never did it.
Normally I have config.conf file for every coin that I mine, so I just rename configDoge.conf -> config.conf and double click cgminer.exe and it would mine Doge and so on
for all coins that I have, but I never solomined. Anyone cares how to do it?
P.S. I looked at 1st page of this coin and created in roaming/Aircoin folder file with name aircoin.conf and put there what is on 1st page (with my name and password), then I am stumbled as I don't know what it means to start cgminer with --scrypt ....
(If Carbonshark comes back to life I would gladly join back again with my ATI R290)

Thank you.


Hello from the guy who runs it..My sincerest apologies, I had done an update to MPOS pool software that broke the outgoing mail sent from the pool server. After much searching, it seems that the directory locations have changed slightly. I have fixed the issue, and the outgoing mail is functioning fine now. pitythepool has an outstanding pool operator as well. I am still running air.carbonshark.com

Sprite160
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile
June 17, 2014, 03:20:03 PM
 #2095

www.diggerpool.com also has AIR. It is a NOMP based pool, and as such, you mine directly to your wallet or to your exchange wallet. The coins are paid out as soon as the block is confirmed by the blockchain. You do not need to register to use this pool.

Sprite160
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile
June 17, 2014, 08:54:40 PM
 #2096

I threw 90Mh/s at AIR just to see what happens..

Juicemixer
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
June 17, 2014, 09:17:39 PM
Last edit: June 17, 2014, 10:00:02 PM by Juicemixer
 #2097

So that's you I see on carbonshark with that much hashrate. I'm liking the 20 seconds per block but it's going to be rough once you take that miner off.
Sprite160
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile
June 17, 2014, 09:30:11 PM
Last edit: June 17, 2014, 09:46:18 PM by Sprite160
 #2098

I'm just trying to stress the server, and the wallet. Do you think
i should let it run for a while, or pull it off?


1 Hour should be enough on carbonshark. Lots of block though.

Juicemixer
Member
**
Offline Offline

Activity: 82
Merit: 10


View Profile
June 17, 2014, 09:58:37 PM
 #2099

Oh I'm all for letting run since I mine on the pool. Not sure how everyone else will feel though. Speaking of, do you think the devs know or even care that people still mine this coin?
Sprite160
Sr. Member
****
Offline Offline

Activity: 281
Merit: 250


View Profile
June 17, 2014, 10:08:53 PM
 #2100

I think the devs may have moved on. I'm sure one of the new coins that is being pumped and dumped was created by this "team"

Pages: « 1 ... 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 [105] 106 107 108 109 110 111 »
  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!