Bitcoin Forum
June 23, 2024, 08:32:23 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: [1] 2 »  All
  Print  
Author Topic: [ANN][ARC] New Cryptocurrency Argcoin  (Read 2172 times)
argcoin (OP)
Newbie
*
Offline Offline

Activity: 3
Merit: 0


View Profile
August 20, 2013, 08:49:01 PM
 #1

Please let me introduce you the new Cryptocurrency named Argcoin [ARC]. Is the first electronic currency developed in Argentina.

Info:
- 5 minutes block target
- 42,000,000 coins
- 100 coins block reward
- Block reward is reduced monthly 2% (every 8460 blocks)
- It will take 20 years to mine all coins.
- The focus of this coin is to fight inflation (currently around 30%)

more information at http://www.argcoin.com
hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 08:51:17 PM
 #2

Please let me introduce you the new Cryptocurrency named Argcoin [ARC]. Is the first electronic currency developed in Argentina.

Info:
- 5 minutes block target
- 42,000,000 coins
- 100 coins block reward
- Block reward is reduced monthly 2% (every 8460 blocks)
- It will take 20 years to mine all coins.
- The focus of this coin is to fight inflation (currently around 30%)

more information at http://www.argcoin.com

A more useful link would be the code repository:  https://github.com/ARC-argcoin/argcoin

hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 08:53:23 PM
Last edit: August 20, 2013, 09:18:10 PM by hotcoldcoin
 #3

Well well, no premine in the code?  

Code: (https://github.com/ARC-argcoin/argcoin/blob/master/src/main.cpp#L830)
int64 static GetBlockValue(int nHeight, int64 nFees)
{
// initially 100 coins reward
// and will be reduced 2% monthly

int64 nSubsidy = 100 * COIN;
int months = (int)(nHeight/8640);


if(months > 0)
{
nSubsidy *= pow(0.98,months);
}

    return nSubsidy + nFees;
}

Fablio2
Sr. Member
****
Offline Offline

Activity: 464
Merit: 252



View Profile
August 20, 2013, 08:53:28 PM
 #4

"blocks" : 5595,
"currentblocksize" : 0,
"currentblocktx" : 0,
"difficulty" : 0.00097655,
"errors" : "",
"generate" : false,
"genproclimit" : -1,
"hashespersec" : 0,
"networkhashps" : 5991794,
"pooledtx" : 0,
"testnet" : false
hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 09:14:56 PM
 #5

- Block reward is reduced monthly 2% (every 8460 blocks)

Umm... it may be a very quick month.   At block 6670 now, and more rolling in fast.

mill0601
Legendary
*
Offline Offline

Activity: 1162
Merit: 1000


View Profile
August 20, 2013, 09:15:54 PM
 #6

what do you mean no pre mine? First 5000 blocks were mined 3 days ago

❘|❘ ICONOMI Fund Management Platform
LINK TO ICO | LINK TO DISCUSSION
hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 09:17:37 PM
 #7

what do you mean no pre mine? First 5000 blocks were mined 3 days ago

I mean no premine defined in the code.   The first 5000 blocks 3 days ago is troubling.

hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 09:21:45 PM
 #8

wow, indeed.   Example: block 100 time: Wed Aug 14 21:43:59 UTC 2013.   Gee that's a long time ago.

Pmalek
Legendary
*
Offline Offline

Activity: 2800
Merit: 7210



View Profile
August 20, 2013, 09:22:15 PM
 #9

Please let me introduce you the new Cryptocurrency named Argcoin [ARC]. Is the first electronic currency developed in Argentina.

Info:
- 5 minutes block target
- 42,000,000 coins
- 100 coins block reward
- Block reward is reduced monthly 2% (every 8460 blocks)
- It will take 20 years to mine all coins.
- The focus of this coin is to fight inflation (currently around 30%)

more information at http://www.argcoin.com

So whats your plan release it dump it, then abandon the coin forever like most do?

.
.BLACKJACK ♠ FUN.
█████████
██████████████
████████████
█████████████████
████████████████▄▄
░█████████████▀░▀▀
██████████████████
░██████████████
████████████████
░██████████████
████████████
███████████████░██
██████████
CRYPTO CASINO &
SPORTS BETTING
▄▄███████▄▄
▄███████████████▄
███████████████████
█████████████████████
███████████████████████
█████████████████████████
█████████████████████████
█████████████████████████
███████████████████████
█████████████████████
███████████████████
▀███████████████▀
█████████
.
alex0909
Sr. Member
****
Offline Offline

Activity: 261
Merit: 250



View Profile
August 20, 2013, 09:23:28 PM
 #10

.DMG file for mac not working ... I don't want to compile it tonight, that's a goodbye
captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 20, 2013, 09:33:58 PM
 #11

i wont mine a coin with that instamine and no info about that. no infos about what u have planed for future, bountys, promotion etc...

that smells like a dump coin
hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 09:36:10 PM
 #12

I'm going to give it a month, as defined in the OP.  That should be coming up in about 5-10 minutes.

captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 20, 2013, 09:39:38 PM
 #13

developed in argentinia.
WOW

its just a copycoin.
no infos about diff retargeting etc...

i think the time is over for such coins. that worked a few days/weeks and now no one is interested in such coins.
hotcoldcoin
Member
**
Offline Offline

Activity: 98
Merit: 10


View Profile
August 20, 2013, 09:43:29 PM
 #14

Code:
static const int64 nTargetTimespan = 7 * 24 * 60 * 60; // ArgCoin: Adjust every 7 days
static const int64 nTargetSpacing = 300; // ArgCoin: 5 minute blocks

7days? hmmmmm.  Does that mean it's staying at diff 0.00384783 for the next 7 days?

captainfuture
Sr. Member
****
Offline Offline

Activity: 294
Merit: 250



View Profile
August 20, 2013, 09:44:52 PM
 #15

Code:
static const int64 nTargetTimespan = 7 * 24 * 60 * 60; // ArgCoin: Adjust every 7 days
static const int64 nTargetSpacing = 300; // ArgCoin: 5 minute blocks

7 days?  hmmmmm

hope some big hasher joins for 7 days and get this coin to diff 30  Grin
minerapia
Full Member
***
Offline Offline

Activity: 168
Merit: 100


View Profile
August 20, 2013, 09:51:30 PM
 #16

static const int64 nTargetTimespan = 7 * 24 * 60 * 60; // ArgCoin: Adjust every 7 days
static const int64 nTargetSpacing = 300; // ArgCoin: 5 minute blocks
static const int64 nInterval = nTargetTimespan / nTargetSpacing;
== retarget is every 2016 blocks

not bad... Cheesy atleast the dev took alot of time research what works and what doesn't
No wonder month is so short

donations -> btc: 1M6yf45NskQxWXknkMTzQ8o6wShQcSY4EC
                   ltc: LeTpCd6cQL26Q1vjc9kJrTjjFMrPhrpv6j
cryptohunter
Legendary
*
Offline Offline

Activity: 2100
Merit: 1167

MY RED TRUST LEFT BY SCUMBAGS - READ MY SIG


View Profile
August 20, 2013, 09:54:15 PM
 #17

Please let me introduce you the new Cryptocurrency named Argcoin [ARC]. Is the first electronic currency developed in Argentina.

Info:
- 5 minutes block target
- 42,000,000 coins
- 100 coins block reward
- Block reward is reduced monthly 2% (every 8460 blocks)
- It will take 20 years to mine all coins.
- The focus of this coin is to fight inflation (currently around 30%)

more information at http://www.argcoin.com

whats the port numbers ffs?

Scooby903
Hero Member
*****
Offline Offline

Activity: 896
Merit: 500



View Profile
August 20, 2013, 09:56:21 PM
 #18

Please let me introduce you the new Cryptocurrency named Argcoin [ARC]. Is the first electronic currency developed in Argentina.

Info:
- 5 minutes block target
- 42,000,000 coins
- 100 coins block reward
- Block reward is reduced monthly 2% (every 8460 blocks)
- It will take 20 years to mine all coins.
- The focus of this coin is to fight inflation (currently around 30%)

more information at http://www.argcoin.com

whats the port numbers ffs?

Set it to whatever.  Mine is 8888
tiker
Sr. Member
****
Offline Offline

Activity: 459
Merit: 250



View Profile WWW
August 20, 2013, 11:25:20 PM
 #19

Please let me introduce you the new Cryptocurrency named Argcoin [ARC]. Is the first electronic currency developed in Argentina.

Info:
- 5 minutes block target
- 42,000,000 coins
- 100 coins block reward
- Block reward is reduced monthly 2% (every 8460 blocks)
- It will take 20 years to mine all coins.
- The focus of this coin is to fight inflation (currently around 30%)

more information at http://www.argcoin.com

whats the port numbers ffs?

Defaults I found out are:
RPC:  54123
P2P:  54124

Added to the list of alt coins in my signature!
Fablio2
Sr. Member
****
Offline Offline

Activity: 464
Merit: 252



View Profile
August 21, 2013, 07:00:03 AM
 #20

0 connections for a long time
Pages: [1] 2 »  All
  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!