Connect with us

Nevada

How it works: Presidential primaries — and a caucus — next up in Nevada – UPI.com

Published

on

How it works: Presidential primaries — and a caucus — next up in Nevada – UPI.com


1 of 2 | Former U.S. Ambassador Nikki Haley addresses a crowd of supporters in her home state of South Carolina last week. Next week, she’s on the ballot for the GOP presidential primary in Nevada. Photo by Richard Ellis/UPI | License Photo

Feb. 1 (UPI) — The Nevada GOP and Democratic primaries and — and also a Republican caucus — in the 2024 presidential race are days away, with no direct showdown between the top GOP candidates.

Here’s how it works.

Former President Donald Trump will be part of the Nevada Republican Party’s caucus on Feb. 8. The only other candidate in the caucus is pastor and businessman Ryan Binkley.

Former U.N. ambassador Nikki Haley is not taking part in the caucus. Instead, she will be on the ballot in the state’s Republican primary. The state GOP ruled that candidates who participate in the primary are not eligible to participate in the caucus and vice versa.

Advertisement

Democratic candidates are only participating in a primary.

Delegates will only be awarded to candidates in the GOP’s caucus — not the primary. Twenty-six delegates up for grabs. With Haley’s absence, Trump is expected to win the lion’s share.

Chris Lacivita and Susie Wiles, consultants for the Trump campaign, chastised Haley’s decision to enter the primary in a nearly 800-word campaign email on Monday.

Nine Republican candidates qualified for at least one of the Republican debates and Binkley was not among them. To qualify, they needed to meet donor and polling benchmarks.

The Nevada legislature passed a bill in 2021 that created the state’s first Presidential Preference Primary election. Nevada had long been a caucus state for Democrats and Republicans. With the new law, a primary is required when more than one candidate files for a race.

Advertisement

The state also passed universal mail-in voting during the session.

Democrats held a majority in Nevada’s legislature at the time and former Gov. Steve Sisolak was also a Democrat. The Democratic lawmakers favored a primary over caucus because they believed it would increase participation.

Republicans challenged this decision with a lawsuit. The lawsuit was dropped earlier this month, but the court allowed the Republican Party to award delegates only through the caucus.

Nevada Gov. Joe Lombardo, Republican, was critical of the Republican Party’s decision to hold a caucus after the primary law was enacted, saying it will be confusing for voters.

“It will disenfranchise a number of voters that are interested in voting for a presidential candidate,” Lombardo said during an appearance on Nevada Newsmakers in October. “For us to put upon them the understanding of the process is unacceptable. It’s detrimental to the candidates and their inability to be part of both processes. That’s unacceptable of how things should be done.”

Advertisement

Theresa DeGraffenreid, Douglas County Republican Party vice chair, told UPI she does not expect voters to be confused. Her county party, like others across the state, have put in a concerted effort to educate voters about how to find their caucus location and why it is important to participate.

It is county officials like DeGraffenreid who will carry out the caucuses on Feb. 8, at the direction of the Republican Party. DeGraffenreid said the process itself is very simple.

Unlike the primary, the Nevada caucus takes place completely in-person from 5 to 7:30 p.m. PST. Voters will report to their designated caucus location based on the precinct they live in. There they will cast secret ballots for their preferred candidate.

The precincts also meet to select delegates for their county conventions. Only registered Republicans can participate in the Republican primary.

DeGraffenreid said one of the unique qualities of the caucus is the ability to discuss the candidates with neighbors. She has participated in the caucus since moving from California to Nevada in 2007.

Advertisement

“This is harkening back to — let’s talk to our neighbors,” she said. “Let’s figure out what’s best for us as a community of people. So we can have a civil conversation.”

The primary is a much different process. It is run by the state and there will be primaries for Republicans and Democrats. Early voting began on Saturday and continues through Friday. In-person voting opens Tuesday.

DeGraffenreid noted that Republicans also favor the caucus because it eliminates mail-in voting.

President Joe Biden, author Marianne Williamson and Minnesota Rep. Dean Phillips will appear on the ballot in the Democratic primary, along with several more candidates.

Haley is the only Republican candidate still campaigning who has filed for the primary. The ballot will also include a “none of the above” option.

Advertisement

Haley is on the campaign trail in South Carolina. That state’s Republican primary is Feb. 24.



Source link

Nevada

Country artist Caleb Montgomery performing at State Fair of Nevada

Published

on

Country artist Caleb Montgomery performing at State Fair of Nevada


RENO, Nev. (KOLO) – Country music artist Caleb Montgomery will be performing at the State Fair of Nevada.

Montogomery will be headlining the Opening Night Concert on June 11 at the Nevada State Fairgrounds in Reno.

“We are excited to welcome families and communities from across Nevada back to the official State Fair of Nevada,” said Nevada Department of Agriculture Director J.J. Goicoechea. “After 16 years, a Nevada tradition is finally returning, something many families have waited years to experience again.”

The fair will run from June 11 to June 13, and opening day tickets will be $15 for adults and $12 for kids aged 12 and younger.

Advertisement

Other featured programming includes:

  • Nevada Junior Livestock Show and Sale
  • University of Nevada, Reno Extension’s 4-H State Expo
  • Next Generation Junior Bull Riding
  • Made in Nevada Farmers’ Market
  • Drone show
  • Local vendors, food and art
  • Carnival rides and more

Copyright 2026 KOLO. All rights reserved.



Source link

Continue Reading

Nevada

Primary election June 2026 – Nevada County results

Published

on

Primary election June 2026 – Nevada County results


Skip to content

NEVADA CITY, Calif. June 2, 2026 – Polls closed at 8:00 pm today. We will post local election results here as soon as they are released.

Advertisement

June 2, 2026 at 11:54 PM Third and final update, the next results update will be on Friday.

June 2, 2026 at 10:10 PM Second update being published now. The voter counts on the Cumulative Reports are based on the 15 Day Report of Registration and may differ from the Ballot Statistics count.

June 2, 2026 at 8:15 PM First updates

Advertisement

Advertisement

Federal contests – Nevada County results

CA Secretary of State · June 2, 2026 Primary · Unofficial

U.S. House, District 3

Advertisement

Loading…


Source: api.sos.ca.gov · Auto-refreshes every 2 min


);}).join(”);
}

Advertisement

function sosFetchus_rep_district_3(manual){
if(manual)skeleton();
fetch(‘https://api.sos.ca.gov/returns/’+slug+’?_=’+Date.now())
.then(function(r){if(!r.ok)throw new Error(‘HTTP ‘+r.status);return r.json();})
.then(function(d){
if(d.raceTitle)titleEl.textContent=d.raceTitle;
metaEl.innerHTML=’‘+(d.Reporting||”)+(d.ReportingTime?’ · ‘+d.ReportingTime:”);
tsEl.textContent=”Updated “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});

var cands=(d.candidates||[]).map(function(c){return{name:c.Name,party:c.Party,votes:parseInt((c.Votes||’0′).replace(/,/g,”)),pct:parseFloat(c.Percent||0),inc:c.incumbent};}).sort(function(a,b){return b.pct-a.pct;});
var top2set=new Set(cands.slice(0,2).map(function(c){return c.name;}));
var total=cands.reduce(function(s,c){return s+c.votes;},0);

var html=cands.map(function(c,i){
return ‘

‘+

‘+
(i===0?’‘:”)+
‘+c.name+’‘+
(c.party?’‘+c.party+’‘:”)+
(c.inc?’★ inc.‘:”)+
(top2&&top2set.has(c.name)?’Top 2‘:”)+

Advertisement

‘+
”+
‘+c.pct.toFixed(1)+’%‘+
‘+c.votes.toLocaleString()+’‘+

‘;
}).join(”);

if(total>0)html+=’

‘+total.toLocaleString()+’ votes counted

‘;
if(top2)html+=’

Top-2 advance to the November 3 general election regardless of party.

Advertisement

‘;
bodyEl.innerHTML=html;
})
.catch(function(e){
bodyEl.innerHTML=’

Could not load results: ‘+e.message+’

‘;
tsEl.textContent=”Failed “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});
});
}

window[‘sosFetch’+uid]=sosFetchus_rep_district_3;
skeleton();
sosFetchus_rep_district_3(false);
setInterval(function(){sosFetchus_rep_district_3(false);},120000);
})();

State contests

Advertisement

CA Secretary of State · June 2, 2026 Primary · Unofficial

Insurance Commissioner

Loading…

Advertisement


Source: api.sos.ca.gov · Auto-refreshes every 2 min


);}).join(”);
}

function sosFetchinsurance_commissioner(manual){
if(manual)skeleton();
fetch(‘https://api.sos.ca.gov/returns/’+slug+’?_=’+Date.now())
.then(function(r){if(!r.ok)throw new Error(‘HTTP ‘+r.status);return r.json();})
.then(function(d){
if(d.raceTitle)titleEl.textContent=d.raceTitle;
metaEl.innerHTML=’‘+(d.Reporting||”)+(d.ReportingTime?’ · ‘+d.ReportingTime:”);
tsEl.textContent=”Updated “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});

Advertisement

var cands=(d.candidates||[]).map(function(c){return{name:c.Name,party:c.Party,votes:parseInt((c.Votes||’0′).replace(/,/g,”)),pct:parseFloat(c.Percent||0),inc:c.incumbent};}).sort(function(a,b){return b.pct-a.pct;});
var top2set=new Set(cands.slice(0,2).map(function(c){return c.name;}));
var total=cands.reduce(function(s,c){return s+c.votes;},0);

var html=cands.map(function(c,i){
return ‘

‘+

‘+
(i===0?’‘:”)+
‘+c.name+’‘+
(c.party?’‘+c.party+’‘:”)+
(c.inc?’★ inc.‘:”)+
(top2&&top2set.has(c.name)?’Top 2‘:”)+

‘+
”+
‘+c.pct.toFixed(1)+’%‘+
‘+c.votes.toLocaleString()+’‘+

‘;
}).join(”);

Advertisement

if(total>0)html+=’

‘+total.toLocaleString()+’ votes counted

‘;
if(top2)html+=’

Top-2 advance to the November 3 general election regardless of party.

‘;
bodyEl.innerHTML=html;
})
.catch(function(e){
bodyEl.innerHTML=’

Advertisement

Could not load results: ‘+e.message+’

‘;
tsEl.textContent=”Failed “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});
});
}

window[‘sosFetch’+uid]=sosFetchinsurance_commissioner;
skeleton();
sosFetchinsurance_commissioner(false);
setInterval(function(){sosFetchinsurance_commissioner(false);},120000);
})();

CA Secretary of State · June 2, 2026 Primary · Unofficial

Attorney General

Advertisement

Loading…


Source: api.sos.ca.gov · Auto-refreshes every 2 min


);}).join(”);
}

Advertisement

function sosFetchattorney_general(manual){
if(manual)skeleton();
fetch(‘https://api.sos.ca.gov/returns/’+slug+’?_=’+Date.now())
.then(function(r){if(!r.ok)throw new Error(‘HTTP ‘+r.status);return r.json();})
.then(function(d){
if(d.raceTitle)titleEl.textContent=d.raceTitle;
metaEl.innerHTML=’‘+(d.Reporting||”)+(d.ReportingTime?’ · ‘+d.ReportingTime:”);
tsEl.textContent=”Updated “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});

var cands=(d.candidates||[]).map(function(c){return{name:c.Name,party:c.Party,votes:parseInt((c.Votes||’0′).replace(/,/g,”)),pct:parseFloat(c.Percent||0),inc:c.incumbent};}).sort(function(a,b){return b.pct-a.pct;});
var top2set=new Set(cands.slice(0,2).map(function(c){return c.name;}));
var total=cands.reduce(function(s,c){return s+c.votes;},0);

var html=cands.map(function(c,i){
return ‘

‘+

‘+
(i===0?’‘:”)+
‘+c.name+’‘+
(c.party?’‘+c.party+’‘:”)+
(c.inc?’★ inc.‘:”)+
(top2&&top2set.has(c.name)?’Top 2‘:”)+

Advertisement

‘+
”+
‘+c.pct.toFixed(1)+’%‘+
‘+c.votes.toLocaleString()+’‘+

‘;
}).join(”);

if(total>0)html+=’

‘+total.toLocaleString()+’ votes counted

‘;
if(top2)html+=’

Top-2 advance to the November 3 general election regardless of party.

Advertisement

‘;
bodyEl.innerHTML=html;
})
.catch(function(e){
bodyEl.innerHTML=’

Could not load results: ‘+e.message+’

‘;
tsEl.textContent=”Failed “+new Date().toLocaleTimeString([],{hour:’2-digit’,minute:’2-digit’});
});
}

window[‘sosFetch’+uid]=sosFetchattorney_general;
skeleton();
sosFetchattorney_general(false);
setInterval(function(){sosFetchattorney_general(false);},120000);
})();

Local Measures

Advertisement





Source link

Advertisement
Continue Reading

Nevada

Judge blocks Polymarket from operating in Nevada

Published

on

Judge blocks Polymarket from operating in Nevada


A Carson City judge has granted the Nevada Gaming Control Board’s motion for a preliminary injunction blocking the operation of a third prediction market in the state.

First Judicial District Court Judge Jason Woodbury on Friday granted the Control Board’s motion and state officials believe a formal written order is forthcoming.

“We are very pleased with Judge Woodbury’s ruling and will continue to vigorously enforce Nevada law to safeguard gaming in our state,” Gaming Control Board Chairman Mike Dreitzer said in a release issued by the board Monday.

The injunction blocks QCX LLC, doing business as New York cryptocurrency-based Polymarket US, from providing its services in Nevada.

Advertisement

The Control Board has had similar successes with preliminary injunctions against New York-based KalshiEx LLC, doing business as Kalshi, and internet-centered Coinbase.

The board has taken decisive action in recent months to halt the operations of prediction markets in the state and has successfully restricted the operation of all unlicensed prediction markets that had been known to be operating in the state.

The board started its efforts in March 2025 against prediction markets, which are not licensed by the state but have written event contracts on sports and election outcomes and entertainment propositions.

Regulators consider the offering of sports-event contracts, along with certain other event contracts, to constitute wagering activity under Nevada law. They’ve said that they could operate in the state if were licensed, a process that often takes at least a year to complete.

Prediction markets believe they are authorized to conduct business in Nevada and every other U.S. state because they are regulated by the federal Commodity Futures Trading Commission, currently chaired by Michael Selig.

Advertisement

Because of its assertion that it has exclusive jurisdiction, it also has claimed that its oversight outweighs state gaming laws, which has resulted in pushback and lawsuits from a number of states that regulate casino gambling and sports betting.

Several states have pending litigation in place against prediction markets, but Nevada has seemingly found the silver bullet by taking their cases to state courts instead of federal courts.

Nevada’s public policy, as expressed by the Legislature, is that the gaming industry is vitally important to the economy of the state and the general welfare of the inhabitants and therefore “must be licensed, controlled, and assisted to protect the public health, safety, morals, good order, and general welfare of the inhabitants of the state.”

Contact Richard N. Velotta at rvelotta@reviewjournal.com or 702-477-3893. Follow @RickVelotta on X.

Advertisement



Source link

Continue Reading
Advertisement

Trending