Search content
Sort by

Showing 20 of 63 results by robertson2013
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GOLD] BitGold | PoS | Launched | Rare
by
robertson2013
on 08/04/2014, 11:37:49 UTC
mh such low diff. not a good sign. Can we please have a non password protected wallet download and a virustotal scan?

Yea the coin has a low difficulty at the moment which is good as it means people have a chance before some whales come in and take it skyward. As this was a re-launch it might have gone under a few peoples radar.

Hopefully this is  a longer term coin and with no big players taking everything then dumping hopefuly we can find a stable price. That is my hope anyway.

Most new coins as you know launch, people jump on with big rigs increase the difficulty then within 2 days it hits an exchange and the price falls to near zero after the dumping. I hope this coin is a slow burner and finds stabllity rather than a quick buck.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GOLD] BitGold | PoS | Real IPO | Escrow | A currency of the future
by
robertson2013
on 06/04/2014, 09:34:39 UTC
Seems like a nice smooth launch this time :-) All up and running for me for a while now

Good stuff!!!

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][FSC]FusionCoin: Dual PoW|Merged Minable| MultiSig|Contract| Smart Property
by
robertson2013
on 31/03/2014, 00:39:07 UTC
Are the offical pools working for both Fusion and BTC now?

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CATc] Cataloniacoin ·Launch TOMORROW· (21:00)GTM+2 - Info inside
by
robertson2013
on 31/03/2014, 00:07:48 UTC
So is that Monday night or Tuesday night?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CATc] Cataloniacoin ·Launch TODAY· (ETA 02:00-02:15)GTM+2 Info inside
by
robertson2013
on 31/03/2014, 00:03:06 UTC
Our intention is to launch It today and the last thing that we need is the genesis block

Be patient, please... our work is to do this!
We've created the coin and now we want to release It!

Everything is ok, few minutes and everything is going to be alright

It won't be up and running in few minutes. It will take much more.

There was a problem with KGW - you should just schedule the relaunch in 24h and not ask to wait another few minutes and another, and another.

Good night everyone and goodl luck!

I still hope that DEV will listen to some of us asking him to relaunch today @ 20:00 PM GMT+2. It would be perfect.

I dont have a problem with that either but on the other hand I could just solo mine all night :-)

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CATc] Cataloniacoin ·Launch TODAY· (ETA 02:00-02:15)GTM+2 Info inside
by
robertson2013
on 31/03/2014, 00:00:10 UTC
Twitter feed said around 30mins, 20 mins ago :-)

I will wait for this.

Any other pools going to be ready at launch?

Post
Topic
Board Announcements (Altcoins)
Re: [NEM] New registration introduction thread / waiting list
by
robertson2013
on 30/03/2014, 23:28:38 UTC
Hi,

I have been following cryptos for over 4 years now since the early days when MTGOX was used for cards :-) although more recently I have felt that a lot of the community had learned from the current financial system and engaged in pump and dumps and manipulation I have always held on to the notion that one day a few coins would come through all this and offer a real life solution to many of the problems our current financial system is facing.

I like the idea of this and it seems to be the start of a growing movement to move away from a centralised and manipulated system that only benefits a very small number of people to a more fair, open and transparent system.

Given the current policy on QE and the the now locked in unlimited QE that results in massive drops on the markets when they even mention the word taper it now seems we have reached the point of no return or probably did a couple of years ago. When this current bubble bursts (which it will) we as a people need to be ready to face this challange and use the coming kaos to bring in a new system that ends central planning and I would very much like to be a part of this.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CATc] Cataloniacoin ·Launch TODAY· (01:00)GTM+2[IPO available]
by
robertson2013
on 30/03/2014, 21:52:01 UTC
Will there be new wallet for this?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CATc] Cataloniacoin ·Launch TODAY· (23:00)GTM+2[IPO available]
by
robertson2013
on 30/03/2014, 21:38:36 UTC
Whats up with the difficulty on Speedhash.eu?? seems rather low lol am sure its curently over 200 already
Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GOLD] BitGold | PoS | Real IPO | Escrow | A currency of the future
by
robertson2013
on 30/03/2014, 18:38:49 UTC
Thought I would start things early here and add a guide I created for Solo mining, this was for another coin so please remember to use the node info at launch (I will also update this once the conf info is posted)

All you should need to do is download the wallet and open it, then close so it creates the bitgold folder within your appdata folder. Create a file called bitgold.conf and copy this to the bitgold folder in your app data folder per below.

Bitgold.conf

daemon=1
server=1
rpcuser=robertson
rpcpassword=password
port=5772
rpcport=5773
rpcallowip=127.0.0.1 (this is address you connect to your wallet with in the batch file)
rpcallowip=192.168.your subnet.* (normally it reads 192.168.1.* (the * meaning any number of IP address on that subnet)
addnode=TBC
addnode=TBC

Change the username and password to what ever you want the rest should be OK, the rpcport can be anything as long as it is the same in the bat file you create per below.

Bitgold.bat
 
cgminer --scrypt -o 127.0.0.1:5773 -u robertson -p password --lookup-gap 2 --thread-concurrency 8192 -g 2 -I 13 -w 256 --gpu-engine 1070 --gpu-memclock 1500

the stuff I have after the password is for my graphics cards (r9 280x) but you can either remove this or change for your setup.

Note the wallet must be open before running the batch file as it acts as server.

Prob best to find another easy coin and test this prior to launch so you are ready to simply copy over conf file into the app data folder once you get the wallet then run the bitgold.bat file. (remember nodes change for different coins)

you will probably get a message stating no long pool can be found but just ignore this.

Hopefully this is all OK for you. Once you understand it is the same process for pretty much any scrypt coin.

***********************************************************************************************************************

On a side note for SHA conis if your interested in solo mining with an S1 check the below but this is not easy and involves a lot of work to get running.

https://bitcointalk.org/index.php?topic=162788.0 for solo on the Antminer S1 (I have not done this but my friend has and it works)

PS note from my friend when doing this below

1.  Follow the step by step, even running the bitcoind and getting the message on the temp user and password.
2.  You may need to install sqlite (which is not part of the step by step on the thread, but is mentioned on the very last page of the  thread, page 8 )
3.  After you have it tested and working on bitcoind (just use testnet so you don't spend too much time downloading the whole bitcoin blockchain, I copied the blockchain myself from another machine and put it on an external USB flash) then plan the altcoin you want to solo-mine
4.  Git clone the source of the altcoin and follow the steps from where it was on the section similar to bitcoind.  I could not get Version coin working, but it may be a problem with that git source as Chikun took 5 minutes to get it working (not counting the building of the application chikund from source code).

Warning:  Don't install Ubuntu with LAMP.  The mysql conflicts with sqlite which is used by stratum software (twisted is the name of the python application).  Don't jump steps like I did or you will end up uninstalling to backout of the steps and then go forward.

Good luck with that :-) and thanks to Jeremy Catuira for the solo info on the S1.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] CryptoMETH [METH] SHA-3 Keccak, LAUNCHED!!!
by
robertson2013
on 30/03/2014, 01:14:11 UTC
Can someone double check my settings for me as not mined many SHA3 coins. I have 2 x R9 280x cards. I am mining and showing speeds of around 275MH on each card when running the batch file.

The settings I am using are below.

cgminer.exe --keccak -o stratum+tcp://meth-stratum.hashfever.com:3277 -u robertson2013.worker1 -p password --lookup-gap 2 --thread-concurrency 8192 -g 2 -I 13 -w 256 --gpu-engine 1070 --gpu-memclock 1500


On the pool I only show around 146MH is this normal or is there any tweaks I can make to the above?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BonusCoin (BNS) 2 Exchanges|Bonuses|Early Miner Bonus|Bounties|SHA256
by
robertson2013
on 27/03/2014, 10:10:14 UTC
Exactly why new coins should never be on an exchange this early
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] BonusCoin (BNS) 2 Exchanges|Bonuses|Early Miner Bonus|Bounties|SHA256
by
robertson2013
on 27/03/2014, 08:21:14 UTC
Almost every coin that hits an exchange this early is doomed to fail. This coin is not even 7hrs old yet already on an exchange!!! The coin is not finding blocks on most pools most probably due to Hashing AT and difficulty of over 3 million.

This coin will open high be dumped at stay there. I wish exchanges would not allow any coins on for at least a week so they make sure there are no early forks and a sustained interest.

Who is to say 5 days from now there is no more work done by the Devs once they make some money???  Not that I am saying this will happen but this is the problem with a pre-mined coin on an exchange this early.

Can I ask why is was so important to have this coin listed within a few hours of go live, this pattern is killing coins



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Rt2] ·rotoCoin· [1%IPO][DGW][N-Factor] · 288k Only - Launched!
by
robertson2013
on 23/03/2014, 13:59:31 UTC
Oh so your a YANK?




There are more than one country which have cents.

But no, I'm not an American.

And again, it's "you're", not "your".

C'mon man, this is English 101!

Told you mate, don't give two hoots about my spelling, its not important to me on this forum, Should I be writing letters to your mum, Ill improve.

LOL
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [HKC] [SHA-256] 香港 HongKong Coin - A revolution for the Hong Kong market.
by
robertson2013
on 23/03/2014, 06:49:15 UTC
I have to say that cryptobuddy really needs to either be banned, just deal with it or move on and stop reading this thread.

I am glad a noticed the ignore button and I'm going to fire my power to this coin even if I don't make any money just to show some of support against blatant harassment.

Let me also make one thing clear I come from Scotland and we have a 98% pre-mined coin that is trying to be pushed on the people there called "ScotCoin" I helped setup the forum and was willing to help them on the development side and give them a formula that would have made the coin more valuable than Aurora but every bone in my body tells me "MY" people will be ripped off and they wont change their approach or listen.

You don't see me posting all over their forum. I just left and have nothing more to do with it and you need to do the same. DO me a favour and take your anger to that forum as that is a TOTAL SCAM WITHOUT A DOUBT!!!!

98% premine - no way for people to get it without facebook or Linkedin which is many many people in Scotland so when that coin has any value very few people will have many many coins and the dump will commence leaving MY people with worthless junk.

There are many many coins coming out everyday attached to countries and regions and probably most are not "Official ones" so why not go and and post on those ones for a while please.

Thanks

Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Rt2] ·rotoCoin· [1%IPO][DGW][N-Factor] · 288k Only - Launched!
by
robertson2013
on 23/03/2014, 02:31:14 UTC
Ah see above lol I was going to give you my setting for 280's oh well
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Rt2] ·rotoCoin· [1%IPO][DGW][N-Factor] · 288k Only - Launched!
by
robertson2013
on 23/03/2014, 02:29:54 UTC
I need some help, I was able to setup 2 of my hashing machines yesterday easily enough but I am unable to configure vertminer correctly to utilise both my 6870's. Vertminer loads as if it is going to work, it appears ok, but I am unable to hit a hash rate above 12 on either card. I have set this up using vertminer for a single ati card and using cuda miner for a single ndivia card.

here are my batch file settings. please help, is there something else i should be changing?

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
COLOR 0A
vertminer.exe --scrypt-vert -o stratum+tcp://rt2-stratum.hashfever.com:3274 -u drsquirt.1 -p 1234 --intensity 15 --gpu-engine 1000 --gpu-memclock 900 --gpu-fan 100 --thread-concurrency 4720 -d 0,1 -w 256


Hi!
Try with this config:
"auto-fan" : true, "gpu-fan" : "40-100", "temp-cutoff" : "75,75", "temp-overheat" : "70", "temp-target" : "64", "intensity" : "17", "worksize" : "256", "lookup-gap" : "2", "gpu-engine" : "1000" "gpu-memclock" : "800", "thread-concurrency" : "4720", "shaders" : "0", "gpu-threads" : "1", "expiry" : "30", "scan-time" : "5" }

You're going to be able to have ~160kHs Smiley

thank you so much for the reply. do those settings that you have provided go directly into my batch file or do I have to create config file in the same directory as the batch file? what is the name of the config file and location? Smiley


What cards are you using?
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Rt2] ·rotoCoin· [1%IPO][DGW][N-Factor] · 288k Only - Launched!
by
robertson2013
on 23/03/2014, 02:23:17 UTC
People on Bittrex have the right idea with the price of the coin, just wish Swisscex sellers would do the same and edit their selling price.

Post
Topic
Board Announcements (Altcoins)
Re: [ANN][GOLD] BitGold | PoS | Safe IPO | A currency of the future
by
robertson2013
on 22/03/2014, 06:33:20 UTC
All sounds very good to me and as an early investor and supporter from the previous thread I can assure anyone new to this that the developer has been honest from the start and also refunded other people from the previous IPO  (I have nothing to do with the development but left 0.5btc to help with this new launch) Dev has been true to their word since the initial launch.

With so many coins coming out it is hard to find decent ones and this is shaping up to be a good one.



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [Rt2] ·rotoCoin· [1%IPO][DGW][N-Factor] · 288k Only - Launched!
by
robertson2013
on 22/03/2014, 05:39:58 UTC
Starting Ipo payments  Smiley thanks again for your support!

Cheers

Thanks IPO received