Search content
Sort by

Showing 20 of 30 results by Sergejnoob
Post
Topic
Board Announcements (Altcoins)
Re: ★[ANN] [NAV] NAV COIN - Community Fund Live!!!
by
Sergejnoob
on 27/06/2019, 09:20:36 UTC
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] The FREE Coin, the first cryptocurrency for global cryptocurrency usage
by
Sergejnoob
on 04/12/2018, 23:55:53 UTC
Wondering why CMC is allowing this scam coin to stay in the top 100 lol

everyone who is buying this shit coin is insane  Grin
Post
Topic
Board Tokens (Altcoins)
Re: ⚡⛏️[ANN] Giga Watt: Best Home for your Mining. Starts today!
by
Sergejnoob
on 17/12/2017, 15:37:09 UTC
i contributed in this token. How can i sell them?

im waiting about 5 Months.... seems scammy
Post
Topic
Board Announcements (Altcoins)
Re: [$XVG] VERGE [POW][MultiAlgo][BLACKHOLE][Entire Line of TOR/i2P Resources]
by
Sergejnoob
on 17/12/2017, 14:40:15 UTC
Wallet cannot connect to the verge network? anyone the same issue? damn i want to take some profit  Wink

UPDATE:  Connected Wink
Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 31/07/2017, 21:48:55 UTC
Hi,It is possible to create multiple goldminenodes in windows 10 with a single ip external?
no

1 Goldmine per external IP
Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 29/07/2017, 18:54:49 UTC
Step by Step Setup for a ARC Maternode

Here you can create your own Virutal Linux Server https://www.vultr.com/?ref=7160524  2,99$ per month -  Payment Methods:    PayPal -  CreditCard - Bitcoin

Vultr is a well known and professional Cloud Hosting company!


I used #ubuntu 16.04

apt-get update
apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program-options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git

add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install libdb4.8-dev bsdmainutils libdb4.8++-dev -y

mkdir ~/arc
cd ~/arc
apt-get install wget nano -y
wget https://github.com/ArcticCore/arcticcoin/releases/download/v0.12.1.2/arcticcore-0.12.2-linux64.tar.gz
tar -xvf arcticcore-0.12.2-linux64.tar.gz
mv arcticcore-0.12.1/* ./
rm arcticcore-0.12.2-linux64.tar.gz
rm -r arcticcore-0.12.1/

cp ~/arc/bin/arcticcoind /usr/local/bin/
cp ~/arc/bin/arcticcoin-cli /usr/local/bin/
cp ~/arc/bin/arcticcoin-tx /usr/local/bin/

mkdir -p /root/.arcticcore
nano /root/.arcticcore/arcticcoin.conf
```
rpcuser=user
rpcpassword=ASecurePasswordThatYouDontNeedToRemember
server=1
```

arcticcoind -daemon
arcticcoin-cli getinfo
arcticcoin-cli getnewaddress 0
=>


Save the output of the last command, this is the
you'll send your ARC to.

Send EXACTLY 1000 ARC this
 (`1000.01` from cryptopia)

Then list transaction:
arcticcoin-cli listtransactions

and get the `txid`

```
arcticcoin-cli getbalance
=> 1000.00000000
```

```
arcticcoin-cli goldminenode genkey
=>
arcticcoin-cli stop
nano ~/.arcticcore/arcticcoin.conf
```

And change the file into:
```
server=1
listen=1
daemon=1
goldminenode=1
goldminenodeprivkey=
externalip=
```

Then:
```
arcticcoind -daemon

arcticcoin-cli goldminenode outputs
=> {
  "xxxx": "IDX"
}
```

Wait until your tx has 15 transactions (check with `arcticcoin-cli listtransactions`)


Note the "IDX" value and open the file `~/.arcticcore/goldminenode.conf`.

nano ~/.arcticcore/goldminenode.conf

Add the following line:
```
mn1 :7209
```

Then `arcticcoin-cli goldminenode start`.

Check your goldmine is connected by doing:

```
arcticcoin-cli goldminenode list | grep
  "TXID-IDX": "PRE_ENABLED"
```

After 20-30 min you should see:
```
arcticcoin-cli goldminenode list | grep
  "AAAAA-B": "ENABLED"
```

Check http://www.vultr.com/?ref=7160524  for good hosting prices... dont trust services where you dont own the private keys!!

Have Fun with your Masternode !  Wink




Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 26/07/2017, 18:41:43 UTC
Step by Step Setup for a ARC Maternode

Here you can create your own Virutal Linux Server https://www.vultr.com/?ref=7160524  2,99$ per month -  Payment Methods:    PayPal -  CreditCard - Bitcoin

Vultr is a well known and professional Cloud Hosting company!


I used #ubuntu 16.04

apt-get update

apt-get install -y build-essential software-properties-common autoconf libssl-dev libboost-dev libboost-chrono-dev libboost-filesystem-dev libboost-program options-dev libboost-system-dev libboost-test-dev libboost-thread-dev sudo automake git

add-apt-repository ppa:bitcoin/bitcoin -y
apt-get update
apt-get install libdb4.8-dev bsdmainutils libdb4.8++-dev -y

mkdir ~/arc
cd ~/arc
apt-get install wget nano -y
wget https://github.com/ArcticCore/arcticcoin/releases/download/v0.12.1.2/arcticcore-0.12.2-linux64.tar.gz
tar -xvf arcticcore-0.12.2-linux64.tar.gz
mv arcticcore-0.12.1/* ./
rm arcticcore-0.12.2-linux64.tar.gz
rm -r arcticcore-0.12.1/

cp ~/arc/bin/arcticcoind /usr/local/bin/
cp ~/arc/bin/arcticcoin-cli /usr/local/bin/
cp ~/arc/bin/arcticcoin-tx /usr/local/bin/

mkdir -p /root/.arcticcore
nano /root/.arcticcore/arcticcoin.conf
```
rpcuser=user
rpcpassword=ASecurePasswordThatYouDontNeedToRemember
server=1
```

arcticcoind -daemon
arcticcoin-cli getinfo
arcticcoin-cli getnewaddress 0
=>


Save the output of the last command, this is the
you'll send your ARC to.

Send EXACTLY 1000 ARC this
 (`1000.01` from cryptopia)

Then list transaction:
arcticcoin-cli listtransactions

and get the `txid`

```
arcticcoin-cli getbalance
=> 1000.00000000
```

```
arcticcoin-cli goldminenode genkey
=>
arcticcoin-cli stop
nano ~/.arcticcore/arcticcoin.conf
```

And change the file into:
```
server=1
listen=1
daemon=1
goldminenode=1
goldminenodeprivkey=
externalip=
```

Then:
```
arcticcoind -daemon

arcticcoin-cli goldminenode outputs
=> {
  "xxxx": "IDX"
}
```

Wait until your tx has 15 transactions (check with `arcticcoin-cli listtransactions`)


Note the "IDX" value and open the file `~/.arcticcore/goldminenode.conf`.

nano ~/.arcticcore/goldminenode.conf

Add the following line:
```
mn1 :7209
```

Then `arcticcoin-cli goldminenode start`.

Check your goldmine is connected by doing:

```
arcticcoin-cli goldminenode list | grep
  "TXID-IDX": "PRE_ENABLED"
```

After 20-30 min you should see:
```
arcticcoin-cli goldminenode list | grep
  "AAAAA-B": "ENABLED"
```

Check http://www.vultr.com/?ref=7160524  for good hosting prices... dont trust services where you dont own the private keys!!

Have Fun with your Masternode !  Wink



Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 22/07/2017, 05:49:01 UTC
Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 22/07/2017, 05:36:14 UTC

no contribution in the last 3 months.

As well, could it be possible to put the US version of the website up to date.  Add current version of the wallet to the download section or write the proper version.

Last question, can some one help with the required ports for a goldmine?


Code:
21:04:44

goldminenode list-conf


21:04:44

{
  "goldminenode": {
    "alias": "gm1",
    "address": "64.111.88.4:7209",
    "privateKey": "6uFrDq2PoS7LGn8CXNQ7ndgBQQKw6Gh1cKYmhwcFffqiML8X6Lp",
    "txHash": "1cdb6ec23a2658c261cf03c93e13cb5b4752061fc8588e10c23381cd6ddfdf6d",
    "outputIndex": "1",
    "status": "PRE_ENABLED"
  }
}

returns me with failed. I know the problem is the port. I Tried to change all the other value and got a different error.


All the command line for the goldmine are
Code:
goldminenode "command"


I know I may sound silly with my first post here, but hey! you gotta start somewhere right. I'm starting here.




post you goldminenoder coinfig please - but hide the priv key!

Thats not sillly, if you dont start, then you are really silly haha



Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 21/07/2017, 18:47:48 UTC
Join the masternode movement for Arctic Coin and become part of the biggest movement ever!! Multiple groups involved and we are growing steady! ARC to the moon Smiley

https://join.slack.com/t/cryptorocketteam/shared_invite/MjEzMDcyNTQ3NDc4LTE0OTk5MzQ3OTItMjcyZDVhYTI1O

- new team
- new roadmap
- big community
- 1000 coins for a masternode
- cheapest most promising coin on the market!

Follow us on  twitter @ArcticCoins

That link to slack is no longer valid. Can you send a valid link? Thanks

push
Post
Topic
Board Announcements (Altcoins)
Re: Arctic Coin (ARC), No premine, Evolution over 1 year
by
Sergejnoob
on 21/07/2017, 18:24:32 UTC
Hi i am trying to setup arcticcoin master node but when i tryt o pass this command

Code:

goldmine genkey


form this link

https://arcticcoin.org/en-EN/guides-goldmine

i am getting this error  " Method not found (code -32601) "

Do you any one what is issue and how to solve this iisue

Hi,

you have to type:

goldminenode genkey



goldminenode start-all



The arcticcoin.conf


have to look like this:



server=1
listen=1
daemon=1
goldminenode=1
goldminenodeprivkey=YOUPRIVKEY
externalip=YOUR EXTERNAL ADRESS -



-

Its normal that the Masternode is in state PRE_ENABLE ... it will switch to enable if you have done no mistakes!


chears!



Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - 0.9.2.4 Update - Cryptopia & Novaexchange
by
Sergejnoob
on 12/07/2017, 18:47:32 UTC
The Reward System is changing to

Masternodes 45 / Miner 45 /  Dev 10


That was a reason for me to sell all my CHC.


Now i regrad selling my masternode for 70 dollar... damn
Post
Topic
Board Speculation (Altcoins)
Re: verge -XVG future price
by
Sergejnoob
on 07/07/2017, 17:40:31 UTC
My Thoughts where: lets invest in some cheap shitcoins... lol


it was at 8 SAT on  19.04.2017... Chears!
Post
Topic
Board Speculation (Altcoins)
Re: verge -XVG future price
by
Sergejnoob
on 06/07/2017, 20:05:11 UTC
Bought at 8 SAT and still HODLING  Cool This gone be huge
Post
Topic
Board Mining (Deutsch)
Re: Wurde die Produktion der "usb erupter" / "usb bitcoin miner" eingestellt?
by
Sergejnoob
on 29/06/2017, 21:00:33 UTC

Asicminer...Friedcat...Block Erupters....

Boah das waren noch Zeiten!

Würde zu gerne wissen was wirklich mit Friedcat passiert ist. Ich vermute er wurde von Jihan Wu gekidnappt um Asics für Bitmain in irgendeinem Loch zu entwickeln.

Die einzigen USB miner die heute noch gebaut werden sind die von dem User Sidehack hier im Forum.


Haha von Jihan Wu gekidnappt, made my day  Grin
Post
Topic
Board Mining (Deutsch)
Re: Wurde die Produktion der "usb erupter" / "usb bitcoin miner" eingestellt?
by
Sergejnoob
on 25/06/2017, 17:50:23 UTC
Hallo, ich habe schon überall geschaut...aber ich finde einfach keine usb erupter mehr.
Wurde die Produktion eingestellt?

Ob die Produktion eingestellt wurde kann dir glaube keiner hier beantworten. Wende dich doch mal an einen Hersteller?

Das BTC-Mining mit USB-Sticks ist nicht mehr lohnenswert.
Post
Topic
Board Announcements (Altcoins)
Re: [ANN] [CHC] ChainCoin - 0.9.2.4 Update - Cryptopia & Novaexchange
by
Sergejnoob
on 25/06/2017, 15:01:00 UTC
The Reward System is changing to

Masternodes 45 / Miner 45 /  Dev 10


That was a reason for me to sell all my CHC.

Bro, thats not very smart.  Giving the dev team part of the coins will make it much more valuable in the long run.  That means the coin will be self funding, and shows the crypto world that chain is a serious coin.

I wonder how much coins the dev needs? Its actually only one dev. This is very strange...
Post
Topic
Board Announcements (Altcoins)
Re: LBRY.IO - DICUSSION THREAD
by
Sergejnoob
on 17/06/2017, 14:01:09 UTC
They give out LBRY credit if we referral someone?

sign up for newsletter and earn 5 LBRY coins for free

 https://lbry.io/get?r=W2Qh0

have fun  Grin


Just wanted to remind you.
Post
Topic
Board Altcoin Discussion
Re: Switch to ETH before possible hard fork
by
Sergejnoob
on 16/06/2017, 12:00:11 UTC
Hold your BTC. If the hard fork goes the worst possible way then there will be 2 blockchains and you will have coins on both of them. Maybe they will both be valued half of what Bitcoin was, but the price will increase on both of them, meaning that you'll ultimately have gains.
If it goes well, then the value of the one true Bitcoin will increase substantially due to the fact that a major roadblock will have been surpassed.

Word.
Post
Topic
Board Announcements (Altcoins)
Re: LBRY.IO - DICUSSION THREAD
by
Sergejnoob
on 16/06/2017, 10:57:52 UTC
They give out LBRY credit if we referral someone?

sign up for newsletter and earn 5 LBRY coins for free

 https://lbry.io/get?r=W2Qh0

have fun  Grin