Bitcoin Forum
June 27, 2024, 03:46:11 AM *
News: Latest Bitcoin Core release: 27.0 [Torrent]
 
   Home   Help Search Login Register More  
Poll
Question: Should random jackpot blocks be added , as found in : https://bitcointalk.org/index.php?topic=1945937.msg40891040#msg40891040 ?
YES
NO
Yes, but the probabilities and or multipliers must be changed.

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 ... 93 »
  Print  
Author Topic: Re: [ANN] Las Vegas coin. Masternode cost only $250!! Only 400,000 coins total!  (Read 78868 times)
This is a self-moderated topic. If you do not want to be moderated by the person who started this topic, create a new topic.
vegasguy (OP)
Legendary
*
Offline Offline

Activity: 1610
Merit: 1003


"Yobit pump alert software" Link in my signature!


View Profile
July 11, 2017, 10:12:03 PM
 #161

lasvegascoin.conf
Code:
rpcuser=lasvegasuser
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=9050
server=1
daemon=1
listen=1

and ccminer
Code:
ccminer-x64 -a quark -o http://127.0.0.1:9050 -u lasvegasuser -p xx --cpu-priority=3

What am I doing wrong here? Was able to solo mine on DNR fine with a similar setup.

Check your RPC port, I believe the correct rpc port is: 50702

Vegas

I want to make sure everyone knows that I just released my software called "Yobit pump alert". THis is custom software that uses an algo to detect the start of a pump here on yobit, the second it starts. YOu can even filter the coins you see by price. Most pumps start less than 100 sats , so you can easily filter the cheap coins, so they are the only ones displayed Smiley https://bitcointalk.org/index.php?topic=1945937.msg20241953#msg20241953
sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
July 11, 2017, 11:35:29 PM
 #162

my wallet synced no problem. Any Pools up yet? Ive been playing around to get solo mining working and have been able to get it going with CPU mining, still working on the correct GPU mining. I know CPU mining is slow and inefficient, I just like being able to get things to work. But in case anyone wants to use it this is how I got it working for my CPU.

cpuminer-gw64-core2 -o http://127.0.0.1:50702 -u "USERNAME" -p "PASSWORD" -a quark --no-longpoll --coinbase-addr="YOUR WALLET ADDRESS HERE"

Config file

listen=1
server=1
daemon=1
rpcuser="USERNAME"  <-- your user name
rpcpassword="PASSWORD"  <----- your password
rpcallowip=127.0.0.1
rpcport=50702
addnode=149.56.154.75:55903
addnode=173.239.221.2:51296
addnode=68.134.228.254:41568
addnode=75.130.162.248:50249
addnode=148.251.126.230:38462
addnode=24.160.59.242:58832
addnode=176.212.228.157:64011
addnode=85.214.152.3:1983
addnode=24.253.91.235:3760
addnode=213.108.119.84:61597
addnode=94.173.38.101:53449
addnode=217.231.145.52:50503
addnode=77.119.249.127:58612
addnode=67.241.223.195:59391
addnode=68.224.101.145:62678
HORT
Hero Member
*****
Offline Offline

Activity: 508
Merit: 501



View Profile
July 11, 2017, 11:48:16 PM
 #163

I don't know why you need nodes or .conf file. My wallet opened and synced just fine. Have 7 connections.
Porfirii
Legendary
*
Offline Offline

Activity: 1834
Merit: 2175


The Alliance Of Bitcointalk Translators - ENG>SPA


View Profile
July 11, 2017, 11:54:17 PM
 #164

Mine is running smoothly too but I previously added the .conf file.

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
Porfirii
Legendary
*
Offline Offline

Activity: 1834
Merit: 2175


The Alliance Of Bitcointalk Translators - ENG>SPA


View Profile
July 11, 2017, 11:57:14 PM
 #165

Las Vegas coins? It sounds like a very rich name. I'll be actively involved in the hope of bringing good luck


I hope it too Cheesy.

Little supply, expect great value in the future (10.000 USD per coin would be fine for me Wink).

██
██
██
██
██
██
██
██
██
██
██
██
██
... LIVECASINO.io    Play Live Games with up to 20% cashback!...██
██
██
██
██
██
██
██
██
██
██
██
██
buzzkillb
Sr. Member
****
Offline Offline

Activity: 1021
Merit: 324


View Profile
July 12, 2017, 12:10:25 AM
 #166

lasvegascoin.conf
Code:
rpcuser=lasvegasuser
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=9050
server=1
daemon=1
listen=1

and ccminer
Code:
ccminer-x64 -a quark -o http://127.0.0.1:9050 -u lasvegasuser -p xx --cpu-priority=3

What am I doing wrong here? Was able to solo mine on DNR fine with a similar setup.

Check your RPC port, I believe the correct rpc port is: 50702

Vegas

Wallet synced. Changed the port, restarted wallet, and I get this.

Code:
2 miner threads started, using 'quark' algorithm.
[2017-07-11 17:08:40] JSON-RPC call failed: Method not found
[2017-07-11 17:08:40] get_work failed, retry after 30 seconds

Anyone else had luck with GPU ccminer? cpuminer works fine.
sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
July 12, 2017, 12:46:24 AM
 #167

lasvegascoin.conf
Code:
rpcuser=lasvegasuser
rpcpassword=xx
rpcallowip=127.0.0.1
rpcport=9050
server=1
daemon=1
listen=1

and ccminer
Code:
ccminer-x64 -a quark -o http://127.0.0.1:9050 -u lasvegasuser -p xx --cpu-priority=3

What am I doing wrong here? Was able to solo mine on DNR fine with a similar setup.

Check your RPC port, I believe the correct rpc port is: 50702

Vegas

Wallet synced. Changed the port, restarted wallet, and I get this.

Code:
2 miner threads started, using 'quark' algorithm.
[2017-07-11 17:08:40] JSON-RPC call failed: Method not found
[2017-07-11 17:08:40] get_work failed, retry after 30 seconds

Anyone else had luck with GPU ccminer? cpuminer works fine.


Ill work in the gpu miner in about 30 mins and post once i get it working, i have to get kids to bed. I can usually tinker around and get them going.
notabeliever
Hero Member
*****
Offline Offline

Activity: 724
Merit: 504


View Profile
July 12, 2017, 02:17:41 AM
 #168

I'm at the same point you are with the mining error. Wallet finally sync'd with your conf    except rpcport=60702 gives me 7 connections
sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
July 12, 2017, 03:06:11 AM
 #169

anyone else restarting the wallet and getting the error loading block data? and this is after I had originally synced the wallet
notabeliever
Hero Member
*****
Offline Offline

Activity: 724
Merit: 504


View Profile
July 12, 2017, 04:06:56 AM
 #170

Well since my last post the wallet is automatically resync masternodes winners now. Was already synchronized?
Yes error loading block database error too
Nico205
Full Member
***
Offline Offline

Activity: 130
Merit: 100


View Profile WWW
July 12, 2017, 09:47:22 AM
Last edit: July 12, 2017, 10:56:57 AM by Nico205
 #171

Hey guys,

I've just setup a pool for VGS at https://vgs.game-news.io/, feel free to join (:

The pool fee is 1%.

For mining, I recommend to use stratum+tcp://stratum.game-news.io:3032 (auto-adjusting difficulty), for fixed difficulty servers check the "Getting started" page.

As username just use your VGS address and the password can be anything!

There is also a block explorer at https://explorer.game-news.io/
and there are also 2 new nodes:
Code:
addnode=188.68.43.83
addnode=46.38.255.177

Friendly Regards
- Nigho[/size]
sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
July 12, 2017, 11:08:48 AM
 #172

Hey guys,

I've just setup a pool for VGS at https://vgs.game-news.io/, feel free to join (:

The pool fee is 1%.

For mining, I recommend to use stratum+tcp://stratum.game-news.io:3032 (auto-adjusting difficulty), for fixed difficulty servers check the "Getting started" page.

As username just use your VGS address and the password can be anything!

There is also a block explorer at https://explorer.game-news.io/
and there are also 2 new nodes:
Code:
addnode=188.68.43.83
addnode=46.38.255.177

Friendly Regards
- Nigho[/size]

great getting pool up, I'm in.. One thing, anyway to enable stats for our workers? I cannot click on my worker and see stats at all or add address on a page to get stats.

thanks
TimC
Legendary
*
Offline Offline

Activity: 1764
Merit: 1022


View Profile
July 12, 2017, 11:09:09 AM
 #173

Hey guys,

I've just setup a pool for VGS at https://vgs.game-news.io/, feel free to join (:

The pool fee is 1%.

For mining, I recommend to use stratum+tcp://stratum.game-news.io:3032 (auto-adjusting difficulty), for fixed difficulty servers check the "Getting started" page.

As username just use your VGS address and the password can be anything!

There is also a block explorer at https://explorer.game-news.io/
and there are also 2 new nodes:
Code:
addnode=188.68.43.83
addnode=46.38.255.177

Friendly Regards
- Nigho[/size]

How many blocks until coins get mature/Sent out on your pool? It is showing 74 pending blocks and zero confirmed

Nico205
Full Member
***
Offline Offline

Activity: 130
Merit: 100


View Profile WWW
July 12, 2017, 11:21:24 AM
 #174

Hey guys,

I've just setup a pool for VGS at https://vgs.game-news.io/, feel free to join (:

The pool fee is 1%.

For mining, I recommend to use stratum+tcp://stratum.game-news.io:3032 (auto-adjusting difficulty), for fixed difficulty servers check the "Getting started" page.

As username just use your VGS address and the password can be anything!

There is also a block explorer at https://explorer.game-news.io/
and there are also 2 new nodes:
Code:
addnode=188.68.43.83
addnode=46.38.255.177

Friendly Regards
- Nigho[/size]

How many blocks until coins get mature/Sent out on your pool? It is showing 74 pending blocks and zero confirmed



The coins will get sent after they're fully confirmed - I think this'll take 250 confirmations (see https://explorer.game-news.io/)
Nico205
Full Member
***
Offline Offline

Activity: 130
Merit: 100


View Profile WWW
July 12, 2017, 11:23:31 AM
 #175

Hey guys,

I've just setup a pool for VGS at https://vgs.game-news.io/, feel free to join (:

The pool fee is 1%.

For mining, I recommend to use stratum+tcp://stratum.game-news.io:3032 (auto-adjusting difficulty), for fixed difficulty servers check the "Getting started" page.

As username just use your VGS address and the password can be anything!

There is also a block explorer at https://explorer.game-news.io/
and there are also 2 new nodes:
Code:
addnode=188.68.43.83
addnode=46.38.255.177

Friendly Regards
- Nigho[/size]

great getting pool up, I'm in.. One thing, anyway to enable stats for our workers? I cannot click on my worker and see stats at all or add address on a page to get stats.

thanks

Sorry, but the pool software doesn't support advanced stats per worker. I'll maybe upgrade the software to MPOS in the future, this would allow extended statistics for each worker.
wxi734862
Full Member
***
Offline Offline

Activity: 188
Merit: 100


View Profile
July 12, 2017, 11:26:52 AM
 #176

reserve chinese translation sir
thank you
sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
July 12, 2017, 12:16:07 PM
 #177

Hey guys,

I've just setup a pool for VGS at https://vgs.game-news.io/, feel free to join (:

The pool fee is 1%.

For mining, I recommend to use stratum+tcp://stratum.game-news.io:3032 (auto-adjusting difficulty), for fixed difficulty servers check the "Getting started" page.

As username just use your VGS address and the password can be anything!

There is also a block explorer at https://explorer.game-news.io/
and there are also 2 new nodes:
Code:
addnode=188.68.43.83
addnode=46.38.255.177

Friendly Regards
- Nigho[/size]

great getting pool up, I'm in.. One thing, anyway to enable stats for our workers? I cannot click on my worker and see stats at all or add address on a page to get stats.

thanks

Sorry, but the pool software doesn't support advanced stats per worker. I'll maybe upgrade the software to MPOS in the future, this would allow extended statistics for each worker.

its ok, thanks. It doesn't say on the page but what's they payout threshold?
notabeliever
Hero Member
*****
Offline Offline

Activity: 724
Merit: 504


View Profile
July 12, 2017, 12:48:57 PM
 #178

same errors mining to your pool as if I was solomining
keesdewit
Copper Member
Hero Member
*****
Offline Offline

Activity: 1024
Merit: 513

txbit.io - cryptocurrency exchange


View Profile WWW
July 12, 2017, 12:51:49 PM
 #179

same errors mining to your pool as if I was solomining

Well, if 2 places give you the same error while others are able to mine, it might be that theres something wrong on your side.

sparker327
Full Member
***
Offline Offline

Activity: 462
Merit: 100


Parachute for sale. Used once. Small red stain.


View Profile
July 12, 2017, 12:57:13 PM
 #180

same errors mining to your pool as if I was solomining

I'm using ccminer 8.09. here is a link to some current ccminer downloads

https://github.com/tpruvot/ccminer/releases

Post your .bat file so we can see how your configuring it. Can't post mine at the moment, on mobile device.

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 ... 93 »
  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!