Bitcoin Forum
May 27, 2024, 10:40:26 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: [1] 2 »
1  Alternate cryptocurrencies / Altcoin Discussion / Re: [BOUNTY] NEW IXCOIN LOGO DESIGN - 100 IXC on: July 01, 2014, 04:11:35 PM
2  Alternate cryptocurrencies / Altcoin Discussion / Re: [BOUNTY] NEW IXCOIN LOGO DESIGN - 100 IXC on: June 30, 2014, 05:13:48 PM











still needs some work obviously.
3  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin TODO on: June 29, 2014, 07:24:00 PM


one more
4  Alternate cryptocurrencies / Altcoin Discussion / Re: Ixcoin TODO on: June 29, 2014, 06:07:59 PM



my feeble effort at the logo. they would obviously need some additional work by some one better at this than me.
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][1CR] 1CRedit Coin Relaunch on: June 26, 2014, 07:08:50 PM
Relaunch? If something failed in a begining, then there is no reason to have another launch. Sorry to say that.

I applaud your efforts to track and expose scamcoins.

I do think you should exercise restraint and do due diligence before posting negatively on coin threads.

There are an abundance of scams, and there are also coins that people have spent a lot of time and energy on.

This coin has an active easily accessible dev. It has the least hype of any coin I can think of.

It also has a reason to exist, as it was developed in part to used as currency in the upcoming 1BillionHex game.

My understanding of the "re-launch" is that it is more of an adjustment in diff and fork in order to provide even better protection against strip mining by large pools.

That being said, keep up the good work.
6  Alternate cryptocurrencies / Mining (Altcoins) / Re: Where to GPU Mine for best profit on: June 26, 2014, 02:00:41 PM
as far as i understand, your not going to be "updating" sgminer 4.

your going to be not using it and using the new sgminer.

so, once more Wink, you need to download it first. either with the built in browser or the terminal.

i did a search for you and found some instructions here.

http://tabletuser.blogspot.com/2014/06/nicehash-mining-using-bamt.html

1. create "sgminer5" folder using terminal "mkdir /home/user/sgminer5" or ctrl+n in File Manager from target folder (home/user).

2. download sgminer-5.0-pre-release-2014-06-22-linux-i386.zip from Nicehash software page https://nicehash.com/software/ LINKor terminal
 "wget https://nicehash.com/software/sgminer-5.0-pre-release-2014-06-22-linux-i386.zip"
 using file manager copy to new folder you just created (sgminer5)

3. from File Manager, while in sgminer5 folder, open terminal (F4) and enter "unzip *.zip"

4. from terminal "export DISPLAY=:0 && export GPU_USE_SYNC_OBJECTS=1 && export GPU_MAX_ALLOC_PERCENT=100" or remove the && and do one at a time.

5. from terminal "aticonfig --adapter=all --odgt" should see all your cards, if not rerun #4, #5, reboot, #4, #5, give up.

6. test sgminer from terminal "./sgminer -n" should run a good report.

7. In terminal "wget https://www.nicehash.com/multialgo/sgminer-multi-7950.conf" then "leafpad *.conf" or from browser https://www.nicehash.com/multialgo/sgminer-multi-7950.conf LINK

8. Your sgminer.conf is located in /root/.sgminer/ so make sure you "Show Hidden" or ctrl+h for File Manager to see it or in terminal "leafpad /root/.sgminer/sgminer.conf" Copy paste contents into your sgminer.conf.  I bookmark sgminer.conf location to make it easier.

9. Edit and add your BTC address to each pool address.  I changed my password to "d=0.08" for X11 and X13. I also deleted the last pool entry (remove that last comma).  After making changes use the JSON validator to find errors, saved me lots of wasted time.
http://jsonlint.com/ LINK  i.e., "password" : ""x"" in download conf is invalid so change to "x"

You can start mining by running "./sgminer" from "/home/user/sgminer5" takes about a minute for screen to appear.

-optional

10.  You can create a bash script and label it "x11.sh", make sure you terminal "chmod a+x x11.sh" so it will execute the commands below or use File Manager to change permissions and check the execute button.

added this for clarity: You created and empty file and name it "x11.sh"? and made it executable? No then with File Manager in the /home/user/ folder using mouse: "right click - New- Blank File"
then "right click - leafpad" and add content below.  If leafpad option doesn't appear, do F4 "leafpad x11.sh" or whatever name you just gave that new file.

#!/bin/bash
sudo /etc/init.d/mine stop
sleep 30
export DISPLAY=:0
export GPU_USE_SYNC_OBJECTS=1
export GPU_MAX_ALLOC_PERCENT=100
cd /home/user/sgminer5
screen ./sgminer

Now from terminal you can "./x11.sh" just have to be in the user/home folder, thats the default location for lxterminal to open.
I was able to use this guide for PIMP OS and get it working, but I had to "sudo apt-get install pcmanfm" and "sudo apt-get install lxterminal" I launched pcmanfm and lxterminal from Tux Commander, look for box with "root@pimp" beside it.  I found the include file manager and terminal annoying to use.

Hit the like button, or something like that. Leave me a note if you found this guide helpful.  Should I include screen shot, pictures in future guides?


Posted 3 days ago by cesar jimenez
7  Alternate cryptocurrencies / Mining (Altcoins) / Re: Where to GPU Mine for best profit on: June 26, 2014, 02:00:04 AM
i'm really not the right person to try to help you with it, but i feel your frustration.

i'm pretty sure you need to download the recommended sg version.

put it wherever your other  miner is and start it the same way.

the maurucoin algo is the x13 and the darkcoin is x11.

play with that conf file, or whatever it's called in linux till you get some shares.

maybe don't try actively switching till you can get going on a single algo at a single pool.

those files are very punctuation sensitive so if you delete anything make sure you get the commas and quotes right.

use whatever specs for memclock, etc that came with the miners.

good luck
8  Alternate cryptocurrencies / Mining (Altcoins) / Re: Where to GPU Mine for best profit on: June 26, 2014, 01:41:50 AM
Really appreciate your comment..But I don't know how..

Is there anyone who could write a step by step How to ?
i can't, sorry gave up on bamt for driver reasons on my older cards.

You should search for .conf files for bamt.

they will look like the one you posted.

here is one of mine for sgminer on windows. it's probably imperfect, but it works

{
"pools" : [
   {
      "url" : "stratum+tcp://axis-stratum.pool.mn:7852",
      "user" : "xxxxxx",
      "pass" : "xxxxx"
   }

],
"api-allow" : "W:127.0.0.1",
"api-listen" : true,
"api-mcast-port" : "4028",
"api-port" : "4028",
"expiry" : "30",
"kernel-path" : "/usr/local/bin",
"log" : "5",
"queue" : "0",
"scan-time" : "29",
"auto-fan" : true,
"gpu-engine" : "900",
"gpu-platform" : "0",
"gpu-memclock" : "1300",
"intensity" : "18",
"gpu-threads" : "1",
"kernel" : "x13modold",
"temp-target" : "72",
"temp-overheat" : "85",
"temp-cutoff" : "90",
"shaders" : "0",
"worksize" : "256",
"xintensity" : "0",
"rawintensity" : "0",
"failover-switch-delay" : "60",
"auato-fan" : true,
"no-pool-disable" : true,
"tcp-keepalive" : "30",
}

the settings mem, engine, threads, worksize, thread concurrency, intensity, etc are all specific to your gpu. you should be able to find examples by searching.

if i am mining x13 i need to designate the x13mod kernel, and specify its location( bin folder).

i think the api stuff was inserted by cgwatcher, an overseer program.

hope this helps. someone using bamt could help you better

oh, for me i have to save the file in the folder with sgminer and name it sgminer.conf
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS on: June 24, 2014, 11:31:04 PM

What is the SC community gonna do, taking on to the challenge, or give it up, and keep complaining another page or 400?
Who has the skills to take over the coin, who is willing to join the development team. and so on.
All of the new core members should open there real identity, if they don't move on.
Let's see who in this community has Steel balls.


I personally hope 'Silkcoin' will take up the offer made by bholzer.
If he does I'll happily stick with it.
I can help start  a team, will not enter the team or will take money, i just love challenges like this.

Okay, lets see how fast we can get a thrustworthy development team together.
bholzer, is your offer still standing, and are you willing to open your true identity?

Come on, there must be more people with skills who love a challenge!



Offer still stands, yes. I certainly have no issues with revealing my identity; a number of people on this forum know me personally anyway. You guys decide what you want to do and get back to me; I'm not going anywhere.

the main issue would be that it is not seeming too likely that anyone but the holders of sc would pay you for your work.

you may know otherwise.

you made it a condition that the dev fork over the 8btc

is there a chance that condition can be negotiated"


10  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS on: June 24, 2014, 11:14:48 PM
So all the coins have i left is worthless now?

Yes!

And megaman and gorillajam: SHUT THE FUCK UP!

Dude what the hell is wrong with you? Have you read a word I said? Wulfcastle is the Silkcoin dev! He is the guy that ripped you off in the first place and you're going to let him do it again? Either you're in on this or you are one stupid bastard. This is fucking sick either way. You people are sick.

please man stop.

you were right. we were idiots. we will be again. i'm sure.

please stop flooding the thread with it.

if you need to help us out some more, just tone it down a hair

Hi,

Actually he does help, wakening up the whole community.
And he is right, a community will not wake if you just whisper a bit!.
As it is now SC is dead, has no value at all, and is pretty much a worthless bunch off bits and bytes.
You can keep complaining all you want, it will not change a single bit.

What is the SC community gonna do, taking on to the challenge, or give it up, and keep complaining another page or 400?
Who has the skills to take over the coin, who is willing to join the development team. and so on.
All of the new core members should open there real identity, if they don't move on.
Let's see who in this community has Steel balls.










complaining? i'm just asking for calmer discussion here.

see me trying to vote several times for bholzer's offer in the previous pages

quote

"I'll tell you what, guys - if you can convince this dev to pay out 8 BTC for the revival of SilkCoin (I believe this to be only a fraction of what he earned on this particular grift), I am willing to at least get the wallets all built on the latest Bitcoin Core 0.9.2.1 source and all security issues resolved. This includes updated source on GitHub, Windows Qt 32/64 wallets, Mac OS X Qt wallet, and Linux 32/64 Qt wallets. I would also help to ease the transition over to a new development/management team and oversee things for at least few weeks. For this, my price would be 6 BTC which could be paid upon completion and delivery of the fixed+updated clients. The remaining 2 BTC could be used as an incentive to attract some additional talent. Keep in mind I'm not willing to accept payment from members of the community for this - I would only accept the BTC from the developer as a gesture of good faith. The BTC could be held in escrow until I follow through on what I have promised - from everything I have read, I trust judgecrypto and would prefer he becomes the money man (the dev could send him the BTC and he could manage the escrow situation/etc).

I am extremely busy but if I can save a sinking ship and help patch up a wound to the cryptocurrency movement and community as a whole, I believe it is important enough to offer my assistance if you should need it."

if there is ANY community to this coin, make yourself heard.

say "I vote for _______________"

maybe offer up some  SC shitcoin instead of selling at 500 sat. whats the diff?


11  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS on: June 24, 2014, 10:42:40 PM
So all the coins have i left is worthless now?

Yes!

And megaman and gorillajam: SHUT THE FUCK UP!

Dude what the hell is wrong with you? Have you read a word I said? Wulfcastle is the Silkcoin dev! He is the guy that ripped you off in the first place and you're going to let him do it again? Either you're in on this or you are one stupid bastard. This is fucking sick either way. You people are sick.

please man stop.

you were right. we were idiots. we will be again. i'm sure.

please stop flooding the thread with it.

if you need to help us out some more, just tone it down a hair
12  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS on: June 24, 2014, 10:33:54 PM
Judge, can we move from this topic to self moderated. And close this one?
But the way: What, if we start the new one coin. And start the ipo with ability to invest in this new coin by Silks. Is this real? Is this good idea?
thanks.

I dont want to manage Silk Revival, but I will help advise.

There needs to be a new LEAD agreed to upon ASAP.  Then the old dev need to send the 8btc to the new LEAD.

The new LEAD can make the new thread.

I hope people can save what they can out of this.  The dev is a liar, but hammering him now is not going to help.  We need him to turn keys including funds to new LEAD.

I'll tell you what, guys - if you can convince this dev to pay out 8 BTC for the revival of SilkCoin (I believe this to be only a fraction of what he earned on this particular grift), I am willing to at least get the wallets all built on the latest Bitcoin Core 0.9.2.1 source and all security issues resolved. This includes updated source on GitHub, Windows Qt 32/64 wallets, Mac OS X Qt wallet, and Linux 32/64 Qt wallets. I would also help to ease the transition over to a new development/management team and oversee things for at least few weeks. For this, my price would be 6 BTC which could be paid upon completion and delivery of the fixed+updated clients. The remaining 2 BTC could be used as an incentive to attract some additional talent. Keep in mind I'm not willing to accept payment from members of the community for this - I would only accept the BTC from the developer as a gesture of good faith. The BTC could be held in escrow until I follow through on what I have promised - from everything I have read, I trust judgecrypto and would prefer he becomes the money man (the dev could send him the BTC and he could manage the escrow situation/etc).

I am extremely busy but if I can save a sinking ship and help patch up a wound to the cryptocurrency movement and community as a whole, I believe it is important enough to offer my assistance if you should need it.
this please...

only don't make it contingent on the dev forking over the 8btc. he should, of course, said he would, but please

can't we give you some millions of (laugh to say it) SC.

10k from me to start.

RE wulffman. i don't pretend to know wtf went on, but i will not feel much trust if the original team is involved
13  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS on: June 24, 2014, 10:05:22 PM
I feel like im protecting children from a pedofile!

https://bitcointalk.org/index.php?topic=369985.msg3952297#msg3952297


Duffman is Wulffman


he does all the scam visuals.

Holy crap I know. It's amazing. 2 people have proposed solutions. One of them is Wulfcastle, a guy that was on the inside and is most likely the Silkcoin dev, has been a member of this forum for 2 months and has a history of proven scams. The other guy is a senior member whom is probably the best developer to ever post on this forum and has a history of being a helpful, honest guy with nothing to gain. He uses his real name on the forum! I mean I don't know for sure but I doubt "Wulfcastle" is Wulfcastle's real name (could be wrong). I'm actually shocked that bholzer would even offer his time for this thing. I mean yeah I've had arguments with the guy in the past but holy fuck you are offered the golden ticket and everybody is opting to pass on it and go with the guy that just finished scamming them with the very coin he is offering to turn around. Round 2 eh? Just let this thing die I say because you guys are hopeless. If Wulfcastle pulls this off I think that should be called a "hat trick." Rip a bunch of people off, pretend to be somebody else and offer to help, the very people you ripped off pay you more money to make it right, then you rip them off again.

I vote for send badassX escrow the 8 btc.

I vote for bholzer to fix the wallets.

I vote for judgecrpyto to find a new lead.

I vote we make a SC deposit address (when wallets work) and fund it for the new team.

I commit to send 10k SC.

also....  #$%^&*((*&^%$# wullfmanDuff
14  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] SilkCoin | New Wallet | NOW on MintPal / Cryptsy | FULL POS on: June 24, 2014, 09:25:47 PM
EDIT: I will help find the new lead and offer advice, but I dont want to hold the BTC.  I think it should be someone with no connection to old team at all. A senior community member.  I would be ok if bholzer, you held it.

They could use my escrow. I am not expensive and I use paper wallets for it. Check https://www.badass.sx

I vote for send this guy the 8 btc.

I vote for bholzer to fix the wallets.

I vote for judgecrpyto to find a new lead.

I vote we make a SC deposit address (when wallets work) and fund it for the new team.

I commit to send 10k SC.

also....  #$%^&*((*&^%$#





15  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Veil] Veilcoin x13 *Secure - Anonymous* On Bittrex! [VeilCall alpha] on: June 23, 2014, 03:01:36 AM
Veil is not scam. please calm down! you will kill it because of  information incorrect
Incorrect information?   it is premined, it clearly says that in the first post.
Premine = scam

It's simple actually.

dude, we heard you.

you don't like premined coins. go start you own thread and rant about it.

please go away.

most coins have premine. it was in the op. no one is worried about that.

there is some concern about it being used for development.

i personally don't work for free and don't expect the devs to.

transparency seem to be the main issue.
16  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Veil] Veilcoin x13 *Secure - Anonymous* On Bittrex! [VeilCall alpha] on: June 23, 2014, 01:45:02 AM
Thank you T-800 bounty sent!


*Translation bounties are complete, thank you to the 7 people who claimed them.*
and thank you for popping by to talk bounties. lol

seems top o the list.

shit, oh well Cheesy
17  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Veil] Veilcoin x13 *Secure - Anonymous* On Bittrex! [VeilCall alpha] on: June 23, 2014, 01:29:13 AM
the devs already dumped their coins, ITS OVER, alot of people got the coin and the dev made their money, now the markets decides where it goes. The coin got dumped, it can recover without dev interferance again.

how is this a known fact?

"DEV dumped the premine."

not saying it isn't.

we've all seen it before.
18  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Veil] Veilcoin x13 *Secure - Anonymous* On Bittrex! [VeilCall alpha] on: June 23, 2014, 01:18:15 AM
Why this coin is so expensive  Huh
So this coin is a not only a premined scam but also an expensive one? cool
scam, not scam, time will tell.

very, very difficult to mine should equal expensive

~200 mhs = ~100 coins a day
Premine simply means that the devs are getting free BTCs without having done anything for it from the people investing in that coin and they can dump everything when they want without risking anything (will always be in profit).

Time will not tell if it is a scam or not, it is a scam from the get-go.

I don't have nothing against this coin in particular, just with premined coins (fraud).

Well that's where the legit devs are transparent about the premine, giving out rich lists and the premine addresses.

so.... DEV? seems like a little transparency would help your coin
19  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [Veil] Veilcoin x13 *Secure - Anonymous* On Bittrex! [VeilCall alpha] on: June 23, 2014, 12:55:08 AM
Why this coin is so expensive  Huh
So this coin is a not only a premined scam but also an expensive one? cool
scam, not scam, time will tell.

very, very difficult to mine should equal expensive

~200 mhs = ~100 coins a day
20  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [PRE-ANN] [WACG] WACCOIN GOLD **UPDATED DAILY** on: June 21, 2014, 01:04:00 AM
Lost me at scrypt. Hot, loud, expensive algo.
Pages: [1] 2 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!