Bitcoin Forum
May 06, 2024, 08:18:49 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 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 118 »
101  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First ETH fork | GUI wallet | No ICO/IPO | UPDATE v0.3.0 on: September 14, 2015, 10:37:42 PM
Whats the story with Bittrex disabling the trading on this???

Unknown, thought it was just a simple wallet update. Who knows?
102  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First ETH fork | GUI wallet | No ICO/IPO | UPDATE v0.3.0 on: September 14, 2015, 10:10:01 PM
@hankman

ethereum had months+ to build it, and a lot of cash to invest in their mission... why don`t you build a better one and ask for a bounty?



I believe @hankman was the person who said they wanted 1 BTC of SHF to hire someone to develop a block explorer. I thought it was a sweet deal. I would have wanted 3 to 5 BTC worth of SHF to build the explorer.

In the end, the devs didn't want to use the premine on a block explorer. They want to make it themselves, have it included in their dev 50k premine and keep the 200k for future developments. It's a good plan to keep the premine until SHF is worth more. It's also a good plan to spend it quickly and build an amazing coin as quick as possible. I like the quick development style but the devs want to go slow style.



I haven't looked at the premine. Is it 250k or 450k?





250k
103  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 10:05:27 PM
What is max coin supply, cant find info in OP

Unknown yet.

104  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First ETH fork | GUI wallet | No ICO/IPO | UPDATE v0.3.0 on: September 14, 2015, 09:49:41 PM

Ok, I stand corrected.... Just don't understand the hold up....
105  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First ETH fork | GUI wallet | No ICO/IPO | UPDATE v0.3.0 on: September 14, 2015, 09:38:34 PM
Bittrex is up again: https://www.bittrex.com/Market/Index?MarketName=BTC-SHF
106  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 09:33:22 PM
Seems like the block times are getting closer to the target time of 60 seconds.
107  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First ETH fork | GUI wallet | No ICO/IPO | UPDATE v0.3.0 on: September 14, 2015, 09:13:29 PM
BLOCKEXPLORER IS A MOTHER OF COINS - THAT SHOULD BE DONE ASAP!
Without it, no one takes coin seriously.


Hi,

the new explorer went live yesterday to replace the old one.

http://46.101.137.79:4400/#/



It's pretty sad that we are relying on a 15 yr old kid to build the block explorer.

I honestly don't know what age has to do with anything. Next time please make your criticism constructive.

The SHIFT block explorer sucks compared to etherchain.org or etherscan.io. Is this better constructive criticism? Clearly a 15 yr old could never make a website as good at etherscan.io. You have to be a moron to think otherwise.

He is making it for free and open source so of course I give him a lot of credit and more importantly a lot of respect. Without it we would have nothing!

Age does not quantify skill(s) and/or talent(s). That has been proven in the past and present, ie. Mozart composed at 5 years old. So please stop with the age criticism, unless your programming skills are equal or better than that person, then you can give a fair critique. Otherwise, it's just an unfair opinion you base on age. Some people are more mature as youths compared to adults.
108  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 09:04:42 PM
Is the number that shows up in red when you do web3.fromWei(exp.getBalance(exp.coinbase)) your balance?
yes, from the coinbase account
So what is the syntax to send coins to a different address? ty btw

Also, I've gotten around 2k coins in probably 10 mins of mining. Does this seem reasonable or is something wrong?

That seems wrong.

Type in: admin.peers

If is says "null" you are not connected and the mined coins are worthless.
Shit haha, I got "null." How do I fix it?

This is from the OP, might help or not:
Code:
./gexp --bootnodes "enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786" --rpc console 2>exp.log

or from the console

Code:
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")

Check and see if you are connected to any nodes

Code:
admin.peers

You can also get your own node info for others to connect to by entering

Code:
admin.nodeInfo

turn on mining

Code:
miner.start()
miner.stop()
Once you mine a few blocks, check your balance like this

Code:
web3.fromWei(exp.getBalance(exp.coinbase))

If you are having trouble finding nodes give it a second and then follow the guide below

https://github.com/expanse-project/go-expanse/wiki/Connecting-to-the-network

Binaries
https://github.com/expanse-project/go-expanse/tree/develop/BUILDS-GEXP

Update For windows

Download the new binaries

https://github.com/expanse-org/EasyExpanseWin64/archive/master.zip

Doubleclick Setup_Step2_genesis.bat
Doubleclick Start_Expanse.bat
Add peers from just incase..

Doubleclick Start_Mining.bat

Code:
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://f944c6702a78a0cbcd6505b76daff069dad2e45ff88896c475da2bef47091c88e5b4042211233e397ad958be998003a2674151e60719c5fdeeff5f8cc2c231a1@74.196.59.103:42786")
admin.addPeer("enode://d4ad71ef4251c4d7b07424526dea7a4205b19e24cdb3c44e22ece9e48a38c57f1eb917df67cc93db7a21e9d2aafa016601d0787f200ddac2804608f6c740fe94@[::]:42786")
admin.addPeer("enode://6a1e4409f358ba71622f9573d4f1eefd922040c11f860d613a0b6183701bc4a5a9314e98474669473c30efca7d821ae1904e31eb0326579bca34daabe7e01d52@[::]:42786")
admin.addPeer("enode://4055ec69e53df4bfecb95e3b65c28e4f2a1145a3bdc4d85d077b552248cf159951afd649f044783bebf48b902fbc0e96978c76236fd4ab3d5ef7d95d72b84ee5@[::]:42786")
admin.addPeer("enode://d98e814b2310bef6b07ca6d72b1982938c13702336e9a0c6004a562d6b8c2f5360850df714143c28f65c0d690d90341bbc72f953e232cf5673cc7b7db7fd665c@[::]:42786")
admin.addPeer("enode://261da6789b8720fc61a17c532022f9ac8d25c82680caeaf3f68f67e723deac190000847f276dfa9e4ac503b6d8c13bd77aae724b263479cafc8808ede0f1deb9@18.97.7.22:42786")
admin.addPeer("enode://2444ddb2aa1c34d55f9b28a1e2b57f1d6c381250776574432381db6984996a2a05f560f0a751443d5a5df4c608a8dc6acc0bdb19bea5905edf643d2c9b44d159@85.217.235.15:63117")
admin.addPeer("enode://f3223bf8ea731e569a27318f00f4cc3696ec7d45005604f2731efc21f95028d230671dfc907f44cbed3f7fa0033e1111ffd8f9db1286b3721641d77afd500ade@54.72.197.108:46741")
admin.addPeer("enode://15a6ddec7c2e7fc67686557975b41c6308525a69c8ce56747d6ae9c7e9dc8910a4624443ffc127001f72f8f8fca4a67d04906e72d725d7b39dbff4454b8b2b28@68.197.12.14:42786")
admin.addPeer("enode://25b8304b5a7977e5478057e5f60f3a7f0da32702f0e5d0174c84ab2a9fb270fb37ef73aba2c682d4283d617e073fdc61e082d7f277474ea64fde055e17d86814@71.62.31.72:49568")

For updating information click here

Official Genesis
Code:
{
    "nonce": "0x214652414e4b4f21",
    "timestamp": "0x0",
    "parentHash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "extraData": "0x4672616e6b6f497346726565646f6d",
    "gasLimit": "0x1388",
    "difficulty": "0x40000000",
    "mixhash": "0x0000000000000000000000000000000000000000000000000000000000000000",
    "coinbase": "0x93decab0cd745598860f782ac1e8f046cb99e898",
    "alloc": {
        "0xbb94f0ceb32257275b2a7a9c094c13e469b4563e": { "balance": "10000000000000000000000000" },
        "0x15656715068ab0dbdf0ab00748a8a19e40f28192": { "balance": "1000000000000000000000000"},
    "0xc075fa11f85bda3aaba67106226aaf086ac16f4e": { "balance": "100000000000000000000000"},
    "0x93decab0cd745598860f782ac1e8f046cb99e898": { "balance": "10000000000000000000000"}
    }
}

Pools
https://exp.suprnova.cc

Console Cheat Sheet
Code:
BlockHeight == exp.blockNumber
nodeinfo == admin.noteInfo
peers == admin.peers
addnode == admin.addPeer("enode://nodekey:ipaddress@port")
send tx == exp.sendTransaction({from:exp.accounts[0], to:"0x…007", value: web3.toWei(1, "expanse")})
getBalance == exp.getBalance("0x...007")
Peercount == net.peerCount
[/quote]

Also, you can try to port forwarding on 42786 on the ip of the machine that's mining. Set the UDP and TDP to connect. I'm just pretty much just repeating what has been said before. Note, some routers have issues with port forwarding and/or NAT redirection, check with your manufacture and hope there's a firmware update for it.
109  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 11:53:13 AM
i created an account, a nodekey file as its content "cd851103f653eef..", does it mean that my wallet address is "0xcd851103f653eef.."?

In the console, you can type: exp.accounts , to see your account coinbase.

thanks you! i got it now.

Your very welcomed... Cool
110  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 11:50:44 AM
All seven of my nodes appear to be on the main chain.

2 of which are on windows with 10+ peers.

ocminer what's your node ill add it to the bootnodes so that people are always trying your connection.


Furthermore, https://github.com/ethereum/go-ethereum/issues/1579

Its not just an expanse problem.

Personally, when I mined ETH or SHF, I got 10+ nodes on my Win 10 machine that's on a wireless bridge that can only do IPv4 (a common issue with wireless bridges). I originally, didn't need to open no ports on ETH or SHF to get those 10+ peer connections. I've tried turning off the firewall, port forwarding ( but found that the feature is buggy on my EA6300 router and Linksys doesn't make a firmware fix for it), made rule exceptions on the firewall in windows, add those node from the OP and what ever else I can think off, but only can get connected to 4 peers. At least, it seems I'm still on the right fork, even with the low peer count. Maybe altcoinex is right, that it might be because the wallet that is used is from the stable version and not the cutting edge version with a lot of fixes.
111  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 11:40:35 AM
i created an account, a nodekey file as its content "cd851103f653eef..", does it mean that my wallet address is "0xcd851103f653eef.."?

In the console, you can type: exp.accounts , to see your account coinbase.
112  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First Ethereum fork. GUI wallet. No ICO/IPO. PoW, Bountys. Bittrex. on: September 14, 2015, 11:39:06 AM

Keep up the good work...The community appreciates it....

I remember someone mentioning that you might consider changing the ticker from SHF to SHIFT?

Thanks for the reminder, we'll discuss it Smiley

Getting a proper representation on Coinmarketcap is in the works too.



The new block explorer will really help that and whenever Bittrex gets back online with the market.

I'll be sending a coin request to add this on poloniex. I really think that would give this coin a major boost getting on that exchange.
113  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 11:34:29 AM
Even after adding all the nodes I still get "admin.peers" = null

This coin is still in pre pre pre alpha stage, so, it is normal  Tongue  I had over 20 nodes, woke up this morning and - null

Edit: We need pools ASAP, so those problems with loosing all the nodes will not happen

Thewre was testing done for what, 3 or 4 days?

With the issues that was present then and still at the end of test net period then the coin should have been delayed on launch.
it's enought. Most ppl interested by the project (at least miners) mined ETH first. That was a good training...
You had several weeks to set-up and test mining on ETH.

In fact clone coins are more easy ..see the .bat files

I've been mining Eth for the last few weeks.  There was NO issue with connections. Not even Shift.

I am not the only one on Windows who has connection issues. It has been stated many times.

This is all too common in the crypto world. People that have things running smoothly, just assume that people are stupid that have issues and what not, that's the blunt truth, sad to say. Instead of helping and being community oriented in solving issues, some people don't have a humanitarian side to them.
114  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 11:28:19 AM
Even after adding all the nodes I still get "admin.peers" = null

This coin is still in pre pre pre alpha stage, so, it is normal  Tongue  I had over 20 nodes, woke up this morning and - null

Edit: We need pools ASAP, so those problems with loosing all the nodes will not happen

Thewre was testing done for what, 3 or 4 days?

With the issues that was present then and still at the end of test net period then the coin should have been delayed on launch.

I'm neither for or against a relaunch. If the relaunch isn't possible, maybe a fork and reset the diff.

Truly, can't say the launch is completely fair if a good number of people had issues that weren't related to their setups and hardware.

I guess ETH was resourceful at doing an semi live network with the olympic period of mining, maybe EXP should have been done like that after the testnet to get the kinks out.

All coins have some sort of hitch during launch, that's the reality and there will never be a fair/perfect launch.
115  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First Ethereum fork. GUI wallet. No ICO/IPO. PoW, Bountys. Bittrex. on: September 14, 2015, 11:20:33 AM
With what algo can be this Ethereum coins mined at miningrigrentals.com ?

If possible it would be Hashimoto. Actually i'm mining at suprnova and waiting for some exciting news from the developers, like rebranding, roadmap, bounties, block explorer and more.


https://github.com/shiftcurrency/shift/compare/feature/transhistory

Things are being developed as we speak. We will not bring forward news if we are not done with the implementation. Altsheets is working on the block explorer. Roadmap is very hard since it most like would change. Do not expect a new roadmap soon. The development will be swift and new tech will be tried out when we find interest. A roadmap is likely to be contra productive.

The amount of time spent all together by the team on this is pretty amazing. Things like this takes ALOT of time. Currently we have struggled with some bugs in ethereum core, which is most likely solved in the upcoming release, v0.3.0.

Kind regards

Sounds really good to me, looks like this time i'm mining something good.

Instead of a roadmap, do a checklist of things done and things in the works, so that it's more tentative and not fixed.

But we agree with you. Will fix a list and put it on the wiki or somewhere else. Thx for the input, much appreciated Smiley

Keep up the good work...The community appreciates it....

I remember someone mentioning that you might consider changing the ticker from SHF to SHIFT?
116  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 11:11:29 AM
Guys I have problems with the peers too, please make absolutely sure the pool is on the right chain if you throw a lot of hash on it - unfortunately I cannot watch the pool all the time, but I'll try to keep an eye on it as I can.

Please understand that - with all those problems - ITS A high risk GAMBLE and I cannot be held responsible for coins lost on a fork - this is unlikely for me - but I usually never have concerns when I launch a pool.

I know there is no official block explorer yet, so its probably best to either solo mine or compare your block height with the pools block height.

So far my block height in solo mining is matching your pool's block height...
117  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 10:55:33 AM
Any plans to create a GUI wallet? Etherwall could be ported to work: http://etherwall.com/ .

Any progress on a real-time block explorer?


We have a nice GUI wallet that will be out in a day or so. Block Explorer coming soon but no exact time. I believe we also determined the bug that is causing some people to only connect to 2-3 nodes. It seems this bug present in the stable releases of ethereum but not the cutting edge release. Those having trouble please use the pool provided by OC Miner until we release an update late today. Thanks Grin

I was connecting back and forth between 3 to 4 peers, but now stable at 4 peers and seem to be on the right chain.
118  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First Ethereum fork. GUI wallet. No ICO/IPO. PoW, Bountys. Bittrex. on: September 14, 2015, 10:41:46 AM
With what algo can be this Ethereum coins mined at miningrigrentals.com ?

If possible it would be Hashimoto. Actually i'm mining at suprnova and waiting for some exciting news from the developers, like rebranding, roadmap, bounties, block explorer and more.


https://github.com/shiftcurrency/shift/compare/feature/transhistory

Things are being developed as we speak. We will not bring forward news if we are not done with the implementation. Altsheets is working on the block explorer. Roadmap is very hard since it most like would change. Do not expect a new roadmap soon. The development will be swift and new tech will be tried out when we find interest. A roadmap is likely to be contra productive.

The amount of time spent all together by the team on this is pretty amazing. Things like this takes ALOT of time. Currently we have struggled with some bugs in ethereum core, which is most likely solved in the upcoming release, v0.3.0.

Kind regards

Sounds really good to me, looks like this time i'm mining something good.

Instead of a roadmap, do a checklist of things done and things in the works, so that it's more tentative and not fixed.
119  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][SHIFT] First ETH fork | GUI wallet | No ICO/IPO | UPDATE v0.3.0 on: September 14, 2015, 10:31:21 AM
Everyone in the community should send a coin request to poloniex to help get it on there. Poloniex by far is currently the best exchange.... Cool
120  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Expanse (EXP) - Fair Launch, No ICO, Community DAO, based on Ethereum on: September 14, 2015, 10:29:36 AM
Any plans to create a GUI wallet? Etherwall could be ported to work: http://etherwall.com/ .

Any progress on a real-time block explorer?
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 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 ... 118 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!