Bitcoin Forum

Alternate cryptocurrencies => Announcements (Altcoins) => Topic started by: albatroscoin on April 27, 2015, 08:22:58 PM



Title: Closed
Post by: albatroscoin on April 27, 2015, 08:22:58 PM
CLOSED. NO POOLS.


Title: Re: [ANN
Post by: Shadow_Runner on April 27, 2015, 08:23:17 PM


{
"blocks" : 25,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00108593,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 0,
"netmhashps" : 0.00121081,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 4000000,
"testnet" : false
}


Title: Re: [ANN
Post by: Quantify on April 27, 2015, 08:23:48 PM
super awesome thread title .. I'm in attention to details is top notch   ::)

Q


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 27, 2015, 08:23:53 PM
lol :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: scorpio18 on April 27, 2015, 08:25:45 PM
SOURCE:
ms40/sf60



What  ;D


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: entertainment on April 27, 2015, 08:26:18 PM


{
"blocks" : 25,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 0.00108593,
"proof-of-stake" : 0.00024414,
"search-interval" : 0
},
"blockvalue" : 0,
"netmhashps" : 0.00121081,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 4000000,
"testnet" : false
}


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Shadow_Runner on April 27, 2015, 08:26:53 PM
WARNING! Latest ccminer crashes with NIST5.
Previous version works.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Digital_Currency_LTD on April 27, 2015, 08:26:59 PM
Fuck too much coin today...


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: minerpools on April 27, 2015, 08:27:14 PM
Shitty ninja day it seems


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ntfl on April 27, 2015, 08:27:29 PM

https://github.com/ms40/sf60   ::)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 27, 2015, 08:27:44 PM
Source would be cool for a Ninja.. Shadow had enough coins today already...


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: andrealandia on April 27, 2015, 08:31:33 PM
lol love ninjacoin
Pool not available?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Shadow_Runner on April 27, 2015, 08:32:45 PM
lol love ninjacoin
Pool not available?


Look at specs, no need to hurry with pool.  ;)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: proletariat on April 27, 2015, 08:33:06 PM
Netbits and this one have 1.9% premine??? both launched within minutes of each other  ::) ::) ::) ::)

https://i.imgur.com/xY4Dgcf.jpg


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 27, 2015, 08:33:24 PM
Got one up:

https://atr.suprnova.cc

have fun :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: scorpio18 on April 27, 2015, 08:35:21 PM
https://atr.coin-miners.info/ is up and running


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: gdavis024 on April 27, 2015, 08:37:42 PM
This coin looks like a hole in one  or rather double eagle ;D

https://i.imgur.com/DGBzkeC.gif


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: bathrobehero on April 27, 2015, 08:38:45 PM
Block <= 999 = 0
Block >= 1000 = 10
Block >= 5000 = 200
Block >= 10000 = 500
Block >= 12000 =100

 :o :o :o


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: scorpio18 on April 27, 2015, 08:40:07 PM
Block <= 999 = 0
Block >= 1000 = 10
Block >= 5000 = 200
Block >= 10000 = 500
Block >= 12000 =100

 :o :o :o


To many blocks with 0 rewards , not nice


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: bathrobehero on April 27, 2015, 08:41:59 PM
Block <= 999 = 0
Block >= 1000 = 10
Block >= 5000 = 200
Block >= 10000 = 500
Block >= 12000 =100

 :o :o :o


To many blocks with 0 rewards , not nice

About 16 hours worth. Then another 16 hours with very low reward. I'm curious how this will work out though.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: **D!ABLO** on April 27, 2015, 08:43:14 PM
First 999 blocks 0 reward. Form a queue please.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 27, 2015, 08:43:57 PM
Whoa where is all that nist5 hash coming from suddenly ? :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: scorpio18 on April 27, 2015, 08:45:44 PM
Code:
    int64_t nSubsidy = 0 * COIN;

    if (pindexBest->nHeight < 10) { nSubsidy = 2400 * COIN; }
    if (pindexBest->nHeight >= 10) { nSubsidy = 0 * COIN; }
    if (pindexBest->nHeight >= 1000) { nSubsidy = 10 * COIN; }
    if (pindexBest->nHeight >= 5000) { nSubsidy = 200 * COIN; }
    if (pindexBest->nHeight >= 10000) { nSubsidy = 500 * COIN; }
    if (pindexBest->nHeight >= 12000) { nSubsidy = 100 * COIN; }

So he premine 24000 coins and made 1k blocks with 0 rewards for what  ???


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ozgr on April 27, 2015, 08:46:10 PM
free mining?
no thanks  ;D


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Litecoinkid on April 27, 2015, 08:46:40 PM
What to mine,lot of coins launched today,decisions :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Shadow_Runner on April 27, 2015, 08:48:09 PM
https://www.youtube.com/watch?v=Bznxx12Ptl0


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 27, 2015, 08:49:34 PM
https://www.youtube.com/watch?v=Bznxx12Ptl0

https://www.youtube.com/watch?v=d2z-VFSY86M


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Shadow_Runner on April 27, 2015, 08:52:41 PM
https://www.youtube.com/watch?v=d2z-VFSY86M

https://www.youtube.com/watch?v=3aAtFrWft2k

 :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 27, 2015, 08:53:42 PM
https://www.youtube.com/watch?v=d2z-VFSY86M

https://www.youtube.com/watch?v=3aAtFrWft2k

 :)

https://www.youtube.com/watch?v=tntOCGkgt98

 ;D


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Mrriddick on April 27, 2015, 08:56:01 PM
Somebody knows some coin in this algo to mine  ???


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: cryptoangel on April 27, 2015, 09:08:13 PM
Why do people mine for 0 reward ?.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: gdavis024 on April 27, 2015, 09:09:51 PM
Why do people mine for 0 reward ?.

1. out of the kindness of their hearts

2. make POW 0 reward blocks go by faster


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: cryptoangel on April 27, 2015, 09:11:22 PM
Why do people mine for 0 reward ?.

1. out of the kindness of their hearts

2. make POW 0 reward blocks go by faster

1000 blocks tho :/

Nist5 runs hotter and crashes my system randomly.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: gdavis024 on April 27, 2015, 09:15:07 PM
Why do people mine for 0 reward ?.

1. out of the kindness of their hearts

2. make POW 0 reward blocks go by faster

1000 blocks tho :/

Nist5 runs hotter and crashes my system randomly.

LOL i never said i was mining it now  ;D


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: seedooroff on April 28, 2015, 09:59:14 PM
Dev, when you're ready roadmap?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: scorpio18 on April 29, 2015, 11:46:27 AM
Dev pls remove my coinminers pool from the op , i will shutdown the pool


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ciocgun on April 29, 2015, 12:44:30 PM
https://www.youtube.com/watch?v=Bznxx12Ptl0

Maybe they could call this coin ANTI-Shadow_Runner :D

5000 unuseful block are too much, i'm out


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: insanetackle on April 29, 2015, 11:02:37 PM
Dev any updates?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 29, 2015, 11:06:48 PM
i'd like to donate a great logo to this coin because i like albatross:




Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: insanetackle on April 30, 2015, 01:37:18 AM
wallet out of sync ... super nova down?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: adidas on April 30, 2015, 01:59:45 AM
Where can i rent NIST5?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: JuanHungLo on April 30, 2015, 02:13:55 AM
Where can i rent NIST5?

Please share your NIST5 config for HD 5770.  I know, it's lame...But in my mind, I'm 1337.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Neosaan on April 30, 2015, 02:43:26 AM
exchange of coins planned?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 03:58:53 AM
Where can i rent NIST5?

Please share your NIST5 config for HD 5770.  I know, it's lame...But in my mind, I'm 1337.

this can be the config

Code:
{
"pools" :

[
        {
               "url"  : "http://localhost:20701",
               "user" : "USER",
               "pass" : "PASS"
        }




],

"intensity" : "18",
"gpu-engine" : "0-750",
"gpu-memclock" : "0-350",
"thread-concurrency" : "0",
"lookup-gap" : "2",
"shaders" : "0",
"gpu-fan" : "50-100",
"auto-fan" : true,
"gpu-memdiff" : "0",
"gpu-powertune" : "20",
"gpu-vddc" : "0.000",
"temp-cutoff" : "95",
"temp-overheat" : "85",
"temp-target" : "65",
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "28",
"failover-only" : true,
"failover-switch-delay" : "10",
"gpu-dyninterval" : "7",
"gpu-platform" : "0",
"log" : "5",
"no-pool-disable" : true,
"no-client-reconnect" : true,
"queue" : "2",
"scan-time" : "3",
"tcp-keepalive" : "30",
"temp-hysteresis" : "3",
"shares" : "0",
"no-submit-stale" : true,
"submit-stale" : "false",
"kernel" : "nist5",
"kernel-path" : "/usr/local/bin"
}


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 30, 2015, 04:02:47 AM
My daemon is stuck at 100% cpu currently..  I will try to resync and get the pool back online


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 04:07:24 AM
My daemon is stuck at 100% cpu currently..  I will try to resync and get the pool back online
Great. i am mining, lost almost 6 hours of rental.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Atomicat on April 30, 2015, 04:39:40 AM
Solo-mining fine and the blocks are flying.  Nist5 runs cool for me, under 50C at I-18.  Use the Sgminer 5.1.1.  Now looking for optimal config.

Wallet keeps dropping it's single connection!  Dev, need more nodes!!


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Atomicat on April 30, 2015, 05:23:07 AM
Solo-mining fine and the blocks are flying.  Nist5 runs cool for me, under 50C at I-18.  Use the Sgminer 5.1.1.  Now looking for optimal config.

Wallet keeps dropping it's single connection!  Dev, need more nodes!!


Edit:  Okay!  Two nodes now.  This look ok to everyone?

{
"blocks" : 2888,
"currentblocksize" : 1000,
"currentblocktx" : 0,
"difficulty" : {
"proof-of-work" : 1.09337983,
"proof-of-stake" : 0.00024414,
"search-interval" : 1
},
"blockvalue" : 1000000000,
"netmhashps" : 76.98410810,
"netstakeweight" : 0.00000000,
"errors" : "",
"pooledtx" : 0,
"stakeweight" : {
"minimum" : 0,
"maximum" : 0,
"combined" : 0
},
"stakeinterest" : 4000000,
"testnet" : false
}


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: albatroscoin on April 30, 2015, 07:12:10 AM
coinminers has been removed from op.
No pools available right now.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 08:18:30 AM
Yes, we need a pool


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: albatroscoin on April 30, 2015, 09:01:21 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 30, 2015, 09:13:05 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.

The pool is up, there is just noone hashing there anymore...


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: newstb on April 30, 2015, 09:13:46 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.

No. Please don't do that.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 09:20:47 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.

The pool is up, there is just noone hashing there anymore...

I can confirm, pool works now i recieved my coins from pool, but i lost 8 -9 hours hashing of rented rig, anyone takes responsibility ?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: newstb on April 30, 2015, 09:21:08 AM
Please join #albatroscoin @freenode


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on April 30, 2015, 09:31:28 AM
try

stratum+tcp://79.248.220.138:6511
Username = your Wallet
Password=x


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 30, 2015, 09:32:44 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.

The pool is up, there is just noone hashing there anymore...

I can confirm, pool works now i recieved my coins from pool, but i lost 8 -9 hours hashing of rented rig, anyone takes responsibility ?

Where did you rent the rig ? MRR ? How much was it, I can point my rig for a few hours to the pool so it should compensate


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 09:40:39 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.

The pool is up, there is just noone hashing there anymore...

I can confirm, pool works now i recieved my coins from pool, but i lost 8 -9 hours hashing of rented rig, anyone takes responsibility ?

Where did you rent the rig ? MRR ? How much was it, I can point my rig for a few hours to the pool so it should compensate
Yes from MRR. it costs 0.0120265 for 12h - hashrate: ~ 70 MH/s


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on April 30, 2015, 09:45:24 AM
Suprnova will be removed within 30 minutes if they don't fix the issue.

Chain is working good.

The pool is up, there is just noone hashing there anymore...

I can confirm, pool works now i recieved my coins from pool, but i lost 8 -9 hours hashing of rented rig, anyone takes responsibility ?

Where did you rent the rig ? MRR ? How much was it, I can point my rig for a few hours to the pool so it should compensate
Yes from MRR. it costs 0.0120265 for 12h - hashrate: ~ 70 MH/s

PM ;)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 09:53:00 AM
Good, thanks, i am renting again!


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 09:54:46 AM
Shit NO NIST5 mining rigs for rent at MRR


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on April 30, 2015, 10:11:54 AM
Shit NO NIST5 mining rigs for rent at MRR


i could lease the rig to you :-)
double the Price 0.024 for 12 hours


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 10:44:50 AM
Shit NO NIST5 mining rigs for rent at MRR


i could lease the rig to you :-)
double the Price 0.024 for 12 hours
Add it to MRR


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on April 30, 2015, 10:48:40 AM
never try it to lease the rigs which i rent at mrr . i will take a look


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on April 30, 2015, 10:51:15 AM
and dont Forget to Setup a backup pool on your rig :-)

stratum+tcp://79.248.220.138:6511
Username = your Wallet
Password=x


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on April 30, 2015, 11:21:45 AM
Shit NO NIST5 mining rigs for rent at MRR


i could lease the rig to you :-)
double the Price 0.024 for 12 hours
Add it to MRR

sry doesnt work


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 11:48:37 AM
Made a simple webiste for Albatroscoin

LINK to website or click on image (http://199.168.188.178/~albatroscoin/)

https://i.imgur.com/3954EYE.png (http://199.168.188.178/~albatroscoin/)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on April 30, 2015, 12:20:14 PM
when did pos start ? on which block ?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 12:54:17 PM
Just rented 80MH again


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Starin on April 30, 2015, 12:57:04 PM
I am mining this just for fun. Network hashrate is so low. Maybe people are waiting for the big reward blocks.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 01:14:32 PM
Yes, they are waiting for big blocks, seems that no one wants to mine low blocks which is normal, but not very logical. Miner can earn more coins on low blocks low diff, then on high block reward high diff. At least i am doing that. We will see how it will turn.
I am fun of coins like this, not so fameous, good algo, low diff, no fancy stuff, ect.
I become fun of coins like this a year ago, when TORcoin was launched. Nobody mined, but i did for 3-4 days. After pow, TOR went straight to Mintpal, and i made good profit of 1 BTC. low diff is fun for mining. I will not be concurent on high diff, and i believe it's coming after block 5000


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on April 30, 2015, 06:02:36 PM


Current Block 3614
1386 block remaining until big block reward, less then 24h


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: HashStatz on April 30, 2015, 08:24:18 PM
If anyone is looking for some hash power i just put 138Mh/s up on MRR


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Atomicat on April 30, 2015, 11:45:23 PM
Crazy.  Can't find another Nist5 coin for a backup pool! 


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on May 01, 2015, 12:56:28 AM
Yes, this is the only Nist5 coin currently


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Blame It On My ADD on May 01, 2015, 01:10:50 AM
Looks cool renting some miners now. Love a ninja!


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Atomicat on May 01, 2015, 03:47:08 AM
Yes, they are waiting for big blocks, seems that no one wants to mine low blocks which is normal, but not very logical. Miner can earn more coins on low blocks low diff, then on high block reward high diff. At least i am doing that. We will see how it will turn.
I am fun of coins like this, not so fameous, good algo, low diff, no fancy stuff, ect.
I become fun of coins like this a year ago, when TORcoin was launched. Nobody mined, but i did for 3-4 days. After pow, TOR went straight to Mintpal, and i made good profit of 1 BTC. low diff is fun for mining. I will not be concurent on high diff, and i believe it's coming after block 5000

I mined more ATR by jumping on it and going solo with my R9-290 than I have by renting a 90Mh/s rig for six hours.  It was rolling in fine, and then I decided I just HAD to add this 7950 that I'd been re-doing the fans on.  Unfortunately this POS motherboard decided to act up and I missed a few hours of low low difficulty mining.  I was getting 10 Mh/s which unfortunately less than a percent of the network now.  Feels great though doesn't it. 


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on May 01, 2015, 05:04:36 PM
Albatroscoin
Net Hashrate 5,000 MH/s Big block reward
Diff 50


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: seedooroff on May 01, 2015, 05:17:55 PM
Selling. Write suggestions here .


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: SDFG on May 01, 2015, 06:09:56 PM
Yes, it's time to go to the exchange :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Starin on May 01, 2015, 06:18:05 PM
Send messages to c-cex and YoBit. :)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on May 01, 2015, 06:26:58 PM
send some request to get listed on the voting page

http://www.coin.cologne/ML21KFC2.jpg (https://www.cryptopia.co.nz/Register?referrer=Tillkoeln)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: gambadamba on May 01, 2015, 07:15:04 PM
Send messages to btc-e  ;D
sell 500,000,0 atr


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: nikos64 on May 01, 2015, 07:49:53 PM
Send messages to btc-e  ;D
sell 500,000,0 atr
There are 80,000 ATR in circulation at the moment  ::)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: xinbinbin on May 01, 2015, 08:19:27 PM
I will sell some of the ATR, to PM


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Starin on May 01, 2015, 08:41:43 PM
I am still mining incase dev shows up. :P


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on May 02, 2015, 07:27:17 AM
I am still mining incase dev shows up. :P
Me too. It's nice inocent coin to mine. It's fun getting some blocks


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Starin on May 02, 2015, 08:26:13 AM
An exchange would be nice.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on May 02, 2015, 08:37:43 AM
An exchange would be nice.
Retweet:
https://twitter.com/cryptologo/status/594419491968294912
https://twitter.com/cryptologo/status/594419453095456768
https://twitter.com/cryptologo/status/594419413476048897
https://twitter.com/cryptologo/status/594419341820567552


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on May 02, 2015, 09:07:34 AM
Dev still alive?


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: qwep1 on May 02, 2015, 09:09:30 AM
Dev still alive?
no dev no coin = dead coin  ;D


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on May 02, 2015, 10:56:22 AM
There is way too much mining ahead. There is time for everything.
we are on block 6,052, and seems that there is same amount of blocks with big reward ahead for mining.

Structure:

Block <= 999 = 0
Block >= 1000 = 10
Block >= 5000 = 200
Block >= 10000 = 500
Block >= 12000 =100


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Taiga on May 02, 2015, 01:43:15 PM
wallet no synchronization


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: SDFG on May 02, 2015, 02:16:03 PM
Addnode:(Albatroscoin.conf):
rpcuser=youruser
rpcpassword=yourpassword
addnode=52.11.25.252
rpcport=20701
port=20703


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: gambadamba on May 02, 2015, 03:16:04 PM

Albatross crap  :D ;D :D
he drinks until 10 may vodka :P :P :P


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: Starin on May 02, 2015, 03:43:28 PM

Lol, feel free to destroy the coins I mined than oc. :P


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: qwep1 on May 02, 2015, 08:20:09 PM

Lol, feel free to destroy the coins I mined than oc. :P
at the moment I see no developer about 72 hours which I conclude that the coin is dead Last Active:    April 30, 2015, 11:50:34 AM


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: logocreator on May 02, 2015, 08:41:12 PM
So why he launched the coin in the first place ? He has just 3 posts.
He launched with hope that we will push the Albatros to the moon, and he just want to dump those 2% ?
Heh, good hope he has.


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: ocminer on May 03, 2015, 11:32:01 AM
Since the dev seems to be gone and poolslots are getting rare those days due to all the launches, i am going to close the pool within 48 hours.

Please stop mining ans withdraw all your coins from suprnova.

Thanks!


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: jelt14 on May 03, 2015, 01:02:16 PM
another waste of electric  ::)


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: qwep1 on May 03, 2015, 01:40:17 PM
another waste of electric  ::)
yep


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: LTCMAXMYR on May 03, 2015, 03:15:45 PM
still mining, if no dev response tomorrow ,i will change to other coins


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: TillKoeln on May 03, 2015, 03:50:16 PM
Since the dev seems to be gone and poolslots are getting rare those days due to all the launches, i am going to close the pool within 48 hours.

Please stop mining ans withdraw all your coins from suprnova.

Thanks!


hmmm the block reward increased by 150 % in +/- 2880 Blocks
and it will take 48 Hours to mine 2880 blocks and  to reach that Point,
seems to be the best way to maximize his own wallet ^^
and come on guys.... CoinCreater was the Dev. dont know why u
start talking bullshit.
all the fresh released abandom coins got the same Kind/art of how he
design the logos , they Looks like he spend some time into create 10 logos in one way...

some self info from some other mysterious 3 post`s coin Dev.

" and well-trained individuals, specializing in software engineering,
website development, and graphic design  "

..
just my 2 cents


and trust me ...  he allright make me 3 times an offer to create a logo for me .
and his Prices arent so low that random xyz dev. pay him and never log in a second time


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: qwep1 on May 03, 2015, 04:20:49 PM
Since the dev seems to be gone and poolslots are getting rare those days due to all the launches, i am going to close the pool within 48 hours.

Please stop mining ans withdraw all your coins from suprnova.

Thanks!


hmmm the block reward increased by 150 % in +/- 2880 Blocks
and it will take 48 Hours to mine 2880 blocks and  to reach that Point,
seems to be the best way to maximize his own wallet ^^
and come on guys.... CoinCreater was the Dev. dont know why u
start talking bullshit.
all the fresh released abandom coins got the same Kind/art of how he
design the logos , they Looks like he spend some time into create 10 logos in one way...

some self info from some other mysterious 3 post`s coin Dev.

" and well-trained individuals, specializing in software engineering,
website development, and graphic design  "

..
just my 2 cents


and trust me ...  he allright make me 3 times an offer to create a logo for me .
and his Prices arent so low that random xyz dev. pay him and never log in a second time

I think that the coin is dead, there is no developer coin dies


Title: Re: [ANN] ALBATROSCOIN Ninja!!!
Post by: seedooroff on May 04, 2015, 04:51:54 AM
Maybe someone wants to take the right developer in his own hands? I think that miners chip coins.