Bitcoin Forum
May 09, 2024, 04:17:15 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Pages: « 1 ... 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 [881] 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 ... 1310 »
  Print  
Author Topic: [ANN] Ethereum: Welcome to the Beginning  (Read 2004020 times)
lhfly2019
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
March 04, 2018, 06:47:40 AM
 #17601

In my mind,Vitalik is great as Satoshi!
I am a newbie of the crypt--currency,I missed the genesis of the Ethereum.
But I will grow up with the Ethereum in the last of my life!
Vetalik commit his promise and make our world a better place!
He is a real man!
"You Asked For Change, We Gave You Coins" -- casascius
Advertised sites are not endorsed by the Bitcoin Forum. They may be unsafe, untrustworthy, or illegal in your jurisdiction.
1715271435
Hero Member
*
Offline Offline

Posts: 1715271435

View Profile Personal Message (Offline)

Ignore
1715271435
Reply with quote  #2

1715271435
Report to moderator
lhfly2019
Newbie
*
Offline Offline

Activity: 98
Merit: 0


View Profile
March 04, 2018, 06:56:02 AM
 #17602

I am so exciting to read the genesis post written by the Vitalik.
I think he is the God of the blockchain world after the Satoshi disappeared.
He is a really powerful guy,but he is not greedy.
He just wanna make the world better!
We are so lucky to live in a world where Vitalik exists!
Best wishes to Vatalik!
freelotus
Full Member
***
Offline Offline

Activity: 518
Merit: 100



View Profile
March 04, 2018, 07:08:57 AM
 #17603

Maybe Vitalik is Satohi Nakomoto? A genius is hiding from his glory. Both of these personalities are worthy of respect.
gelius
Sr. Member
****
Offline Offline

Activity: 292
Merit: 251


View Profile
March 04, 2018, 10:23:41 AM
 #17604

I have problem with ropsten network:
Code:
/home/testnet/go-ethereum-1.7.3/build/bin/geth --rpc --port 30304 --rpcport 8599 --networkid 3 --rpcapi db,eth,web3,net,admin,miner,personal --cache 1024 --maxpeers 25 --datadir /home/testnet/.ethereum --keystore /home/testnet/.ethereum/keystore --nousb --mine --minerthreads 1 --unlock 0xC1320531dF2612B85e6FEDFd4d6358ed711bbe66 --password /home/testnet/pass
Code:
Welcome to the Geth JavaScript console!

instance: Geth/v1.7.3-stable/linux-amd64/go1.9.4
coinbase: 0xc1320531df2612b85e6fedfd4d6358ed711bbe66
at block: 21376 (Fri, 02 Mar 2018 13:28:04 CET)
 datadir: /home/testnet/.ethereum
 modules: admin:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 web3:1.0

> net.listening
true
> net.peerCount
0
> admin.nodeInfo
{
  enode: "enode://82d2080b25d22fb359906b21bf92b1343117ef4a973faba4a5172c58cb48111f5aead5262da0e61408ca212ddab4dfc98b65f479f98b829c08a248d4ecd5f9fa@[::]:30304",
  id: "82d2080b25d22fb359906b21bf92b1343117ef4a973faba4a5172c58cb48111f5aead5262da0e61408ca212ddab4dfc98b65f479f98b829c08a248d4ecd5f9fa",
  ip: "::",
  listenAddr: "[::]:30304",
  name: "Geth/v1.7.3-stable/linux-amd64/go1.9.4",
  ports: {
    discovery: 30304,
    listener: 30304
  },
  protocols: {
    eth: {
      difficulty: 10118419255,
      genesis: "0x5704d029fe80f4fb605c0cb5e31d591511f10a46a0cb8166f97d8d559f9bc5b0",
      head: "0x6d07f60c2f3fdd19f30512c6cc1fee24159507a98e25272b02564709f6ed7e96",
      network: 3
    }
  }
}

Code:
> admin.peers
[]
> admin.peers
[]
> admin.peers
[{
    caps: ["eth/63"],
    id: "95bca2749fb2b03a837a8db99fb43a2f3dbe8db9fd40c34ff1052bf4a3719f869d891f26b58f980b20e9dc60f08af55da8c09a9dd5aff48d9d550961a01fcb8c",
    name: "Geth/v1.6.2-stable/linux-amd64/go1.8.3",
    network: {
      localAddress: "109.236.86.39:42732",
      remoteAddress: "182.254.156.77:30303"
    },
    protocols: {
      eth: "handshake"
    }
}]

0-2 peers anytime.
The network does not accept my contracts.

Operating System: Ubuntu 16.04.3 LTS
Truffle v4.0.6 (core: 4.0.6)
Solidity v0.4.19 (solc-js)
Ethereum client: go-ethereum-1.7.3
node version: v9.4.0
npm version: 5.6.0
thevictimofuktyranny
Legendary
*
Offline Offline

Activity: 1092
Merit: 1004


View Profile
March 04, 2018, 03:48:10 PM
 #17605

I have problem with ropsten network:
Code:
/home/testnet/go-ethereum-1.7.3/build/bin/geth --rpc --port 30304 --rpcport 8599 --networkid 3 --rpcapi db,eth,web3,net,admin,miner,personal --cache 1024 --maxpeers 25 --datadir /home/testnet/.ethereum --keystore /home/testnet/.ethereum/keystore --nousb --mine --minerthreads 1 --unlock 0xC1320531dF2612B85e6FEDFd4d6358ed711bbe66 --password /home/testnet/pass
Code:
Welcome to the Geth JavaScript console!

instance: Geth/v1.7.3-stable/linux-amd64/go1.9.4
coinbase: 0xc1320531df2612b85e6fedfd4d6358ed711bbe66
at block: 21376 (Fri, 02 Mar 2018 13:28:04 CET)
 datadir: /home/testnet/.ethereum
 modules: admin:1.0 eth:1.0 miner:1.0 net:1.0 personal:1.0 rpc:1.0 web3:1.0

> net.listening
true
> net.peerCount
0
> admin.nodeInfo
{
  enode: "enode://82d2080b25d22fb359906b21bf92b1343117ef4a973faba4a5172c58cb48111f5aead5262da0e61408ca212ddab4dfc98b65f479f98b829c08a248d4ecd5f9fa@[::]:30304",
  id: "82d2080b25d22fb359906b21bf92b1343117ef4a973faba4a5172c58cb48111f5aead5262da0e61408ca212ddab4dfc98b65f479f98b829c08a248d4ecd5f9fa",
  ip: "::",
  listenAddr: "[::]:30304",
  name: "Geth/v1.7.3-stable/linux-amd64/go1.9.4",
  ports: {
    discovery: 30304,
    listener: 30304
  },
  protocols: {
    eth: {
      difficulty: 10118419255,
      genesis: "0x5704d029fe80f4fb605c0cb5e31d591511f10a46a0cb8166f97d8d559f9bc5b0",
      head: "0x6d07f60c2f3fdd19f30512c6cc1fee24159507a98e25272b02564709f6ed7e96",
      network: 3
    }
  }
}

Code:
> admin.peers
[]
> admin.peers
[]
> admin.peers
[{
    caps: ["eth/63"],
    id: "95bca2749fb2b03a837a8db99fb43a2f3dbe8db9fd40c34ff1052bf4a3719f869d891f26b58f980b20e9dc60f08af55da8c09a9dd5aff48d9d550961a01fcb8c",
    name: "Geth/v1.6.2-stable/linux-amd64/go1.8.3",
    network: {
      localAddress: "109.236.86.39:42732",
      remoteAddress: "182.254.156.77:30303"
    },
    protocols: {
      eth: "handshake"
    }
}]

0-2 peers anytime.
The network does not accept my contracts.

Operating System: Ubuntu 16.04.3 LTS
Truffle v4.0.6 (core: 4.0.6)
Solidity v0.4.19 (solc-js)
Ethereum client: go-ethereum-1.7.3
node version: v9.4.0
npm version: 5.6.0

Ubuntu 16.04.03LTS had lots of CPU and GPU related issues and bugs.

You may want to re-install newer Ubuntu 16.04.04 LTS.

Back on point as an OS - bugs and issues related to CPUs and GPUs have disappeared!
BarkingHawk
Full Member
***
Offline Offline

Activity: 197
Merit: 190



View Profile
March 04, 2018, 03:50:19 PM
 #17606

Is ETH going to switch over to POS at some point?  I haven't been keeping up with that info.  Is the rumored amount still going to be 1500 eth?

darrenwgray
Sr. Member
****
Offline Offline

Activity: 756
Merit: 278


View Profile
March 04, 2018, 04:01:49 PM
 #17607

ETH is something that is too cheap, I think it's time for it to cost 2000 dollars at least.
Kelarid
Newbie
*
Offline Offline

Activity: 81
Merit: 0


View Profile
March 04, 2018, 07:38:49 PM
 #17608

ETH is something that is too cheap, I think it's time for it to cost 2000 dollars at least.

I think the time has yet to come. It might happen by the end of the year.
VanDeinsberg12
Hero Member
*****
Offline Offline

Activity: 1540
Merit: 507



View Profile
March 05, 2018, 09:19:20 AM
 #17609

Is ETH going to switch over to POS at some point?  I haven't been keeping up with that info.  Is the rumored amount still going to be 1500 eth?
Yes it is, ethereum will try to switch its way to the POS system but i'm not sure about ethereum will be going to full 100% PoS, I have seen some people were discussing about that and it looks like ethereum will try to take hybrid system. As the result of pos casper the block reward already decrease a lot and it may get another decrease again in this year.

.......[url]CHOOSE LIFE      CHOOSE SPACE      CHOOSE FRIENDS...........[URL].....►  C O M I N G   S O O N.....
alexkid
Newbie
*
Offline Offline

Activity: 75
Merit: 0


View Profile
March 05, 2018, 11:07:59 AM
 #17610

Maybe Vitalik is Satohi Nakomoto? A genius is hiding from his glory. Both of these personalities are worthy of respect.
Vitalik couldn't be Satoshi, unless he is also an alien. Back in 2008 Vitalik was only 14 yo. Do you think a 14 yo boy can be such a genius?
Zontop
Sr. Member
****
Offline Offline

Activity: 854
Merit: 256


View Profile
March 05, 2018, 11:13:43 AM
 #17611

Ethereum is once again available for reasonable price to pick for holding because next wave will be seen soon when at least 50% will be up. On the other hand if you are planning like me to invest in one of the upcoming ICO to have ETH at cheaper means getting more cheaper tokens than others. It is like win win situation in either case of both.
bober182
Full Member
***
Offline Offline

Activity: 308
Merit: 100


View Profile
March 05, 2018, 11:14:26 AM
 #17612

Is ETH going to switch over to POS at some point?  I haven't been keeping up with that info.  Is the rumored amount still going to be 1500 eth?
Yes it is, ethereum will try to switch its way to the POS system but i'm not sure about ethereum will be going to full 100% PoS, I have seen some people were discussing about that and it looks like ethereum will try to take hybrid system. As the result of pos casper the block reward already decrease a lot and it may get another decrease again in this year.

Interestingly, there was also some scientist (can't remember the name) stating that POS Casper has fundamental flaws. I am sure they will make the transition very carefully and only after double checking any criticism from knowledgable exerts.

wangxiaoyan600
Member
**
Offline Offline

Activity: 350
Merit: 11


View Profile
March 05, 2018, 12:50:32 PM
 #17613

The future in the block chain, who found the actual large application, who became a big company. It's just conceptualization at the moment, it's just starting, so it's like ETH, value investment, and there will be unexpected surprises in the future.
Jedgar
Member
**
Offline Offline

Activity: 219
Merit: 15


View Profile
March 05, 2018, 01:39:37 PM
 #17614

Ethereum is once again available for reasonable price to pick for holding because next wave will be seen soon when at least 50% will be up. On the other hand if you are planning like me to invest in one of the upcoming ICO to have ETH at cheaper means getting more cheaper tokens than others. It is like win win situation in either case of both.
Some people do not really understand the advantage of having ERC 20 tokens. It is majorly better because of fluncutions in ETH prices and demands. ETH is more stable and it only seem very reasonable when paired against ERC 20.
vitocorp
Sr. Member
****
Offline Offline

Activity: 434
Merit: 255


View Profile
March 05, 2018, 03:31:12 PM
 #17615

Thanks to a new partnership between domestic cryptocurrency exchange Bitcoin Australia and payments provider Blueshyft, some 1,200 newsstands in Australia will be equipped to resell bitcoin and Ethereum, the two largest cryptocurrencies by market capitalization. To make the purchase, customers will need to download a digital wallet to enter their email and mobile number to register. The user can then scan a QR code displayed at the newsagent via an iPad to make the purchase and complete the transaction at a fee of 5 percent, a 9Finance report reveals. Buyers will, on average, see their crypto purchases reflect in their wallets in under 20 minutes.

Seen at: https://www.ccn.com/1200-australian-newsstands-now-selling-bitcoin-ethereum/
Piston Honda
Legendary
*
Offline Offline

Activity: 2702
Merit: 1064


Juicin' crypto


View Profile
March 05, 2018, 03:44:22 PM
 #17616

guys guys guys, vitalik already went all in on $WBB ($CHBT) ex-wild beast block.....did you not see his real tweets?!

so after march it's all over for ETH and all hail $CHBT on 1ex.trade

 Grin

$ADK ~ watch & learn...
Nightz
Hero Member
*****
Offline Offline

Activity: 1302
Merit: 504


View Profile
March 05, 2018, 10:08:16 PM
 #17617

Bitcoin price is pumped by shitty forks announcements. We got around 10 forks now. One dude even opened a website, that is offering a bitcoin fork for 0.005 BTC. https://forkgen.tech/ Bitcoin is becoming a low quality crap. We need just another good Ethereum fork to be announced and the price will skyrocket.

So that website is the reason we are seeing so many bitcoin forks these days.

Is there any fork calender or something where we can check for upcoming forks?

How can you say that Bitcoin is becoming a low quality crap? Ethereum could be forked just as often from literally anyone, but would that make it crap? You can't stop anyone from making forks.
blockchain-man
Full Member
***
Offline Offline

Activity: 532
Merit: 100



View Profile
March 06, 2018, 04:36:32 AM
 #17618

ETH is the top now and perfectly suits here but there are hundreds of projects on eth network nowdays. If at least half of them start working ETH will fall.
Moreover the question of fees. Does the team have any plans how to reduce fees within platform?
zidane
Hero Member
*****
Offline Offline

Activity: 938
Merit: 517


View Profile
March 06, 2018, 06:39:20 AM
 #17619

Will ETH RECOVER or is the Party over here?
zahidmoon
Sr. Member
****
Offline Offline

Activity: 1148
Merit: 269


View Profile
March 06, 2018, 07:59:45 AM
 #17620

Will ETH RECOVER or is the Party over here?
definitely eth price will go higher
the party is just about to start dude
but eth need some time to back on its all time high price so just stay calm
and a question which eth pool is good to mine eth coin with one rig 6x card of nvdia 1050 ti ?
Pages: « 1 ... 831 832 833 834 835 836 837 838 839 840 841 842 843 844 845 846 847 848 849 850 851 852 853 854 855 856 857 858 859 860 861 862 863 864 865 866 867 868 869 870 871 872 873 874 875 876 877 878 879 880 [881] 882 883 884 885 886 887 888 889 890 891 892 893 894 895 896 897 898 899 900 901 902 903 904 905 906 907 908 909 910 911 912 913 914 915 916 917 918 919 920 921 922 923 924 925 926 927 928 929 930 931 ... 1310 »
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!