Bitcoin Forum
May 28, 2024, 07:03:03 PM *
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 94664 times)
mistercashking
Legendary
*
Offline Offline

Activity: 1044
Merit: 1050


@MRCASHKING


View Profile WWW
March 27, 2015, 03:07:34 PM
 #261

nice. https://www.cryptsy.com/coinvotes iCash needs some votes.
mistercashking
Legendary
*
Offline Offline

Activity: 1044
Merit: 1050


@MRCASHKING


View Profile WWW
March 27, 2015, 03:11:20 PM
 #262

Also added to coinmarket cap http://coinmarketcap.com/currencies/icash/
BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
March 27, 2015, 03:25:18 PM
 #263

Nice, I worked out a windows only version.. Smiley

Working on a detailed explanation right now  Wink
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
March 27, 2015, 03:36:24 PM
 #264

nice. https://www.cryptsy.com/coinvotes iCash needs some votes.

This is great  Grin

Also added to coinmarket cap http://coinmarketcap.com/currencies/icash/

This to  Cheesy

Nice, I worked out a windows only version.. Smiley

Working on a detailed explanation right now  Wink

Nice  Wink soon you will be 150.000 iCash richer, it sounds like.

BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
March 27, 2015, 03:38:46 PM
 #265

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
mistercashking
Legendary
*
Offline Offline

Activity: 1044
Merit: 1050


@MRCASHKING


View Profile WWW
March 27, 2015, 03:41:09 PM
 #266

I like it. Would it be possible to turn guide into a pdf file?
BanzaiBTC
Legendary
*
Offline Offline

Activity: 1526
Merit: 1002


Chipcoin Developer


View Profile WWW
March 27, 2015, 03:41:40 PM
 #267

I like it. Would it be possible to turn guide into a pdf file?

Yeah sure, I will do that after dinner  Wink

And if there is a linux wallet available, I will complete the other guide. Wink
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
March 27, 2015, 03:43:07 PM
 #268

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

Excellent work  Grin

ethought
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000



View Profile
March 27, 2015, 03:49:56 PM
 #269

I like it. Would it be possible to turn guide into a pdf file?

Yeah sure, I will do that after dinner  Wink

And if there is a linux wallet available, I will complete the other guide. Wink

Can't you just build a linux wallet from source?
mistercashking
Legendary
*
Offline Offline

Activity: 1044
Merit: 1050


@MRCASHKING


View Profile WWW
March 27, 2015, 04:47:35 PM
 #270

If you have twitter please retweet. https://twitter.com/iCashOfficial/status/581493653761323008
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
March 27, 2015, 08:25:54 PM
 #271

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked

nokat
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
March 27, 2015, 08:32:54 PM
 #272

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

△ M!R△CLE TELE   ▌  BRINGING MAGIC TO THE TELECOM INDUSTRY  ▐   JOIN US NOW!
▐▐   40% Biweekly Rewards     ▬▬▬   Calls at €0.2   ▬▬▬     Traffic from €0.01 worldwide   ▌▌
▬▬▬▬▬▬   ANN  Lightpaper  Bounty  Facebook  Twitter  Telegram   ▬▬▬▬▬▬
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
March 27, 2015, 08:36:34 PM
 #273

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.  It starts with 2662 ICASH and can go down all the way to 1 ICASH.

nokat
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
March 27, 2015, 08:40:13 PM
 #274

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.
Ok then change the "max coins 220m" in the op to "max coins 20 billion" which it is now.
if you want the max coins to be 220 m then you need to change the block rewards from 100x darkcoin to 10x darkcoin.

anyway good luck what ever you chose

△ M!R△CLE TELE   ▌  BRINGING MAGIC TO THE TELECOM INDUSTRY  ▐   JOIN US NOW!
▐▐   40% Biweekly Rewards     ▬▬▬   Calls at €0.2   ▬▬▬     Traffic from €0.01 worldwide   ▌▌
▬▬▬▬▬▬   ANN  Lightpaper  Bounty  Facebook  Twitter  Telegram   ▬▬▬▬▬▬
cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
March 27, 2015, 08:43:04 PM
 #275

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.
Ok then change the "max coins 220m" in the op to "max coins 20 billion" which it is now.
if you want the max coins to be 220 m then you need to change the block rewards from 100x darkcoin to 10x darkcoin.

anyway good luck what ever you chose

But max coins are ~220 m  Huh

nokat
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
March 27, 2015, 08:44:43 PM
 #276

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.
Ok then change the "max coins 220m" in the op to "max coins 20 billion" which it is now.
if you want the max coins to be 220 m then you need to change the block rewards from 100x darkcoin to 10x darkcoin.

anyway good luck what ever you chose

But max coins are ~220 m  Huh
where did you get the 220m figure?

△ M!R△CLE TELE   ▌  BRINGING MAGIC TO THE TELECOM INDUSTRY  ▐   JOIN US NOW!
▐▐   40% Biweekly Rewards     ▬▬▬   Calls at €0.2   ▬▬▬     Traffic from €0.01 worldwide   ▌▌
▬▬▬▬▬▬   ANN  Lightpaper  Bounty  Facebook  Twitter  Telegram   ▬▬▬▬▬▬
ethought
Legendary
*
Offline Offline

Activity: 1316
Merit: 1000



View Profile
March 27, 2015, 08:45:47 PM
 #277

10x sounds better to me...  Wink

cryptodev35 (OP)
Full Member
***
Offline Offline

Activity: 239
Merit: 100


View Profile
March 27, 2015, 08:55:24 PM
 #278

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.
Ok then change the "max coins 220m" in the op to "max coins 20 billion" which it is now.
if you want the max coins to be 220 m then you need to change the block rewards from 100x darkcoin to 10x darkcoin.

anyway good luck what ever you chose

But max coins are ~220 m  Huh
where did you get the 220m figure?

Actually max coins are 210 m  Tongue. I must have missed that when i took the spec from darkcoins thread. Gonna change OP asap.

Here is the code
https://github.com/cryptodev35/icash/blob/master/src/core.h#L50

nokat
Member
**
Offline Offline

Activity: 196
Merit: 10


View Profile
March 27, 2015, 09:00:52 PM
 #279

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.
Ok then change the "max coins 220m" in the op to "max coins 20 billion" which it is now.
if you want the max coins to be 220 m then you need to change the block rewards from 100x darkcoin to 10x darkcoin.

anyway good luck what ever you chose

But max coins are ~220 m  Huh
where did you get the 220m figure?

Actually max coins are 210 m  Tongue. I must have missed that when i took the spec from darkcoins thread. Gonna change OP asap.

Here is the code
https://github.com/cryptodev35/icash/blob/master/src/core.h#L50
Cheesy
the static const MAX_MONEY is not the max coins
it is the max in a transaction so no overflow errors
here is some reading material for you http://www.reddit.com/r/dogecoindev/comments/1zsfhd/question_about_max_money_in_the_dogecoin_source/

△ M!R△CLE TELE   ▌  BRINGING MAGIC TO THE TELECOM INDUSTRY  ▐   JOIN US NOW!
▐▐   40% Biweekly Rewards     ▬▬▬   Calls at €0.2   ▬▬▬     Traffic from €0.01 worldwide   ▌▌
▬▬▬▬▬▬   ANN  Lightpaper  Bounty  Facebook  Twitter  Telegram   ▬▬▬▬▬▬
mistercashking
Legendary
*
Offline Offline

Activity: 1044
Merit: 1050


@MRCASHKING


View Profile WWW
March 27, 2015, 09:17:25 PM
 #280

Wow Diff at 199.8 and block reward down to 2327 ICASH  Shocked
I think you intended for the block reward to be 10x darkcoin
But its not its like 100x darkcoin now.
If you want i can make a pull request for you to make it 10 x darkcoin block rewards with a hard fork.
Let me know. I'd do it for free.

No the block reward is as it should be  Grin.
Ok then change the "max coins 220m" in the op to "max coins 20 billion" which it is now.
if you want the max coins to be 220 m then you need to change the block rewards from 100x darkcoin to 10x darkcoin.

anyway good luck what ever you chose

But max coins are ~220 m  Huh
where did you get the 220m figure?

Actually max coins are 210 m  Tongue. I must have missed that when i took the spec from darkcoins thread. Gonna change OP asap.

Here is the code
https://github.com/cryptodev35/icash/blob/master/src/core.h#L50
Cheesy
the static const MAX_MONEY is not the max coins
it is the max in a transaction so no overflow errors
here is some reading material for you http://www.reddit.com/r/dogecoindev/comments/1zsfhd/question_about_max_money_in_the_dogecoin_source/


Thanks nokat for helping out. I remember you were the bitbean dev. :-)
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!