Bitcoin Forum
May 14, 2024, 12:19:21 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1]
1  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 07, 2015, 04:52:39 AM
Sorry for so many problems. I have been working with all my extra time to get this update. But i have not had much extra time. I had to work a

double at work today to make up for the day I skipped the other day, I am just getting home. I will stay up as late as possible trying to get it finished,

but I have to work tomorrow starting in afternoon. I do not have to work Saturday or Sunday, so one of those days is more realistic for completion.

I know I should have been done by block 5000, actually should have been prepared before launch but I was not. Trying my best here.
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 04, 2015, 08:57:26 PM
Ok, the working version of static Windows QT is posted. Sorry for the mistakes. I tested this download on my VM and it works, and original build works on my borrowed laptop. So it should work for all of you.


Windows Wallet Download Page



3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 04, 2015, 08:43:37 PM
--large-address-aware...........................

Thanks, yeah that is where I had forgot to add -static. I am pretty sure it is compiling correct now as I was able to get the stripecoind compiled correct.


I also found 2 other problems that may or may not been causing an issue. obj/net.o was corrupted it seems so i redid it, and it was linking an incorrect version of boost on one line.

It hope it is compiling correct now =/


On a side note, the guy I had hired to make me a faucet still has not responded back. He may be having issues. I did not pay him barely any BTC so I doubt he is a scammer for such a small amount. Maybe he is just having some issues. If he does not come through in the next hours, and I have the Windows wallet posted, I will just make a faucet myself.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 04, 2015, 07:36:41 PM
windows wallet not working...


Give me a few minutes. I see where I forgot to make a lib static. Recompiling now...as long as no issues it should be ready in moments.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 04, 2015, 05:42:57 PM
Ok the Windows wallet has been uploaded to github, and main post is updated with it. It may be too little too late, but I tried my best.


You are the only dev here right ?! What skills do you have and what was your plan(s) for your coin ?! At least, you admit your error/problem so its a good start!


Yes I am the only developer. I had someone that started out with me, but they abandoned ship after a few hours.
I am not opposed to having another or more than one join to help. But, the problem is that this is a 0 profit venture. It is hard to get people to want to help if you do not offer them money.


The plan with the coin is to do a hardfork a little but after block 5000. The fork will implement POS and a few other things I would like to keep quiet about in case they do not work out the way I wanted them to. I also was planning to use a proof-of-chain concept to reward all the early miners with a sidechain coin, but this was going to be handled by my friend who seems to be no longer on board.

I am a first year CS student at our state University. My main skills learned so far are with PHP, HTML, CSS, and javascript, but I am learning new stuff everyday. I am a bartender part-time at a local BBQ shack to supplement my student loan income(this obv has nothing to do with the coin, but it may help explain my allocated time-frames).
6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 04, 2015, 05:13:52 PM
Hey dev, where did you go?  I wasn't trying to mock the coin or anything.  Yeah, launch didn't go so well but you warned us it was your first coin.  Hell, even if STRP never hits an exchange, you might as well finish what you started.  Consider this coin a practice run.  Next one will be better.

Even if you are no professional, the alt scene needs more guys with even basic coding and programming skills because you have the ability to actually contribute.  Guys like me who just blah blah blah and contribute nothing but words are a dime a dozen.

I am still here, I am just having problems and it is embarrassing. I had no idea compiling a wallet on windows was such a nightmare. I stayed home from work today to try to get this worked out, but still there are problems.

First I was attempting it on a Windows 8.1 VM on my netbbok. I could not even get all the dependencies installed there without errors. Last night I borrowed a Windows 10 laptop, and was able to get all dependencies compiled(I fell asleep while QT was compiling cause it took over an hour).

Fresh this morning I called into work and made an excuse. Jumped into the laptop and started fresh. Halfway through compilation I get a net.cpp error. I googled my issues, and tried 10+ fixes. None of them worked. I erased all libs and dependencies and started over. Got to the same compilation problem.


It looked like a upnp issue so I tried to qmake without upnp(USE_UPNP=-)
No luck.


I decided that maybe it is a windows 10 issue so I am currently installing a VM version of Windows 7. This is basically my last hope.

I do not want to get someone else to compilate it because if I did, I can't vouch for it cause I have no idea if it is legit or not.


Maybe I am not cut out for this shit. I have compiled many sources before, but always on Ubuntu.

your mistake:
ifneq (${USE_UPNP}, -)
 LIBS += -l miniupnpc -l iphlpapi
 DEFS += -DSTATICLIB -DUSE_UPNP=$(USE_UPNP)
endif

ok, solution:
endif
ifneq (${USE_UPNP}, -)
 LIBS += -l miniupnpc -l iphlpapi
 DEFS += -DMINIUPNP_STATICLIB -DUSE_UPNP=$(USE_UPNP)
endif

You are a genius and a life-saver. That fixed it.



I am about to upload it now to releases on github. Would you like some STRP from the bounty fund? I can send you a couple thousand of them?
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 04, 2015, 04:04:46 PM
Hey dev, where did you go?  I wasn't trying to mock the coin or anything.  Yeah, launch didn't go so well but you warned us it was your first coin.  Hell, even if STRP never hits an exchange, you might as well finish what you started.  Consider this coin a practice run.  Next one will be better.

Even if you are no professional, the alt scene needs more guys with even basic coding and programming skills because you have the ability to actually contribute.  Guys like me who just blah blah blah and contribute nothing but words are a dime a dozen.

I am still here, I am just having problems and it is embarrassing. I had no idea compiling a wallet on windows was such a nightmare. I stayed home from work today to try to get this worked out, but still there are problems.

First I was attempting it on a Windows 8.1 VM on my netbbok. I could not even get all the dependencies installed there without errors. Last night I borrowed a Windows 10 laptop, and was able to get all dependencies compiled(I fell asleep while QT was compiling cause it took over an hour).

Fresh this morning I called into work and made an excuse. Jumped into the laptop and started fresh. Halfway through compilation I get a net.cpp error. I googled my issues, and tried 10+ fixes. None of them worked. I erased all libs and dependencies and started over. Got to the same compilation problem.



It looked like a upnp issue so I tried to qmake without upnp(USE_UPNP=-)
No luck.


I decided that maybe it is a windows 10 issue so I am currently installing a VM version of Windows 7. This is basically my last hope.

I do not want to get someone else to compilate it because if I did, I can't vouch for it cause I have no idea if it is legit or not.


Maybe I am not cut out for this shit. I have compiled many sources before, but always on Ubuntu.
8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED with a few minor issues} {Stripecoin} {STRP} {SCRYPT} {High Rewards} on: August 03, 2015, 05:47:22 PM
A confirmed clean and functioning Windows wallet would probably be the thing to prioritize.

Ok, I have the block explorer up. It is just hosted direct on servers ip at 23.96.114.25:2750 until i import a domain name, but it works. I am recompiling the Windows wallet, or trying my best to. I hope to have this up at some point today.

We have messaged you guys about a richlist + block explorer.


Hi, there are other things much more important at the moment than a rich-list. Thank you for the offer though, but this project needs a lot of things so I cant justify paying $20 to you for something that I can just do as soon as I get some other things finished.

Have a nice day  Grin
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED with a few minor issues} {Stripecoin} {STRP} {SCRYPT} {High Rewards} on: August 03, 2015, 04:23:36 PM
A confirmed clean and functioning Windows wallet would probably be the thing to prioritize.

Ok, I have the block explorer up. It is just hosted direct on servers ip at 23.96.114.25:2750 until i import a domain name, but it works. I am recompiling the Windows wallet, or trying my best to. I hope to have this up at some point today.
10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED with a few minor issues} {Stripecoin} {STRP} {SCRYPT} {High Rewards} on: August 03, 2015, 03:37:11 PM
Dev, do you have block explorer and rich list?

Hi, good morning. I have a block explorer I am working on. It does not have a rich list associated though. It is almost complete. I should be able to push it within the hour.


I have a faucet being built right now as well.
11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: {LAUNCHED with a few minor issues} {Stripecoin} {STRP} {SCRYPT} {High Rewards} on: August 03, 2015, 03:19:28 AM
We updated all the logos, and published a linux stripecoin-qt release.


linux-qt
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: WARNING POSSIBLE FORK{Stripecoin} {STRP} {SCRYPT} {High Early Rewards} on: August 02, 2015, 10:37:50 PM
How much is POS rates ? where is the wallet ? what's the planning ? Think deadcoin before start

Sorry, I am trying to work on an update right now to address the issues. POS is not implemented yet, but that was part of our roadmap plan when we did a hardfork after block 5000.


There was a Windows wallet posted a few posts up. i do not have my VM complete yet so have been unable to test it.

Some things seem to be wrong with the difficulty adjustment. I have noticed some anomalies from the way I had expected it to go. I hope to have it resolved with the next version.


there you are..

https://www.virustotal.com/en/file/d1deac64c82831959315cae5a739c90cf356c2e5c915232c822d6f6a4b2615ee/analysis/1438550098/

win wallet:
http://www.filedropper.com/stripecoin-qt


send a tip if you like it.

SUbKGcT88xx6W898uoXFhM8WnRvDbdcQYC

-----------------------
if(nHeight == 2)
{
nSubsidy = 13371.337 * COIN;
}
-------------------------

pm if updates needed in the future.
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAUNCHED {Stripecoin} {STRP} {SCRYPT} {ONLY 5000 Blocks} {High Early Rewards} on: August 02, 2015, 10:02:42 PM
Looking at the two pools... diff adjustment is weird.

pool.mn found 105 through 111

suprnova found 108 through 114

both pools claim to have found blocks 108, 109, 110, 111

two different forks?

Yeah, something is not right here. I am not sure what caused this, I am looking into it. I would suggest not to mine any more and save your hash till I figure it out.
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAUNCHED {Stripecoin} {STRP} {SCRYPT} {ONLY 5000 Blocks} {High Early Rewards} on: August 02, 2015, 09:51:56 PM
Ok, I feel like a dumb-ass now. I thought I had changed all the right logos, I guess not.


Everyone is mad about the wallets, and I got some mean pms calling me a scammer. I did not ever ask anyone for any money or force them to mine. I do not feel like I am a scammer.


This is the first coin I ever tried, and I thought it would work out well. If you guys want me to, I can just shut it all down. Sorry, we had some nice plans including a proof-of-chain implementation after the 5000th block to reward those that were still with the coin.


And yeah, the logo. It was kind of a joke and planned to change it soon.

Bounty for block explorer and rich list ?

I sent a bounty to the first person that posted a Windows wallet, I have no way to test it till My VM completes, but I felt that was fair. I also got a pm about someone compiling, but the other guy had already posted one.

We did a premine of 13371.337 premine block and 4 additional regular blocks which gave us a total of 15371.337. I gave 3371 to the person that posted that wallet and I have 12000.337 left. I would like to keep at least 2-5k for myself, so I have 7-10k available for the bounties. I am not sure which bounties I should go for and how much they should get.


I am still mad at myself for missing the logos, and the stupid joke logo. But those things are minor and can be fixed on the next update.
15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAUNCHED {Stripecoin} {STRP} {SCRYPT} {ONLY 5000 Blocks} {High Early Rewards} on: August 02, 2015, 09:35:30 PM
Ok, I feel like a dumb-ass now. I thought I had changed all the right logos, I guess not.


Everyone is mad about the wallets, and I got some mean pms calling me a scammer. I did not ever ask anyone for any money or force them to mine. I do not feel like I am a scammer.


This is the first coin I ever tried, and I thought it would work out well. If you guys want me to, I can just shut it all down. Sorry, we had some nice plans including a proof-of-chain implementation after the 5000th block to reward those that were still with the coin.


And yeah, the logo. It was kind of a joke and planned to change it soon.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAUNCHED {Stripecoin} {STRP} {SCRYPT} {ONLY 5000 Blocks} {High Early Rewards} on: August 02, 2015, 09:11:26 PM
OK, sorry about not having wallets. I did not think this would be an issue. I use ubuntu, and just compile wallets on the go when needed. I figured Windows/Mac users did the same thing. I am installing a VM of Windows 8.1 that I can use to compile the Windows wallet(I know I can compile it on Ubuntu, but it looks much easier if I am on Windows), but this may take a while. I can use the premine for Wallet bounties if you guys would rather me do that with it. The original plan for for needed services, but if no one can mine it, no services are needed I guess.

I apologize again.
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: LAUNCHED {Stripecoin} {STRP} {SCRYPT} {ONLY 5000 Blocks} {High Early Rewards} on: August 02, 2015, 08:46:09 PM
No wallet? Dev instamine!

We mined a total of 5 blocks before launch. We needed them for a checkpoint. We took a premine in the second block that is about 27 blocks worth, we plan to use this for bounties.
18  Alternate cryptocurrencies / Announcements (Altcoins) / {LAUNCHED} {Stripecoin} {STRP} {SCRYPT} on: August 02, 2015, 08:33:14 PM
Announcing Stripecoin.

Early miners get all the rewards.


Coin Specs
SCRYPT

Blocks 3-500 = 500 STRP each
Blocks 501-999 = 250 STRP each
Blocks 1000-5000 = 100 STRP each

After block 5000 we will implement a hard-fork with many surprises to reward those that have stuck around with us

Wallets
~~~~~
Windows Wallet Download Page

linux-qt



Source
~~~~~
https://github.com/stripecoin/stripecoin

Pools
~~~
Pool.mn

SuprNova.cc

Hashmode.net

Exchanges
~~~~~~~

Services
~~~~~~
Block Explorer

Bounties
~~~~~~
















Pages: [1]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!