Pages:
Author

Topic: [ANN] SkullBuzz [SKB] HiPOS | MASTERNODES | I2P | P2P MARKETS | ALIAS SYSTEM - page 6. (Read 20056 times)

newbie
Activity: 23
Merit: 0
How to run SkullBuzz under Tor or i2p:

Tor:

1- Download & install Tor : https://www.torproject.org/download/download-easy.html.en
2- Run Tor then close it
3- go to your Tor installing path ( C:\Users\USER NAME\PATH TO\Tor Browser\Browser\TorBrowser\Data\Tor
4- open the file 'torrc' with text editor and add the following:
Code:
HiddenServiceDir c:\onion\skullbuzz
HiddenServicePort PORT 127.0.0.1:PORT
* you can copy paste this as many as you want (this can be done to run more than one skullbuzz node instance on same pc under Tor) but you must set different PORT for each and add that to port= in conf file, and set different HiddenServiceDir
4- start your Tor browser
5- add the following to your skullbuzz.conf:
Code:
-port=PORT_FROM_torrc_FILE
6- start skullbuzz wallet with:

Connect to Tor only:
Code:
skullbuzz.exe -onlynet=Tor -listen=0 -irc=0 -proxy=127.0.0.1:9150 -addnode=as6srig7f27btiah.onion:9999

OR

Connect to Tor and Clearnet:
Code:
skullbuzz.exe -proxy=127.0.0.1:9150 -tor=127.0.0.1:9150 -addnode=as6srig7f27btiah.onion:9999


I2P:

1- Download & install I2P : https://geti2p.net/en/download
2- Start I2P ( a webpage should auto open)
3- go to http://127.0.0.1:7657/configclients and click start and check-box "SAM application bridge"
4- add the following to your skullbuzz.conf file:
Code:
addnode=i5heauovwa3egdzidsuis323ysp3yh7hbvrvgqlwqxqkpv6kp2va.b32.i2p
addnode=bcfntj4hybgg3u4hgdzk6drr4x3ez4v37b7twbicmpiljull5t2q.b32.i2p
5- from skullbuzz wallet, go to Settings>Options>I2P and check-box Use I2P only and restart wallet.

* if you want to run with a static i2p address ( this can be done also to run a skullbuzz node under i2p) do the following:
6- from Settings>Options>I2P click on current I2P-address.. copy mydestination=SOME_LONG_STRING and paste it to your skullbuzz.conf then restart your wallet
sr. member
Activity: 322
Merit: 250
Real power doesnt hit hard,but right to the target
Finally some fair distribution.
It can be good coin.

We are at block 3300 ... only 1700 blocks left to the end of pow. I don´t think there will be more than 350K coins after pow.

What is the mining cost?

Mining cost is around 1500 sat. It is cheaper to buy at exchange than mine.
full member
Activity: 168
Merit: 100
Finally some fair distribution.
It can be good coin.

We are at block 3300 ... only 1700 blocks left to the end of pow. I don´t think there will be more than 350K coins after pow.

What is the mining cost?
full member
Activity: 182
Merit: 100
Dear Forum Members!

SkullBuzz [SKB] is listed on YoBit.net Exchange! ( Twitter: https://twitter.com/YobitExchange/status/601066854690496512 )

English: https://yobit.net/en/trade/SKB/BTC
Chinese: https://yobit.net/cn/trade/SKB/BTC
Russian: https://yobit.net/ru/trade/SKB/BTC

SkullBuzz Dice: https://yobit.net/en/dice/SKB

Our topic on BitcoinTalk: https://bitcointalksearch.org/topic/yobitnet-cryptocurrency-exchange-multicoin-dice-free-coins-every-1-24-hrs-914975



Logo img: https://yobit.net/i/small_logo.png

Code:
[url=https://yobit.net/en/trade/SKB/BTC][img]https://yobit.net/i/small_logo.png[/img][/url]

And don´t forget to put Exchange in the OP.
newbie
Activity: 12
Merit: 0
We need bittrex or c-cex! I think SKB going to 10k!
full member
Activity: 182
Merit: 100
How to Setup a SkullBuzz Node :

Start your SkullBuzz wallet

Go to Help>Debug>Console
  type the following and hit Enter (Alias is name of your node address):
Code:
getaccountaddress Alias

Send exactly 1000 SKB to that address

Go to Help>Debug>Console
  type the following and hit Enter:
Code:
masternode genkey

Copy the result and place that in the skullbuzz.conf file below:

Code:
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
masternodeaddr=YOUR_EXTERNAL_IP, TOR or i2p address:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
addnode=90.222.154.127
addnode=174.45.66.179
addnode=94.22.184.4
addnode=202.62.16.188
addnode=5.45.179.149
addnode=176.126.252.12
addnode=174.102.229.22
addnode=as6srig7f27btiah.onion
addnode=l3f2vq47dnmolkjs.onion
addnode=eurpkwk4zuddtagpmzpiqqe4wk3boadawhmrnfzjbbofselsmota.b32.i2p
addnode=bcfntj4hybgg3u4hgdzk6drr4x3ez4v37b7twbicmpiljull5t2q.b32.i2p
Any Port2 must be open.

Restart your wallet and go back to Help>Debug>Console
  Type the following and hit enter:
Code:
masternode start

How to Run More than one SkullBuzz Node instance on the same PC:

1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of  new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of skullbuzz-qt.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
Code:
mn1.exe -datadir=path_to_mn1_folder
 * make sure to change mn1.exe and path for every .bat file
5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a SkullBuzz Node" on top
 * each node must have different ports on skullbuzz.conf file

Running a SkullBuzz node under TOR or i2p is the same.
i will update this post for instructions on how to run wallet under TOR or i2p.

Great finaly some multiple masternode option with tutorial.
Thumb up. I will make ten of them  Grin
newbie
Activity: 23
Merit: 0
How to Setup a SkullBuzz Node :

................................


These are my coins http://104.238.156.128:3001/address/SWQnxo7T4k22XMfNpkskxyq3WF36fuK8u6

Not worth shit but they're mine and you need own up for the wallet being fucked and return these coins to me. I'm not cool with being robbed right in my face even if it were ONE satoshi. Have some fucking decency.


The main security measure everyone must take to protect their coins (encrypting them) turned out to be my worst mistake W.T.F!?


You need to figure out how to unlock them or compensate me down to the last decimal what it is mine.

http://i.imgur.com/7T3rvED.jpg



cool down!, everyone can make mistakes, it was a bug and i fixed it asap but turned out that old locked wallet can not be unlocked. i'm working on a fix.
full member
Activity: 364
Merit: 100
How to Setup a SkullBuzz Node :

Start your SkullBuzz wallet

Go to Help>Debug>Console
  type the following and hit Enter (Alias is name of your node address):
Code:
getaccountaddress Alias

Send exactly 1000 SKB to that address

Go to Help>Debug>Console
  type the following and hit Enter:
Code:
masternode genkey

Copy the result and place that in the skullbuzz.conf file below:

Code:
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
masternodeaddr=YOUR_EXTERNAL_IP, TOR or i2p address:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
addnode=90.222.154.127
addnode=174.45.66.179
addnode=94.22.184.4
addnode=202.62.16.188
addnode=5.45.179.149
addnode=176.126.252.12
addnode=174.102.229.22
addnode=as6srig7f27btiah.onion
addnode=l3f2vq47dnmolkjs.onion
addnode=eurpkwk4zuddtagpmzpiqqe4wk3boadawhmrnfzjbbofselsmota.b32.i2p
addnode=bcfntj4hybgg3u4hgdzk6drr4x3ez4v37b7twbicmpiljull5t2q.b32.i2p
Any Port2 must be open.

Restart your wallet and go back to Help>Debug>Console
  Type the following and hit enter:
Code:
masternode start


Road map when coming ?
newbie
Activity: 23
Merit: 0
How to Setup a SkullBuzz Node :

Start your SkullBuzz wallet

Go to Help>Debug>Console
  type the following and hit Enter (Alias is name of your node address):
Code:
getaccountaddress Alias

Send exactly 1000 SKB to that address

Go to Help>Debug>Console
  type the following and hit Enter:
Code:
masternode genkey

Copy the result and place that in the skullbuzz.conf file below:

Code:
rpcallowip=127.0.0.1
rpcuser=YourUserName
rpcpassword=YourRPCPassword
rpcport=Any Port
server=1
daemon=1
listen=1
staking=0
port=Any Port2
masternodeaddr=YOUR_EXTERNAL_IP, TOR or i2p address:Any Port2
masternode=1
masternodeprivkey=KEY GENERATED BY COMMAND masternode genkey
addnode=90.222.154.127
addnode=174.45.66.179
addnode=94.22.184.4
addnode=202.62.16.188
addnode=5.45.179.149
addnode=176.126.252.12
addnode=174.102.229.22
addnode=as6srig7f27btiah.onion
addnode=l3f2vq47dnmolkjs.onion
addnode=eurpkwk4zuddtagpmzpiqqe4wk3boadawhmrnfzjbbofselsmota.b32.i2p
addnode=bcfntj4hybgg3u4hgdzk6drr4x3ez4v37b7twbicmpiljull5t2q.b32.i2p
Any Port2 must be open.

Restart your wallet and go back to Help>Debug>Console
  Type the following and hit enter:
Code:
masternode start

How to Run More than one SkullBuzz Node instance on the same PC:

1- Make a new folder ((Example: Masternodes)
2- inside masternodes folder, make N number of  new folders and name them for example mn1 , mn2 ..etc ( N= number of nodes you want to run)
3- go back to masternodes folder and place N number of skullbuzz-qt.exe copies and name them mn1.exe mn2.exe ..etc
4- on the same masternode folder, make new N number of RunMN1.bat files and paste the following:
Code:
mn1.exe -datadir=path_to_mn1_folder
 * make sure to change mn1.exe and path for every .bat file
5- Start each RunMN1.bat, RunMN2.bat ..etc and follow "How to Setup a SkullBuzz Node" on top
 * each node must have different ports on skullbuzz.conf file

Running a SkullBuzz node under TOR or i2p is the same.
i will update this post for instructions on how to run wallet under TOR or i2p.
sr. member
Activity: 363
Merit: 250
Rich lists only tell you the largest wallet that is too lazy/unable to split its coins anyway, like pool wallets. Most large holders, on every single altcoin there is, will have their coins split across multiple addresses for masternodes, staking, and discretion purposes.
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
looks like this coin is already done. no real support from the Community, not even C-Cex listed this coin... That the Dev instamined 70% of coin supply is fishy too. (directly from the start there where 2000 TH beside the hash from the minerpools pool.)



%70 instamine ? Are you kidding me ? Do you have proof for instamine ? I dont see any wallet have %70.
I think what he meant to say was there is one wallet that has 70k coins of the entire supply already lol Also what exchange is this coin already trading on? Yobit? That's just always my first guess lol And I'm only asking because I don't remember seeing any exchanges listed on the OP

Where is 70k coins wallet ? Cheesy Cheesy Are you blind ? Look at block explorer, minerpools have richest wallet. Its have 35.6k coin.

Look at http://104.238.156.128:3001/richlist here richlist.

Now be quiet and go to the beach. Altcoins not your job. You continue to play make sand castles.
Sorry dude I was just going by what the wallet rich list said when I updated it when I first downloaded it and maybe it was a mistake then but when I first downloaded the wallet and used the inwallet richlist function and updated it, it told me the largest wallet was one holding like 70k coins. It was an honest mistake dude so simmer down and cool your jets!!
legendary
Activity: 1162
Merit: 1000
soon trex and value $21 / SKB , Buy Now
hero member
Activity: 501
Merit: 503
hashrate much lower than yesterday, but higher than earlier... why?
legendary
Activity: 2730
Merit: 1068
Juicin' crypto
please stop buying garbage
full member
Activity: 364
Merit: 100
looks like this coin is already done. no real support from the Community, not even C-Cex listed this coin... That the Dev instamined 70% of coin supply is fishy too. (directly from the start there where 2000 TH beside the hash from the minerpools pool.)



%70 instamine ? Are you kidding me ? Do you have proof for instamine ? I dont see any wallet have %70.
I think what he meant to say was there is one wallet that has 70k coins of the entire supply already lol Also what exchange is this coin already trading on? Yobit? That's just always my first guess lol And I'm only asking because I don't remember seeing any exchanges listed on the OP

Where is 70k coins wallet ? Cheesy Cheesy Are you blind ? Look at block explorer, minerpools have richest wallet. Its have 35.6k coin.

Look at http://104.238.156.128:3001/richlist here richlist.

Now be quiet and go to the beach. Altcoins not your job. You continue to play make sand castles.
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
looks like this coin is already done. no real support from the Community, not even C-Cex listed this coin... That the Dev instamined 70% of coin supply is fishy too. (directly from the start there where 2000 TH beside the hash from the minerpools pool.)



%70 instamine ? Are you kidding me ? Do you have proof for instamine ? I dont see any wallet have %70.
I think what he meant to say was there is one wallet that has 70k coins of the entire supply already lol Also what exchange is this coin already trading on? Yobit? That's just always my first guess lol And I'm only asking because I don't remember seeing any exchanges listed on the OP
legendary
Activity: 1582
Merit: 1001
www.neutroncoin.com
Only second day in the pow stage. The low price at the exchange destroyed the demand for this coin. people just mine and sell.
full member
Activity: 364
Merit: 100
looks like this coin is already done. no real support from the Community, not even C-Cex listed this coin... That the Dev instamined 70% of coin supply is fishy too. (directly from the start there where 2000 TH beside the hash from the minerpools pool.)



%70 instamine ? Are you kidding me ? Do you have proof for instamine ? I dont see any wallet have %70.
hero member
Activity: 784
Merit: 500
FLY DONATION ADDRESS IN SIGNATURE
looks like this coin is already done. no real support from the Community, not even C-Cex listed this coin... That the Dev instamined 70% of coin supply is fishy too. (directly from the start there where 2000 TH beside the hash from the minerpools pool.)


Well thank god for that richlist in the wallet because I was able to point my rented rigs to another coin quick enough that I didn't lose really any BTC Wink But ya I figured someone had to have hit it hard from the hop with lots of hash because one wallet owning like 70k coins and the next closest holding like 6k...... Ummm ya I think I'll pass lol But maybe if it does turn out good and hits an exchange there is always the miner dumps you can scoop some cheap on Wink lol
hero member
Activity: 742
Merit: 500
how do i setup a masternode?
Pages:
Jump to: