Bitcoin Forum
May 10, 2024, 05:47:46 PM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
  Home Help Search Login Register More  
  Show Posts
Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 »
1761  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 27, 2015, 09:30:12 PM
Mind sending me the bounty dev? I like to set up some more masternodes  Roll Eyes Grin

iETMTZ42Xo1wAeFosGMdHqcp4hnW5VQh9H
1762  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRICK] TrickyCoin : x11 : Ninja Launch NOW GO GO GO on: March 27, 2015, 07:23:55 PM
diff 14+ already... Solo is done for me  Cheesy

Started mining after a minute or 2-3... 0 blocks... lol... all orphans
1763  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][TRICK] TrickyCoin : x11 : Ninja Launch NOW GO GO GO on: March 27, 2015, 07:21:42 PM
It keeps finding blocks, then losing synch, then all blocks orphan. Over and over.



That's what happens when there's only one node to connect to and the dev is mining too. I have like 90% orphan rate.

I know how solo mining goes. This is a new one though. Guess that's the tricky part huh.




lol... fail launch... never launch with only one node dev! We all got orphans and you probably got the blocks Wink
1764  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 27, 2015, 03:41:40 PM
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
1765  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 27, 2015, 03:38:46 PM
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
1766  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 27, 2015, 03:25:18 PM
Nice, I worked out a windows only version.. Smiley

Working on a detailed explanation right now  Wink
1767  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 27, 2015, 02:09:49 PM
Working on a windows only version as well  Wink But it is less safe imo
1768  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 27, 2015, 01:50:57 PM
Setting up a masternode part 1 - Windows

We will be using your home computer and a cloud vps server with ubuntu ($5 a month)

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:
rpcuser=your-desired-username
rpcpassword=your-favourite-password
rpcallowip=127.0.0.1
listen=0
server=1
daemon=1
logtimestamps=1
addnode=104.238.165.95
addnode=104.207.138.176
masternode=1
masternodeprivkey=MasternodeGeneratedKey
masternodeaddr=UbuntuServerIP:9999

Change username/password
Replace the MasternodeGeneratedKey with the one you copy/pasted in the .txt file
Save as Icash.conf (we all know where to put this right?)

masternodeaddr=UbuntuServerIP:9999 Will be used in Part 2. But for that I need a precompiled linux wallet Lips sealed Grin




To be continued!

Icash address : iETMTZ42Xo1wAeFosGMdHqcp4hnW5VQh9H




1769  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 26, 2015, 07:27:01 PM
Offering 100,000i  for a guide including pictures or a video on how to setup a iCash masternode for newbies.

Nice bounty man! Dev, here is your chance to grab some more coins to keep things moving  Wink
1770  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: March 26, 2015, 09:36:14 AM
Are there any bounties available Tobler? For setting up a faucet or dicegame etc?  Smiley
1771  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CASH] Crypto CASH | Proof of Stake & COIN CONTROL | On Cryptsy | 0 PREMINE on: March 24, 2015, 11:32:56 PM


Strange, @CashcoinTeam twitter account seems to have been deleted.  Did they only use it for the giveaway?  How odd!

That is indeed strange!

Man I remember I mined about 400 coins or something back in feb 2014... and then it hit cryptsy... DAMN! that was an epic pump! Sold at 95K satoshi at the time Roll Eyes




So it still has a looooong way to go guys  Grin
1772  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CASH] Crypto CASH | Proof of Stake & COIN CONTROL | On Cryptsy | 0 PREMINE on: March 24, 2015, 11:16:16 PM
This still alive? Wow...


News? Dont think so though... Dev was last seen in april 2014  Cheesy

Only reason I can think off is someone was mining/buying this the entire year.. and now wants his/her profit  Wink


OR people are mistaken this old cashcoin for the newer ones  Cheesy Cheesy
1773  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: March 24, 2015, 01:06:08 PM
From the Hempcoin thread:


Great News

@Tobler (GeoCoin https://bitcointalk.org/index.php?topic=923995 ) and @Joint Force (420 Alliance Joint Force https://bitcointalk.org/index.php?topic=967364 ) are now working on the HTML5 Cloud hot wallet with me. This should move the development along faster and might get a multi-sig cold wallet out before April 20th.

It seems the dev is networking with other coins and developers.  Wink
1774  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] Poitín Coin, PTN. Small ICO funding. 5m coins. EXTRA COINS!! on: March 24, 2015, 12:13:30 AM
Let me rephrase my question. After buying your ico coins at the price of $5 per 1000 coins, this will then happen:

"You will also be able to redeem a 50cl bottle of poitín ($45) from our site per 1000 coins purchased from the ICO. If you are not interested in our poitín but want the investment side of things, we will sell your share of poitín from our store and you will be rewarded the full amount of $45 per 1000 coins."

Now, I wasn't an economic major but I did go to college and I do possess a modicum of common sense. Please explain how you are able to make this promise?


Let me get this straight. I buy 1000 coins for 5$ during ICO. You will pay me 9x more if I dont want your booz? Roll Eyes Talking about profit  Cheesy


Correct me if im wrong, but this just seems like a scam.... (And a really bad one too)
1775  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 23, 2015, 11:44:13 PM
With all the respect dev.. but that is the worst logo of all  Roll Eyes


No offense mistercashking Wink

It's all good man, it'll grow on you.  And There was only two choices submitted.

I hope so man.. Getting a bit of a headache from all the red  Cheesy Feeling like a bull running to his target  Grin

Maybe a stroke on the outside of the coin would make things a lot better.. White or something  Roll Eyes
1776  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN] [GEO] GeoCoin | GIS & GeoTechnologies on: March 23, 2015, 11:42:47 PM
Wasnt there something to be released these days?

Dev hasnt been online since march 16 Huh
1777  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 23, 2015, 11:38:18 PM
With all the respect dev.. but that is the worst logo of all  Roll Eyes


No offense mistercashking Wink
1778  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][ICASH] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 23, 2015, 12:17:56 AM
I'm adding a first exchange to add us bounty, going a little crazy to get the ball rolling and donating 87,000 ICASH.

Here is the bounty address: i7s5VtWHCBSbYTKdWz57nqkL1mMBp2VCaj

Wow my ICASH disappears quickly  Tongue.

That is good man... Just make sure you dont agree with an unknown/very low volume exchange for that amount of Icash Wink
1779  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][IPAY] iCash | Anonymous | X11 | Masternodes | Darksend | InstantX on: March 22, 2015, 01:10:36 PM
Any future plans for this coin dev? Or will it always be a standard darkcoin clone?
1780  Alternate cryptocurrencies / Announcements (Altcoins) / Re: [ANN][CON] PayCon POS Only - Mandatory update, Please update before 03/23/2015 on: March 21, 2015, 11:46:12 AM
lol  Cheesy

Someone is trying to fake volume  Roll Eyes

Pages: « 1 ... 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 [89] 90 91 »
Powered by MySQL Powered by PHP Powered by SMF 1.1.19 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!