Pages:
Author

Topic: 【ANN】【PIRL】【nPOS】【Validator - Nominator 】【Substrate based】【IPFS Masternode】 - page 67. (Read 142248 times)

copper member
Activity: 56
Merit: 0
I will mine 100 coins with one rig on low difficulty.
If no news from devs meanwhile, moving forward...

Well, that low diff... it seems its 10x times up already.
Yeah. Hope to get 100 pcs in day or two Smiley
sr. member
Activity: 770
Merit: 250
Genesis Team™
All of that hard work for nothing by trying to scam the mining community. Miners aren't stupid and they see through this charade. 
newbie
Activity: 29
Merit: 0
Бля, вы чтo нe видитe  дaг эпoxa 144, вы тyпa мaйнитe эфиp дядe 96gh/s!!!!!!!
hero member
Activity: 796
Merit: 505
I will mine 100 coins with one rig on low difficulty.
If no news from devs meanwhile, moving forward...

Well, that low diff... it seems its 10x times up already.
copper member
Activity: 56
Merit: 0
I will mine 100 coins with one rig on low difficulty.
If no news from devs meanwhile, moving forward...
full member
Activity: 193
Merit: 100
Don't mine this scam coin. Devs telling us for days windows wallet will be released at launch but instead they start mining themself.

SCAM

Agree.  Pool has 26 GH because I think some poor souls had their NiceHash miners ready.  If you are mining to your MyEtherWallet, you are probably losing a ton of money right now.  If you were lucky enough to make a linux wallet, good for you, but you will not recover your investment because no one will buy this scamcoin.

I agree with every word!
devs confirm that you can withdraw coinst from myethwallet, stop this useless FUD
member
Activity: 426
Merit: 11
Don't mine this scam coin. Devs telling us for days windows wallet will be released at launch but instead they start mining themself.

SCAM

Agree.  Pool has 26 GH because I think some poor souls had their NiceHash miners ready.  If you are mining to your MyEtherWallet, you are probably losing a ton of money right now.  If you were lucky enough to make a linux wallet, good for you, but you will not recover your investment because no one will buy this scamcoin.

I agree with every word!
hero member
Activity: 796
Merit: 505
I want to try Send function!

Syntax is - eth.sendTransaction({from: "address", to: "address", value: web3.toWei(1, "ether")})

and my Ex:

eth.sendTransaction({from: "0x201dc3ed2401904a15f460f20ddeffcf92594015", to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})

... not correct... where is the mistake?
Code:
eth.sendTransaction({from: eth.coinbase, to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})


Error: invalid address
    at web3.js:3879:15
    at web3.js:3708:22
    at web3.js:4948:28
    at map ()
    at web3.js:4947:12
    at web3.js:4973:18
    at web3.js:4998:23
    at :1:1



Are you sure you are using pirl address?

full member
Activity: 358
Merit: 100
full member
Activity: 182
Merit: 100
I want to try Send function!

Syntax is - eth.sendTransaction({from: "address", to: "address", value: web3.toWei(1, "ether")})

and my Ex:

eth.sendTransaction({from: "0x201dc3ed2401904a15f460f20ddeffcf92594015", to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})

... not correct... where is the mistake?
Code:
eth.sendTransaction({from: eth.coinbase, to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})


Error: invalid address
    at web3.js:3879:15
    at web3.js:3708:22
    at web3.js:4948:28
    at map ()
    at web3.js:4947:12
    at web3.js:4973:18
    at web3.js:4998:23
    at :1:1

hero member
Activity: 796
Merit: 505
I want to try Send function!

Syntax is - eth.sendTransaction({from: "address", to: "address", value: web3.toWei(1, "ether")})

and my Ex:

eth.sendTransaction({from: "0x201dc3ed2401904a15f460f20ddeffcf92594015", to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})

... not correct... where is the mistake?
Code:
eth.sendTransaction({from: eth.coinbase, to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})
newbie
Activity: 29
Merit: 0

People why the 144 dag eposh, the minims on the purses of my uncle?
full member
Activity: 182
Merit: 100
I want to try Send function!

Syntax is - eth.sendTransaction({from: "address", to: "address", value: web3.toWei(1, "ether")})

and my Ex:

eth.sendTransaction({from: "0x201dc3ed2401904a15f460f20ddeffcf92594015", to: "0x0ac0a773ce868852242fc59e6d1a0c89aa6be31", value: web3.toWei(1, "ether")})

... not correct... where is the mistake?
copper member
Activity: 56
Merit: 0
As a newbie, lots of parts is unclear to me. But after about one hour of work, I finally succeed to mine first PIRL...
full member
Activity: 182
Merit: 100
To check balance on the windows wallet.

Code:
pirl-windows-amd64.exe console
web3.fromWei(eth.getBalance(personal.listAccounts[0]), 'ether')

How I can getBalance from linux wallet? You know?

./pirl attach
Code:
> web3.fromWei(eth.getBalance(eth.coinbase), "ether")

Read the f*** manual! Thx )
I found the instruction on the first page
newbie
Activity: 11
Merit: 0
hero member
Activity: 796
Merit: 505
To check balance on the windows wallet.

Code:
pirl-windows-amd64.exe console
web3.fromWei(eth.getBalance(personal.listAccounts[0]), 'ether')

How I can getBalance from linux wallet? You know?

./pirl attach
Code:
> web3.fromWei(eth.getBalance(eth.coinbase), "ether")
full member
Activity: 182
Merit: 100
To check balance on the windows wallet.

Code:
pirl-windows-amd64.exe console
web3.fromWei(eth.getBalance(personal.listAccounts[0]), 'ether')

How I can getBalance from linux wallet? You know?
member
Activity: 136
Merit: 11
How to make transactions with this wallet?  Huh
Hot sure it worth to mine this coin if it cannot be withdraw from this wallet.
Pages:
Jump to: