Bitcoin Forum
April 27, 2024, 10:34:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 »
  Print  
Author Topic: [ANN] [AXR] Project Axron - POW has ended, Full POS has kicked in. Happy Staking  (Read 98686 times)
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
August 23, 2014, 11:42:31 PM
 #601

2 million total coins is very little, it will push price up, also algorithm makes sense your GPU hardware will last longer although with POS never mind.. actually.. algos with POW/POS how much it matters anymore.. not much really.. never mind

Cool
1714257258
Hero Member
*
Offline Offline

Posts: 1714257258

View Profile Personal Message (Offline)

Ignore
1714257258
Reply with quote  #2

1714257258
Report to moderator
There are several different types of Bitcoin clients. The most secure are full nodes like Bitcoin Core, but full nodes are more resource-heavy, and they must do a lengthy initial syncing process. As a result, lightweight clients with somewhat less security are commonly used.
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1714257258
Hero Member
*
Offline Offline

Posts: 1714257258

View Profile Personal Message (Offline)

Ignore
1714257258
Reply with quote  #2

1714257258
Report to moderator
iSEETHEFUTURE
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 23, 2014, 11:43:57 PM
 #602

code doesnt lie.


   if(pindexBest->nHeight < 1)
    {
        nSubsidy = 1000 * COIN; // 1000 AXR PREMINE
    }
      else if(pindexBest->nHeight < LAST_FAIR_LAUNCH_BLOCK)
    {
      nSubsidy = 0 * COIN; // No reward block to prevent an instamine
    }
      else if(pindexBest->nHeight < LAST_POW_BLOCK)
    {
      nSubsidy = 150 * COIN;
    }




First block was 0.05% Premine or 1000 AXR
2-100 0 AXR
101-12000 100 AXR

Price and demand went up even more,lol  looks like the opposite of what they wanted to happen! lol

I believe this coin has a better future then all the ipo/ico scams!
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
August 23, 2014, 11:47:42 PM
 #603

code doesnt lie.


   if(pindexBest->nHeight < 1)
    {
        nSubsidy = 1000 * COIN; // 1000 AXR PREMINE
    }
      else if(pindexBest->nHeight < LAST_FAIR_LAUNCH_BLOCK)
    {
      nSubsidy = 0 * COIN; // No reward block to prevent an instamine
    }
      else if(pindexBest->nHeight < LAST_POW_BLOCK)
    {
      nSubsidy = 150 * COIN;
    }




First block was 0.05% Premine or 1000 AXR
2-100 0 AXR
101-12000 100 AXR

Price and demand went up even more,lol  looks like the opposite of what they wanted to happen! lol

I believe this coin has a better future then all the ipo/ico scams!

1000 AXR is nothing!  I see dude swallowing 8,563.753 AXR a day at the moment.. unfortunately he will with 99.99% certainty sell on short notice its what they do... 1 GHS Fresh algo rental aint cheap.. so watch for sudden price dump.. Nostradamus has spoken
iSEETHEFUTURE
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 23, 2014, 11:53:07 PM
 #604

I've started working on a little site where you can buy giftcards with AXR & BTC.

Amazon
Google Play
iTunes
Mailed Prepaid Visa
& Many More!
q327K091
Legendary
*
Offline Offline

Activity: 1792
Merit: 1010


View Profile
August 24, 2014, 12:14:59 AM
 #605

I've started working on a little site where you can buy giftcards with AXR & BTC.

Amazon
Google Play
iTunes
Mailed Prepaid Visa
& Many More!

btw, and I hate to cross post but an exception here, looking at above, and not saying immediate , but do look into "asset backed crypto" idea example is SYNC , but unfortunately they got someone that provided assets for them! this action made that coin very very valuable.. its an interesting idea but hard to execute,.. just thinking out loud.. I like "white label" coins you are one of those...

above is great too and adds to real value and will pay off
Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 12:30:11 AM
 #606

code doesnt lie.


   if(pindexBest->nHeight < 1)
    {
        nSubsidy = 1000 * COIN; // 1000 AXR PREMINE
    }
      else if(pindexBest->nHeight < LAST_FAIR_LAUNCH_BLOCK)
    {
      nSubsidy = 0 * COIN; // No reward block to prevent an instamine
    }
      else if(pindexBest->nHeight < LAST_POW_BLOCK)
    {
      nSubsidy = 150 * COIN;
    }




First block was 0.05% Premine or 1000 AXR
2-100 0 AXR
101-12000 100 AXR

Price and demand went up even more,lol  looks like the opposite of what they wanted to happen! lol

I believe this coin has a better future then all the ipo/ico scams!

1000 AXR is nothing!  I see dude swallowing 8,563.753 AXR a day at the moment.. unfortunately he will with 99.99% certainty sell on short notice its what they do... 1 GHS Fresh algo rental aint cheap.. so watch for sudden price dump.. Nostradamus has spoken

Premine was very small, insignificant. I had to turn down several interesting bounties due to the lack of AXR to give out. I am happy with the progress of the coin so far. I will be adding new features to continue making of this coin something time-worthy for everyone. I have received several private messages offering help, that speaks very well about the community.
bitcad4u
Sr. Member
****
Offline Offline

Activity: 602
Merit: 255


View Profile
August 24, 2014, 01:07:26 AM
 #607

code doesnt lie.


   if(pindexBest->nHeight < 1)
    {
        nSubsidy = 1000 * COIN; // 1000 AXR PREMINE
    }
      else if(pindexBest->nHeight < LAST_FAIR_LAUNCH_BLOCK)
    {
      nSubsidy = 0 * COIN; // No reward block to prevent an instamine
    }
      else if(pindexBest->nHeight < LAST_POW_BLOCK)
    {
      nSubsidy = 150 * COIN;
    }




First block was 0.05% Premine or 1000 AXR
2-100 0 AXR
101-12000 100 AXR

Price and demand went up even more,lol  looks like the opposite of what they wanted to happen! lol

I believe this coin has a better future then all the ipo/ico scams!

1000 AXR is nothing!  I see dude swallowing 8,563.753 AXR a day at the moment.. unfortunately he will with 99.99% certainty sell on short notice its what they do... 1 GHS Fresh algo rental aint cheap.. so watch for sudden price dump.. Nostradamus has spoken

Premine was very small, insignificant. I had to turn down several interesting bounties due to the lack of AXR to give out. I am happy with the progress of the coin so far. I will be adding new features to continue making of this coin something time-worthy for everyone. I have received several private messages offering help, that speaks very well about the community.

Dev is legit! way to go man!
Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 01:13:22 AM
 #608

I've started working on a little site where you can buy giftcards with AXR & BTC.

Amazon
Google Play
iTunes
Mailed Prepaid Visa
& Many More!

btw, and I hate to cross post but an exception here, looking at above, and not saying immediate , but do look into "asset backed crypto" idea example is SYNC , but unfortunately they got someone that provided assets for them! this action made that coin very very valuable.. its an interesting idea but hard to execute,.. just thinking out loud.. I like "white label" coins you are one of those...

above is great too and adds to real value and will pay off

Thanks. I will be posting a snapshot of the progress so far that I've made with Axron Resource Market. It is a Decentralized peer-to-peer open market / currency exchange based on Open Bazaar.
Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 02:41:18 AM
 #609

We are trading pretty decent at c-cex. We are one of the HOT coins

thefix
Legendary
*
Offline Offline

Activity: 1049
Merit: 1001



View Profile
August 24, 2014, 03:30:23 AM
 #610

We are trading pretty decent at c-cex. We are one of the HOT coins



This is just the start, you have a good community and you are doing everything correctly so far. Once people start to see new features and how dedicated you are to seeing this coin into the future It can easily be ten or more times what it is now.
hero18688
Sr. Member
****
Offline Offline

Activity: 392
Merit: 250


View Profile
August 24, 2014, 05:58:40 AM
 #611

Price and diff can not even cover the eletricity cost now.lol

Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 06:04:44 AM
 #612

This is a sneak preview of AXR MRKT, the latest feature to be added to Project Axron. I am still early into the design so any comments and/or Feedback is greatly appreciated

iSEETHEFUTURE
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 24, 2014, 06:10:09 AM
 #613

This is a sneak preview of AXR MRKT, the latest feature to be added to Project Axron. I am still early into the design so any comments and/or Feedback is greatly appreciated

https://i.imgur.com/6Zkrdsc.png

Maybe i can help you redesign the frontend!
Give it a darker design like the wallet.
Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 06:19:05 AM
 #614

This is a sneak preview of AXR MRKT, the latest feature to be added to Project Axron. I am still early into the design so any comments and/or Feedback is greatly appreciated



Maybe i can help you redesign the frontend!
Give it a darker design like the wallet.

Send me a PM and we can discuss it
lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
August 24, 2014, 06:35:04 AM
 #615

anyone think this coin will hit bittrex or mintpal?

mrBitcoinZ.com
@mrB1tc01n
iSEETHEFUTURE
Newbie
*
Offline Offline

Activity: 40
Merit: 0


View Profile
August 24, 2014, 06:48:20 AM
 #616

anyone think this coin will hit bittrex or mintpal?

yeah i do
Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 06:48:36 AM
 #617

anyone think this coin will hit bittrex or mintpal?

I don't see why not. With the proper backing by the community and progressive development i see this coin making it very far.
lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
August 24, 2014, 07:18:27 AM
 #618

mining this. my house is so much cooler now that i am not mining scrypt. lol i love it.

also bought some off the exchange. wow the transaction times are really fast i might say

mrBitcoinZ.com
@mrB1tc01n
Project Axron (OP)
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 24, 2014, 07:23:11 AM
 #619

mining this. my house is so much cooler now that i am not mining scrypt. lol i love it.

also bought some off the exchange. wow the transaction times are really fast i might say

FRESH algorithm is designed to be energy efficient and run cool. I am glad you are happy with your mining experience, if there is anything I can help with feel free to reach out.

Follow us on twitter @projectaxron and spread the word to help us reach new exchanges
lawgicc
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile WWW
August 24, 2014, 07:34:11 AM
 #620

mining this. my house is so much cooler now that i am not mining scrypt. lol i love it.

also bought some off the exchange. wow the transaction times are really fast i might say

FRESH algorithm is designed to be energy efficient and run cool. I am glad you are happy with your mining experience, if there is anything I can help with feel free to reach out.

Follow us on twitter @projectaxron and spread the word to help us reach new exchanges


will do. I do not have a twitter but will make one.

So what are the highlight features for Axron aside from the market place? Is there any other information on the market place beside the sneak peek picture?

mrBitcoinZ.com
@mrB1tc01n
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 [31] 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 »
  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!