Bitcoin Forum
May 25, 2024, 03:59:42 AM *
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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30]
581  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 17, 2016, 05:50:43 PM

Code:
shf.sendTransaction({from:shf.accounts[0], to:"0x619f79b01cc1f14316b0edb91e714979787b58ec", value: web3.toWei(1, "shift")})

You had some strange quotes around the "to" address in there..

haha now i see it, thanks, i grabbed the code from the official wiki so someone should change it there:
http://www.shiftnrg.org/wiki/index.php?title=Main_Page

 

Code:
send to internal shift address:
shf.sendTransaction({from:shf.accounts[0], to:shf.accounts[1], value: web3.toWei(1, "shift")})


send to any shift addess:
shf.sendTransaction({from:shf.accounts[0], to:"0x001", value: web3.toWei(1, "shift")})
582  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 17, 2016, 05:18:41 PM

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.


well to me its looks like 53900 is the network port of shift
you changed your rpcport to 53901 and pointed ethminer to the same port.
on my first attemt i send ethminer to port 53900 since i thought this was the standart rpc port for shift.
but it is not and thats why ethminer couldnt connect.

now you and i changed the rpc port, i used eth port because then i dont have to use more flags with ethminer ^^

i have to take a look at the flags you gave me, i use --farm-recheck with pooling but no clue if it is any better.
do you know what your flags do? ill google later...
--opencl-platform 1 --cl-local-work 128 --cl-global-work 16384 --farm-recheck 500

last one note: DO NOT OPEN THE RPC PORT IN YOUR FIREWALL :p
more info http://ethereum.stackexchange.com/questions/3887/how-to-reduce-the-chances-of-your-ethereum-wallet-getting-hacked


i actually do have problems sending shift to my second address, do i need to unlock accounts to send shift?

when i try i get
Code:
shf.sendTransaction({from:"0x00", to:”0x01”, value: web3.toWei(1, "shift")})
(anonymous): Line 1:74 Unexpected token ILLEGAL (and 4 more errors)
>

Code:
shf.sendTransaction({from:shf.accounts[0], to:”0x01”, value: web3.toWei(1, "shift")})
(anonymous): Line 1:47 Unexpected token ILLEGAL (and 4 more errors)
>

//edit:

i successfully send shift like this:
Code:
shf.sendTransaction({from:shf.accounts[0], to:shf.accounts[1], value: web3.toWei(1, "shift")})

but how to send to someone else?! Cheesy
583  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 17, 2016, 02:20:38 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 with an ethereum mining rig with all the prerequisites
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
584  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] DECENTRALIZED APPS AND WEB HOSTING | FB GIVEAWAY | NEW EXCHANGE! on: May 17, 2016, 10:36:52 AM
hey guys i run into some weird bugs..

i launched gshift on ubuntu 15.10 and created 2 accounts
one while the node was still syncing and one after it was finished.
i can check the balance on both addresses
but when i try to look up the address at http://explorer.shiftnrg.org
i get an empty page as an result, i tried searching random addresses from the front page and its working.

now if i enter my address manually into the adress bar i get a page as a result:
http://explorer.shiftnrg.org/?page=address&address=2980f093fj039jf093jf03jf093jf

but so does any other address i enter:
http://explorer.shiftnrg.org/?page=address&address=igotanamedshiftaddress

now i dont know if there is a problem with the website or with my node.

worst case scenario the address im currently mining on doesnt exit and rewards are lost.

oh wait.. 1h left untill the pool pays the shift, i fear my address aint real xD
4h since my last share and shift.geilidao.com didnt pay.

what port does gshift need? 53900?
lets try flying solo...
Pages: « 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 [30]
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!