Author

Topic: [ANN][SHIFT] The New Web | IPFS/Phantom | ShiftNrg.org Hosted Decentralized! - page 295. (Read 547569 times)

sr. member
Activity: 280
Merit: 250
From Russia with love
Those who are using just their own pcs that might have 2 gpus and want to use one of them --opencl-device does the trick. on the miner!

thanks, quick question does my account has to be unlocked for solo mining, new to this type of wallet.


Thanks.



You have to create an account before solo mining.




yea i created the account but on the gui wallet it shows locked, does it matter when solo mining ?

Shouldn't  matter Smiley
legendary
Activity: 1190
Merit: 1004
Those who are using just their own pcs that might have 2 gpus and want to use one of them --opencl-device does the trick. on the miner!

thanks, quick question does my account has to be unlocked for solo mining, new to this type of wallet.


Thanks.



You have to create an account before solo mining.




yea i created the account but on the gui wallet it shows locked, does it matter when solo mining ?



Sorry, no idea on the windows stuff.


hero member
Activity: 686
Merit: 500
Those who are using just their own pcs that might have 2 gpus and want to use one of them --opencl-device does the trick. on the miner!

thanks, quick question does my account has to be unlocked for solo mining, new to this type of wallet.


Thanks.



You have to create an account before solo mining.




yea i created the account but on the gui wallet it shows locked, does it matter when solo mining ?
legendary
Activity: 1190
Merit: 1004



Unlike bitcoin, you can create accounts in ethereum that are more like bank accounts. They maintain history. You send partial funds out and the remaining funds stay in your account. There aren't new accounts created behind the scenes.


legendary
Activity: 1190
Merit: 1004
Those who are using just their own pcs that might have 2 gpus and want to use one of them --opencl-device does the trick. on the miner!

thanks, quick question does my account has to be unlocked for solo mining, new to this type of wallet.


Thanks.



You have to create an account before solo mining.


hero member
Activity: 686
Merit: 500
Those who are using just their own pcs that might have 2 gpus and want to use one of them --opencl-device does the trick. on the miner!

thanks, quick question does my account has to be unlocked for solo mining, new to this type of wallet.


Thanks.
hero member
Activity: 1008
Merit: 501
Those who are using just their own pcs that might have 2 gpus and want to use one of them --opencl-device does the trick. on the miner!
sr. member
Activity: 280
Merit: 250
From Russia with love
Is there a step-by-step instructions on how to mine somewhere?  Sorry if I missed it.

For Windows
Download 32 or 64 bit exe from github
rename
Shift-Windows
open cmd
type Shift-Windows account new

Mine with GPU
Shift-Windows --rpc
Download Miner AMD ONLY >> http://d-h.st/rbnt
run shift.bat


Tip if this helped
SHF: 0xae0ada93d2a680d3fcdd705b9803c87c974fd522


Everyone on block 99?
sr. member
Activity: 462
Merit: 250
Is there a step-by-step instructions on how to mine somewhere?  Sorry if I missed it.
legendary
Activity: 1190
Merit: 1004
A friend told me about this new coin, im here to join the party.



It is a great party! The first ETH clone.


legendary
Activity: 1190
Merit: 1004


There are people who can only CPU mine or have low hash power GPUs. These people are valuable to have on board with the project.

On the downside, a pool might lead to hash power renting...


hero member
Activity: 1008
Merit: 501
A friend told me about this new coin, im here to join the party.
legendary
Activity: 2688
Merit: 1240
Anyone know how to find the current difficulty?

in the java console,

> debug.printBlock(1000)

We will be back later. We all work in different time zones. Some get home from work right now, others go to sleep.

Regards



Thanks for your hard work!


You should post the bounties + amounts.

block explorer is important, clone etherchain.org.

Pool is important. pay OCminer a bounty to make it.




Thank you all the users for your support. We are very humble about this, just so you know. We will need your help.

Yes, a blockexplorer, of course.

we have talked with ocminer.. he said that he would wait. Maybe you can ask him?

Regards


I'm ready but as long as people are happy and are finding blocks - why add a pool ?

Mining with ethminer solo is as easy as mining in a pool, currently diff is so low that you can easily mine solo and there is no need for a pool yet IMHO
legendary
Activity: 1008
Merit: 1000
Should I start working on a block explorer?

That would be just great!
sr. member
Activity: 280
Merit: 250
From Russia with love
Should I start working on a block explorer?
newbie
Activity: 14
Merit: 0
Thanks for your hard work!


You should post the bounties + amounts.

block explorer is important, clone etherchain.org.

Pool is important. pay OCminer a bounty to make it.

Thanks. Etherchain.org is not a good source tho, they round wrong. I'd rather have etherscan.io.

Bounties are on the way. We need to ensure the specifications and requirements are easy to understand and straightforward to avoid confusion.
full member
Activity: 182
Merit: 100
This is the hottest new coin
Hix
legendary
Activity: 1971
Merit: 1036
Mining will be ended when the holders of Shf vote so (at a minimum of 2M Shf). They decide how much of a premine it will be in %..
How we can vote and where?
full member
Activity: 182
Merit: 100
When I check balance I get a very long number. Do i have to divide it by something to get the actual number of shift coins?

Yes,

   Xshf  = BigPow(10, 42)
   Zshf  = BigPow(10, 21)
   Eshf  = BigPow(10, 18)
   Pshf  = BigPow(10, 15)
   Tshf  = BigPow(10, 12)
   Gshf  = BigPow(10, 9)
   Mshf  = BigPow(10, 6)
   Kshf  = BigPow(10, 3)
   Shf   = big.NewInt(1)

where 42, 21 is the number of zeros.

Regards

Thank you, but i still dont get it....
How do you woork with this number?

59156250000000000000

59 shf
correct me if i wrong

if its 59, why do we have decimal shf?

That's 59.15625 SHF. You can easily find the number with Google or a calculator.. just divide by 10e17 or 10^18. In this case: 59156250000000000000 / 10e17 = 59.15625

web3.toShf(eth.getBalance(eth.accounts[0]), "Eshf");

This is giving me an error though

This unit doesn't exists, please use the one of the following units{
  "Eshf": "1000000000000000000",
  "Gshf": "1000000000",
  "Kshf": "1000",
  "Mshf": "1000000",
  "Pshf": "1000000000000000",
  "Shf": "1",
  "Tshf": "1000000000000"
}


member
Activity: 109
Merit: 10
When I check balance I get a very long number. Do i have to divide it by something to get the actual number of shift coins?

Yes,

   Xshf  = BigPow(10, 42)
   Zshf  = BigPow(10, 21)
   Eshf  = BigPow(10, 18)
   Pshf  = BigPow(10, 15)
   Tshf  = BigPow(10, 12)
   Gshf  = BigPow(10, 9)
   Mshf  = BigPow(10, 6)
   Kshf  = BigPow(10, 3)
   Shf   = big.NewInt(1)

where 42, 21 is the number of zeros.

Regards

Thank you, but i still dont get it....
How do you woork with this number?

59156250000000000000

59 shf
correct me if i wrong

if its 59, why do we have decimal shf?

That's 59.15625 SHF. You can easily find the number with Google or a calculator.. just divide by 10e17 or 10^18. In this case: 59156250000000000000 / 10e17 = 59.15625

Thank you very much!
Jump to: