Bitcoin Forum
September 28, 2025, 08:48:24 AM *
News: Latest Bitcoin Core release: 29.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 3 4 5 6 7 8 9 »
1  Alternate cryptocurrencies / Service Announcements (Altcoins) / Re: ANN - 💰💵💰 SLOT💰💵💰 - The Instant Blockchain Bet - 100% by Smart Contact on: September 28, 2017, 10:20:01 AM
I am just playing because I think the idea is that good and deserves support.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: ✝️✝️✝️ [ANN] [ICO] JESUS COIN - Decentralizing Jesus on the Blockchain ✝️✝️✝️ on: September 13, 2017, 10:46:38 PM
This is exploding in value!
3  Alternate cryptocurrencies / Altcoin Discussion / Re: Jesus Coin on: September 11, 2017, 10:26:00 AM
LMFAO "Jesus would be pumped to have his own coin". This is killing me. Like I'm actually dying.
4  Alternate cryptocurrencies / Bounties (Altcoins) / Re: Jesus Coin Bounty Campaign - The quickest way to redemption and profit on: September 10, 2017, 02:54:39 PM
This coin is just too funny not to fly, I want to participate in all possible ways to promote
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [2014 FLAGSHIP ALT] *EarthCoin* EAC +1 Community, +1 Exec Team, +1 Best Talent on: March 07, 2014, 04:20:32 PM
IMHO have a new Earthcoin president election.  I would pony up some EAC to fund a worthwhile person who wants to take over.
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 06, 2014, 09:33:33 PM
my eyeballs are bleeding.

7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 06, 2014, 05:50:54 PM
Yeh except for the price you can get 2 for the cost of a 280X or similar with 2nd.  And use less then 80w

And pay for 2x as many motherboards, CPUs, DIMMs, cases, risers etc to get the same total hash power.

If you are only talking about a single 280X not multiple. Then why would you need 2 full systems?

My recommendation wasn't aimed at those of us that use 3 or 4 gpus per system

I just bought 2 750ti superclocked.  I'm excited because the Maxwell architecture has not been touched yet in cudaminer. While the old titan architecture is implemented to run maxwell currently; Hopefully there will be further updates that will undoubtedly increase hash power as the new architecture is brought into cudaminer. Plus at the moment they will replace my gtx580 for a third of the watts and double the hash rate. In Keccak they will get 5 times the hash rate of my gtx580 overall they are a complete win for me. Remember the most important part of maxwell implementation is the integration of an arm cpu onto the card along with the stream procs, and that in cuda 5.5 the int swap was finally fully implemented.

There may be something to this...  I havnt looked at the 750ti's till now, they are unpowered cards, so running multiple will pull too much from the MB unless you use powered risers I suppose.  That said, the CEO of this coin mentioned a partnership to get a 8 way riser cable that would plug into 1 16x slot.  if they could be powered you could in theory run 8 750TI's (2.4MH/s or higher once it gets optimized) on scrypt and only pull 600W or so from the entire rig.  The cost would be under $2000 per setup as well....  That's as cheap as current ASIC's with the flexibility of GPU.

could be interesting.

/comments?
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 06, 2014, 03:38:31 PM
Update on my side of Dev.. just so you guys know stuff is actually going on....

I couldn't get in touch with cryptowest today.. may just be we're in diff timezones.. Decided instead just to continue with my code base.  This strategy isn't necessarily a bad thing: there's precedents in the industry for 2 teams to race to a project finish.. and then we have the luxury of picking the safest route.  Steve Jobs somewhat famous for driving his teams like that @ apple back in the day.

Anyways after getting home from work, doing the family stuff.. hosting some guests.  after everyone asleep.. picked up the code that I had from sunday night and made a few modifications and started testing.  Now I didn't actually just fork vertcoin/pandacoin code base to start this project, instead i took Realstackcoin, and that was from RPC and manually integrate the KGW and N-factor changes.  Not especially hard.. but you do have to be careful when splicing in other people's code in a code base where you might only understand 10% of (which in all honesty... I'm pretty noob at this, since i started hacking this code... just last week on RSC Smiley ).  A little nervous that i had some typos here and there or whatever... so started testing...

Found bug #1: TYPO on the premine.. 40M instead of 400M.. oops that would have been embarrassing Smiley
Found bug #2: had Nonce set incorrectly on genesis block (but bug was hidden behind the fact that i turned searchgenesis code block on.. which somehow modified my block.nonce to be.. correct..  i still don't get how that happens.. )  but anyways that was fixed.

Started mining on my 2 machines using linux daemon client gen=1 on CPU.. found premine block.. so basics are working....
Next test: check that block reward in GetBlockValue is working as expected (that was the relaunch2 FUBAR).

  Temporarily turned off KGW through return of bnProofOfWorkLimit in GetNextWorkRequired function
  Temporarily turned off the slow ramp Subsidy code (block 1-200 =0, block 200-720 =1 reward).  
  Temporarily turned lowered block havling down to 40 (from 250000)

Started pointing my vertcoin GPU cluster onto solo mining.. finding lots of blocks fast...
  Check listaccounts, to ensure that i'm actually getting block rewards that I'm expecting.
  Mining... waiting for my blocks to mature so i can start testing sending/receiving (should work.. but better test to make sure)

meantime : Provisioned 2 VPS nodes, one in Toronto, and one in Chicago.. to be the DNS seed , and 1 Blockchain seed node... this is for backup.  GPUC already has some nodes he purchased so we are probably going to use those nodes



Here's the full dev plan that I'm tracking to... yes it may seem a bit complicated for such a small project, but it really helps with NOT making mistakes...

Development plan
-------

Coding:
  - (done) Temporarily remove checkpoints
  - (done) Change ports
  - (done) Update GPUcoin_seeder with ports.
  - (done) All name changes, and symbol changes: GPUC
  - (done) Change max coins amount, and original COIN amount
  - (done) Change KGW retarget time
  
  - (done) Add in DNSSeed address, and hardcoded 3 node seed addresses, 3 data center VPSes: 2 in US, and 1 in canada
  - (done) Revert fix micro, milli units (this was changed before to avoid integer overflows for 100B+coins)
  - (done) Update subsidy schedule
  
    - (done) change confirmations needed to account for 60second blocktimes changed to 12
  - (done) nfactor schedule

Internal Testing:  
  - testing phase on intranet using linux CLI daemon
    - (done) test client mining
    - (done) test rewards
    - test KGW
    - test send/receive
    - test client mining (cpu)
    - test GPU mining - solo
    
   << -- we are here now -- >>
  
    - blow away all temp datadirs.
        
Final Modifications:
  - Get PNG logl & graphics from GPUC, and populate QT folder
  - Change address prefix from S to G
  - Build windows_alpha client
  - Test windows alpha client, test send on test network.
  - Add launch Seed nodes to DNSseed main.cpp hard code
  
  <functional code complete here>
  <push to github as code complete ahead of real deployment>
  
  <get code reviews>

Real Genesis blocks, and fork prevention:  
 - Update to launch pszTimestamp
 - Update to launch nTime to curent POSIX time
 - Create *real* genesis hash, merkle root, and get nonce
 - Mine to ~200 blocks
 - Get checkpoints, and update checkpoints.cpp
 - Settle on final node IP address hardcodes, and any changes to DNS seed host addresses
 
Deployment:  
 - Build Final Windows and OSX client release
 - Deploy on VPS behind firewall: DNSSeed, and Seed node
 - Setup IP tables, etc.

Final Test:
 - Test Run DNSseed and make sure it can ping seed nodes, and shows as available
 - Test that DNS seed is working using nslookup
 - Test Final windows build can connect immediately from fresh start (no previous blockdb)
 - Test Final windows build sends / receive coins working
 - Test GPU mining against "real" network for blocks 200-210 (reward=1)
 - Send private build to GPUC
 - Send 400M premine coins to GPUC's wallet
 
Final Launch:
 - Upload windows build to mega, post launch code to github
 - Launch



THIS

IS

AN

EXCELLENT

UPDATE

my confidence in the dev team has increased 5 fold.  Good Job.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 06, 2014, 02:31:46 AM
If the coin doesn't launch by Sunday then let's make it happen as a community. I'm well equipped to handle the code and get everything compiled nicely. I have a large server (16x) infrastructure already in place to create the backbone. I've estimated an entire day to get everything done and up smoothly.

All we need are the parameters...

Let me know if there is any interest in this.

I think this is a great Idea.  I have mentioned to the CEO a few times to get the community involved to try and get rid of some of the bad press.  If it fails again you should do this.

I do not agree with this in principle if it means more premine for IPO investors... that said if the CEO wanted to kick in more of his 75mil then that's his prerogative, but I would not expect it or ask him to do that.  I know we are all greedy bastards at heart but this coin has to look attractive to the non IPO community if its going to have any real value.

Remember, just because you can buy GPU's for it, the GPU's must be bought from a vendor, and they probably only accept cash or at best Bitcoin... so the cost of any Graphics Card in GPU coins will be based on their BTC exchange rate.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 05, 2014, 11:52:48 PM
As a GPUcoin IPO investor here are my concerns...

1. CEO.  I do believe the CEO is honest, which is a big plus.  I think his business goals are plausible... but I don't like how he as performed under pressure so far.  Now this may be a learning experience for him and not a show of what is going to happen the next time things get tough.

2. Dev Team.  1st Dev team failed, 2nd Dev team was rushed... will we be successful this time?  Well there are enough days to get it right.  What I would like to here though is daily status updates from the CEO saying the redevelopment / launch is on schedule, etc...   More communication = happier community = win.

3. IPO Investment.  As an investor I think there is more upside potential for this coin then risk... however this is assuming that my share of GPUcoin will increase based on those investors that pulled out.  If the CEO does NOT open up GPUcoin for a 2nd round of investment I will keep my BTC in GPUcoin... however, if he does open it to another round then I would probably pull out, though I will still mine the coin at launch for a few hours / days.

Again with communication being key a statement and update to the community by the CEO addressing my concerns and other valid concerns would be helpful.

Failure to provide adequate communication and manage expectations within 24 hours will result in my request (and perhaps others) to withdraw IPO funds.


Thanks and I look forward to the response.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 04, 2014, 07:47:16 PM
Due to the tight timeframe, I didn't have time to set up a proper dns seed, so to make the launch time I just put in a hardcoded node, which he was in control of. At launch time, he failed to have this node running, and the blockchain started forking. This wasn't a huge issue, and would have been pretty easy to fix. All he needed to do was get his node up running properly, or hell, even telling all the


My humble recommendation to you is that : you need to provide deployment services as part of your coin creation contract service..

There's just too much that can go wrong in DEPLOYMENT.... not coding, but deployment: vps node setup, dnsseed setup, dns zone config file, iptables setup, etc.  You can't expect someone without an IT background to figure all that stuff out.  

VPS nodes are cheap.. digital river costs pennies.. and there are even cheaper services: checkout bluevm or cloudatcost.  There's really no excuse not to own the whole launch nodes to ensure that things are up and running smoothly ahead of launch.



But the CEO of a company is responsible for the actions the company takes.  As a manager myself I'm not expected to know all the technical details but rather make good decisions and judgment calls to include hiring competent people, communicating, and setting expectations.  How the CEO conducts him/herself during a crisis really shows their metal.  Its not that people cant make mistakes, its how they learn from those mistakes.

Ok, so launch 1 had a mistake.  Ultimately it is the CEO's fault... In addition communication could have been improved and a rash decision to relaunch the coin in 24 hours was made.

Fast forward and the CEO is making the same mistakes... incompetent, or rushed, or sleep deprived developers continuously failing to launch correctly and the CEO is failing to communicate properly or set expectations.  

CEO.  DONT WASTE OUR TIME... Your time is valuable, so is ours.... and there are more of us then you.  That is why its important to set and manage expectations...

In hindsight the CEO should have said after he decided to relaunch that he would consult with developers and provide a status update to the community within 24 hours with a revised timeline to launch the coin.  If he needed a skilled dev team he could have also stated his needs.

The community would have appreciated not being jerked around, wasting hours of their time, etc... and GPU coin would still have a chance.

Again this is my opinion, and opinions are like assholes.
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 04, 2014, 07:34:34 PM
So do we have a re re re re re launch ETA yet?

surprised we don't have a "re-re" coin yet
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Reboot Sunday March 9th on: March 04, 2014, 06:30:05 PM
Anyone like to explain to a coin noob in plain terms exactly why the (re?)launch failed? It looked okay to me, we were mining coins right? I know it's kinda dumb, but I am missing something...

First Launch...
Everything set up proper, launch on time... then Fork... Dev was MIA... CEO couldn't right the ship.  Called the coin, promised relaunch in 24  hours.

2nd Launch...
New dev team copied panda and renamed it GPUC... it launched semi successfully, but the block reward values were never changed to 20k / block (which is what the coin and IPO were based off of).  CEO called the coin, promised relaunch in hours.

3rd Launch (attempt)...
Long time mining genesis block, addnodes were compromised had to be reset up.  In doing so they sent the wallet to a few people who were "trusted" and they started mining... had to scrap it to relaunch.

4th Launch (attempt)...
New genesis block and addnodes now working, mining for IPO / premine 1st block of 400M GPUC was orphaned and they couldn't tell who got the block... (someone with a working wallet stole it)... had to scrap this launch attempt.

5th Launch coming Sunday March 9th.

Did I miss anything?
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin on: March 04, 2014, 09:24:07 AM

[10:15] <@cryptowest> premining now. first fucking block orphaned again and im not resetting, so u guys gonna hve to wait a minute for me to get the CEO his IPO payment
[10:15] <@cryptowest> we'll have block explorer up tonight


If no one is mining except the dev, how come he has orphans???


Well... the wallet was pre-released to "friends" but they were told not to mine... yeah right.

So they had to reset it again so it would be "fair"...

Only problem is someone now stole the 1st block of 400M (why the devs got orphan).

Now they don't want to admit that they have to start over again.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Re-Launch 03MAR14 23:00 EST on: March 04, 2014, 04:42:52 AM
Relaunch it, anything is better than all these instamined coins

absolutely love it, speed gets rewarded, if you dont like it, go mine physical gold
Did you invest in the IPO? Wrong block reward completely fucks up this coin

I'm an IPO investor.  Per the dev, if the 2nd launch fails he will  refund the BTC.  I'm requesting my refund... Investor ID 018

Thank you.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Re-Launch 03MAR14 23:00 EST on: March 04, 2014, 04:27:25 AM
it's working well:



Yea with rewards like that my IPO isn't worth dick.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Re-Launch 03MAR14 23:00 EST on: March 04, 2014, 02:58:29 AM
1 Hour till launch.  A PW protected wallet file is about due IMHO.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [GPUC] GPU Coin | Launch 02MAR14 | IPO Available on: March 02, 2014, 10:53:42 PM
OUR CURRENT DEV IS FIRED AND WE NOW HAVE A NEW DEV.  

So who is taking your place?

+

I am still a little appalled that they would wait 30 minutes until after the failed launch to say anything to alleviate concerns.  They just hid..

In all fairness they probably spent those 30min trying to fix the problems before calling it failed.

If you hire a dev, get a resume of successful launches imho.
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 20, 2014, 08:27:17 PM
If you guys are going to fuck us all up the ass at least give us a reach around or use some KY.

My ass is sore...  I went to bed with 5M Panda to wake up and have it worth 1/5 of what it was.
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [pandacoin] The Panda Coin ♥ Scrypt Adaptive-N w/Kimotos Gravity Well ★ on: February 20, 2014, 05:25:39 PM
It will probably get lost in this mess.... but why not support a coin with 0% premine, yet where devs get a small % of the tx fees to "support the coin"

i.e. xyz coin 0% premine, 0.000001 coins ---> dev per tx.
Pages: [1] 2 3 4 5 6 7 8 9 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!