Pages:
Author

Topic: [ANN] GirlsToken-2.0 - 2.3-ALPHA in testing now[ANN] - page 10. (Read 25556 times)

hero member
Activity: 1257
Merit: 501
The price of a coin is very low. If you give 100 coins for a block, you can earn something. For the block will be given 25 coins, the miners will leave at all. Although there are so few
legendary
Activity: 1007
Merit: 1000
I would like to propose lowering the block reward, and extending the POW phase. I would like to drop to 25 XGTC per block starting at block 600000 and extend the remaining 400K POW phase by another 600k. This would give a Total mining period of 1.6 Million blocks while not affecting to total money supply.
I believe this is a good idea as we still have a long way to go with new users and this would allow a fair entry for all, while rewarding the "early adopters"
for their support by maintaining the current supply and not diluting their shares/coins in any way Smiley

Please voice your opinions Smiley


reposting this so its seen:

I am offering a 5000XGTC bounty to anyone who can write a small PHP addon for the yiimp explorer page. It needs to aquire and display 'moneysupply' from the wallets getinfo command, and update with each block found.
Please reply with "reserve bounty" if you are interested

legendary
Activity: 1007
Merit: 1000
I am offering a 5000XGTC bounty to anyone who can write a small PHP addon for the yiimp explorer page. It needs to aquire and display 'moneysupply' from the wallets getinfo command, and update with each block found.
Please reply with "reserve bounty" if you are interested


Heres a sneak peak for everyone at what I am currently working on, lots left to do before release still, but work is going well Smiley

legendary
Activity: 1007
Merit: 1000
UPDATE
I am currently testing the pool, and am making small updates in the background. It is currently up, but I recommend not mining with us yet until all has been tested and I have updated here with the go ahead. Smiley

Bootstrap.dat updated to 469800 blocks 0/27/2017


On a complete side note, absolutely nothing to do with XGTC, but...
NETFLIX has just added a documentary called "Banking on Bitcoin" Smiley
Just thought the community might like to know


Pool seems to be up and running properly again, and is re-opened in beta status Smiley Please ensure to set failover pools in case changes need to be made to avoid downtime.
legendary
Activity: 1007
Merit: 1000
UPDATE
I am currently testing the pool, and am making small updates in the background. It is currently up, but I recommend not mining with us yet until all has been tested and I have updated here with the go ahead. Smiley

Bootstrap.dat updated to 469800 blocks 0/27/2017


On a complete side note, absolutely nothing to do with XGTC, but...
NETFLIX has just added a documentary called "Banking on Bitcoin" Smiley
Just thought the community might like to know
legendary
Activity: 1007
Merit: 1000
getwork is working fine, and is properly sending to the miner, and I havent received any errors at this point,
also after checking the explorer one again I see POW blocks are coming in just fine....

Quote
Age   Height   Difficulty   Type   Tx   Conf   Blockhash
2m   463536   0.26768756   PoW   1   4   00000000aae7677f88424ee3e645ca533faa0cc652797370356cc289b3fbc9ed
2m   463535   0.28815713   PoW   1   5   0000000176154593c4a0400ce9fb7df34de8d84594beaf56d30d6debab114210
3m   463534   0.02993912   PoS   2   6   918a86d549de24e028070b23c712fe344138b6fd4dd254ebe7ffcf0df7b0ecc2
3m   463533   0.02946948   PoS   2   7   534445044277ef16596ed42eb93811073b106b8b8a040f3508add40b3a6509ef
4m   463532   0.02842938   PoS   2   8   13cd5537dffecf1fe3f82ffc3fd1c53016de3185351ef421097a5abd8774184a
4m   463531   0.26668647   PoW   1   9   0000000072545a3fe35291e4eb886ac2caaff8ca4346b7d4ec1f300bd873d487

So im not quite sure what error you may be having, but if you provide more details I would be happy to help any way I can Smiley It's possible the long time between POW blocks may be due to a fairly large drop in hashrate ,although I will watch closely in case it happens again.

On a side note, now that this issue has been cleared up, I will be working on the pool again, and will hopefully be up in the next couple days Smiley
legendary
Activity: 1007
Merit: 1000
POW is ended? But

I am at my day job, but will look into it the second I can...

strangely the pools seem to still be running fine.... is there an error you are getting?
Blockmonsta
Quote
[2017-08-24 14:35:44] Starting Stratum on stratum+tcp://blockmonsta.ddnss.de:3401
[2017-08-24 14:35:44] 2 miner threads started, using 'scrypt' algorithm.
[2017-08-24 14:35:48] Stratum difficulty set to 256
[2017-08-24 14:42:56] accepted: 1/1 (100%), 227.20 kH, 5981.36 H/s yes!

lpool.name
Quote
[2017-08-24 17:34:32] Starting Stratum on stratum+tcp://lpool.name:3433
[2017-08-24 17:34:32] 2 miner threads started, using 'scrypt' algorithm.
[2017-08-24 17:34:32] Stratum difficulty set to 4
[2017-08-24 17:35:08] accepted: 1/1 (100%), 118.42 kH, 6889.44 H/s yes!


So looking at the explorer it seems the last POW block actually found was 461631, and there may be an issue with GBT [getblocktemplate]. Which is quite strange considering we are well past the 450k mark when all changes kicked in, and a final POW block of 1mil is hardcoded in the codebase... some examples below:

....rpcmining.cpp.....
Quote
if (pindexBest->nHeight >= LAST_POW_BLOCK)
        throw JSONRPCError(RPC_MISC_ERROR, "No more PoW blocks");

....main.cpp....
Quote
if (IsProofOfWork() && nHeight > LAST_POW_BLOCK)
        return DoS(100, error("AcceptBlock() : reject proof-of-work at height %d", nHeight));

...main.h.....
Quote
static const int LAST_POW_BLOCK = 1000000;

I am back home from work and am working furiously on a fix for all. I am currently going over all commits and changes to see if it was a mistake made by me during updates, or if it was a bug in the code used as a base, the minute I have new info I will update here.
Thank you for bringing this to my attention. Once fixed and all is known to be well, I will send you 500XGTC from my personal wallet for the bug report Smiley


Offering a 5000 XGTC bounty to anyone in the community who can locate the issue before I can. Im not asking for fixes, I will do the fixes, but extra eyes make finding a bug much quicker and will allow mining to resume for all much quicker.
It does not seem to be in "getblocktemplate" or "getwork" or "getworkex" functions, as I have already compared these to other coins code, and all matches perfectly.
hero member
Activity: 1257
Merit: 501
POW is ended? But
sr. member
Activity: 1078
Merit: 255
Quote
2017-07-31 17:19:05 l8nit3
MAINTENANCE REQUEST free - SourceCode Update - XGTC/XGTC

Still no response..... if some of the community also put in requests for the update, maybe they will see it is important and get to work on it. However, in my experience yobit can be quite slow in these situations...

If it's Yolobit you can forget about it. Might try to write in Russian though.
legendary
Activity: 1007
Merit: 1000
Quote
2017-07-31 17:19:05 l8nit3
MAINTENANCE REQUEST free - SourceCode Update - XGTC/XGTC

Still no response..... if some of the community also put in requests for the update, maybe they will see it is important and get to work on it. However, in my experience yobit can be quite slow in these situations...
newbie
Activity: 136
Merit: 0
Unfortunately I'm not a programmer,Pleased to help.Than I can, I will help, write pm
legendary
Activity: 1007
Merit: 1000
Thank you all for your support and kind words 😊
As for "whats next".... i will be attempting to add a "Total current supply" stat to the pool after its rebuild. This will allow us to try for a coinmarketcap listing.

On top of that I am still working in the background to complete the 3.0 software which will be of a 9.x codebase with many new features and UI updates.

Following that are plans for Bloom and SPV integration allowing a quick loading android wallet to be built.

And finally, after these important steps, we will be working on market adoption and real world uses such as donations to charities that support and help drive women in tech.

Although if the community has any other ideas I would be happy to hear  them 😊
newbie
Activity: 136
Merit: 0
L8nit3,I know that you have very little free time.But we know that everything will work out for you.And we will all be in +  Smiley
newbie
Activity: 136
Merit: 0
We overcame a 450,000 block !!what's next? Smiley
full member
Activity: 252
Merit: 107
l8nit3, I really admire your work and like the project. I own some coins and will get some more as they are really cheap right now. Keep up with the good work and ignore all the fudding. Wink
legendary
Activity: 1007
Merit: 1000
Small UI change to help separate mined transactions from staked transactions. Will be included in next build.
legendary
Activity: 1007
Merit: 1000
Pool/Explorer is intermittent right now, however main seed node is still rocking. Once finished on some small changes to the XGTC code [which I feel is more important as we have 2 other pools right now], I will focus the needed time and energy to get the pool/explorer back up and running. Smiley

UPDATE
I have the 2.1.1.3 update currently building while I am at work. This will add the miniupnpc 1.9 support added by inder/redni, some qt icon fixes, some qt pro fixes, and will update the noblocks version to stop recieving info from the old 1.0.8 versions. And lastly it adds 2 more seed nodes for faster syncing.
Also we are getting quite near block 450k when our new POS % and removal of superblocks will kick in.
Once we pass 450k I will add a new checkpoint in the code which will be in the 2.1.1.4 release

UPDATE
2.1.1.3 has been released, building the pi daemon now. Also the bootstrap.dat has been updated to 445k+ blocks.
OP has been updated with new links, and new additions to roadmap. However I am unable to load up virustotal.com right now and as such the virustotal results have not yet been updated.

2.1.1.3 includes:
Quote
-New upnp code for 1.9 provided by inder/redni
-Added multi-inv message support - see litecoin commit 1f3d3647ffb49943f485c9a663f0644ca7d110de
-Many small fixes in qt files
-Small icon based fixes
-NoBlocks version change to completely cut off 1.0.8 wallets
-Add 2 more seed nodes for quicker syncing


VirusTotal results have been updated in OP for 2.1.1.3 release


Have looked into a CoinsMarketCap listing, however they require a website that displays current total supply for the coin. I am not used to very much PHP but am in the process of adding it as a stat on the pool explorer [which I will share with other yiimp pool owners if it works]. Once this is working we should be ready for a listing on CoinMarketCap which should help the project get some more visibility Smiley

UPDATE
Now that 2.1.1.3 is out I will be pulling down and rebuilding the pool, with much more focus on better DDOS security as we seem to have had some "interesting" traffic over the past few days.
This process will likely take a few days as I will be restarting from a fresh clean server, and using things I have learned since it was first built, hopefully making a nicer stronger pool for all to use, and hopefully with the "coin supply" addition to the explorer.
Once this is finished I will update here and l8nit3-miners should be running happily again :)
I thank the other pool owners for continuing to host mining for XGTC at their pools, it is incredibly helpful while I work on the dev pool Smiley

Outstanding coins from pool sent manually:
txid=79bebf0b7baf774790e500aa4a1702af4b3b674983d3a4ec4f7ead43ff637913
legendary
Activity: 1007
Merit: 1000
Raspi daemon tested and working on raspi3 , at this point unsure about earlier models.
Pi Daemon

Also finally found a working copy of a 10.6.8 vm, so just gotta install all deps and xcode, and build should be ready in a day or so Smiley

And lastly, for those that do not know this yet, coinsmarkets.com is an exchange that also allows you to stake POS coins in the wallet. Similar to a POS pool
legendary
Activity: 1007
Merit: 1000
Yobit has old wallet version as they almost never update wallets. So that coins are probably lost

This dev is wak shit I think so far, his own explorer doesn't work, coins can;t be lost, just stolen money if the case
Listen "Tami" your FUD does not work. You do not read, you are the worst part of crypto.
A transaction on the wrong chan WILL NEVER GO THROUGH. You and the whole community were warned of this.
So here is your answer "Tami", DO SOME ACTUAL WORK and fix your own coin. You have been reported to mod, and are now on ignore.

@Rest of community
Thank you for your assistance in explaining this once again Smiley
member
Activity: 70
Merit: 10
Yobit has old wallet version as they almost never update wallets. So that coins are probably lost

This dev is wak shit I think so far, his own explorer doesn't work, coins can;t be lost, just stolen money if the case
Pages:
Jump to: