Bitcoin Forum
June 21, 2024, 07:48:58 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
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 57 58 59 60 61 62 »
  Print  
Author Topic: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX  (Read 94668 times)
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
October 21, 2015, 04:40:12 PM
Last edit: October 22, 2015, 12:48:39 AM by cryptodev35
 #701

i hope DEV you make tutorial
how to have connection in the wallet how to add nodes and how to run masternode
i think there a lot who want to run masternode
but didnt know how and experience diffirent problem
there a lot want to buy in the market but didnt know where they can use it
maybe thats why the buy support getting weaker and weaker


Hi!

Good questions hope these answers can help  Wink

1. How to connect wallet & add nodes?

In win QT go to Tools -> Information -> Console and write
Code:
addnode 104.207.138.176 add
addnode 144.76.239.66 add
addnode 54.187.214.128 add

Here is a list with connected peers http://www.blocktree.io/peers/ICASH/

2. How to run a masternode?

Here is a guide that BanzaiBTC started, do you have any questions or problems, just ask and I'll will gladly assist.

You need 100,000 ICASH instead of 1000 ICASH

Setting up a masternode - Windows

We will be using your home computer for this Smiley nothing fancy

Create a new .txt file, we need to copy/paste a few codes/addresses

Start with a new wallet (0 balance) but first back up your old wallet.dat if you have coins in it Wink
Open te QT, and make sure you have your firewall accepting connections from the Icash QT Wink


Let it sync up


After you synced, go to Tools=>Debugconsole=>Console
Then typ : masternode genkey              
Press enter

You will see a large code, copy this code to the .txt file for now. We need this code later on when we are setting up a new Icash.conf file

Go back to your Wallet=>Tools=>Debugconsole=>Console
Then typ : getaccountaddress 0

This will give you a new Icash address. Copy this address to the .txt file for now. We need this address later on to sent EXACTLY 1000 Icash to it (more or less will not work!) so you are able to be a masternode Wink



Next you need to encrypt your wallet! Make sure you think of a strong password!

Settings=>encrypt wallet

After doing that your wallet needs to restart.



Alright, It is time to sent those 1000 ICASH to the "address 0" you copy/pasted in the .txt file. make sure it is EXACTLY 1000!!  Cheesy

If you have coins in your backed up wallet. Close down the Icash QT and just switch your wallet.dat with the back up wallet.dat (the one with your coins in it Wink) make sure you dont remove or lose the other "masternode" one, just put it away somewhere else for a sec.
Restart the Icash QT, Let it load, and you should see you have balance again from your backup wallet.

Send 1000 coins to the Icash address we put in the .txt file earlier. Let it fully confirm in the blockchain.
Close the Icash QT and swap the wallet.dat files again. You will now need the masternode wallet.dat file again.

Next, we need to make a new .conf file

Code:
maxconnections=100
rpcuser=yourusername
rpcpassword=yourpassword
rpcallowip=*
rpcport=5555
gen=0
listen=0
server=1
daemon=1
reservebalance=9999999
logtimestamps=1
masternodeaddr=YOURIPADDRESS:5555
masternode=1
masternodeprivkey=YOUR GENERATED PRIV KEY
addnode=104.238.165.95
addnode=104.207.138.176

Change username/password
Replace YOURIPADDRESS with your ip address  Smiley
Replace the YOUR GENERATED PRIV KEY with the one you copy/pasted in the .txt file
Save as Icash.conf (we all know where to put this right?)


Open the Icash QT

Go to Tools=>Debugconsole=>Console

Typ masternode start walletpassword



Then typ masternode list

If you did everything right, and followed this guide step by step you should see you ip addres in the list with :1 behind it... then it is all set! Leave your wallet open though Smiley




I think ive got it right.. What do you think dev?  Smiley

Icash address : iETMTZ42Xo1wAeFosGMdHqcp4hnW5VQh9H

disamsal
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
October 21, 2015, 05:38:47 PM
 #702

100 maybe but 1000 is really impossible
its now at 93 now but no buy support i think it will go down at 50+ again later

it would be very nice to hit 100sat
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
October 21, 2015, 06:58:18 PM
 #703

Everybody mining iCash on http://ipay.binpool.com/index.php need to switch to:

http://108.61.99.233/ or http://superninjapool.tk/

Sorry for the sudden notice but had to enforce masternode payment since this miner iAXANNERfm7W9oGrsFPqi5VKtmRg5KCW7Z took the whole block value and didn't pay the masternodes. Unfortunately, it ended binpool to produce blocks as they use the old % of block allocation between the masternodes and miners. On the positive side masternodes now gets 42.5% of the block reward.

Seen here: https://github.com/cryptodev35/icash/blob/master/src/main.cpp#L1490

Quote
    if(nHeight > 17280)               ret += blockValue / 20; // 158000 - 25.0% - 2014-10-24
    if(nHeight > 17280+((576*30)* 1)) ret += blockValue / 20; // 175280 - 30.0% - 2014-11-25
    if(nHeight > 17280+((576*30)* 2)) ret += blockValue / 20; // 192560 - 35.0% - 2014-12-26
    if(nHeight > 17280+((576*30)* 3)) ret += blockValue / 40; // 209840 - 37.5% - 2015-01-26
    if(nHeight > 17280+((576*30)* 4)) ret += blockValue / 40; // 227120 - 40.0% - 2015-02-27
    if(nHeight > 17280+((576*30)* 5)) ret += blockValue / 40; // 244400 - 42.5% - 2015-03-30
    if(nHeight > 17280+((576*30)* 6)) ret += blockValue / 40; // 261680 - 45.0% - 2015-05-01
    if(nHeight > 17280+((576*30)* 7)) ret += blockValue / 40; // 278960 - 47.5% - 2015-06-01
    if(nHeight > 17280+((576*30)* 9)) ret += blockValue / 40; // 313520 - 50.0% - 2015-08-03
    if(nHeight > 17280+((576*30)*11)) ret += blockValue / 40; // 348080 - 52.5% - 2015-10-05
    if(nHeight > 17280+((576*30)*13)) ret += blockValue / 40; // 382640 - 55.0% - 2015-12-07
    if(nHeight > 17280+((576*30)*15)) ret += blockValue / 40; // 417200 - 57.5% - 2016-02-08
    if(nHeight > 17280+((576*30)*17)) ret += blockValue / 40; // 451760 - 60.0% - 2016-04-11

So if you have not already started one and have 100,000 iCash lying, what are you waiting for?

xhoneyael
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250

www.AntiBitcoinTalk.com


View Profile WWW
October 21, 2015, 09:13:04 PM
 #704

nice DEV
like i said they are just waiting for some tutorial
the price now get triple and maybe will getting higher and higher later
will try it  Grin

kubuminer
Sr. Member
****
Offline Offline

Activity: 532
Merit: 250


View Profile
October 21, 2015, 09:24:13 PM
 #705

dev what the problem with my pool

on my pool masternode activity

it is my icash,conf

rpcuser=user rpc
rpcpassword=pasw
rpcallowip=127.0.0.1
listen=1
logtimestamps=1
maxconnections=256
rpcport=23004
enableaccounts=1
staking=0
masternodeprivkey=my private key
masternodeaddr=my.ip:9999
masternode=1
addnode=104.238.165.95
addnode=104.207.138.176
addnode=66.248.200.169
addnode=198.52.155.150
addnode=66.248.200.171
addnode=198.52.155.152
addnode=198.52.155.174
addnode=198.52.155.156
addnode=198.52.155.176
addnode=198.52.155.158
addnode=198.52.155.162
addnode=198.52.155.164
addnode=198.52.155.166
addnode=198.52.205.241
addnode=198.52.205.243
addnode=66.248.200.167
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
October 21, 2015, 09:37:07 PM
 #706

dev what the problem with my pool

on my pool masternode activity

it is my icash,conf

rpcuser=user rpc
rpcpassword=pasw
rpcallowip=127.0.0.1
listen=1
logtimestamps=1
maxconnections=256
rpcport=23004
enableaccounts=1
staking=0
masternodeprivkey=my private key
masternodeaddr=my.ip:9999
masternode=1
addnode=104.238.165.95
addnode=104.207.138.176
addnode=66.248.200.169
addnode=198.52.155.150
addnode=66.248.200.171
addnode=198.52.155.152
addnode=198.52.155.174
addnode=198.52.155.156
addnode=198.52.155.176
addnode=198.52.155.158
addnode=198.52.155.162
addnode=198.52.155.164
addnode=198.52.155.166
addnode=198.52.205.241
addnode=198.52.205.243
addnode=66.248.200.167


Hi!

you need to update your stratum https://github.com/dashpay/dash-stratum

Everybody mining iCash on http://ipay.binpool.com/index.php need to switch to:

http://108.61.99.233/ or http://superninjapool.tk/

Sorry for the sudden notice but had to enforce masternode payment since this miner iAXANNERfm7W9oGrsFPqi5VKtmRg5KCW7Z took the whole block value and didn't pay the masternodes. Unfortunately, it ended binpool to produce blocks as they use the old % of block allocation between the masternodes and miners. On the positive side masternodes now gets 42.5% of the block reward.

Seen here: https://github.com/cryptodev35/icash/blob/master/src/main.cpp#L1490

Quote
    if(nHeight > 17280)               ret += blockValue / 20; // 158000 - 25.0% - 2014-10-24
    if(nHeight > 17280+((576*30)* 1)) ret += blockValue / 20; // 175280 - 30.0% - 2014-11-25
    if(nHeight > 17280+((576*30)* 2)) ret += blockValue / 20; // 192560 - 35.0% - 2014-12-26
    if(nHeight > 17280+((576*30)* 3)) ret += blockValue / 40; // 209840 - 37.5% - 2015-01-26
    if(nHeight > 17280+((576*30)* 4)) ret += blockValue / 40; // 227120 - 40.0% - 2015-02-27
    if(nHeight > 17280+((576*30)* 5)) ret += blockValue / 40; // 244400 - 42.5% - 2015-03-30
    if(nHeight > 17280+((576*30)* 6)) ret += blockValue / 40; // 261680 - 45.0% - 2015-05-01
    if(nHeight > 17280+((576*30)* 7)) ret += blockValue / 40; // 278960 - 47.5% - 2015-06-01
    if(nHeight > 17280+((576*30)* 9)) ret += blockValue / 40; // 313520 - 50.0% - 2015-08-03
    if(nHeight > 17280+((576*30)*11)) ret += blockValue / 40; // 348080 - 52.5% - 2015-10-05
    if(nHeight > 17280+((576*30)*13)) ret += blockValue / 40; // 382640 - 55.0% - 2015-12-07
    if(nHeight > 17280+((576*30)*15)) ret += blockValue / 40; // 417200 - 57.5% - 2016-02-08
    if(nHeight > 17280+((576*30)*17)) ret += blockValue / 40; // 451760 - 60.0% - 2016-04-11

So if you have not already started one and have 100,000 iCash lying, what are you waiting for?

cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
October 21, 2015, 09:38:16 PM
 #707

nice DEV
like i said they are just waiting for some tutorial
the price now get triple and maybe will getting higher and higher later
will try it  Grin

Looks like it  Wink.

The next thing on my list will be to update iCash source code to Dash v12  Grin.

ukon
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


SPYCE | Rise of Web 3.0 - www.decenternet.com


View Profile
October 21, 2015, 11:45:58 PM
 #708

icash soon bittrex Huh  Grin

██
████
██████
██ ██ ██
██  ██  ██
████████████████████████████████
██           ████           ██
██        ██ ██ ██        ██
██      ██  ██  ██      ██
██    ██   ██   ██    ██
██  ██   ████   ██  ██
██████  ██    ██  ██████
██  █████        █████  ██
██ ▄█ ████████████████ █▄ ██
██ ▄█   ██          ██   █▄ ██
████████████        ████████████
██      ██
██    ██
██  ██
████
██
SPYCE

r


           ▄▄▄▄
        ▄████████▄
     ▄██████████▀▀██▄
  ▄██████████▀    █████▄
▄██████████▄      ███████▄
███████▀ ████▄    ████████
████▀    ███████▄ ████████
██       █████████████████
████▄    ███████▀ ████████
███████▄ ████▀    ████████
▀██████████▀      ███████▀
  ▀██████████▄    █████▀
     ▀██████████▄▄██▀
        ▀████████▀
           ▀▀▀▀
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
October 21, 2015, 11:55:32 PM
 #709

icash soon bittrex Huh  Grin

It would be nice to finally have a second exchange. Maybe if enough users ask them to add iCash.

cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
October 22, 2015, 01:50:27 AM
 #710

We have 7 masternodes now

The formula for daily income per node is this: (Block reward x 0.425 x 576 blocks per day) / Number of Masternodes running

So if

Block reward = 265 Number of masternodes running = 7

...it goes like this: (265 x 0.425 x 576) / 7 = 9267.42857143 ICASH

So right now each masternode gets 9267.42857143 ICASH/day

ukon
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


SPYCE | Rise of Web 3.0 - www.decenternet.com


View Profile
October 22, 2015, 04:56:46 AM
 #711

next
waiting in 50sat  Tongue

██
████
██████
██ ██ ██
██  ██  ██
████████████████████████████████
██           ████           ██
██        ██ ██ ██        ██
██      ██  ██  ██      ██
██    ██   ██   ██    ██
██  ██   ████   ██  ██
██████  ██    ██  ██████
██  █████        █████  ██
██ ▄█ ████████████████ █▄ ██
██ ▄█   ██          ██   █▄ ██
████████████        ████████████
██      ██
██    ██
██  ██
████
██
SPYCE

r


           ▄▄▄▄
        ▄████████▄
     ▄██████████▀▀██▄
  ▄██████████▀    █████▄
▄██████████▄      ███████▄
███████▀ ████▄    ████████
████▀    ███████▄ ████████
██       █████████████████
████▄    ███████▀ ████████
███████▄ ████▀    ████████
▀██████████▀      ███████▀
  ▀██████████▄    █████▀
     ▀██████████▄▄██▀
        ▀████████▀
           ▀▀▀▀
xhoneyael
Sr. Member
****
Offline Offline

Activity: 462
Merit: 250

www.AntiBitcoinTalk.com


View Profile WWW
October 22, 2015, 06:20:16 AM
 #712

dev what the problem with my pool

on my pool masternode activity

it is my icash,conf

rpcuser=user rpc
rpcpassword=pasw
rpcallowip=127.0.0.1
listen=1
logtimestamps=1
maxconnections=256
rpcport=23004
enableaccounts=1
staking=0
masternodeprivkey=my private key
masternodeaddr=my.ip:9999
masternode=1
addnode=104.238.165.95
addnode=104.207.138.176
addnode=66.248.200.169
addnode=198.52.155.150
addnode=66.248.200.171
addnode=198.52.155.152
addnode=198.52.155.174
addnode=198.52.155.156
addnode=198.52.155.176
addnode=198.52.155.158
addnode=198.52.155.162
addnode=198.52.155.164
addnode=198.52.155.166
addnode=198.52.205.241
addnode=198.52.205.243
addnode=66.248.200.167

someone still mining at your pool maybe its better if you update it or give them warning atleast

jcksteve
Hero Member
*****
Offline Offline

Activity: 830
Merit: 500


View Profile
October 22, 2015, 02:12:31 PM
 #713

Trade volume 11 BTC from smal exchange..it's good for icash  Smiley
disamsal
Full Member
***
Offline Offline

Activity: 232
Merit: 100


View Profile
October 22, 2015, 05:02:00 PM
 #714

it was incredible  Grin
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
November 05, 2015, 01:12:24 PM
Last edit: November 05, 2015, 01:33:53 PM by cryptodev35
 #715

Wow 12 masternodes  Grin

The formula for daily income per node is this: (Block reward x 0.45 x 576 blocks per day) / Number of Masternodes running

So if

Block reward = 265 Number of masternodes running = 12

...it goes like this: (265 x 0.45 x 576) / 12 = 5724 ICASH per day for a single node.

Limx Dev
Copper Member
Legendary
*
Offline Offline

Activity: 2324
Merit: 1348



View Profile
November 05, 2015, 01:58:30 PM
 #716

Wow 12 masternodes  Grin

The formula for daily income per node is this: (Block reward x 0.45 x 576 blocks per day) / Number of Masternodes running

So if

Block reward = 265 Number of masternodes running = 12

...it goes like this: (265 x 0.45 x 576) / 12 = 5724 ICASH per day for a single node.

Yes i've 5.  Wink

Bitcore BTX - a UTXO fork of Bitcoin - since 2017
___██ WebSite
██ Telegram
___██ Github
██ Github - Releases/ Wallets
___██ SBTX Pancakeswap
██ ChainzID Explorer
___██ UTXO fork
██ Coinmarketcap.com
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
November 05, 2015, 02:07:04 PM
 #717

Wow 12 masternodes  Grin

The formula for daily income per node is this: (Block reward x 0.45 x 576 blocks per day) / Number of Masternodes running

So if

Block reward = 265 Number of masternodes running = 12

...it goes like this: (265 x 0.45 x 576) / 12 = 5724 ICASH per day for a single node.

Yes i've 5.  Wink

5 is yours? Nice  Shocked. I will start some tonight, I think  Wink.

cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
November 05, 2015, 08:28:52 PM
 #718

And now 14 masternodes  Shocked

The formula for daily income per node is this: (Block reward x 0.45 x 576 blocks per day) / Number of Masternodes running

So if

Block reward = 265 Number of masternodes running = 14

...it goes like this: (265 x 0.45 x 576) / 14 = 4906.285714 ICASH per day for a single node.

sirohige
Hero Member
*****
Offline Offline

Activity: 784
Merit: 500



View Profile
November 07, 2015, 02:15:44 PM
 #719

And now 14 masternodes  Shocked

The formula for daily income per node is this: (Block reward x 0.45 x 576 blocks per day) / Number of Masternodes running

So if

Block reward = 265 Number of masternodes running = 14

...it goes like this: (265 x 0.45 x 576) / 14 = 4906.285714 ICASH per day for a single node.
i think trade is better than masternodes
yyou can sell at 60 and buy back at 50 (+10%)
ukon
Sr. Member
****
Offline Offline

Activity: 336
Merit: 250


SPYCE | Rise of Web 3.0 - www.decenternet.com


View Profile
November 09, 2015, 08:14:31 AM
 #720

yeah icash soon 480 sat  Tongue

██
████
██████
██ ██ ██
██  ██  ██
████████████████████████████████
██           ████           ██
██        ██ ██ ██        ██
██      ██  ██  ██      ██
██    ██   ██   ██    ██
██  ██   ████   ██  ██
██████  ██    ██  ██████
██  █████        █████  ██
██ ▄█ ████████████████ █▄ ██
██ ▄█   ██          ██   █▄ ██
████████████        ████████████
██      ██
██    ██
██  ██
████
██
SPYCE

r


           ▄▄▄▄
        ▄████████▄
     ▄██████████▀▀██▄
  ▄██████████▀    █████▄
▄██████████▄      ███████▄
███████▀ ████▄    ████████
████▀    ███████▄ ████████
██       █████████████████
████▄    ███████▀ ████████
███████▄ ████▀    ████████
▀██████████▀      ███████▀
  ▀██████████▄    █████▀
     ▀██████████▄▄██▀
        ▀████████▀
           ▀▀▀▀
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 57 58 59 60 61 62 »
  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!