Bitcoin Forum
May 09, 2024, 04:37:18 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 2 3 4 5 6 [7] 8 9 »
121  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Krypton KR - Smart Contracts, DAPPs Development for Business Systems & IoT on: July 30, 2016, 11:14:20 AM
Installed new mining pool for Krypton:

http://kr.miners-zone.net/

- payments every 4 hours,
- getwork/stratum support,
- support for network stats,
- support mining over ethminer, eth-proxy, ether-proxy, claymore dual miner,
- JSON stats.
122  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0, HARDFORK SUCCESSFULL! on: July 18, 2016, 03:09:48 PM
How I can add my shift node to official stats page? (http://stats.shiftnrg.org)

https://github.com/shiftcurrency/shift/wiki/Shift-Network-statistics:-listing-a-node

123  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0, HARDFORK SUCCESSFULL! on: July 17, 2016, 04:34:15 PM

2. run it with these parameters (run this only if you sure you have shiftbase):
Code:
gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console

3. wait for syncing blocks (latest block you can find on our network stats page: http://stats.shiftnrg.org)


On this step I have some errors
Quote
D:\Wallet\Shift>gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console
I0717 18:32:45.473573 ethdb/database.go:82] Alloted 128MB cache and 1024 file handles to C:\Users\Administrator\AppData\Roaming\gshift\chaindata
I0717 18:32:45.508575 ethdb/database.go:169] closed db:C:\Users\Administrator\AppData\Roaming\gshift\chaindata
Fatal: Option "shiftbase": account index 0 out of range [0, -1]
Fatal: Option "shiftbase": account index 0 out of range [0, -1]
how I can resolve this problem?

Look at point 4 and 4.1 Looks like you havent any account created.
124  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0 before block 593000 on: July 17, 2016, 12:21:36 AM
Can't calculate if any1 don't know how much Mh/s is giving any VGA card Smiley

Its Dagger so you can definitelly count with R9 380 between 18 - 22MH/s.
125  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0, HARDFORK SUCCESSFULL! on: July 16, 2016, 09:13:22 PM
Wondering how I convert my old wallet to the new? I don't want to lose my SHF.

Just download latest gshift (v 3.0.0) from http://www.shiftnrg.org/#download

Run it as previous version. Wait for latest mined block which you can find on http://stats.shiftnrg.org and you are done.
126  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0, HARDFORK SUCCESSFULL! on: July 16, 2016, 09:10:50 PM
How can i solo mine ? Can someone help me ? I use win 7.  Ths. Sad
Suprnova pool is on the right blockchain?

Here is solo mining tutorial (I personally recommend some pool for example http://shf.miners-zone.net):

1. download latest gshift from http://www.shiftnrg.org/#download
2. run it with these parameters (run this only if you sure you have shiftbase):
Code:
gshift-windows-amd64.exe --shiftbase "0" --rpc --rpcaddr "127.0.0.1" --rpcport "53901" --port "53900"  --verbosity "3" console

3. wait for syncing blocks (latest block you can find on our network stats page: http://stats.shiftnrg.org)
4. check if your gshift have shiftbase - type in console
Code:
web3.eth.shiftbase
(its your wallet address where you will receive coins)
4.1 if you creating new wallet you should get result: null - there is needed create new shiftbase it can be done over this command:
Code:
gshift-windows-amd64.exe account new
it will ask you for password. Remember it you will need him for unlocking account. When you done that gshift will exit.
5. exit all instances gshift
6. run again gshift with commands (in point 2.) wait for latest block (point 3.)
7. run your miner - this is just example you will need maybe define another parameters due different graphics card:
Code:
ethminer.exe --farm-recheck 200 -G -F http://127.0.0.1:53901

Suprnova isnt on right blockchain because pool operator isnt updated gshift so its not syncing with network anymore. Also that pool had announcement about closing and was removed from official pool list.
127  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0 before block 593000 on: July 16, 2016, 05:33:09 PM
Shift-pool.com payments are mostly failing for the moment as I cannot for the life of me figure out why the pool is still thinking that the block reward is 2 SHF.

If anyone has any input, I'd greatly appreciate it.  It seems like the only pool not giving a reward of 2 is Miners-Zone.

EDIT:  Nevermind, I can't believe I forgot where to edit this.  

You are not alone. Yeah unlocker.go file is or was your target. I think suprnova, shift.mskpool.ru and geilidao.com isnt updated yet.

Btw important advice. modify environment.js in www/config dir and change value BlockTime. Since this hard fork changed block time and block reward its not anymore 14.4 secs. It will correct Network Hash Rate on main pool site and I think also lower percentage of variance. Rebuild web and you are done.
128  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0 before block 593000 on: July 16, 2016, 07:10:35 AM
ExEric3

http://pool.shiftnrg.org/  I can not get on the floor, something has changed in the address or ?? already 2 weeks I can not get there
ERR_CONNECTION_TIMED_OUT

All looks fine in logs. It looks like problem is on your side. ISP, browser or firewall? Miner works and payments works?
129  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0 before block 593000 on: July 16, 2016, 05:41:05 AM
new zero fee shift mining pool!


http://sft.epool.io

Zero fees! uncles paid



Please fix your pool.

1. I think correct ticker is shf or shift.
2. Source code of site still claiming about expanse pool.
3. Change settings in payment module. I know you want attract more miners with zero pool fee and fast transactions. Get a fact after block decay you will generate even smaller transactions on network. More transactions = more tx fees - less profit for miners and more profit for other pools. Also some miners mining directly on exchanges without their own wallets so it can be problem to future. And last point... Just imagine what will hapened when you will get 20 miners. You will be not able pay them all during 15 mins. (For example 40 miners are payed for 1 hour so I recommend change it at least to 2 and more hours.)

Thanks
130  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0 before block 593000 on: July 14, 2016, 06:46:17 PM
Shift core nodes are updated to the latest version (v3.0.0). All solo miners including pools shall upgrade as soon as possible. The fork is tested in a testnet with multiple GPU-miners and all looks good. After an intense period of mining the block reward will now be lowered, and so will also the currency inflation of SHIFT.

https://github.com/shiftcurrency/shift/releases/tag/v3.0.0

Miners-Zone SHIFT Pool has been updated:
Code:
instance: Gshift/v3.0.0/linux/go1.6.1/Miners-Zone

SHIFT Network Stats had been updated also:
http://stats.shiftnrg.org

131  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] Mandatory update to SHIFT 3.0.0 before block 593000 on: July 14, 2016, 04:34:47 PM
trying use claymore but failed, any one can give me the configuration using claymore...? because it's long time to create new dag for me.
anyway where to see the top miner stats ?

use latest ethminer. https://github.com/Genoil/cpp-ethereum/blob/110/releases/ethminer-0.9.41-genoil-1.1.7.zip it generate dag much faster like previous versions.

Ethminer v1.1.7 mining syntax - stratum:
Quote
ethminer.exe -G -S shf.miners-zone.net:58008 -O <address>.<worker>:x -SP 1

Claymore Dual Miner v4.2 mining syntax - stratum:
Quote
EthDcrMiner64.exe -mode 0 -esm 0 -allcoins 1 -epool shf.miners-zone.net:58008/your_wallet/rig1 -ewal your_wallet -eworker rig1 -epsw x -dcri 30 -dpool stratum+tcp://your_decred_pool:pool_port -dwal account.rigname -dpsw x
132  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] A PARALLEL INTERNET | DEV UPDATE JUN 14TH on: June 18, 2016, 05:38:45 AM
does the official "pool.shiftnrg.org" supports claymore's miner? and what conf should i use? Thanks

Open-ethereum pool implementation support claymore dual miner. So shf.miners-zone.net will works. Here is example:

Code:
EthDcrMiner64.exe -mode 0 -esm 0 -allcoins 1 -epool shf.miners-zone.net:58008/your_wallet/rig1 -ewal your_wallet -eworker rig1 -epsw x -dcri 30 -dpool stratum+tcp://your_decred_pool:pool_port -dwal account.rigname -dpsw x
133  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | GUI WALLET 1.5.1 on: June 14, 2016, 07:40:05 AM

Thank you, it pleases. I welcome your report on the work, and by the way, that with a pool?

Pool is running fine. Just updated to latest Gshift release.
134  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | MANDATORY UPDATE TO 2.6.1 on: June 06, 2016, 02:24:49 PM
how solo mining? line comand  thanks

https://bitcointalk.org/index.php?topic=1155284.msg14360900#msg14360900

Not sure if shf will works in v2.6.2. If not try web3.eth.coinbase To check hashrate use command: web3.eth.hashrate (at point 8.)
135  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 26, 2016, 07:03:01 PM

thanks I found this useful , can the shiftpool please add this to the help and download page.

any help with solo mining with claymore miner + mining DCR ?

also can you add Failover pool ?


Thanks for your suggestion. Pool cannot cover all mining software. I personally will not use this miner since its still beta version, closed source and is there implemented mining on different pool every hour as dev donation fee. So in final result it means you will mine three different coins so your real profit will goes somewhere else. It looks this miner have problems with stratum implementations.

Solo mining is same as in Ethereum or any other fork just with different ports. Run:
Code:
gshift --rpc --rpcaddr "your_local_ip" --rpcport 53901
and connect here your miner software. I just dont get why you cannot mine on pool (you have there links and help page) but its true its your choice how you will mine.

Failover pool will be discussed.


136  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PWR] PowerCoin [RELEASED] [POW][AIRDROP OVER] ] on: May 25, 2016, 01:30:52 PM
Someone tested solo mining to PowerWallet?

It looks like it crashing when is closed miner.
im too yesterday((you must delete wallet(but save keys on computer) restart computer and install wallet

OK. Thanks so its not just me. Well yeah this worked for me too. But its just temp sollution. So I hope Dev will look on that.
137  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][PWR] PowerCoin [RELEASED] [POW][AIRDROP OVER] ] on: May 25, 2016, 09:29:10 AM
Someone tested solo mining to PowerWallet?

It looks like it crashing when is closed miner.
138  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 21, 2016, 07:48:09 AM
As a suggestion can you update the main page with a simple Bat file with "start wallet" & "start miner" i would personal love it if the GUI wallet started a ghshit wallet in the background to make it even more noob friendly

I think its not good idea. Since there are exist more apps for mining and every app have different optimalizations. Solo mining is not anymore profitable (doubled net diff) so you should choose some pool for mining.
139  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | PLEASE UPDATE TO 2.5.2 on: May 21, 2016, 04:51:17 AM
So there is no way how to do stratum mining currently for SHIFT since they are all Getwork?

Statum mining is possible. Currently on our pool are 8 miners over stratum. Look better on pool help page: http://pool.shiftnrg.org/#/help
140  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 18, 2016, 12:03:14 PM
i think they don't add any shit coin anymore, you need to propose them a good coin, with something innovative, where is the innovation in shift? just a clone

Look better on Github.
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!