Bitcoin Forum
May 12, 2024, 02:49:01 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: [ANN][SHIFT] A PARALLEL INTERNET | DEVELOPMENT UPDATE #3 JUN 22 on: June 30, 2016, 12:56:14 PM

Hi everyone who loves SHIFT. I tweeted out an interesting thought today. Retweet and comment on this post to get the message out and bring in new users to SHIFT.

If the $ETH blockchain forks, it would make $SHF the oldest running unmodified ethereum project based blockchain.
https://twitter.com/jessecouch/status/748060113391460352


If $ETH forks, it's because of  a vulnerability in the code. Why would 'unmodified' be a good thing?
2  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | MANDATORY UPDATE TO 2.6.1 on: June 09, 2016, 09:07:52 PM
Last major change 'broke the GUI wallet?'. You seemed to have dumped this to the bottom of the 'ta doo' list.  Isn't "no working GUI wallet" a non starter for miners or Poloniex?  I understand you have big things going, but if you can't take care of the basics, won't your following (miners/Poloniex and others) go elsewhere?
You don't think a working GUI wallet is a minimum requirement for Poloniex and/or miners?
It's great to introduce new and better, but if you can't hold you base, does it do any good?
3  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | MANDATORY UPDATE TO 2.6.1 on: June 09, 2016, 08:58:07 PM
Please excuse the beginner, are you an independant coin (fuzzy definition), or a sidechain of ETH. Please don't try to confuse me, start your answer with YES or NO. Any (or no answer) without this means YES (not as if that would be a good/bad thing), just trying to understand.
4  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 18, 2016, 01:55:44 PM
I'm a bit confused on the open/don't open port stuff. I'm running windoze 10. Wallet is increasing with solo mining. I have a router so I can plug my laptop in. Am I helping the network with solo? I can spare some Mbytes to and from the net. Pros/cons/helpful/not helpful. Can someone give a newbie a clue?
5  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 17, 2016, 04:26:03 PM



Please try another pool (MaxMiners or Suprnova) or ideally continue solo. The returns from solo mining are the same as from pooled mining.



thanks here is a little update:
i tried to solo mine but it didnt work right out of the box.

i had to change the rpc port on ghift to make ethminer connect

so i started
Code:
wget https://github.com/shiftcurrency/shift/releases/download/2.5.0/gshift-linux-amd64
chmod +x gshift-linux-amd64
./gshift-linux-amd64 account new
./gshift-linux-amd64
.....wait for sync, restart gshift
Code:
./gshift-linux-amd64 -rpc -rpccorsdomain "localhost" --rpcport 8545
and
Code:
ethminer -G
which is simple and works great, found blocks and rewards are already in my wallet.

to my earlier problem.. i can now search the addresses and the pool has paid me too
i guess it just was a syncing problem which is gone now


do i have to open port 53900 like 30303 in ethereum?
thanks

Polylogic... If you can translate from Windoze to Linux, Here's what I use to solo mine:

gshift-windows-amd64.exe --rpc --rpcaddr "127.0.0.1" --rpcport 53901 console (This is the batchfile that gets the blockchain)
_______________________

To mine the blockchain, I run this batchfile after the blockchain has synced:

setx GPU_MAX_ALLOC_PERCENT 100
setx GPU_USE_SYNC_OBJECTS 1
setx GPU_MAX_HEAP_SIZE 100
@echo
"ethminer.exe" -G -F http://127.0.0.1:53901 --opencl-platform 1 --cl-local-work 128 --cl-global-work 16384 --farm-recheck 500
_____________________

I believe it port 53901 that has to be open (not totally sure). I don't use 8545, I want to keep all this seperate from eth.

Hope this helps
 


6  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 17, 2016, 02:44:00 PM

+57.1%
As SHIFT does a big jump in price, it now almost competes with ETH on mining profitability.

Yesterday (from my time zone, it was yesterday) for a while, according to whattomine.com, SHIFT was acually more profitable to mine than ETH.  I find it interesting that the price of ETH jumped shortly after that and regained the top spot on mining profitability.

Either way, my little solo mining of SHIFT is still chugging on with wallet contents growing. Another jump in SHIFT price and it will be back on top.

By the way, my solo mining connection works great!
7  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 15, 2016, 11:31:20 PM
Reading back my comment, it sounded a little negative.  Let me say a couple of more things... I like the concept of the coin. Thats why I've read over 50 pages in this forum. Dev's are actually communicating here.  User posts made it very easy to setup mining.

I'm just concerned about nodes. I think the only connection I can get it half way around the world.

For you who have problem with syncing, add the seed nodes manually with the following commands in the js console,


admin.addPeer("enode://4c8635f108dae8a997697d9c22ddca36969e7f9bc57d9fc01102d7e7d9633231331ae7f7307aceb1aa19130b5bdd4afe397db616c76e7ffc1c69302ba0d09a39@45.32.182.61:53900")
admin.addPeer("enode://80d0ce5c992f8cc83cdbfd6d832b2dff2e82fee1f8b58762cd858eaacfcc99d5a8a837648bd28a2d508cc1da305c15cf4e531546034ed1a8ccd07ff51a71abd6@108.61.177.0:53900")
admin.addPeer("enode://f019da062a635a4e9e89ec93edc7ca11c06fdfec0574f1cb001126a82dc6ffa6ca05f924a683934ff5d01fc5d4b0ac9507349a945c97121b2a355d39b1781cd7@104.238.157.156:53900")

Either you start gshift with "console" as argument, ./gshift(.exe) console or you run ./gshift(.exe) attach and paste the above commands...

Regards

I am getting a stable connection and if I read correctly, my connection will help the network. That's a win for both of us.

Thanks for your help.


8  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 15, 2016, 04:46:45 PM
Reading back my comment, it sounded a little negative.  Let me say a couple of more things... I like the concept of the coin. Thats why I've read over 50 pages in this forum. Dev's are actually communicating here.  User posts made it very easy to setup mining.

I'm just concerned about nodes. I think the only connection I can get it half way around the world.
9  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 15, 2016, 04:25:34 PM
SHIFT has been added to WhatToMine! Smiley

https://www.whattomine.com/coins/156-shift-ethash

It's been there for a few days, that's how I found this coin.  I've been reading through the posts, tried to solo mine for a few hours yesterday.  Found a serious lack of nodes ( I could only connect to one) and didn't want to pay the 'pools' (overlords, taxmen, miner overseers) the blood money for them to dictate terms.

I'll watch for a bit to see if this coin develops the node structure that seems to be very low on the list of things to do.
10  Alternate cryptocurrencies / Pools (Altcoins) / Re: [ANN][AUTO-SWITCH] Profit-switch auto-exchange pool: CleverMining.com on: January 17, 2016, 02:40:43 PM
lets look at cleverming for a moment. I was mining, unexchanged was building quite large, compared to 'ready for payout'. I went elsewhere when the status page became unreachable.. The ghost of clever (to my knowledge) never speaks about anything... anywhere. After many days (of the unexplained disappearance of the stat page), it suddenly reappears.  My unexchanged is 16x the supposed ready to pay. Still not hearing from the ghost of clever.
Don't think for a second that I am coming back. I moved to a pool that actually communicates with pool participants, anyone with questions, or the world in general.
I suppose I could 'trash talk' them all day long.  It's not likely they will ever respond (only unconnected uninformed minions).
Anyone from the so called cleverming, some people would like to hear from you. I'm not expecting a response, pie in the sky people might look for a response.
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!