Bitcoin Forum
June 25, 2024, 08:41:53 AM *
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 ... 111 »
  Print  
Author Topic: [ANN] AIRcoin  (Read 137226 times)
Radiostatic
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 27, 2014, 10:02:12 AM
 #241

<snip>

It would be very nice if you would act like a professional dev team and use a different branch for your new client instead of merging it into the main branch. Had to download 200MB+ from github just to get the source, then when it's built I notice that it's the new client version which pretty much means that I can't sync with any nodes.

If you want pools set up by developers then act like developers.

Here's the getinfo from the github built client.

http://pastebin.com/raw.php?i=9kiva9P5

And your prebuilt windows client

http://pastebin.com/raw.php?i=zrt4qyep

Please notice the version number.
AIRcoin (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

AIRcoin Alexander


View Profile
February 27, 2014, 11:20:27 AM
 #242

<snip>

It would be very nice if you would act like a professional dev team and use a different branch for your new client instead of merging it into the main branch. Had to download 200MB+ from github just to get the source, then when it's built I notice that it's the new client version which pretty much means that I can't sync with any nodes.

If you want pools set up by developers then act like developers.

Here's the getinfo from the github built client.

http://pastebin.com/raw.php?i=9kiva9P5

And your prebuilt windows client

http://pastebin.com/raw.php?i=zrt4qyep

Please notice the version number.

It's a case of unfortunate timing while we update the new wallets. I've explained the issue to our lead developer, and the method by which we roll out new wallets and alterations to the source code will be changed in the future, and it was not our intent to waste any of your time or bandwidth.

If you want to offer personal criticism of what a professional development team is, Alexander's email is on the first post and I'm sure he'd be willing to hear what you have to say.
AIRCOINDEV O
Member
**
Offline Offline

Activity: 105
Merit: 10

Proteus?


View Profile WWW
February 27, 2014, 03:32:12 PM
Last edit: March 02, 2014, 12:47:43 AM by AIRCOINDEV O
 #243

Dev O here.  As stated, I'm working on the Github cloning time issue.  If you select the zip option however, you should be able to download it rather quickly as stated by another user.  The nodes are being updated as I type this, and the mandatory wallet update must be done before block 9108 (It was 9008, but I think users need more time) .  I'd be willing to take professionalism based criticism (and/or friendly advice) at my email, aircoindevo.teamaircoin.org.  Of course, pming me through this bitcointalk does no harm as well.  Please bear with us, as the cost of quick development is a large amount of data floating around that needs to be trimmed and consolidated.  I'm working on streamlining that process while still moving quickly with development.

EDIT: The 3.721 blocks are caused by the security 0.001 transaction fee (literally deemed free by the Litecoin developers in the source this coin is forked from) to deter micro-transactions from destabilizing the block-chain re-appearing randomly as a bonus to whomever finds the block the fee has attached to.

"Let's make money out of AIR,".  - an AIRcoin user
ISAWHIM
Hero Member
*****
Offline Offline

Activity: 504
Merit: 500



View Profile
February 27, 2014, 04:25:18 PM
Last edit: February 27, 2014, 05:05:50 PM by ISAWHIM
 #244

Nice.. so, that is used like a "signature"... blocks without that expected 0.001 fee attached are obviously running free in the wild, on the wrong chain, or attempting to 51% attack? Since they would not have that fee? (Not sure if it is "given/handed-out", or if it is "programmed/auto-reward" in the code.)

Still, nice.

Adding 0.001 to all my found blocks. Tongue JK.

Also, add a "mandatory update" notice... Might even want a specific thread for that, "just the client wallet". For wallet related issues, as opposed to "Aircoin" as a whole.

Possible thread title:
[INFO] AIRcoin mandatory wallet update (v0.3.x) and wallet issues.

Forking, node-failure, setup, transactions... you know... basic wallet issues. (Would delete old replies there as handled, to keep the off-topic crap down. Also as it updates to new versions.)

P.S. You should make wallets look for a "mandatory update" flag... If it sees the flag, it stops mining, or auto-rejects the blocks found so it never submits them. (As opposed to still submitting blocks to the others with outdated wallets, which would accept them. Also, as opposed to new wallets just rejecting the old wallets submitted blocks, which would cause a fork, as the old wallets continue to run in one isolated group.)

The flag would have to have a hashed version increment, tied to the seed, so it could not be "faked", which would stall the network by disabling miners everywhere with a fake mandatory update flag. Incremental is fine, does not need to have an actual version number, as it would not change with each version, just be worked into code/wallets that are new, when a "forced update" is required. Which would also stop any prior old versions from running.

Eg,
V0.3.1 MU#1
V0.3.2 MU#1
V0.3.3 MU#2 <- First actual mandatory update
V0.3.4 MU#2
V0.4.1 MU#2 <- Not forced, still compatible (down to V0.3.3)
V0.4.2 MU#3 <- Oops, not as compatible as you thought, same as v0.4.1, but forced flag set now.
etc..

Also... have you disabled the LTC version-update warning.. Tongue that will annoy everyone in the future if you did not. When LTC updates, your wallet may start complaining to "update your LTC wallet".
Radiostatic
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 27, 2014, 11:22:44 PM
 #245



http://188.226.144.143:9332/ 1% fee



Working P2Pool running stable on stratum protocol, supports getwork if you still run an old miner.
To connect use "cgminer -o 188.226.144.143:9332 -u <AIRAddress> -p password"

Tipbot for reddit might be coming soon too.

Donations and bounties go to AWSCv6gPfQFpLrvaGW9Rhn1PMHFLLXsCmE

Ill be pointing 1mhs at the P2Pool to get it going.

Thanks
AIRcoin (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

AIRcoin Alexander


View Profile
February 27, 2014, 11:49:00 PM
 #246



http://188.226.144.143:9332/ 1% fee



Working P2Pool running stable on stratum protocol, supports getwork if you still run an old miner.
To connect use "cgminer -o 188.226.144.143:9332 -u <AIRAddress> -p password"

Tipbot for reddit might be coming soon too.

Donations and bounties go to AWSCv6gPfQFpLrvaGW9Rhn1PMHFLLXsCmE

Ill be pointing 1mhs at the P2Pool to get it going.

Thanks

Added to front post.
Radiostatic
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 27, 2014, 11:50:02 PM
 #247



http://188.226.144.143:9332/ 1% fee



Working P2Pool running stable on stratum protocol, supports getwork if you still run an old miner.
To connect use "cgminer -o 188.226.144.143:9332 -u <AIRAddress> -p password"

Tipbot for reddit might be coming soon too.

Donations and bounties go to AWSCv6gPfQFpLrvaGW9Rhn1PMHFLLXsCmE

Ill be pointing 1mhs at the P2Pool to get it going.

Thanks

Added to front post.

Wasn't there a bounty for tip-bot and P2Pool or am I thinking of another coin..?
AIRcoin (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

AIRcoin Alexander


View Profile
February 28, 2014, 12:00:41 AM
 #248



http://188.226.144.143:9332/ 1% fee



Working P2Pool running stable on stratum protocol, supports getwork if you still run an old miner.
To connect use "cgminer -o 188.226.144.143:9332 -u <AIRAddress> -p password"

Tipbot for reddit might be coming soon too.

Donations and bounties go to AWSCv6gPfQFpLrvaGW9Rhn1PMHFLLXsCmE

Ill be pointing 1mhs at the P2Pool to get it going.

Thanks

Added to front post.

Wasn't there a bounty for tip-bot and P2Pool or am I thinking of another coin..?

You may have been thinking of another coin. We're subsidizing pool fees, however, so if you follow the instructions on the front post, you'll be paid as if you were claiming 2% fees instead of 1%.
Radiostatic
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile
February 28, 2014, 12:12:44 AM
 #249



http://188.226.144.143:9332/ 1% fee



Working P2Pool running stable on stratum protocol, supports getwork if you still run an old miner.
To connect use "cgminer -o 188.226.144.143:9332 -u <AIRAddress> -p password"

Tipbot for reddit might be coming soon too.

Donations and bounties go to AWSCv6gPfQFpLrvaGW9Rhn1PMHFLLXsCmE

Ill be pointing 1mhs at the P2Pool to get it going.

Thanks

Added to front post.

Wasn't there a bounty for tip-bot and P2Pool or am I thinking of another coin..?

You may have been thinking of another coin. We're subsidizing pool fees, however, so if you follow the instructions on the front post, you'll be paid as if you were claiming 2% fees instead of 1%.
Alright, I'll keep the pool running anyway. It's running on a dedicated serverbox.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
February 28, 2014, 12:17:48 AM
 #250

If I have understood right, today we can expect new wallet?
AIRcoin (OP)
Member
**
Offline Offline

Activity: 70
Merit: 10

AIRcoin Alexander


View Profile
February 28, 2014, 12:19:57 AM
 #251

If I have understood right, today we can expect new wallet?

Yes. This wallet will implement Kimoto Gravity Well technology as well as a few other tweaks.
Shadow_Runner
Hero Member
*****
Offline Offline

Activity: 574
Merit: 500



View Profile
February 28, 2014, 12:21:13 AM
 #252

Okay. Will wait Smiley
AIRcoin Aether
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 28, 2014, 01:38:43 AM
 #253

Hey guys! I'm Aether, AIRcoin web admin and assistant developer. I am happy to announce that we have updated our wallet with KGW! You can download an updated version of our wallet at http://www.teamaircoin.org/download

Bellow is the change log for the new version. Happy mining!

Code:
- Raised the Block maturity time to 40 min (20 blocks).
- New seed nodes built into the code.
- Checkpoints to legitimize our block-chain thus far (critical update).
- Added KGW (critical update, kicks in at block 9108.  Anyone with the patience can do the simple math as to how long they have before they need to download this wallet update to use our currency as of 2/27/2014).
- Minor bug fixes.
splawik21
Legendary
*
Offline Offline

Activity: 1372
Merit: 1005


DASH is the future of crypto payments!


View Profile
February 28, 2014, 01:50:41 AM
 #254

I`ve downloaded new walllet from http://www.teamaircoin.org/AIRcoin-v0.8.7.1_KGW.zip overcopied files,  opened and still have 8.6.2 ver......
You have added the link to new wallet but inside is still old one .... look at screen

http://scr.hu/1ame/aj8xa

if I`m wrong let me know Smiley

BE SMART, USE DASH ( ͡° ͜ʖ ͡°)
AIRcoin Aether
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 28, 2014, 01:59:53 AM
Last edit: February 28, 2014, 02:12:38 AM by AIRcoin Aether
 #255

I am assuming Dev O forgot to change the name of the wallet. I'll check and get back to you ASAP!

EDIT: Yes, the file NAME is a typo. The version is still 0.8.7.1. I will update the file names online and will let you know when that's done. Otherwise, feel free to use the new wallet with KGW!

EDIT2: All file names have now been properly renamed.

Best,
Aether
CtrlAltDefeated
Newbie
*
Offline Offline

Activity: 28
Merit: 0


View Profile WWW
February 28, 2014, 02:12:08 AM
 #256

I am assuming Dev O forgot to change the name of the wallet. I'll check and get back to you ASAP!

EDIT: Yes, the file NAME is a typo. The version is still 0.8.7.1. I will update the file names online and will let you know when that's done. Otherwise, feel free to use the new wallet with KGW!

Best,
Aether

How long do we have to upgrade?
AIRcoin Aether
Newbie
*
Offline Offline

Activity: 16
Merit: 0


View Profile
February 28, 2014, 02:16:29 AM
 #257

How long do we have to upgrade?

You need to update the wallet before block 9108.

Best,
Aether
AIRCOINDEV O
Member
**
Offline Offline

Activity: 105
Merit: 10

Proteus?


View Profile WWW
February 28, 2014, 02:25:03 AM
 #258

DEV O here,

The source has been edited, and I've addressed the large file size Git issue. KGW kicks in at block 9108.  As for the wallet version, it is the up-to-date wallet, denoted by the addition of the KGW at the end of the name.  Ignore the 0.8.6.2/0.8.7.1 version misnaming please, it was an error on my end. If you see the KGW in the name and you downloaded it when/after Aether made his post, you have the correct, latest version of the client.  I apologize for the confusion, this won't happen again.

"Let's make money out of AIR,".  - an AIRcoin user
gambitminer
Newbie
*
Offline Offline

Activity: 42
Merit: 0


View Profile
February 28, 2014, 04:23:08 AM
 #259

This is definitely the most innovative coin I've seen. The devs are also clearly brilliant, and seem to be interested in prolonged use and value of AIRcoin and its proprietary protocols, rather than just creating a pump and dump scheme for themselves. It's still too early to tell, but if things go as proposed, this coin can cause a paradigm shift in cryptocurrency.
andyatcrux
Legendary
*
Offline Offline

Activity: 938
Merit: 1000



View Profile
February 28, 2014, 04:34:06 AM
 #260

It is so quiet compared too a lot of the hyped launches. This reminds me of mining auroracoin the first week. Kind of enjoying the small increase in difficulty so far, but I guess there is an expiration date for a launch to "catch on" these days.
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 ... 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!