Author

Topic: [ANN][AUR] Auroracoin - a cryptocurrency for Iceland - page 254. (Read 506409 times)

member
Activity: 76
Merit: 10
made a basic block explorer

copy from reddit post

I just whipped up a basic blockexplorer for AUR using bitcoin-abe.
It is or will be available at the following addresses:

* http://blockexplorer.auroracoin.eu (working)
* http://explorer.auroracoin.eu (waiting for DNS propagation)
* http://aurexplorer.info (waiting for domain registration)

I'm looking for donations to be able to improve the site make it more stable / reliable, improve the looks maybe add hashrate graph and/or other goodies

I would be very happy and motivated if people donated:

AUR: AL8vRddTujqaFJQ3feZpg1jYHz6Jv2Rkwc
BTC: 19JVSnxJx7rM8V55s6SqXNb7PHG7Q2pcj7


Thanks!

Feedback and suggestions are highly welcome!

aur forum thread: http://forum.auroracoin.org/viewtopic.php?f=12&t=8&p=13#p13
reddit post: http://www.reddit.com/r/auroracoin/comments/1xljmr/httpblockexplorerauroracoineu_needs_your_help/


Thank you!

Sent some satoshis your way as I've only just started mining AUR and don't have any yet.

Do you think it would be possible to spruce up the visual apperance of the BE to give it an Icelandic theme?

;-)

Thanks for your donation.

Before taking care of appearance (it's on the list), I have to fix the addresses (they are all wrong).

Does anyone know the address_version and magic for AUR or where to look these up in the source code?


https://github.com/baldurodinsson/auroracoin-project/blob/56e7650690dec94389992cb058e96d8739d253c7/src/base58.h#L281

thanks, Balduro.

Still need more help.

This is coin config (bitcoin-abe) for litecoin:

Code:
datadir += [{
 "dirname" : "/home/aur/.AuroraCoin",
 "chain" : "AuroraCoin",
 "code3" : "AUR",
 "address_version" : "u000e",
 "magic" : "u00fbu00c0u00b6u00db"
}]

what do I need for AUR?

litecoin:

Code:
PUBKEY_ADDRESS = 48, // Litecoin addresses start with L

auroracoin:

Code:
PUBKEY_ADDRESS = 23,

confused


Think it should be 0x97

https://github.com/bitcoin-abe/bitcoin-abe/blob/master/doc/FAQ.html
full member
Activity: 381
Merit: 100
PRiVCY
isnt there anyone interested in buying at all?
full member
Activity: 205
Merit: 100
Can we expect a mac osx wallet anytime soon?
sr. member
Activity: 310
Merit: 250
Hi Balduro, must admit that behind Aurora is very interested concept of distribution. However I'm worrying if this coin is multipools proof? Difficulty since few days is on 50 something. Any chance to implement KGW?
donator
Activity: 2772
Merit: 1019
made a basic block explorer

copy from reddit post

I just whipped up a basic blockexplorer for AUR using bitcoin-abe.
It is or will be available at the following addresses:

* http://blockexplorer.auroracoin.eu (working)
* http://explorer.auroracoin.eu (waiting for DNS propagation)
* http://aurexplorer.info (waiting for domain registration)

I'm looking for donations to be able to improve the site make it more stable / reliable, improve the looks maybe add hashrate graph and/or other goodies

I would be very happy and motivated if people donated:

AUR: AL8vRddTujqaFJQ3feZpg1jYHz6Jv2Rkwc
BTC: 19JVSnxJx7rM8V55s6SqXNb7PHG7Q2pcj7


Thanks!

Feedback and suggestions are highly welcome!

aur forum thread: http://forum.auroracoin.org/viewtopic.php?f=12&t=8&p=13#p13
reddit post: http://www.reddit.com/r/auroracoin/comments/1xljmr/httpblockexplorerauroracoineu_needs_your_help/


Thank you!

Sent some satoshis your way as I've only just started mining AUR and don't have any yet.

Do you think it would be possible to spruce up the visual apperance of the BE to give it an Icelandic theme?

;-)

Thanks for your donation.

Before taking care of appearance (it's on the list), I have to fix the addresses (they are all wrong).

Does anyone know the address_version and magic for AUR or where to look these up in the source code?


https://github.com/baldurodinsson/auroracoin-project/blob/56e7650690dec94389992cb058e96d8739d253c7/src/base58.h#L281

thanks, Balduro.

Still need more help.

This is coin config (bitcoin-abe) for litecoin:

Code:
datadir += [{
 "dirname" : "/home/aur/.AuroraCoin",
 "chain" : "AuroraCoin",
 "code3" : "AUR",
 "address_version" : "u000e",
 "magic" : "u00fbu00c0u00b6u00db"
}]

what do I need for AUR?

litecoin:

Code:
PUBKEY_ADDRESS = 48, // Litecoin addresses start with L

auroracoin:

Code:
PUBKEY_ADDRESS = 23,

confused
hero member
Activity: 588
Merit: 500
Will Bitcoin Rise Again to $60,000?
Sorry, read the first page but it didn't mention what type of coin this is.

SHA 256 or scrypt?
member
Activity: 76
Merit: 10
made a basic block explorer

copy from reddit post

I just whipped up a basic blockexplorer for AUR using bitcoin-abe.
It is or will be available at the following addresses:

* http://blockexplorer.auroracoin.eu (working)
* http://explorer.auroracoin.eu (waiting for DNS propagation)
* http://aurexplorer.info (waiting for domain registration)

I'm looking for donations to be able to improve the site make it more stable / reliable, improve the looks maybe add hashrate graph and/or other goodies

I would be very happy and motivated if people donated:

AUR: AL8vRddTujqaFJQ3feZpg1jYHz6Jv2Rkwc
BTC: 19JVSnxJx7rM8V55s6SqXNb7PHG7Q2pcj7


Thanks!

Feedback and suggestions are highly welcome!

aur forum thread: http://forum.auroracoin.org/viewtopic.php?f=12&t=8&p=13#p13
reddit post: http://www.reddit.com/r/auroracoin/comments/1xljmr/httpblockexplorerauroracoineu_needs_your_help/


Thank you!

Sent some satoshis your way as I've only just started mining AUR and don't have any yet.

Do you think it would be possible to spruce up the visual apperance of the BE to give it an Icelandic theme?

;-)

Thanks for your donation.

Before taking care of appearance (it's on the list), I have to fix the addresses (they are all wrong).

Does anyone know the address_version and magic for AUR or where to look these up in the source code?


https://github.com/baldurodinsson/auroracoin-project/blob/56e7650690dec94389992cb058e96d8739d253c7/src/base58.h#L281
donator
Activity: 2772
Merit: 1019
made a basic block explorer

copy from reddit post

I just whipped up a basic blockexplorer for AUR using bitcoin-abe.
It is or will be available at the following addresses:

* http://blockexplorer.auroracoin.eu (working)
* http://explorer.auroracoin.eu (waiting for DNS propagation)
* http://aurexplorer.info (waiting for domain registration)

I'm looking for donations to be able to improve the site make it more stable / reliable, improve the looks maybe add hashrate graph and/or other goodies

I would be very happy and motivated if people donated:

AUR: AL8vRddTujqaFJQ3feZpg1jYHz6Jv2Rkwc
BTC: 19JVSnxJx7rM8V55s6SqXNb7PHG7Q2pcj7


Thanks!

Feedback and suggestions are highly welcome!

aur forum thread: http://forum.auroracoin.org/viewtopic.php?f=12&t=8&p=13#p13
reddit post: http://www.reddit.com/r/auroracoin/comments/1xljmr/httpblockexplorerauroracoineu_needs_your_help/


Thank you!

Sent some satoshis your way as I've only just started mining AUR and don't have any yet.

Do you think it would be possible to spruce up the visual apperance of the BE to give it an Icelandic theme?

;-)

Thanks for your donation.

Before taking care of appearance (it's on the list), I have to fix the addresses (they are all wrong).

Does anyone know the address_version and magic for AUR or where to look these up in the source code?
sr. member
Activity: 672
Merit: 273
full member
Activity: 126
Merit: 100
http://aur.easy-mine.eu

Multiple server
Proportional payout system
DDoS protected
low Fee: 0.5%
24/7 monitoring @sms
Vardiff, Stratum
Location: EU
for first 100 users fee 0% for all life
newbie
Activity: 56
Merit: 0

Bring on Utopia!

If you're not mining and not buying what's the problem?

Why are you spending so much effort trying to discredit this coin?

If you have no personal stake in it why all the anger?

Personally I like what this coin stands for and I've pointed 3MHs towards its development.




I'm not mining or buying. I'm the one who can learn from his mistakes. So can smell transparent scam.

Also I have some inteligence and can focus on details of someones stories and see fishy stuff, and inconsistency of storytellers claims.

For some people HYIPs are obvious scams and other people fall for them over and over and lose their money. Inteligence and ability to learn from mistakes what differs these two groups of people.

So you're concerned that we don't fall for a possible scam and want to warn us.

That's a very valid reason and I thank you for bringing the points you make to our attention.

I'm however going to keep mining and following this coin. I only just started tonight. Pulled a miner of VTC for this one as out of all the ALTs this one has one hell of an interesting idea and even if all the details are not perfect right now, it doesn't really matter at this point in time. The 13 previous pages of this post indicate a lot of people who would like to give this coin a chance so we can all see what works and what doesn't. Maybe you will be proved right in time. I hope not, but in the mean time, I'm open to the possibility and I'm prepared to give this coin a chance to show us what it's made of. This is how evolution through open source works, my friend.
member
Activity: 76
Merit: 10
The ID is indeed an integral part of the Airdrop, but not sufficient to claim coins.

No sane person would leave 10,500,000 coins in a hot wallet on a server distributing the coins. Coins will be added incrementally, hence the 21 addresses. Maybe there should even be more of them.
member
Activity: 73
Merit: 10
One day we will beat ECB and FED ;)

By the way, are you mining AUR?
No. I don't mine AUR. It won't get to reputed exchange with 50% premined and uncertain volume of giveaways.

Also if "risk seeking" investor appears, miners won't sell high volumes (as they mine very little) and won't sell cheap (as early birds they expect higher mining revenue comparing to LTC or DOGE mining). Only seller willing to sell for any volume for any price are the DEV's.

500 EUR might not look bad, but really. I showed my mother how to easily (2 clicks) rotate photo in ACDSEE, and everytime she wants to rotate photo, she had to ask me once again.
Airdrop of cryptocoin to whole population (from 1 day old kid to 90 yrs old man) is UTOPIA.

Bring on Utopia!

If you're not mining and not buying what's the problem?

Why are you spending so much effort trying to discredit this coin?

If you have no personal stake in it why all the anger?

Personally I like what this coin stands for and I've pointed 3MHs towards its development.




I'm not mining or buying. I'm the one who can learn from his mistakes. So can smell transparent scam.

Also I have some inteligence and can focus on details of someones stories and see fishy stuff, and inconsistency of storytellers claims.

For some people HYIPs are obvious scams and other people fall for them over and over and lose their money. Inteligence and ability to learn from mistakes what differs these two groups of people.
hero member
Activity: 966
Merit: 1003
Parents of the 1 year old will take care of the 1 year old's finances, as always. Relatives/children on the old people will take care of theirs, as always. It's not like there's 1 week time to claim the coins, hopefully they will be claimable forever!

Premine was split to cold wallets for safety. That info was posted earlier.
member
Activity: 73
Merit: 10
One day we will beat ECB and FED ;)
Just read what the Icelanders in this thread wrote. They know this can be done.

Obviously it will not be sufficient just to have someones ID number in order to claim coins.

If you don't believe in the fundamentals of the project, thats OK. You don't need to support it.

Your own point was Airdrop based on ID

I know fundamentals of this project, 1 day old child won't claim coins and so does not old people.

I see max 5-10% of Icelanders claiming their coins. Rest would be stolen from DEV's on generated wallets and ID's or stolen by 3rd party people with botnets ....

Also I don't see why was all premined split into 21 accounts if "airdrop" would be automated.

You are just sinking more and more in your own lies.

newbie
Activity: 56
Merit: 0

By the way, are you mining AUR?
No. I don't mine AUR. It won't get to reputed exchange with 50% premined and uncertain volume of giveaways.

Also if "risk seeking" investor appears, miners won't sell high volumes (as they mine very little) and won't sell cheap (as early birds they expect higher mining revenue comparing to LTC or DOGE mining). Only seller willing to sell for any volume for any price are the DEV's.

500 EUR might not look bad, but really. I showed my mother how to easily (2 clicks) rotate photo in ACDSEE, and everytime she wants to rotate photo, she had to ask me once again.
Airdrop of cryptocoin to whole population (from 1 day old kid to 90 yrs old man) is UTOPIA.

Bring on Utopia!

If you're not mining and not buying what's the problem?

Why are you spending so much effort trying to discredit this coin?

If you have no personal stake in it why all the anger?

Personally I like what this coin stands for and I've pointed 3MHs towards its development.


hero member
Activity: 896
Merit: 500
that wasn´t me, google translator  Roll Eyes
hero member
Activity: 896
Merit: 500
You are following this thought, you got right, one day we will all die, no way out.  Wink
member
Activity: 76
Merit: 10
Just read what the Icelanders in this thread wrote. They know this can be done.

Obviously it will not be sufficient just to have someones ID number in order to claim coins.

If you don't believe in the fundamentals of the project, thats OK. You don't need to support it.
member
Activity: 73
Merit: 10
One day we will beat ECB and FED ;)
As has been said before, if dev doesn't deliver, this will be hard forked and then delivered. It will happen no matter what.

You can't verify if HE delivered it to real Icelanders or thousands of his own fake accounts.
As much as possible will be dumped and when people realize airdrop was not rightful, coin will be dead and there won't be need to hard fork dead coin.
Jump to: