NewWorldCoiner
Sr. Member
Offline
Activity: 490
Merit: 250
Saved you from a scam? Send me some BTC!
|
|
June 14, 2014, 10:57:24 PM |
|
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)
|
|
June 15, 2014, 12:37:28 AM Last edit: June 15, 2014, 12:56:06 AM by Mesterlovesz74 |
|
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. 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
Activity: 490
Merit: 250
Saved you from a scam? Send me some BTC!
|
|
June 15, 2014, 01:12:23 AM |
|
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. 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)
|
|
June 15, 2014, 01:30:06 AM |
|
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. 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
|
|
June 15, 2014, 01:30:58 AM |
|
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. 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
|
|
|
|
Rage19420
|
|
June 15, 2014, 01:33:41 AM |
|
Be advised that Polo seriously fucked up their call on Super. Bittrex also reviews source and never had a problem with it.
|
|
|
|
shogun47
|
|
June 15, 2014, 03:10:07 AM |
|
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
|
|
June 15, 2014, 03:35:30 AM |
|
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. 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
Activity: 57
Merit: 0
|
|
June 15, 2014, 04:57:59 AM |
|
The wallet's name or GRE, what time to update, change XGR
|
|
|
|
noodle_dam
|
|
June 15, 2014, 05:21:38 AM |
|
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 Anyone?
|
|
|
|
Mesterlovesz74 (OP)
|
|
June 15, 2014, 07:04:39 AM |
|
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)
|
|
June 15, 2014, 07:31:38 AM |
|
It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other...
|
GoldReserve Donation Acc: BTC: 16g8LVMpKAREXXQNRTUkxDNCoBykouTFZ9 GoldReserve Donation Acc: XGR: GftR1m2Gh8RPsNbQBZZ2xYHbWa7ps2dp8e
|
|
|
|
yogibaer
Legendary
Offline
Activity: 1131
Merit: 1001
|
|
June 15, 2014, 07:59:36 AM |
|
It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... 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
|
|
June 15, 2014, 08:04:33 AM |
|
GoldReserve needs to be added @ Bittrex.
Also it would be to nice see more hashrate
|
|
|
|
Mesterlovesz74 (OP)
|
|
June 15, 2014, 08:27:45 AM |
|
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)
|
|
June 15, 2014, 08:28:14 AM |
|
It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... 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
Activity: 1131
Merit: 1001
|
|
June 15, 2014, 08:31:05 AM |
|
It seems that several pools went offline suddenly! Switch to the working ones, like Pool.mn or some other... 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
|
|
June 15, 2014, 08:42:39 AM |
|
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
Activity: 1628
Merit: 1012
|
|
June 15, 2014, 08:52:10 AM |
|
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.
|
|
|
|
|