Bitcoin Forum
June 21, 2024, 02:25:39 PM *
News: Voting for pizza day contest
 
   Home   Help Search Login Register More  
Warning: One or more bitcointalk.org users have reported that they strongly believe that the creator of this topic is a scammer. (Login to see the detailed trust ratings.) While the bitcointalk.org administration does not verify such claims, you should proceed with extreme caution.
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 66 67 68 69 ... 91 »
  Print  
Author Topic: [ANN][GoldReserve][XGR]X11 Unique Stabilizer Fund, BACKED BY GOLD NOW!  (Read 164050 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
NewWorldCoiner
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250

Saved you from a scam? Send me some BTC!


View Profile
June 14, 2014, 10:57:24 PM
 #361

Mesterlovesz74 , Any word on the source code yet? Maybe not an issue for you, but some people seem concerned about such things lately.

Check it out.

https://bitcointalk.org/index.php?topic=652351
Mesterlovesz74 (OP)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
June 15, 2014, 12:37:28 AM
Last edit: June 15, 2014, 12:56:06 AM by Mesterlovesz74
 #362

Mesterlovesz74 , Any word on the source code yet? Maybe not an issue for you, but some people seem concerned about such things lately.

Check it out.

https://bitcointalk.org/index.php?topic=652351

We went through the code and found out that the POS start phase was left out. It was a mistake I admit, but all the rest of the code is ok, we checked it out. So despite the fact that the POS phase started from block 1, the rest of the code is solid.

Code:
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 40000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.1 * COIN; // 10% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 1;

You can check that out at github where the source code is, at src/main.cpp, src/main.h

A couple of weeks ago I read a topic where someone used a group who check codes of altcoins. I don't remember where that was exactly but if anyone know them please send me the contact info. I am willing to ask for an "audit"!

About the POS phase. It is on now, I think we do more harm if we stop it in any way, so POS is on, a bit early, but I think everyone can live with that. First post already changed. This means, that at the 100000th block we will have less coins as stated in the first post. So at the first year, coin supply will be 6 mill less. Of course eventually we will reach 40mill but that will be around 5-6 years.

GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9
GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
NewWorldCoiner
Sr. Member
****
Offline Offline

Activity: 490
Merit: 250

Saved you from a scam? Send me some BTC!


View Profile
June 15, 2014, 01:12:23 AM
 #363

Mesterlovesz74 , Any word on the source code yet? Maybe not an issue for you, but some people seem concerned about such things lately.

Check it out.

https://bitcointalk.org/index.php?topic=652351

We went through the code and found out that the POS start phase was left out. It was a mistake I admit, but all the rest of the code is ok, we checked it out. So despite the fact that the POS phase started from block 1, the rest of the code is solid.

Code:
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 40000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.1 * COIN; // 10% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 1;

You can check that out at github where the source code is, at src/main.cpp, src/main.h

A couple of weeks ago I read a topic where someone used a group who check codes of altcoins. I don't remember where that was exactly but if anyone know them please send me the contact info. I am willing to ask for an "audit"!

About the POS phase. It is on now, I think we do more harm if we stop it in any way, so POS is on, a bit early, but I think everyone can live with that. First post already changed. This means, that at the 100000th block we will have less coins as stated in the first post. So at the first year, coin supply will be 6 mill less. Of course eventually we will reach 40mill but that will be around 5-6 years.

If you have faith in the code, ask Poloniex to have a look. If its good they may list it, or at least start voting for it to be listed. The blockexplorer works, unlike a lot of coins out there, which is something they insist on, so you're halfway there.
Mesterlovesz74 (OP)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
June 15, 2014, 01:30:06 AM
 #364

Mesterlovesz74 , Any word on the source code yet? Maybe not an issue for you, but some people seem concerned about such things lately.

Check it out.

https://bitcointalk.org/index.php?topic=652351

We went through the code and found out that the POS start phase was left out. It was a mistake I admit, but all the rest of the code is ok, we checked it out. So despite the fact that the POS phase started from block 1, the rest of the code is solid.

Code:
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 40000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.1 * COIN; // 10% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 1;

You can check that out at github where the source code is, at src/main.cpp, src/main.h

A couple of weeks ago I read a topic where someone used a group who check codes of altcoins. I don't remember where that was exactly but if anyone know them please send me the contact info. I am willing to ask for an "audit"!

About the POS phase. It is on now, I think we do more harm if we stop it in any way, so POS is on, a bit early, but I think everyone can live with that. First post already changed. This means, that at the 100000th block we will have less coins as stated in the first post. So at the first year, coin supply will be 6 mill less. Of course eventually we will reach 40mill but that will be around 5-6 years.

If you have faith in the code, ask Poloniex to have a look. If its good they may list it, or at least start voting for it to be listed. The blockexplorer works, unlike a lot of coins out there, which is something they insist on, so you're halfway there.

Request sent to the owner of Poloniex!

GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9
GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
Crypto_Enthusiast
Sr. Member
****
Offline Offline

Activity: 476
Merit: 250



View Profile
June 15, 2014, 01:30:58 AM
 #365

Mesterlovesz74 , Any word on the source code yet? Maybe not an issue for you, but some people seem concerned about such things lately.

Check it out.

https://bitcointalk.org/index.php?topic=652351

We went through the code and found out that the POS start phase was left out. It was a mistake I admit, but all the rest of the code is ok, we checked it out. So despite the fact that the POS phase started from block 1, the rest of the code is solid.

Code:
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 40000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.1 * COIN; // 10% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 1;

You can check that out at github where the source code is, at src/main.cpp, src/main.h

A couple of weeks ago I read a topic where someone used a group who check codes of altcoins. I don't remember where that was exactly but if anyone know them please send me the contact info. I am willing to ask for an "audit"!

About the POS phase. It is on now, I think we do more harm if we stop it in any way, so POS is on, a bit early, but I think everyone can live with that. First post already changed. This means, that at the 100000th block we will have less coins as stated in the first post. So at the first year, coin supply will be 6 mill less. Of course eventually we will reach 40mill but that will be around 5-6 years.

If you have faith in the code, ask Poloniex to have a look. If its good they may list it, or at least start voting for it to be listed. The blockexplorer works, unlike a lot of coins out there, which is something they insist on, so you're halfway there.

Request sent to the owner of Poloniex!

Nice!

Great dev, promising coin Smiley
Rage19420
Hero Member
*****
Offline Offline

Activity: 672
Merit: 500


View Profile
June 15, 2014, 01:33:41 AM
 #366

Be advised that Polo seriously fucked up their call on Super. Bittrex also reviews source and never had a problem with it.

shogun47
Hero Member
*****
Offline Offline

Activity: 1806
Merit: 555



View Profile
June 15, 2014, 03:10:07 AM
 #367

any idea why this is dead on minep.it?

▄▄███████████████████▄▄
▄█████████▀█████████████▄
███████████▄▐▀▄██████████
███████▀▀███████▀▀███████
██████▀███▄▄████████████
█████████▐█████████▐█████
█████████▐█████████▐█████
██████████▀███▀███▄██████
████████████████▄▄███████
███████████▄▄▄███████████
█████████████████████████
▀█████▄▄████████████████▀
▀▀███████████████████▀▀
Peach
BTC bitcoin
Buy and Sell
Bitcoin P2P
.
.
▄▄███████▄▄
▄████████
██████▄
▄██
█████████████████▄
▄███████
██████████████▄
███████████████████████
█████████████████████████
████████████████████████
█████████████████████████
▀███████████████████████▀
▀█████████████████████▀
▀██████████████████▀
▀███████████████▀
▀▀███████▀▀

▀▀▀▀███▀▀▀▀
EUROPE | AFRICA
LATIN AMERICA
▄▀▀▀











▀▄▄▄


███████▄█
███████▀
██▄▄▄▄▄░▄▄▄▄▄
████████████▀
▐███████████▌
▐███████████▌
████████████▄
██████████████
███▀███▀▀███▀
.
Download on the
App Store
▀▀▀▄











▄▄▄▀
▄▀▀▀











▀▄▄▄


▄██▄
██████▄
█████████▄
████████████▄
███████████████
████████████▀
█████████▀
██████▀
▀██▀
.
GET IT ON
Google Play
▀▀▀▄











▄▄▄▀
spicelord
Sr. Member
****
Offline Offline

Activity: 252
Merit: 250


View Profile
June 15, 2014, 03:35:30 AM
 #368

Mesterlovesz74 , Any word on the source code yet? Maybe not an issue for you, but some people seem concerned about such things lately.

Check it out.

https://bitcointalk.org/index.php?topic=652351

We went through the code and found out that the POS start phase was left out. It was a mistake I admit, but all the rest of the code is ok, we checked it out. So despite the fact that the POS phase started from block 1, the rest of the code is solid.

Code:
static const unsigned int MAX_INV_SZ = 50000;
static const int64_t MIN_TX_FEE = 1000;
static const int64_t MIN_RELAY_TX_FEE = MIN_TX_FEE;
static const int64_t MAX_MONEY = 40000000 * COIN;
static const int64_t COIN_YEAR_REWARD = 10 * CENT; // 10% per year
static const int64_t MAX_MINT_PROOF_OF_STAKE = 0.1 * COIN; // 10% annual interest
static const int MODIFIER_INTERVAL_SWITCH = 1;

You can check that out at github where the source code is, at src/main.cpp, src/main.h

A couple of weeks ago I read a topic where someone used a group who check codes of altcoins. I don't remember where that was exactly but if anyone know them please send me the contact info. I am willing to ask for an "audit"!

About the POS phase. It is on now, I think we do more harm if we stop it in any way, so POS is on, a bit early, but I think everyone can live with that. First post already changed. This means, that at the 100000th block we will have less coins as stated in the first post. So at the first year, coin supply will be 6 mill less. Of course eventually we will reach 40mill but that will be around 5-6 years.

If you have faith in the code, ask Poloniex to have a look. If its good they may list it, or at least start voting for it to be listed. The blockexplorer works, unlike a lot of coins out there, which is something they insist on, so you're halfway there.
Yeah ask Polo to read source code. That's worked before

zhbest818
Newbie
*
Offline Offline

Activity: 57
Merit: 0


View Profile
June 15, 2014, 04:57:59 AM
 #369

The wallet's name or GRE, what time to update, change XGR
noodle_dam
Hero Member
*****
Offline Offline

Activity: 530
Merit: 500



View Profile
June 15, 2014, 05:21:38 AM
 #370

What is holding people back on this coin? Am I missing something? It seems like a great speculation coin, yet total network hash is ~2Gh Sad 

Anyone?

Mesterlovesz74 (OP)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
June 15, 2014, 07:04:39 AM
 #371

The wallet's name or GRE, what time to update, change XGR

Hopefully wallet will be out tomorrow!

GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9
GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
Mesterlovesz74 (OP)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
June 15, 2014, 07:31:38 AM
 #372

It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... Huh

GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9
GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
asemov
Sr. Member
****
Offline Offline

Activity: 350
Merit: 250


View Profile
June 15, 2014, 07:49:12 AM
 #373

http://gre.hashlink.eu/
We are here. Up and running Smiley
yogibaer
Legendary
*
Offline Offline

Activity: 1131
Merit: 1001



View Profile
June 15, 2014, 07:59:36 AM
 #374

It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... Huh

since the start there were only 2 pools (from the first post) with a significant amount of hashrate (pool.mn and minep.it) The other ones were not relevant for the net hashrate.

Are there any other known pools except the ones given in the first post?
Pavel1995
Full Member
***
Offline Offline

Activity: 144
Merit: 100


View Profile
June 15, 2014, 08:04:33 AM
 #375

GoldReserve needs to be added @ Bittrex.

Also it would be to nice see more hashrate
Mesterlovesz74 (OP)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
June 15, 2014, 08:27:45 AM
 #376

GoldReserve needs to be added @ Bittrex.

Also it would be to nice see more hashrate

Please tweet to @bittrexexchange something cool about GoldReserve!

GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9
GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
Mesterlovesz74 (OP)
Sr. Member
****
Offline Offline

Activity: 420
Merit: 250


View Profile
June 15, 2014, 08:28:14 AM
 #377

It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... Huh

since the start there were only 2 pools (from the first post) with a significant amount of hashrate (pool.mn and minep.it) The other ones were not relevant for the net hashrate.

Are there any other known pools except the ones given in the first post?

Unfortunatelly the rest of the hashrate goes to private pools!

GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9
GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
yogibaer
Legendary
*
Offline Offline

Activity: 1131
Merit: 1001



View Profile
June 15, 2014, 08:31:05 AM
 #378

It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... Huh

since the start there were only 2 pools (from the first post) with a significant amount of hashrate (pool.mn and minep.it) The other ones were not relevant for the net hashrate.

Are there any other known pools except the ones given in the first post?

Unfortunatelly the rest of the hashrate goes to private pools!

yes, i guessed that. private pools or private farms.
albertdros
Hero Member
*****
Offline Offline

Activity: 602
Merit: 500


View Profile
June 15, 2014, 08:42:39 AM
 #379

I don't understand 1 thing.

Ticket changed to XGR? What does this mean? Can i send my GRE from my wallet to an XGR address? please be a bit more clear.
ncsupanda
Legendary
*
Offline Offline

Activity: 1628
Merit: 1012



View Profile
June 15, 2014, 08:52:10 AM
 #380

I don't understand 1 thing.

Ticket changed to XGR? What does this mean? Can i send my GRE from my wallet to an XGR address? please be a bit more clear.

Yes. The ticker change is only related to Allcoin.com.

You don't even have "XGR" addresses until the wallet is updated.
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 66 67 68 69 ... 91 »
  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!