Bitcoin Forum
May 24, 2024, 05:05:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
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 »
141  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - Small Update 2.1.1.3[ANN] on: August 25, 2017, 01:58:11 AM
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
142  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - Small Update 2.1.1.3[ANN] on: August 24, 2017, 01:39:11 PM
POW is ended? But

I am at my day job, but will look into it the second I can...
<edit>
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!

<edit>
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

<edit>
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.
143  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - Small Update 2.1.1.3[ANN] on: August 23, 2017, 05:08:18 PM
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...
144  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - Small Update 2.1.1.3[ANN] on: August 22, 2017, 03:28:35 PM
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 😊
145  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 21, 2017, 01:54:53 AM
50 more sent from the pool wallet, 164 - 50 = 114 LOG remaining [need to test the wallet to ensure they make it to you]
http://cryptoguru.tk/Transaction/index.php?Currency=LOG&Transaction=98ef4416022d512f65b9553475105fcd075fe7edeee8261da229275655c70a7a
I have some more hardening to do on the pool, ports are still closed but explorer is currently up.
146  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - Small Update 2.1.1.3[ANN] on: August 20, 2017, 03:30:58 PM
Small UI change to help separate mined transactions from staked transactions. Will be included in next build.
147  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] ## BlakeStar BLAS // Blake2s // PoW/PoS Hybrid ## on: August 19, 2017, 11:25:18 PM
I will be manually making payouts tonight for any coins mined at L8nit3-Miners.com, and then ports will be blocked for a short time.

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 :)
148  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 17, 2017, 06:23:27 PM
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

<edit>
VirusTotal results have been updated in OP for 2.1.1.3 release

<edit2>
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
149  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 17, 2017, 04:20:49 PM
Yes that is the plan, there is still some minor adjustments I need to make in the backend once all is paid, but the hope is to be up before long and running at full speed again Smiley

<edit>
@lyolyalya
You have ~324-160 = 164 LOG outstanding at this point. I am simply putting this here to have a fair, publicly viewable record of this as I will be pulling down and rebuilding the pool, with much more focus on avoiding chain splits as much as possible, aswell as 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 stringer pool for all to use. Once this is finished I will update here and LOG should be running happily again :)
150  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 17, 2017, 02:55:52 PM
Sent, however c-cex gave a strange txid...

Quote
Withdrawal successful!
160.74979456 LOG sent to "WkUUHG2zDC4SeRSLzTM9wf9aQxuo3hHhKJ"
Transaction ID: "Inner_1502942461W15469418F0AC0B52BB675D168748"
And the rest will be sent ASAP.
confirmed=)they are there=)
but 314 LOG on pool are not touched.or you will edit it manually later?
These were sent directly from my own c-cex account, and as such are not reflected on the pool. I will be resetting the stats manually, but only after you have been fully paid back the missing coins. That way we can both be sure all is fair.
151  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 17, 2017, 04:02:28 AM
Sent, however c-cex gave a strange txid...

Quote
Withdrawal successful!
160.74979456 LOG sent to "WkUUHG2zDC4SeRSLzTM9wf9aQxuo3hHhKJ"
Transaction ID: "Inner_1502942461W15469418F0AC0B52BB675D168748"
And the rest will be sent ASAP.
152  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 16, 2017, 07:14:59 PM
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
153  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 16, 2017, 02:52:42 PM
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
154  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 16, 2017, 12:06:12 AM
Sadly no, with approximately 1275.32268 LOG created each day, that would have meant nearly all other miners had dropped off and you had pulled nearly a full days worth of blocks alone. Which makes far more sense knowing now that we were mining on our own chain... separate from all other miners. However, you are absolutely still owed ~1/3 of that amount, which is quite good for a day Smiley  may I ask what your using to mine with? multi gpu setup?
yes.4x1070 and will have 1080ti tomorrow=)so repair Log pool - i want to mine some wood=)
Awesome Cheesy
I build 5-6 card rigs for friends and customers, but currently only rock 2 280x's my self..... hydro pricing sucks in my area.
I have good news however, I have a partial payment of approx 50% of your owed coins ready for you, I just want to ensure WkUUHG2zDC4SeRSLzTM9wf9aQxuo3hHhKJ is the correct address before sending, also I am waiting on a few more altcoin orders to go through and will have the rest. At which point I will be resetting the pool stats [only after all owed coins are paid] and making some changes in the backend of the pool that should hopefully prevent this issue in the future Smiley
155  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 15, 2017, 03:13:01 PM
Sadly no, with approximately 1275.32268 LOG created each day, that would have meant nearly all other miners had dropped off and you had pulled nearly a full days worth of blocks alone. Which makes far more sense knowing now that we were mining on our own chain... separate from all other miners. However, you are absolutely still owed ~1/3 of that amount, which is quite good for a day Smiley  may I ask what your using to mine with? multi gpu setup?
156  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 15, 2017, 03:34:50 AM
The mac is not very new...MAC OS X 10.6.8
 yes 2.1.1.2 version
Yes error message...
Ahhh that is the issue there. Due to enabling qrcode support, a minimum of version 10.7 is required. I apologize, and will build a version compatible with older versions as soon as i am off work 9pm est.
Ok dev, I wait...
Thanks  Wink
Ok, so it seems I was incorrect in remembering why the wallet needed to be compiled with 10.7+ as a base. It was not qrcode support, but was libc++11. It would seem that Apple has decided to only officially support libc++ on 10.7... so I will have to add an hdd to my hackintosh [or possibly just a VM] and setup a 10.6.8 build to be able to properly compile for versions 10.7 and under.
All this is to say, I am working on it but may take a bit longer then a simple re-compile as I originally thought.
157  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 14, 2017, 05:18:04 PM
The mac is not very new...MAC OS X 10.6.8
 yes 2.1.1.2 version
Yes error message...
Ahhh that is the issue there. Due to enabling qrcode support, a minimum of version 10.7 is required. I apologize, and will build a version compatible with older versions as soon as i am off work 9pm est.
158  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 14, 2017, 05:02:30 PM
I can't open the mac wallet.  Huh
what version of mac and what version of the wallet? the 2.1.12 version? also is there an error message by chance?
159  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN] www.L8nit3-Miners.com Mining Pool! on: August 14, 2017, 04:32:46 PM
any news??
Ok, so the current status is as such:
I believe we are now on the correct chain, and I am cashing in holdings of some other altcoins to be able to pay the owed coins. Once we had switched to the wrong chain, any coins mined on that chain technically do not exist, which is why they never made it to your wallet. However, while we were on the correct chain you absolutely did mine up a balance that is still owed to you.
Here is a screen shot of the current pool stats [in the admin section] to show the outstanding coins on the correct chain:

Once I have acquired enough BTC from my other holdings, I will use that to buy the LOG you are owed, and it will be sent from an exchange wallet to ensure that there are no issues with you receiving them.
Again I apologize for the lengthy timeframe while I try and work out exactly how this happened, and while I cash out my other holdings. [POT, PI, DASH, etc.]
160  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] GirlsToken-2.0 - New Logo - 2 Exchanges open and updated!![ANN] on: August 14, 2017, 02:51:31 PM
     
     ↝  GirlsToken | Torrent SnapShot  ↜

     Why SnapShot and why Torrent? 

     
       Speed and no waiting, after downloading, just copy the files to have the current block chain.
       Ability to safely intercept the download and resume it.
       Additional Nodes and Peers attached.
       Updates every few days.
    


     Last Update: 14.08.2017:14.40 UTC+01:00  

     Donations: GZdA2bsjap6cBXD3c2ps9ZM6pEgp7oj1kg  
Wonderful, thank you for your help Smiley I am also uploading an updated bootstrap now Smiley
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 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!