Pages:
Author

Topic: [ANN] AIRcoin - page 86. (Read 137265 times)

member
Activity: 189
Merit: 10
March 06, 2014, 10:06:53 AM
When Exchange will available Huh
newbie
Activity: 56
Merit: 0
March 06, 2014, 09:12:36 AM
okaypool stuck? don't see blocks for almost an hour... Mining and getting 0 coins.

edit: wtf i see a block now. Mined 40 mins for nothing?

There's a thing called mining-luck...  Cool
hero member
Activity: 602
Merit: 500
March 06, 2014, 09:02:19 AM
okaypool stuck? don't see blocks for almost an hour... Mining and getting 0 coins.

edit: wtf i see a block now. Mined 40 mins for nothing?
legendary
Activity: 1274
Merit: 1050
March 06, 2014, 08:34:12 AM
WTB AIR at 0.001 BTC rate. Please PM me

That's a bit on the low side. It's going to launch at .002 if you can trust in the price manipulation skills of the AIA Cheesy

I mined quite a bit, willing to sell some for the right price. PM me !
hero member
Activity: 821
Merit: 1000
March 06, 2014, 08:08:27 AM
I have put a request to CoinSwap to add this so that people can trade this safely with escrow.

EDIT : https://coin-swap.net/newcoin - Listed now, pending vote to get added.
full member
Activity: 126
Merit: 100
March 06, 2014, 07:55:54 AM
WTB AIR at 0.001 BTC rate. Please PM me
legendary
Activity: 1372
Merit: 1005
DASH is the future of crypto payments!
March 06, 2014, 07:51:52 AM
WTS 100 AIR for 0.2 BTC. Rate: 0.002 BTC per AIR.

ME TOO.

100AIR @ 0.002 THE REST AIR IS IN REST IN WALLET W8ING THE EXCHANGE AND HIGHER RATE...
member
Activity: 96
Merit: 10
March 06, 2014, 07:44:04 AM
WTS 100 AIR for 0.2 BTC. Rate: 0.002 BTC per AIR.
hero member
Activity: 772
Merit: 500
March 06, 2014, 07:03:35 AM
I have check my fire wall and config file but still i can not sync my wallet, have to try other nodes and find great pool to mine ^_^
hero member
Activity: 532
Merit: 500
March 06, 2014, 04:32:24 AM

AIRcoin.conf
Code:
listen=1
daemon=1
server=1
rpcuser=user*
rpcpassword=pass**
rpcport=1630
port=1631
rpcconnect=localhost
gen=0
testnet=0
addnode=107.170.20.200
addnode=188.226.182.21


Stratum mining config.py
Code:
CENTRAL_WALLET = 'ADDRESS'                # Local coin address where money goes

COINDAEMON_TRUSTED_HOST = 'localhost'
COINDAEMON_TRUSTED_PORT = 1630
COINDAEMON_TRUSTED_USER = 'AIRcoinrpc'
COINDAEMON_TRUSTED_PASSWORD = 'PASSWORD'

# Coin algorithm is the option used to determine the algorithm used by stratum
# This currently works with POW and POS coins
# The available options are:
# scrypt, sha256d, scrypt-jane, skeinhash, and quark
# If the option does not meet either of these criteria stratum defaults to scrypt
# For Coins which support TX Messages please enter yes in the TX selection
COINDAEMON_ALGO = 'scrypt'
COINDAEMON_TX = 'no'

# ******************** BASIC SETTINGS ***************
# Backup Coin Daemon address's (consider having at least 1 backup)
# You can have up to 99

#COINDAEMON_TRUSTED_HOST_1 = 'localhost'
#COINDAEMON_TRUSTED_PORT_1 = 8332
#COINDAEMON_TRUSTED_USER_1 = 'user'
#COINDAEMON_TRUSTED_PASSWORD_1 = 'somepassword'

#COINDAEMON_TRUSTED_HOST_2 = 'localhost'
#COINDAEMON_TRUSTED_PORT_2 = 8332
#COINDAEMON_TRUSTED_USER_2 = 'user'
#COINDAEMON_TRUSTED_PASSWORD_2 = 'somepassword'

# ******************** GENERAL SETTINGS ***************
# Set process name of twistd, much more comfortable if you run multiple processes on one machine
STRATUM_MINING_PROCESS_NAME= 'twistd-stratum-mining'


I am guessing you did this intentionally in your post, but the RPC user and pass you have specified in AIRcoin.conf do not match what you have in config.py for your stratum server.

You are also missing the wallet address in config.py (maybe that was also intentional, although it is safe to post that on a forum)

Also, try using your actual IP address for rpcconnnect line in your AIRcoin.conf (or, just remove that line completely), and also in your config.py for stratum.  Not sure why, but I have found some coins just don't like using 127.0.0.1 or localhost.

You are also missing rpcallowip in your AIRcoin.conf, should look something like this:

Code:
listen=1
daemon=1
server=1
rpcuser=AIRcoinuser
rpcpassword=somethingreallylongandrandom
rpcallowip=your.stratum.server.ipaddress
rpcport=1630
port=1631
addnode=107.170.20.200
addnode=188.226.182.21
newbie
Activity: 30
Merit: 0
March 06, 2014, 02:32:39 AM
Devs, what made you pick regular scrypt over scrypt-n or scrypt-jane? I know you've thought heavily about the future roadmap of this coin, but wouldn't being ASIC-resistant be a plus?
totally agree
hero member
Activity: 750
Merit: 500
March 06, 2014, 01:56:18 AM
restart stratum after making that last edit

also have you allowed the port through your firewall?

Code:
ufw allow 3333

Thank you!!!!! a server reboot worked like a charm & it is working now!   Grin Grin Grin Grin

awesome Cheesy

Just added a new card to my rig. Gotta get dat air before it hits an exchange and diff rises.
hero member
Activity: 750
Merit: 500
March 06, 2014, 01:41:16 AM
restart stratum after making that last edit

also have you allowed the port through your firewall?

Code:
ufw allow 3333
hero member
Activity: 750
Merit: 500
March 06, 2014, 01:19:30 AM
I'm trying to setup stratum-mining, but when testing I can't seem to connect to the pool at all

help please!

Thanks!

I assume airpool.org is a new pool you are trying to setup

it appears the stratum server is running on airpool.org port 3333, I think using minerd is your problem.  I don't believe minerd works with scrypt, pretty sure it is only for quark-based coins.

**EDIT** - I see post above -- your stratum server is running, if it is not serving work it means your wallet configuration is incorrect, wallet is not running or wallet is not yet fully synchronized with the network

Did you make the following change?

One final edit should be to edit: /usr/local/lib/python2.7/dist-packages/stratum-0.2.13-py2.7.egg/stratum/websocket_transport.py

Change:

from autobahn.websocket import WebSocketServerProtocol, WebSocketServerFactory
To:

from autobahn.twisted.websocket import WebSocketServerProtocol, WebSocketServerFactory
Now everything is setup and we should be able to test things.
full member
Activity: 160
Merit: 100
March 06, 2014, 01:07:11 AM
Devs, what made you pick regular scrypt over scrypt-n or scrypt-jane? I know you've thought heavily about the future roadmap of this coin, but wouldn't being ASIC-resistant be a plus?
hero member
Activity: 532
Merit: 500
March 06, 2014, 12:42:29 AM
I'm trying to setup stratum-mining, but when testing I can't seem to connect to the pool at all

help please!

Thanks!

I assume airpool.org is a new pool you are trying to setup

it appears the stratum server is running on airpool.org port 3333, I think using minerd is your problem.  I don't believe minerd works with scrypt, pretty sure it is only for quark-based coins.

**EDIT** - I see post above -- your stratum server is running, if it is not serving work it means your wallet configuration is incorrect, wallet is not running or wallet is not yet fully synchronized with the network
sr. member
Activity: 281
Merit: 250
March 06, 2014, 12:27:51 AM
I'm trying to setup stratum-mining, but when testing I can't seem to connect to the pool at all




help please!

Thanks!

Are you trying to setup your own stratum server, or just connect to stratum?


1% Mining Fee, PPLNS, VARDIFF

We need more miners in this pool

No Withdraw Fees

Come on in and join the mining. This coin is on it's way!!

newbie
Activity: 14
Merit: 0
March 06, 2014, 12:26:29 AM
Look another coin!!
sr. member
Activity: 281
Merit: 250
March 06, 2014, 12:26:16 AM
I'm trying to setup stratum-mining, but when testing I can't seem to connect to the pool at all




help please!

Thanks!

Where did you download the miner?
sr. member
Activity: 281
Merit: 250
March 06, 2014, 12:24:03 AM
Quick question to miners.. Do you prefer Proportional or PPLNS payout system in a pool, and why? We are willing to listen to miners when it comes to our pool.air.carbonshark.com

PPLNS

means the 24hr miners /people who stick to the pool get better payouts haha

One vote PPLNS



1% Mining Fee, PPLNS, VARDIFF

We need more miners in this pool

No Withdraw Fees

Come on in and join the mining. This coin is on it's way!!

Pages:
Jump to: